Started by user Marco Nguitragool-Schulze Building in workspace /home/tomcat/.jenkins/workspace/org.cumulus4j > git rev-parse --is-inside-work-tree Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/cumulus4j/cumulus4j.git Fetching upstream changes from https://github.com/cumulus4j/cumulus4j.git > git --version > git fetch --tags --progress https://github.com/cumulus4j/cumulus4j.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} Checking out Revision 16b4340e73b8d650297c3e33e768aba4b969e2a8 (origin/master) > git config core.sparsecheckout > git checkout -f 16b4340e73b8d650297c3e33e768aba4b969e2a8 > git rev-list fcbb96fa0bd1ef809b19894394867331d0809f2e Parsing POMs Discovered a new module org.cumulus4j:org.cumulus4j.testutil org.cumulus4j.testutil Modules changed, recalculating dependency graph [org.cumulus4j.aggregator] $ /usr/lib/jvm/java-7-oracle/bin/java -cp /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.4.jar:/home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/tomcat/.jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven-3.0.4 /home/tomcat/apache-tomcat-7.0.40/webapps/jenkins/WEB-INF/lib/remoting-2.43.jar /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.4.jar /home/tomcat/.jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.4.jar 53396 <===[JENKINS REMOTING CAPACITY]===>channel started SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/home/tomcat/.jenkins/cache/jars/26/20F7519FC8A0A8616E86FC9245FA55.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/home/tomcat/.jenkins/cache/jars/3E/F61A988E582517AA842B98FA54C586.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory] Executing Maven: -B -f /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.aggregator/pom.xml clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] org.cumulus4j.parent [INFO] org.cumulus4j.annotation [INFO] org.cumulus4j.testutil [INFO] org.cumulus4j.crypto [INFO] org.cumulus4j.store [INFO] org.cumulus4j.store.test [INFO] org.cumulus4j.keymanager.back.shared [INFO] org.cumulus4j.keystore [INFO] org.cumulus4j.keymanager [INFO] org.cumulus4j.keymanager.front.shared [INFO] org.cumulus4j.keymanager.api [INFO] org.cumulus4j.store.crypto.keymanager [INFO] org.cumulus4j.integrationtest.gwt [INFO] org.cumulus4j.integrationtest.webapp [INFO] org.cumulus4j.keymanager.front.webapp [INFO] org.cumulus4j.integrationtest.withkeyserver [INFO] org.cumulus4j.keymanager.back.webapp [INFO] org.cumulus4j.keymanager.cli [INFO] org.cumulus4j.store.localkeystoremessagebroker [INFO] org.cumulus4j.store.test.jpa [INFO] org.cumulus4j.aggregator [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.parent 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.parent --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.parent (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.parent --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.parent --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.parent/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.parent/1.2.1-SNAPSHOT/org.cumulus4j.parent-1.2.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.annotation 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.annotation --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.annotation --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.annotation --- [INFO] Compiling 2 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.annotation --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.annotation --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.annotation --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results[INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.annotation --- [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.annotation:bundle:1.2.1-SNAPSHOT : Instructions in Export-Package that are never used: org\.cumulus4j\.annotation\..*|org\.cumulus4j\.annotation Classpath: Jar:. [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.annotation:bundle:1.2.1-SNAPSHOT : Superfluous export-package instructions: [org.cumulus4j.annotation.*] [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.annotation --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/annotation already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/annotation already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.annotation --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.annotation --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.testutil 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.testutil --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.testutil --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/src/main/resources [INFO] Copying 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.testutil --- [INFO] Compiling 7 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.testutil --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.testutil --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.testutil --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.testutil --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.testutil --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/testutil already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/testutil already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.testutil --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.testutil --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.crypto 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.crypto --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.crypto --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.crypto --- [INFO] Compiling 33 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.crypto --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.crypto --- [INFO] Compiling 6 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.crypto --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.crypto.test.AsymmetricKeyTest 13:34:44,650 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 13:34:44,651 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 13:34:44,652 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 13:34:44,653 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 13:34:44,654 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 13:34:44,654 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 13:34:44,655 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 13:34:44,656 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 13:34:44,656 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 13:34:44,656 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 13:34:44,659 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 13:34:44,659 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 13:34:44,660 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 13:34:44,661 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 13:34:44,662 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 13:34:44,662 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 13:34:44,664 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 13:34:44,664 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 13:34:44,667 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 13:34:44,668 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 13:34:44,669 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 13:34:44,670 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 13:34:44,670 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 13:34:44,671 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 13:34:44,671 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 13:34:44,672 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 13:34:44,673 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 13:34:44,673 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 13:34:44,673 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 13:34:44,674 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 13:34:44,675 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 13:34:44,675 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 13:34:44,676 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 13:34:44,676 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 13:34:44,677 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 13:34:44,678 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 13:34:44,678 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 13:34:44,678 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 13:34:44,679 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 13:34:44,680 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 13:34:44,680 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 13:34:44,681 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 13:34:44,681 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 13:34:44,682 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 13:34:44,683 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 13:34:44,683 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 13:34:44,683 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 13:34:44,685 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 13:34:44,685 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 13:34:44,685 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 13:34:44,687 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 13:34:44,687 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 13:34:44,687 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 13:34:44,694 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 13:34:44,701 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 13:34:44,705 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 13:34:44,710 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 13:34:44,718 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 13:34:44,721 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 13:34:44,726 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 13:34:44,731 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 13:34:44,734 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 13:34:44,761 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 13:34:44,764 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 13:34:44,769 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 13:34:44,770 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 13:34:44,775 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 13:34:44,778 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 13:34:44,779 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 13:34:44,782 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 13:34:44,784 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 13:34:44,787 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 13:34:44,789 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 13:34:44,793 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 13:34:44,797 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 13:34:44,801 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 13:34:44,807 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 13:34:44,809 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 13:34:44,814 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 13:34:44,816 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 13:34:44,820 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 13:34:44,822 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 13:34:44,825 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 13:34:44,827 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 13:34:44,829 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 13:34:44,831 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 13:34:44,835 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 13:34:44,837 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 13:34:44,838 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 13:34:44,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,844 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,844 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,844 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,844 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,844 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,845 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,845 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,845 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,845 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,845 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,846 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,846 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,846 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,847 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,847 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,847 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,847 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,847 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,848 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,848 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 13:34:44,850 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 13:34:44,851 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 13:34:44,852 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 13:34:44,854 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 13:34:44,856 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 13:34:44,858 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,858 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,859 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,859 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,859 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,859 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,862 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,862 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,862 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,862 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,862 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,863 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,863 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,863 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,863 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,863 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,863 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,864 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,864 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,864 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,864 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,864 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 13:34:44,866 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 13:34:44,883 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 13:34:44,883 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 13:34:44,885 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 13:34:44,887 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 13:34:44,887 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 13:34:44,889 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 13:34:44,891 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 13:34:44,892 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 13:34:44,894 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 13:34:44,896 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 13:34:44,896 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 13:34:44,898 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 13:34:44,911 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 13:34:44,912 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 13:34:44,913 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 13:34:44,914 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 13:34:44,916 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 13:34:44,920 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.689 sec Running org.cumulus4j.crypto.test.MACTest 13:35:04,858 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:04,859 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DES 13:35:04,889 DEBUG [main][MACTest] testAllSupportedMACs: macKey=71958c9bd71d4433 13:35:04,889 DEBUG [main][MACTest] testAllSupportedMACs: macIV=683c87494093d399 13:35:04,900 DEBUG [main][MACTest] testAllSupportedMACs: mac1=16b7f03c 13:35:04,901 DEBUG [main][MACTest] testAllSupportedMACs: mac2=16b7f03c 13:35:04,912 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=74df2337e74499af 13:35:04,913 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=19e6b42d 13:35:04,924 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=02d2c853b789f060 13:35:04,924 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=cdd7cc33 13:35:04,941 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=66160c22 13:35:04,952 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:04,953 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DES/CFB8 13:35:04,981 DEBUG [main][MACTest] testAllSupportedMACs: macKey=ed65adc8d9d6c3d0 13:35:04,982 DEBUG [main][MACTest] testAllSupportedMACs: macIV=7c93c370f70b28cd 13:35:05,000 DEBUG [main][MACTest] testAllSupportedMACs: mac1=271f5301 13:35:05,000 DEBUG [main][MACTest] testAllSupportedMACs: mac2=271f5301 13:35:05,003 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=1a822a04c14da82c 13:35:05,004 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=ca8a9e16 13:35:05,015 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=c5c4b4fb1e58cecb 13:35:05,016 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=6583296d 13:35:05,019 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=951bee7d 13:35:05,024 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,024 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DES64 13:35:05,026 DEBUG [main][MACTest] testAllSupportedMACs: macKey=7d99965fb6ffbec6 13:35:05,034 DEBUG [main][MACTest] testAllSupportedMACs: macIV=ec0a1ab52a74b7b5 13:35:05,035 DEBUG [main][MACTest] testAllSupportedMACs: mac1=f1ef12722f87ce01 13:35:05,036 DEBUG [main][MACTest] testAllSupportedMACs: mac2=f1ef12722f87ce01 13:35:05,037 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=25081d68ae6e4019 13:35:05,037 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=643ef51a6de005b1 13:35:05,038 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=1b14001a180bdec8 13:35:05,039 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=cdd022e0373e7a32 13:35:05,040 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=c402712c20ecea2f 13:35:05,040 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,041 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DES64MAC 13:35:05,042 DEBUG [main][MACTest] testAllSupportedMACs: macKey=fa76fd629389e99a 13:35:05,043 DEBUG [main][MACTest] testAllSupportedMACs: macIV=070e68b6cc510149 13:35:05,046 DEBUG [main][MACTest] testAllSupportedMACs: mac1=a19ce6dce26ba0a2 13:35:05,046 DEBUG [main][MACTest] testAllSupportedMACs: mac2=a19ce6dce26ba0a2 13:35:05,047 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=c688a8f0d30281bd 13:35:05,051 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=45cc49a014a82105 13:35:05,053 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=fc57da8b96f3ca37 13:35:05,053 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=1420b74a63dd66ac 13:35:05,054 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=411f01ddb793ef12 13:35:05,054 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,057 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DESMAC 13:35:05,058 DEBUG [main][MACTest] testAllSupportedMACs: macKey=49fbc6d8cf22d2da 13:35:05,059 DEBUG [main][MACTest] testAllSupportedMACs: macIV=b42e66b22f112aa1 13:35:05,066 DEBUG [main][MACTest] testAllSupportedMACs: mac1=e983a67a 13:35:05,066 DEBUG [main][MACTest] testAllSupportedMACs: mac2=e983a67a 13:35:05,068 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=f837eb31101cf915 13:35:05,068 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=4604d6fa 13:35:05,069 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=e3d52102acfeaf0d 13:35:05,070 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=051b278a 13:35:05,070 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=a40d0189 13:35:05,071 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,072 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DESMAC/CFB8 13:35:05,074 DEBUG [main][MACTest] testAllSupportedMACs: macKey=44825c51d660cb0e 13:35:05,077 DEBUG [main][MACTest] testAllSupportedMACs: macIV=01e49873632605b6 13:35:05,079 DEBUG [main][MACTest] testAllSupportedMACs: mac1=bacc4bc4 13:35:05,084 DEBUG [main][MACTest] testAllSupportedMACs: mac2=bacc4bc4 13:35:05,086 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=436e3a49f392b8a4 13:35:05,087 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=4ec76d15 13:35:05,089 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=2aa590ca317c5933 13:35:05,093 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=dcbc52ac 13:35:05,095 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=cc0fd31c 13:35:05,097 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,101 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DESWITHISO9797 13:35:05,105 DEBUG [main][MACTest] testAllSupportedMACs: macKey=1f2bfad03a7eacf655a605529eef07153523c661ba3c7b0c 13:35:05,114 DEBUG [main][MACTest] testAllSupportedMACs: macIV=3ec20b6e08916913 13:35:05,116 DEBUG [main][MACTest] testAllSupportedMACs: mac1=fc367374768403ff 13:35:05,116 DEBUG [main][MACTest] testAllSupportedMACs: mac2=fc367374768403ff 13:35:05,117 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=b2353216a0ac6779 13:35:05,118 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=031d0dbba938ca1a 13:35:05,118 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=48726e8fe8fc9e445ffc8281a1c899f147c378e9966f89ad 13:35:05,119 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=6c63b1a4d40c5cfb 13:35:05,119 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=58e95fadc0d11fbb 13:35:05,120 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,120 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=DESWITHISO9797MAC 13:35:05,123 DEBUG [main][MACTest] testAllSupportedMACs: macKey=a66a0c103219e98f18bc478b419d42c8dcbc59d32eaeb0ad 13:35:05,124 DEBUG [main][MACTest] testAllSupportedMACs: macIV=767abbb9176e69c0 13:35:05,125 DEBUG [main][MACTest] testAllSupportedMACs: mac1=c15576b7d4887fdd 13:35:05,125 DEBUG [main][MACTest] testAllSupportedMACs: mac2=c15576b7d4887fdd 13:35:05,126 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=90e2bcd6b98626cc 13:35:05,126 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=1fb4cf69211153a5 13:35:05,127 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=af55659e6883e7ffe0135a9e49e6dea16ddab5c7992e8f45 13:35:05,127 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=b60f87b824209455 13:35:05,128 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=2153eb5dccb7ce5f 13:35:05,129 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,129 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=GOST28147 13:35:05,146 DEBUG [main][MACTest] testAllSupportedMACs: macKey=39db987ee7a20e657868429e88079e89e8f472e070a5fcad28c63e62864f81f8 13:35:05,147 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,161 DEBUG [main][MACTest] testAllSupportedMACs: mac1=8957cbe4 13:35:05,161 DEBUG [main][MACTest] testAllSupportedMACs: mac2=8957cbe4 13:35:05,189 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=630726db2d92f2a2b1940de09eae5ca9095a2ab57f677a0ffa1fccea7f346e22 13:35:05,189 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=bbc62a57 13:35:05,193 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=3641fb28 13:35:05,195 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,195 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=GOST28147MAC 13:35:05,199 DEBUG [main][MACTest] testAllSupportedMACs: macKey=0b5437b100f91c66899c923f22af6a8381668a8eee774d3c3f0bd97dadb315fd 13:35:05,201 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,203 DEBUG [main][MACTest] testAllSupportedMACs: mac1=140a4b40 13:35:05,203 DEBUG [main][MACTest] testAllSupportedMACs: mac2=140a4b40 13:35:05,205 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=e799111ebd2c203c67c3ea31aa491541eae62b1b78e2e96740bef9aa220bb148 13:35:05,205 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=24981e07 13:35:05,210 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=091fc47f 13:35:05,218 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,219 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-MD2 13:35:05,237 DEBUG [main][MACTest] testAllSupportedMACs: macKey=c4b567e362bc65f0e41a56dc1b7f6475 13:35:05,237 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,239 DEBUG [main][MACTest] testAllSupportedMACs: mac1=6e8a85c327f0225e8e95d4b27784144a 13:35:05,240 DEBUG [main][MACTest] testAllSupportedMACs: mac2=6e8a85c327f0225e8e95d4b27784144a 13:35:05,242 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=1df736f205543fd93a63842a10b038db 13:35:05,242 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=c78ebb30d5bc735981930ff5ebee37ea 13:35:05,245 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=c6d4103f3ae752dd7f647a95205dd802 13:35:05,247 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,247 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-MD4 13:35:05,252 DEBUG [main][MACTest] testAllSupportedMACs: macKey=c4495c0052a17b16c643663b8f6d4640 13:35:05,253 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,256 DEBUG [main][MACTest] testAllSupportedMACs: mac1=7e54fb8143eeef79111af2aacab2afa8 13:35:05,256 DEBUG [main][MACTest] testAllSupportedMACs: mac2=7e54fb8143eeef79111af2aacab2afa8 13:35:05,260 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=a7cb83b66eef17d32c56a3fe66ea188d 13:35:05,260 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=063bbac57fec279c2c871691ad86534d 13:35:05,263 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=ba9aa160fba91a6201f871533eb445fe 13:35:05,266 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,266 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-MD5 13:35:05,272 DEBUG [main][MACTest] testAllSupportedMACs: macKey=d1327281572388d2c46236aa5faf7c51 13:35:05,272 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,276 DEBUG [main][MACTest] testAllSupportedMACs: mac1=bf3f82e8bb439c6e05b0031aec0e858d 13:35:05,276 DEBUG [main][MACTest] testAllSupportedMACs: mac2=bf3f82e8bb439c6e05b0031aec0e858d 13:35:05,281 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=91b5775a8ded0a2e6a68d896655b79d0 13:35:05,281 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=07071f5fb7a9812700f7467851c4f360 13:35:05,284 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=94eac9d218d24d1d0ef7d51819f1e2c6 13:35:05,287 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,287 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-RIPEMD128 13:35:05,299 DEBUG [main][MACTest] testAllSupportedMACs: macKey=cfaf267298ab5bda9975b1e085f3a24c 13:35:05,299 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,307 DEBUG [main][MACTest] testAllSupportedMACs: mac1=2ef0f694284a9c71bec197c70f76de30 13:35:05,307 DEBUG [main][MACTest] testAllSupportedMACs: mac2=2ef0f694284a9c71bec197c70f76de30 13:35:05,315 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=85a854efe05a36b20e431fdfa225773d 13:35:05,315 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=d08ed7550ba115bca3f2e53f5cbcecbf 13:35:05,322 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=0ff09ad989a734dd5c26b86782d9f2be 13:35:05,329 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,330 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-RIPEMD160 13:35:05,342 DEBUG [main][MACTest] testAllSupportedMACs: macKey=654144bf74b350772bf81edcc41cbf56be4be875 13:35:05,342 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,349 DEBUG [main][MACTest] testAllSupportedMACs: mac1=fab27e2086f46e141b475abcac2156ab21745729 13:35:05,349 DEBUG [main][MACTest] testAllSupportedMACs: mac2=fab27e2086f46e141b475abcac2156ab21745729 13:35:05,356 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=3d6fb9dc784c66dfe3fee08be2b4af973d1ef15a 13:35:05,356 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=08c6538e795001056552f37732cafc5a7581aba1 13:35:05,363 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=3b3597c42fee6e388b9a4bc4d7207a1d00a44ac6 13:35:05,369 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,370 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA1 13:35:05,375 DEBUG [main][MACTest] testAllSupportedMACs: macKey=71bbf86736ba9e1bd2edf3bea1c1d703bbd16b65 13:35:05,375 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,380 DEBUG [main][MACTest] testAllSupportedMACs: mac1=6c0f8946a8f8ef58502180144d116e78952a83b5 13:35:05,381 DEBUG [main][MACTest] testAllSupportedMACs: mac2=6c0f8946a8f8ef58502180144d116e78952a83b5 13:35:05,386 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=35ce0c2143a28aac5d9529bd2232f6506272673f 13:35:05,387 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=3e5f4fecd37518ae551ca9b6eba288f96bb30ec6 13:35:05,392 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=57cbf07ee5640587bf51a7d68d2b485936362433 13:35:05,397 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,397 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA224 13:35:05,410 DEBUG [main][MACTest] testAllSupportedMACs: macKey=08f9959293a0f24b294f2b44ff544e9c3f3f8e648f2de93a714a3404 13:35:05,410 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,421 DEBUG [main][MACTest] testAllSupportedMACs: mac1=4a6a4cf40d25f53ddbb420e61a5d89692d92fd434491089fad9d3b29 13:35:05,421 DEBUG [main][MACTest] testAllSupportedMACs: mac2=4a6a4cf40d25f53ddbb420e61a5d89692d92fd434491089fad9d3b29 13:35:05,432 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=313308b57555e95e3460630a339e07f89bb30ea35dab731d9e6dca7c 13:35:05,432 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=9168dbbd3c2781b99521016f940f4c83f28d0edc8b60c4bba96bc725 13:35:05,443 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=398afcd18ce8580ae3d66c437f288034da294248ed734ce05ce0ba8a 13:35:05,453 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,454 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA256 13:35:05,466 DEBUG [main][MACTest] testAllSupportedMACs: macKey=9a64179866a0ee9dc7da847f9b3e0e9077d763909a32adc3a408a0f4d4dd12fc 13:35:05,467 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,478 DEBUG [main][MACTest] testAllSupportedMACs: mac1=e0564da7badfba943756f1478a076c250bc49831f5d143a57d0422b7eb25e375 13:35:05,478 DEBUG [main][MACTest] testAllSupportedMACs: mac2=e0564da7badfba943756f1478a076c250bc49831f5d143a57d0422b7eb25e375 13:35:05,489 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=c083771e502e8e24a43bdb66babe9707a9b5a1d1f70575622f0209fb8f511190 13:35:05,489 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=fd1a88b4cfe481a62303660dc2a94b398fbbbdd8cdd0024cb2c1713e31a1176d 13:35:05,500 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=5aff8059527f715db06de77bbcdc1a95594150149934ab4d0c65fd0d8497790f 13:35:05,510 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,511 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA384 13:35:05,523 DEBUG [main][MACTest] testAllSupportedMACs: macKey=ae9646ee4cd6da57bffb1c2f94477870e142d589c04d0b3135b3639fd069cabb78bd4b52c5c76ec0fc44957f5d6bbbdd 13:35:05,523 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,532 DEBUG [main][MACTest] testAllSupportedMACs: mac1=cc29e7bc5d7df3eeae639cf077d31b01eb6bbdacfe8635fb311cbb83f9f57850e440068b6b3e9b08052dda5079d756a9 13:35:05,532 DEBUG [main][MACTest] testAllSupportedMACs: mac2=cc29e7bc5d7df3eeae639cf077d31b01eb6bbdacfe8635fb311cbb83f9f57850e440068b6b3e9b08052dda5079d756a9 13:35:05,541 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=f2f96e20c812586f5d0d11d63f60672148b0469368b9616978774aaad7830c2ebd04cfd2e68f177e97d3f4d294ea88f3 13:35:05,541 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=7b8e0fe53b57ec914b6795ff5efdc259f0511ffafa7f2e31dd0054c1210f3cdeebe2cce1da3a214ea231e01d8a2d21df 13:35:05,549 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=112f5d875898540b133b5c1389b45b95c4d746522c25262fdb7f4401fce8eca65f86fbc467a74bbbc199569d91be68bf 13:35:05,557 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,557 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-SHA512 13:35:05,568 DEBUG [main][MACTest] testAllSupportedMACs: macKey=63c6630864f71a28879f0c54bf45b6e6c0ede9aabc2df875c9865e26db5db38aef4571af828270587909a63b91348e40affe319de489f42a7ac9b60c3cb54f77 13:35:05,568 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,576 DEBUG [main][MACTest] testAllSupportedMACs: mac1=ec7de37881ca8f85b001581ab36088fd48ffbcaca0f5c580e6d28b50d2f2940b04bb75b68bd2521c66cab2250412a44550b6063485a8015586096c9d4c3aabbb 13:35:05,576 DEBUG [main][MACTest] testAllSupportedMACs: mac2=ec7de37881ca8f85b001581ab36088fd48ffbcaca0f5c580e6d28b50d2f2940b04bb75b68bd2521c66cab2250412a44550b6063485a8015586096c9d4c3aabbb 13:35:05,582 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=cf4ed93845e9d646b885ce5dd4fc77f10162aa607c9c462e736020385b0fef7d0174d221e326f2ea6f1ff0967b702f77e88b212517e828eafc597fc9c74d2df1 13:35:05,583 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=2c614a0918bc35a50b17fef9f6b0650e79242a8098305de8f68d3ee532774e2eb5e32b73023edbee79fc90f3321b089d36c4372e32db85f543e98592710f27f2 13:35:05,587 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=5b8d50bfb06f1bc3ff6c073fb7de0607e852c85d4ffd195e3bb007f74e6bd3d898e9b564ad27a6dbcb3f867441b7800058c578a4ae1cc9d42b8de65238e5474c 13:35:05,591 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,591 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC-TIGER 13:35:05,597 DEBUG [main][MACTest] testAllSupportedMACs: macKey=3eb40ecd76a7da0d5d960b71d0c087ae928b845cfdb7a6f3 13:35:05,598 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,600 DEBUG [main][MACTest] testAllSupportedMACs: mac1=a0aaa58e450ed88b9f1214c38108384d81082d49147d8f5d 13:35:05,600 DEBUG [main][MACTest] testAllSupportedMACs: mac2=a0aaa58e450ed88b9f1214c38108384d81082d49147d8f5d 13:35:05,603 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=2fd54307835ed383b34637a0069bb8b8205a424c4a9a3e83 13:35:05,603 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=4c50be741426f7e2897b8c56566449aaa326abab57daaa01 13:35:05,606 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=8dfa0343eca98c0b473ea3d88d07fa7652019993ffb93c85 13:35:05,608 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,608 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/MD2 13:35:05,610 DEBUG [main][MACTest] testAllSupportedMACs: macKey=710e72c0b5a9a6f8260ae8b513986e98 13:35:05,610 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,611 DEBUG [main][MACTest] testAllSupportedMACs: mac1=60a863e222ab4df129bb3c70ff2ebd46 13:35:05,611 DEBUG [main][MACTest] testAllSupportedMACs: mac2=60a863e222ab4df129bb3c70ff2ebd46 13:35:05,613 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=91692f69471e2a48affd51ebd47b98f3 13:35:05,613 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=581e64d134e353b55c1b423964d828e4 13:35:05,614 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=41995d3b0a72928d3411df6ebc329ba2 13:35:05,616 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,616 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/MD4 13:35:05,618 DEBUG [main][MACTest] testAllSupportedMACs: macKey=073559c73089f403ec5f3b4660028f51 13:35:05,619 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,621 DEBUG [main][MACTest] testAllSupportedMACs: mac1=94ccd9dcc72e0ae75809c4f82aa6564f 13:35:05,621 DEBUG [main][MACTest] testAllSupportedMACs: mac2=94ccd9dcc72e0ae75809c4f82aa6564f 13:35:05,624 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=d382bb5b46157dafd2de92d67c2050d4 13:35:05,625 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=fad4343ed4140f786b8522891ee337f4 13:35:05,633 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=c1fad912de4f3aad04cf297ebe4f8682 13:35:05,637 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,641 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/MD5 13:35:05,645 DEBUG [main][MACTest] testAllSupportedMACs: macKey=161fb074bd5c280b24efcb08e5f4754b 13:35:05,645 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,648 DEBUG [main][MACTest] testAllSupportedMACs: mac1=e3506ae76ac34b812e7ed9fd83ba889b 13:35:05,657 DEBUG [main][MACTest] testAllSupportedMACs: mac2=e3506ae76ac34b812e7ed9fd83ba889b 13:35:05,661 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=e709df0fec29e7cb52009ab016cfd2df 13:35:05,661 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=4ac74f32a4e4eee633268459f3468d8f 13:35:05,664 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=0f566fa0f90466f3c9e9d9710503f255 13:35:05,667 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,668 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/RIPEMD128 13:35:05,673 DEBUG [main][MACTest] testAllSupportedMACs: macKey=9882765fef770e3e3e60392647514c91 13:35:05,674 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,679 DEBUG [main][MACTest] testAllSupportedMACs: mac1=1cb2eb586f9b5020eb804cb1b7c13787 13:35:05,679 DEBUG [main][MACTest] testAllSupportedMACs: mac2=1cb2eb586f9b5020eb804cb1b7c13787 13:35:05,685 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=83568b7bfcc18c9340a3da6c678ce731 13:35:05,685 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=8b2072024c8afb03c8733c8cdd2f43f4 13:35:05,691 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=a30cd95fbb97ee21cbe22fbe0c97eb4d 13:35:05,696 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,697 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/RIPEMD160 13:35:05,702 DEBUG [main][MACTest] testAllSupportedMACs: macKey=5becc70c602ba28963ce43fc90915cae2a6fedc8 13:35:05,702 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,707 DEBUG [main][MACTest] testAllSupportedMACs: mac1=0d6dc1f2d65f788a885f292f97d8cacd07226500 13:35:05,707 DEBUG [main][MACTest] testAllSupportedMACs: mac2=0d6dc1f2d65f788a885f292f97d8cacd07226500 13:35:05,712 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=7c7a0b6b22acbf348e78e93aab072f04df535746 13:35:05,712 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=97b506ea53f725c26267963fa551cfaf81ba4c16 13:35:05,717 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=14ca7c7dd6c58f80058825e39ebb00a043888535 13:35:05,722 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,722 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA1 13:35:05,724 DEBUG [main][MACTest] testAllSupportedMACs: macKey=eb580e71e558107f1f7e9165aaa2b1c02a7a0008 13:35:05,724 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,725 DEBUG [main][MACTest] testAllSupportedMACs: mac1=4dc2272ea967c584488e4218c071aa5f4535b42c 13:35:05,725 DEBUG [main][MACTest] testAllSupportedMACs: mac2=4dc2272ea967c584488e4218c071aa5f4535b42c 13:35:05,726 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=f9f37b76b3f3ffdcccda39f3b705ad1bd349ea85 13:35:05,727 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=9a94a10a25f32d7bc683d66f0aeb5aa3f8f1461f 13:35:05,728 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=273399868deca6530fc47ff16d6a2c3af300656c 13:35:05,729 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,729 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA224 13:35:05,730 DEBUG [main][MACTest] testAllSupportedMACs: macKey=61270d0cdf8940ab265a37bbe21246a76c23e7a85a9d9f2311515cd7 13:35:05,731 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,732 DEBUG [main][MACTest] testAllSupportedMACs: mac1=fbee58a7f6fe448025665df73fc35fddbd95d8441612c4a71b1066cf 13:35:05,732 DEBUG [main][MACTest] testAllSupportedMACs: mac2=fbee58a7f6fe448025665df73fc35fddbd95d8441612c4a71b1066cf 13:35:05,733 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=03980dbed44dc65e1d5e4a7aaa0d8562038f46aadddcf4371f9e3adc 13:35:05,734 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=812049708c5cabdd23b549d60c966881e52096ad18fab3fa5c56047a 13:35:05,735 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=37b4cf389d0c240b0ef9b07adc4923ecafbba90f2ea6e1b6998d99d6 13:35:05,736 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,736 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA256 13:35:05,737 DEBUG [main][MACTest] testAllSupportedMACs: macKey=98c919563e2d1c9c38a41b1eb49325f467de157dfff4f7db02613a25c6ee1718 13:35:05,738 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,739 DEBUG [main][MACTest] testAllSupportedMACs: mac1=70db12059b17483f1ce6b534f7f8c74a167c65b4186869fa01a51f4da1703bab 13:35:05,739 DEBUG [main][MACTest] testAllSupportedMACs: mac2=70db12059b17483f1ce6b534f7f8c74a167c65b4186869fa01a51f4da1703bab 13:35:05,740 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=450dfa1e6e52d39f5b477a9da94f6d015a7e9c395fc022d6b16142a641fe4e10 13:35:05,741 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=fcd0fd70b2e430407f2ca6f60f659e39141e63e571d3a20fe32be1b2f8961d5b 13:35:05,742 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=27fedb95ae6788cfee531799e6d7f64699d850abfd145bc3904942b8ea52f7f1 13:35:05,743 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,743 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA384 13:35:05,747 DEBUG [main][MACTest] testAllSupportedMACs: macKey=6590661c9fc4b21ed1190eacdefbb0ded8b59f3e0bd136c58369b0837feb536ce596d5b6650c68c541557badbdd0f2da 13:35:05,748 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,756 DEBUG [main][MACTest] testAllSupportedMACs: mac1=fca63bae56f391063020b411492904f1016e435c6a1f65dc90b9e980819b9fa100a48d2a2e3602cbce95bc6ed6bb0e21 13:35:05,756 DEBUG [main][MACTest] testAllSupportedMACs: mac2=fca63bae56f391063020b411492904f1016e435c6a1f65dc90b9e980819b9fa100a48d2a2e3602cbce95bc6ed6bb0e21 13:35:05,760 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=253eeac4598094f5c482318621c31800177fb0c4bfa65b0bbc7993f16e9b38ae7356da5fa4c51acc0f0861b5090ed656 13:35:05,770 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=6ef6e383f77b8c4548e4c3348039f0a7a3407987a4e5edfb11af503e4416375dadecbe4c1ee62602b2b9de564863091d 13:35:05,774 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=3e5f503ff14a0184c4b7660fc492264405fb3365720e8701190542b82c2371c02aaab9f16cfb0c9819619a01f1da2e4f 13:35:05,779 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,780 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/SHA512 13:35:05,794 DEBUG [main][MACTest] testAllSupportedMACs: macKey=0be6b660c885c721b3fb3b26a95d4375015f963a92b0201c9a70208aa1e9a4d0c976c02e47eedca0807c80e4dbeb5b2b71c312ecf6412e6c48211aff7d51eddc 13:35:05,794 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,798 DEBUG [main][MACTest] testAllSupportedMACs: mac1=688f062aaa6f2c6fdce97042171ab9192b6a6a96be40f77e8bde302e1338b6da090e75722e27c58593c9378c7ec56a64adcfd92889131e000b68183ef08d066f 13:35:05,799 DEBUG [main][MACTest] testAllSupportedMACs: mac2=688f062aaa6f2c6fdce97042171ab9192b6a6a96be40f77e8bde302e1338b6da090e75722e27c58593c9378c7ec56a64adcfd92889131e000b68183ef08d066f 13:35:05,811 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=df47f1fa50518e85e511bcba974998ad2f1047c3483577dec46b59be38d877ec318f20cf354bf50c168a2854ada54986ef404c3da6598c7b297f90d7967a52a5 13:35:05,811 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=80e13b3ff4f19d812a3cd0087656d35a03560015b8a51972a9f90174b4c795637f696fb0810ce6988a7dc3eef0b6c36521368a98f353558735c51e9a4c87cd16 13:35:05,815 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=49b44134da67c29080890e0f8530750eb4f85fa3f48854eba3fd3b19daf4c86fa0fb89648411a8e6684df8fb30e0800ecc1073dbbfddfa86c27ccd5b366ac4cb 13:35:05,824 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,825 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMAC/TIGER 13:35:05,828 DEBUG [main][MACTest] testAllSupportedMACs: macKey=3f38c58bb3c9c3ac433eed5669fe38a7128f6e49620c9f69 13:35:05,828 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,831 DEBUG [main][MACTest] testAllSupportedMACs: mac1=3a26d64dea4c0f0c90ca24fce970317df75d4fdf1b0dd23a 13:35:05,834 DEBUG [main][MACTest] testAllSupportedMACs: mac2=3a26d64dea4c0f0c90ca24fce970317df75d4fdf1b0dd23a 13:35:05,838 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=2ba4546aabf2aaddbbd5216cb629e6ed2fdffab29e7171bf 13:35:05,844 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=33bfcf4b39e3351d2fd1baab8a8388fbd7529f56eac0d4fa 13:35:05,847 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=ada6ad966e4a580eebb7caccbd717eff061ca2ebb8f65ff8 13:35:05,850 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,853 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACMD2 13:35:05,859 DEBUG [main][MACTest] testAllSupportedMACs: macKey=c9ba376fc81a7cf52691fa88835e91b1 13:35:05,860 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,861 DEBUG [main][MACTest] testAllSupportedMACs: mac1=fdab85897d0a257121dd5df88c838ab1 13:35:05,862 DEBUG [main][MACTest] testAllSupportedMACs: mac2=fdab85897d0a257121dd5df88c838ab1 13:35:05,863 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=75792fabc788078a7861ff06eb01d983 13:35:05,864 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=87bc48020ed957bb3e7ed8a962dd8cb9 13:35:05,872 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=7fdaa5cbb79e7e5e55fd41b7273e91d7 13:35:05,874 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,874 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACMD4 13:35:05,875 DEBUG [main][MACTest] testAllSupportedMACs: macKey=b75fb250de39ea038c936c28b7953b59 13:35:05,875 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,875 DEBUG [main][MACTest] testAllSupportedMACs: mac1=5291325001ce5172ddc32a4a525827b4 13:35:05,876 DEBUG [main][MACTest] testAllSupportedMACs: mac2=5291325001ce5172ddc32a4a525827b4 13:35:05,876 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=87524c3ec992d446657e19b5aada4457 13:35:05,877 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=5dbd0198f5a195ab993db0ba672be1bf 13:35:05,877 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=c4ae46f331a33580dbed6097d0065fd3 13:35:05,878 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,878 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACMD5 13:35:05,879 DEBUG [main][MACTest] testAllSupportedMACs: macKey=a0425852937bb81d9d05cffd3d1fd166 13:35:05,879 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,879 DEBUG [main][MACTest] testAllSupportedMACs: mac1=cfb740ec1c2cc41c4e2aacab4ec0b1a3 13:35:05,884 DEBUG [main][MACTest] testAllSupportedMACs: mac2=cfb740ec1c2cc41c4e2aacab4ec0b1a3 13:35:05,885 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=1df9b7d6e6b8c895a7483a9f92e0e90b 13:35:05,886 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=5b614fb0195245a4d3abdc1df63b4bfe 13:35:05,886 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=0ec7341f6a1446c0731d588ad184b9d6 13:35:05,887 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,887 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACRIPEMD128 13:35:05,889 DEBUG [main][MACTest] testAllSupportedMACs: macKey=69e7590c37555debfd34ce47d4e2e1b5 13:35:05,889 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,891 DEBUG [main][MACTest] testAllSupportedMACs: mac1=2db33f133638c7499296245e0b85c9f6 13:35:05,894 DEBUG [main][MACTest] testAllSupportedMACs: mac2=2db33f133638c7499296245e0b85c9f6 13:35:05,896 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=52f64a00fc319c8faf0c6b5b996a37d2 13:35:05,897 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=64011f77561db4f460bb1c8e7cce6dcb 13:35:05,899 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=319766069d4c1dc61cda63c3a13a9389 13:35:05,905 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,905 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACRIPEMD160 13:35:05,910 DEBUG [main][MACTest] testAllSupportedMACs: macKey=b4c465cc37436be2c438c7ae7ad6768625dcc001 13:35:05,918 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,923 DEBUG [main][MACTest] testAllSupportedMACs: mac1=4bbe5cf8045fa71cb62ee42480ec22e547b98c58 13:35:05,934 DEBUG [main][MACTest] testAllSupportedMACs: mac2=4bbe5cf8045fa71cb62ee42480ec22e547b98c58 13:35:05,939 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=2f5d97cf518646f2739137e761ff646c4db89aee 13:35:05,940 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=701e97a3132f31c7a523e7df3a16a753c316e01d 13:35:05,944 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=49f6eb6c42158557b58310e8d1d184d7c9e82d5b 13:35:05,950 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,953 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA1 13:35:05,954 DEBUG [main][MACTest] testAllSupportedMACs: macKey=ece0e41bd50ea359ce0cb33fcdc9aa2f05892383 13:35:05,955 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,956 DEBUG [main][MACTest] testAllSupportedMACs: mac1=12ac09c918a14d70bfbeddfe9cac00a743355ffc 13:35:05,962 DEBUG [main][MACTest] testAllSupportedMACs: mac2=12ac09c918a14d70bfbeddfe9cac00a743355ffc 13:35:05,963 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=6e6a838f703460e60396a0e7fa8d3f0578dab3fb 13:35:05,964 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=ba9ba28cefceecc9ac16e44645dd308f8c04aa67 13:35:05,964 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=2119b57c681f9708e9bbb7e2c69544b269cf6e16 13:35:05,965 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,965 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA224 13:35:05,966 DEBUG [main][MACTest] testAllSupportedMACs: macKey=355a82ed010a8d7fc1e21f0d79503bb5a012e2e0c28f48109af314ee 13:35:05,966 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,967 DEBUG [main][MACTest] testAllSupportedMACs: mac1=ba19c6c1d0977f78dbccb67a9a42bdbe8b068eb1e8992045140fc829 13:35:05,967 DEBUG [main][MACTest] testAllSupportedMACs: mac2=ba19c6c1d0977f78dbccb67a9a42bdbe8b068eb1e8992045140fc829 13:35:05,968 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=fef0a45ab0f2602d71e5cde525a1c0d3e1c08b9c0a2d1da8f7bc371d 13:35:05,968 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=c2db0447b9def5f3653b366ff28ff03acb2a252c7a9b8c91b212730d 13:35:05,969 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=cca442f2a9803ae22a35644d8580f05aaa6a526db34bd097b4d17ff1 13:35:05,969 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,970 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA256 13:35:05,970 DEBUG [main][MACTest] testAllSupportedMACs: macKey=76270de18a3ed898142301ebcf85a9fbc36cb54b573e02d9c17f3bd1809e04e3 13:35:05,971 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,971 DEBUG [main][MACTest] testAllSupportedMACs: mac1=d24868e30b857249c1164f84f3819c4f303fdc048c77ff5038343797da728c2e 13:35:05,972 DEBUG [main][MACTest] testAllSupportedMACs: mac2=d24868e30b857249c1164f84f3819c4f303fdc048c77ff5038343797da728c2e 13:35:05,972 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=ae9bddc95d602689a6990486eba140e198c087e471e9e7608a02cba70d6a3220 13:35:05,973 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=dab47c727b2b6db56656f9d3b98b7efc43c7f60e51427da75dceff4d43ec1b90 13:35:05,973 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=e9927be43d44a3987fdf72d4f90a71cb06c76f6a51d5f211b0b8e88e8c35d3a6 13:35:05,984 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:05,985 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA384 13:35:05,989 DEBUG [main][MACTest] testAllSupportedMACs: macKey=c90e1602d07258e4b7c5cdbe8eaf9917724b8a9a3de0a5d6c624a51dcf4c01314da8b31c67dd2122fea974707e57ddb3 13:35:05,989 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:05,993 DEBUG [main][MACTest] testAllSupportedMACs: mac1=e7ed5823de51e9d73bc31c7b6b642277f3c5434f8d8fef722a37973b0a10ae5c953c35560f1c48d9bc69b5e6e238fc47 13:35:05,995 DEBUG [main][MACTest] testAllSupportedMACs: mac2=e7ed5823de51e9d73bc31c7b6b642277f3c5434f8d8fef722a37973b0a10ae5c953c35560f1c48d9bc69b5e6e238fc47 13:35:05,999 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=5e914f10e449754fa19d33f533530f342828ef0540a2356e943551ef1170b0f687dcb2904eff3d34f95c0c533b420c41 13:35:06,000 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=1f151701b23bdc90d22a9a5d3f7f6cbf4c23830fb7352504cd45950a704c23acb2c3f7d405cc5e57168848517da6c625 13:35:06,003 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=2da4674cba68a732999a974b16be35b7b62076e056b89b7bed704eb15624dc59d1facfe3cf3990fde4695d99058ca88a 13:35:06,007 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,008 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACSHA512 13:35:06,012 DEBUG [main][MACTest] testAllSupportedMACs: macKey=25d39e89f42a5ac148b0a21aaaac7d50318274ac0a738053d7cbccd02359157957343f1b850f6d2b62aa8d88bab51b69d9dd4c873f08461946393f6fd8c2e7dd 13:35:06,012 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:06,016 DEBUG [main][MACTest] testAllSupportedMACs: mac1=615fcf8c2d836fc7bfb707f2b48cb5cb3209f4d0b3633e3f3b2309b91a087ceb7fc5bb4b5b26bc58d30e8e5efc05ecc5ad6dae9e65faa90213fca7bf81bd97a3 13:35:06,016 DEBUG [main][MACTest] testAllSupportedMACs: mac2=615fcf8c2d836fc7bfb707f2b48cb5cb3209f4d0b3633e3f3b2309b91a087ceb7fc5bb4b5b26bc58d30e8e5efc05ecc5ad6dae9e65faa90213fca7bf81bd97a3 13:35:06,020 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=78ed4d0a1edb79d119195c44158d3bec034c587e53f6da4cc17a4f41967612851aba8740f99d1737befaef5a10c4441063f6cd975ce0f880c74d0eae70587df9 13:35:06,021 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=cba1f123cfe83475313ae6631d4d3e3ad48c47655ad46467c4b48d82bbbffc91bad539a08d02422a1a0c03fd2757fcdd23f8b82d304b26582be42d3fe2ee6f91 13:35:06,024 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=0d261720b944454d225fe3e1f4821065a01be9bfb2d4c68f41e9de9a780de6b36d67798903d067f69184e4bdcf810a52ee742a69b56ea6f99e8c632a12adb021 13:35:06,028 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,028 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=HMACTIGER 13:35:06,031 DEBUG [main][MACTest] testAllSupportedMACs: macKey=f67227ef66f11a7fbf0ba706737be51f55cb497056714be7 13:35:06,031 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:06,034 DEBUG [main][MACTest] testAllSupportedMACs: mac1=b92e5c5e9109c20bffabedddc2a78c3ab2444097bc9a5614 13:35:06,035 DEBUG [main][MACTest] testAllSupportedMACs: mac2=b92e5c5e9109c20bffabedddc2a78c3ab2444097bc9a5614 13:35:06,040 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=01bd39098784de13f4d14383810ff910d4b27c5313702531 13:35:06,040 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=d317193833823c79aaaf9d8ee4935264f720cfe0dfbadab9 13:35:06,043 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=57000423774722acb9a83e28719abccf068a0ef558cf223f 13:35:06,046 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,046 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=ISO9797ALG3 13:35:06,047 DEBUG [main][MACTest] testAllSupportedMACs: macKey=3f922f90087646d23b72bd2b56f02577916a6386453956e8 13:35:06,048 DEBUG [main][MACTest] testAllSupportedMACs: macIV=c29bb844e7b91925 13:35:06,048 DEBUG [main][MACTest] testAllSupportedMACs: mac1=5f919315a989a151 13:35:06,049 DEBUG [main][MACTest] testAllSupportedMACs: mac2=5f919315a989a151 13:35:06,049 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=db2392c7c98a7a76 13:35:06,050 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=fcc0d541c25984cc 13:35:06,050 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=655c788c2d23c8e1bc486d127b7b4cd2c3f505a9541a2bc4 13:35:06,051 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=26b81b7cab180b65 13:35:06,051 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=799aa306069a6596 13:35:06,052 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,052 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=ISO9797ALG3MAC 13:35:06,053 DEBUG [main][MACTest] testAllSupportedMACs: macKey=c2693317999f162b6e7569dc44e007ead00b099444e92207 13:35:06,054 DEBUG [main][MACTest] testAllSupportedMACs: macIV=abaa9631accb77f9 13:35:06,054 DEBUG [main][MACTest] testAllSupportedMACs: mac1=b1ee43b1e4c258e6 13:35:06,055 DEBUG [main][MACTest] testAllSupportedMACs: mac2=b1ee43b1e4c258e6 13:35:06,055 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=16a45c42f2624879 13:35:06,056 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=8839f36f1d3fb93c 13:35:06,057 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=b2c5a7dbf6997f52a6abe26779179ccfeb4a9b18f83b164c 13:35:06,057 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=b82a373c0b9db4dd 13:35:06,059 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=031395a294aaa7cd 13:35:06,060 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,060 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=ISO9797ALG3MACWITHISO7816-4PADDING 13:35:06,061 DEBUG [main][MACTest] testAllSupportedMACs: macKey=39b32f6c53b0428ef2a5a17f836920feb49b551f4db80573 13:35:06,062 DEBUG [main][MACTest] testAllSupportedMACs: macIV=10ce435e955d5760 13:35:06,062 DEBUG [main][MACTest] testAllSupportedMACs: mac1=4b1ddda9e19f3af1 13:35:06,063 DEBUG [main][MACTest] testAllSupportedMACs: mac2=4b1ddda9e19f3af1 13:35:06,063 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=214b8ff9046f8d6c 13:35:06,064 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=5b64ae53ea47cc6e 13:35:06,064 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=9e90d4a68ad96ef58953b63cfe8f92e193fc1480cbc6afe5 13:35:06,065 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=91a3b34fd8bd6ac1 13:35:06,065 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=80662552d23db1bf 13:35:06,066 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,067 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=ISO9797ALG3WITHISO7816-4PADDING 13:35:06,067 DEBUG [main][MACTest] testAllSupportedMACs: macKey=ae7bd022c5a07d627acd39b60856d5c8725d7e236c2e9eb9 13:35:06,068 DEBUG [main][MACTest] testAllSupportedMACs: macIV=037cbfc4af3787ca 13:35:06,069 DEBUG [main][MACTest] testAllSupportedMACs: mac1=874d6ae3cfcf9fa8 13:35:06,069 DEBUG [main][MACTest] testAllSupportedMACs: mac2=874d6ae3cfcf9fa8 13:35:06,070 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=e70f0367bf8861c9 13:35:06,070 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=34e1d75df5c2ccd6 13:35:06,071 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=ac6978d669d039274910d3fe406b965eb29bb1f6b5bf737f 13:35:06,071 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=3be7013afbe66ecd 13:35:06,072 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=18eb3d9d361065ea 13:35:06,073 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,073 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=OLDHMACSHA384 13:35:06,076 DEBUG [main][MACTest] testAllSupportedMACs: macKey=5e964eb72eb0085271b2932a22c650cc403cf82444801f773ed99e8c34ffe777719e00ae0121fb467d6ed28d39f65dd1 13:35:06,077 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:06,078 DEBUG [main][MACTest] testAllSupportedMACs: mac1=ad203c1f62cd3e9f731d407573db8d83b71d14da7fed84b2f684f6a348fd16cf44ccbf9a206ec673d7f343a78b14d815 13:35:06,078 DEBUG [main][MACTest] testAllSupportedMACs: mac2=ad203c1f62cd3e9f731d407573db8d83b71d14da7fed84b2f684f6a348fd16cf44ccbf9a206ec673d7f343a78b14d815 13:35:06,080 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=25115cf4de9088c854439899a457fa365baf1d7c66d17f41fd7f30711762b0cde92a04404aeb692ef3bdbaa5163e4d40 13:35:06,080 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=ec17501120405778647ecb920b2b35915d6af1f56939110f32ac97410bcf2afe3ee7519b5126300b0c4ef85195940646 13:35:06,081 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=9246052528d69ace86c4f6fac0a3154da961e0c82b58080cbd6272ebea8de7c7e9b6d7e1eee88f3b5cd45827689e3874 13:35:06,082 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,083 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=OLDHMACSHA512 13:35:06,084 DEBUG [main][MACTest] testAllSupportedMACs: macKey=a8c3bf81facec272d086483ee6249e3011eb07c453679b55a43c521c026b1e32e81c523cfed0b81abfe4c58041c9a3e11a965385463145e8fbfd073009618090 13:35:06,085 DEBUG [main][MACTest] testAllSupportedMACs: macIV=null 13:35:06,086 DEBUG [main][MACTest] testAllSupportedMACs: mac1=338ebc7916fd8632f840a61f05a7742483a897902d920fe3a592bb64d31db742797fefc150ba399bed93b392e4f8465cdb9de1f2ddcbf28c133a12b0879f3fcd 13:35:06,086 DEBUG [main][MACTest] testAllSupportedMACs: mac2=338ebc7916fd8632f840a61f05a7742483a897902d920fe3a592bb64d31db742797fefc150ba399bed93b392e4f8465cdb9de1f2ddcbf28c133a12b0879f3fcd 13:35:06,088 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=f5cfc8ef14df65319ad560f0f35c2c6cd6cc0ec91bdb413a02807f320466ec5a45d134f7487a6347f0757528e99f106e443a510a1ddc2cdda52e19e2d4fa2e16 13:35:06,088 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=1626bf36204f61ba1c5a69aabee9ec09dabb0057beedb4490330f9fda19e0967f4584985435eae7859448718928cfd4f3dfcc4803009049f86bbaece150876c9 13:35:06,089 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=4fdd98bd002fb7a86d148df9df8570316de6495455a04936b7a0a51db77f53b40a590dd5f0f43fb193e17b10244207ac46dc00886610c8edacdd344caaf463c0 13:35:06,091 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,091 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=RC2 13:35:06,127 DEBUG [main][MACTest] testAllSupportedMACs: macKey=89f7545458580ef7 13:35:06,128 DEBUG [main][MACTest] testAllSupportedMACs: macIV=cb065622e8dbf108 13:35:06,167 DEBUG [main][MACTest] testAllSupportedMACs: mac1=7b505293 13:35:06,167 DEBUG [main][MACTest] testAllSupportedMACs: mac2=7b505293 13:35:06,194 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=34452cc58b9ac0eb 13:35:06,197 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=722e311b 13:35:06,235 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=65e47aa79b7eed42 13:35:06,235 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=d2ea7298 13:35:06,253 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=cc797ae6 13:35:06,266 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,274 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=RC2/CFB8 13:35:06,327 DEBUG [main][MACTest] testAllSupportedMACs: macKey=5fce395d1905ebaf 13:35:06,328 DEBUG [main][MACTest] testAllSupportedMACs: macIV=f0e7ba2d15c82e09 13:35:06,330 DEBUG [main][MACTest] testAllSupportedMACs: mac1=ebe59b65 13:35:06,330 DEBUG [main][MACTest] testAllSupportedMACs: mac2=ebe59b65 13:35:06,332 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=78cb2e490e923af9 13:35:06,333 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=e85aec4e 13:35:06,335 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=2c6327baad732316 13:35:06,335 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=54d75332 13:35:06,337 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=3627528c 13:35:06,340 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,340 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=RC2MAC 13:35:06,341 DEBUG [main][MACTest] testAllSupportedMACs: macKey=d49d853facd8c966 13:35:06,341 DEBUG [main][MACTest] testAllSupportedMACs: macIV=5f98bbdaa7d6156e 13:35:06,349 DEBUG [main][MACTest] testAllSupportedMACs: mac1=b8543293 13:35:06,349 DEBUG [main][MACTest] testAllSupportedMACs: mac2=b8543293 13:35:06,351 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=da76fbfa2f6cbdb6 13:35:06,358 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=8b790c14 13:35:06,360 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=ac63f5adc6bd385b 13:35:06,360 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=c7314d1d 13:35:06,361 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=8195338e 13:35:06,362 DEBUG [main][MACTest] ------------------------------------------------------------------------ 13:35:06,362 DEBUG [main][MACTest] testAllSupportedMACs: macAlgorithmName=RC2MAC/CFB8 13:35:06,364 DEBUG [main][MACTest] testAllSupportedMACs: macKey=516392b59f16c12b 13:35:06,365 DEBUG [main][MACTest] testAllSupportedMACs: macIV=6e78b445ecf84911 13:35:06,367 DEBUG [main][MACTest] testAllSupportedMACs: mac1=f35d5ad8 13:35:06,369 DEBUG [main][MACTest] testAllSupportedMACs: mac2=f35d5ad8 13:35:06,371 DEBUG [main][MACTest] testAllSupportedMACs: wrongIV=152b276ce8bf2a24 13:35:06,374 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=42221ed6 13:35:06,377 DEBUG [main][MACTest] testAllSupportedMACs: wrongKey=c7fb7c2ec9aba07c 13:35:06,377 DEBUG [main][MACTest] testAllSupportedMACs: wrongMAC=32c44760 13:35:06,379 DEBUG [main][MACTest] testAllSupportedMACs: MACforWrongData=2aab95a0 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.53 sec Running org.cumulus4j.crypto.test.GCMTest *** 0 *** *** gcm 0 *** *** gcm 1 *** *** gcm 2 *** *** gcm 3 *** *** gcm 4 *** *** gcm 5 *** *** gcm 6 *** *** gcm 7 *** *** gcm 8 *** *** gcm 9 *** *** gcm 10 *** *** gcm 11 *** *** gcm 12 *** *** gcm 13 *** *** gcm 14 *** *** gcm 15 *** *** gcm 16 *** *** gcm 17 *** *** gcm 18 *** *** gcm 19 *** *** gcm 20 *** *** gcm 21 *** *** gcm 22 *** *** gcm 23 *** *** gcm 24 *** *** gcm 25 *** *** gcm 26 *** *** gcm 27 *** *** gcm 28 *** *** gcm 29 *** *** gcm 30 *** *** gcm 31 *** *** gcm 32 *** *** gcm 33 *** *** gcm 34 *** *** gcm 35 *** *** gcm 36 *** *** gcm 37 *** *** gcm 38 *** *** gcm 39 *** *** gcm 40 *** *** gcm 41 *** *** gcm 42 *** *** gcm 43 *** *** gcm 44 *** *** gcm 45 *** *** gcm 46 *** *** gcm 47 *** *** gcm 48 *** *** gcm 49 *** *** gcm 50 *** *** gcm 51 *** *** gcm 52 *** *** gcm 53 *** *** gcm 54 *** *** gcm 55 *** *** gcm 56 *** *** gcm 57 *** *** gcm 58 *** *** gcm 59 *** *** gcm 60 *** *** gcm 61 *** *** gcm 62 *** *** gcm 63 *** *** gcm 64 *** *** gcm 65 *** *** gcm 66 *** *** gcm 67 *** *** gcm 68 *** *** gcm 69 *** *** gcm 70 *** *** gcm 71 *** *** gcm 72 *** *** gcm 73 *** *** gcm 74 *** *** gcm 75 *** *** gcm 76 *** *** gcm 77 *** *** gcm 78 *** *** gcm 79 *** *** gcm 80 *** *** gcm 81 *** *** gcm 82 *** *** gcm 83 *** *** gcm 84 *** *** gcm 85 *** *** gcm 86 *** *** gcm 87 *** *** gcm 88 *** *** gcm 89 *** *** gcm 90 *** *** gcm 91 *** *** gcm 92 *** *** gcm 93 *** *** gcm 94 *** *** gcm 95 *** *** gcm 96 *** *** gcm 97 *** *** gcm 98 *** *** gcm 99 *** *** gcm 100 *** *** gcm 101 *** *** gcm 102 *** *** gcm 103 *** *** gcm 104 *** *** gcm 105 *** *** gcm 106 *** *** gcm 107 *** *** gcm 108 *** *** gcm 109 *** *** gcm 110 *** *** gcm 111 *** *** gcm 112 *** *** gcm 113 *** *** gcm 114 *** *** gcm 115 *** *** gcm 116 *** *** gcm 117 *** *** gcm 118 *** *** gcm 119 *** *** gcm 120 *** *** gcm 121 *** *** gcm 122 *** *** gcm 123 *** *** gcm 124 *** *** gcm 125 *** *** gcm 126 *** *** gcm 127 *** *** gcm 128 *** *** gcm 129 *** *** gcm 130 *** *** gcm 131 *** *** gcm 132 *** *** gcm 133 *** *** gcm 134 *** *** gcm 135 *** *** gcm 136 *** *** gcm 137 *** *** gcm 138 *** *** gcm 139 *** *** gcm 140 *** *** gcm 141 *** *** gcm 142 *** *** gcm 143 *** *** gcm 144 *** *** gcm 145 *** *** gcm 146 *** *** gcm 147 *** *** gcm 148 *** *** gcm 149 *** *** gcm 150 *** *** gcm 151 *** *** gcm 152 *** *** gcm 153 *** *** gcm 154 *** *** gcm 155 *** *** gcm 156 *** *** gcm 157 *** *** gcm 158 *** *** gcm 159 *** *** gcm 160 *** *** gcm 161 *** *** gcm 162 *** *** gcm 163 *** *** gcm 164 *** *** gcm 165 *** *** gcm 166 *** *** gcm 167 *** *** gcm 168 *** *** gcm 169 *** *** gcm 170 *** *** gcm 171 *** *** gcm 172 *** *** gcm 173 *** *** gcm 174 *** *** gcm 175 *** *** gcm 176 *** *** gcm 177 *** *** gcm 178 *** *** gcm 179 *** *** gcm 180 *** *** gcm 181 *** *** gcm 182 *** *** gcm 183 *** *** gcm 184 *** *** gcm 185 *** *** gcm 186 *** *** gcm 187 *** *** gcm 188 *** *** gcm 189 *** *** gcm 190 *** *** gcm 191 *** *** gcm 192 *** *** gcm 193 *** *** gcm 194 *** *** gcm 195 *** *** gcm 196 *** *** gcm 197 *** *** gcm 198 *** *** gcm 199 *** *** gcm 200 *** *** gcm 201 *** *** gcm 202 *** *** gcm 203 *** *** gcm 204 *** *** gcm 205 *** *** gcm 206 *** *** gcm 207 *** *** gcm 208 *** *** gcm 209 *** *** gcm 210 *** *** gcm 211 *** *** gcm 212 *** *** gcm 213 *** *** gcm 214 *** *** gcm 215 *** *** gcm 216 *** *** gcm 217 *** *** gcm 218 *** *** gcm 219 *** *** gcm 220 *** *** gcm 221 *** *** gcm 222 *** *** gcm 223 *** *** gcm 224 *** *** gcm 225 *** *** gcm 226 *** *** gcm 227 *** *** gcm 228 *** *** gcm 229 *** *** gcm 230 *** *** gcm 231 *** *** gcm 232 *** *** gcm 233 *** *** gcm 234 *** *** gcm 235 *** *** gcm 236 *** *** gcm 237 *** *** gcm 238 *** *** gcm 239 *** *** gcm 240 *** *** gcm 241 *** *** gcm 242 *** *** gcm 243 *** *** gcm 244 *** *** gcm 245 *** *** gcm 246 *** *** gcm 247 *** *** gcm 248 *** *** gcm 249 *** *** gcm 250 *** *** gcm 251 *** *** gcm 252 *** *** gcm 253 *** *** gcm 254 *** *** gcm 255 *** *** gcm 256 *** *** gcm 257 *** *** gcm 258 *** *** gcm 259 *** *** gcm 260 *** *** gcm 261 *** *** gcm 262 *** *** gcm 263 *** *** gcm 264 *** *** gcm 265 *** *** gcm 266 *** *** gcm 267 *** *** gcm 268 *** *** gcm 269 *** *** gcm 270 *** *** gcm 271 *** *** gcm 272 *** *** gcm 273 *** *** gcm 274 *** *** gcm 275 *** *** gcm 276 *** *** gcm 277 *** *** gcm 278 *** *** gcm 279 *** *** gcm 280 *** *** gcm 281 *** *** gcm 282 *** *** gcm 283 *** *** gcm 284 *** *** gcm 285 *** *** gcm 286 *** *** gcm 287 *** *** gcm 288 *** *** gcm 289 *** *** gcm 290 *** *** gcm 291 *** *** gcm 292 *** *** gcm 293 *** *** gcm 294 *** *** gcm 295 *** *** gcm 296 *** *** gcm 297 *** *** gcm 298 *** *** gcm 299 *** *** gcm 300 *** *** gcm 301 *** *** gcm 302 *** *** gcm 303 *** *** gcm 304 *** *** gcm 305 *** *** gcm 306 *** *** gcm 307 *** *** gcm 308 *** *** gcm 309 *** *** gcm 310 *** *** gcm 311 *** *** gcm 312 *** *** gcm 313 *** *** gcm 314 *** *** gcm 315 *** *** gcm 316 *** *** gcm 317 *** *** gcm 318 *** *** gcm 319 *** *** gcm 320 *** *** gcm 321 *** *** gcm 322 *** *** gcm 323 *** *** gcm 324 *** *** gcm 325 *** *** gcm 326 *** *** gcm 327 *** *** gcm 328 *** *** gcm 329 *** *** gcm 330 *** *** gcm 331 *** *** gcm 332 *** *** gcm 333 *** *** gcm 334 *** *** gcm 335 *** *** gcm 336 *** *** gcm 337 *** *** gcm 338 *** *** gcm 339 *** *** gcm 340 *** *** gcm 341 *** *** gcm 342 *** *** gcm 343 *** *** gcm 344 *** *** gcm 345 *** *** gcm 346 *** *** gcm 347 *** *** gcm 348 *** *** gcm 349 *** *** gcm 350 *** *** gcm 351 *** *** gcm 352 *** *** gcm 353 *** *** gcm 354 *** *** gcm 355 *** *** gcm 356 *** *** gcm 357 *** *** gcm 358 *** *** gcm 359 *** *** gcm 360 *** *** gcm 361 *** *** gcm 362 *** *** gcm 363 *** *** gcm 364 *** *** gcm 365 *** *** gcm 366 *** *** gcm 367 *** *** gcm 368 *** *** gcm 369 *** *** gcm 370 *** *** gcm 371 *** *** gcm 372 *** *** gcm 373 *** *** gcm 374 *** *** gcm 375 *** *** gcm 376 *** *** gcm 377 *** *** gcm 378 *** *** gcm 379 *** *** gcm 380 *** *** gcm 381 *** *** gcm 382 *** *** gcm 383 *** *** gcm 384 *** *** gcm 385 *** *** gcm 386 *** *** gcm 387 *** *** gcm 388 *** *** gcm 389 *** *** gcm 390 *** *** gcm 391 *** *** gcm 392 *** *** gcm 393 *** *** gcm 394 *** *** gcm 395 *** *** gcm 396 *** *** gcm 397 *** *** gcm 398 *** *** gcm 399 *** *** gcm 400 *** *** gcm 401 *** *** gcm 402 *** *** gcm 403 *** *** gcm 404 *** *** gcm 405 *** *** gcm 406 *** *** gcm 407 *** *** gcm 408 *** *** gcm 409 *** *** gcm 410 *** *** gcm 411 *** *** gcm 412 *** *** gcm 413 *** *** gcm 414 *** *** gcm 415 *** *** gcm 416 *** *** gcm 417 *** *** gcm 418 *** *** gcm 419 *** *** gcm 420 *** *** gcm 421 *** *** gcm 422 *** *** gcm 423 *** *** gcm 424 *** *** gcm 425 *** *** gcm 426 *** *** gcm 427 *** *** gcm 428 *** *** gcm 429 *** *** gcm 430 *** *** gcm 431 *** *** gcm 432 *** *** gcm 433 *** *** gcm 434 *** *** gcm 435 *** *** gcm 436 *** *** gcm 437 *** *** gcm 438 *** *** gcm 439 *** *** gcm 440 *** *** gcm 441 *** *** gcm 442 *** *** gcm 443 *** *** gcm 444 *** *** gcm 445 *** *** gcm 446 *** *** gcm 447 *** *** gcm 448 *** *** gcm 449 *** *** gcm 450 *** *** gcm 451 *** *** gcm 452 *** *** gcm 453 *** *** gcm 454 *** *** gcm 455 *** *** gcm 456 *** *** gcm 457 *** *** gcm 458 *** *** gcm 459 *** *** gcm 460 *** *** gcm 461 *** *** gcm 462 *** *** gcm 463 *** *** gcm 464 *** *** gcm 465 *** *** gcm 466 *** *** gcm 467 *** *** gcm 468 *** *** gcm 469 *** *** gcm 470 *** *** gcm 471 *** *** gcm 472 *** *** gcm 473 *** *** gcm 474 *** *** gcm 475 *** *** gcm 476 *** *** gcm 477 *** *** gcm 478 *** *** gcm 479 *** *** gcm 480 *** *** gcm 481 *** *** gcm 482 *** *** gcm 483 *** *** gcm 484 *** *** gcm 485 *** *** gcm 486 *** *** gcm 487 *** *** gcm 488 *** *** gcm 489 *** *** gcm 490 *** *** gcm 491 *** *** gcm 492 *** *** gcm 493 *** *** gcm 494 *** *** gcm 495 *** *** gcm 496 *** *** gcm 497 *** *** gcm 498 *** *** gcm 499 *** *** gcm 500 *** *** gcm 501 *** *** gcm 502 *** *** gcm 503 *** *** gcm 504 *** *** gcm 505 *** *** gcm 506 *** *** gcm 507 *** *** gcm 508 *** *** gcm 509 *** *** gcm 510 *** *** gcm 511 *** *** gcm 512 *** *** gcm 513 *** *** gcm 514 *** *** gcm 515 *** *** gcm 516 *** *** gcm 517 *** *** gcm 518 *** *** gcm 519 *** *** gcm 520 *** *** gcm 521 *** *** gcm 522 *** *** gcm 523 *** *** gcm 524 *** *** gcm 525 *** *** gcm 526 *** *** gcm 527 *** *** gcm 528 *** *** gcm 529 *** *** gcm 530 *** *** gcm 531 *** *** gcm 532 *** *** gcm 533 *** *** gcm 534 *** *** gcm 535 *** *** gcm 536 *** *** gcm 537 *** *** gcm 538 *** *** gcm 539 *** *** gcm 540 *** *** gcm 541 *** *** gcm 542 *** *** gcm 543 *** *** gcm 544 *** *** gcm 545 *** *** gcm 546 *** *** gcm 547 *** *** gcm 548 *** *** gcm 549 *** *** gcm 550 *** *** gcm 551 *** *** gcm 552 *** *** gcm 553 *** *** gcm 554 *** *** gcm 555 *** *** gcm 556 *** *** gcm 557 *** *** gcm 558 *** *** gcm 559 *** *** gcm 560 *** *** gcm 561 *** *** gcm 562 *** *** gcm 563 *** *** gcm 564 *** *** gcm 565 *** *** gcm 566 *** *** gcm 567 *** *** gcm 568 *** *** gcm 569 *** *** gcm 570 *** *** gcm 571 *** *** gcm 572 *** *** gcm 573 *** *** gcm 574 *** *** gcm 575 *** *** gcm 576 *** *** gcm 577 *** *** gcm 578 *** *** gcm 579 *** *** gcm 580 *** *** gcm 581 *** *** gcm 582 *** *** gcm 583 *** *** gcm 584 *** *** gcm 585 *** *** gcm 586 *** *** gcm 587 *** *** gcm 588 *** *** gcm 589 *** *** gcm 590 *** *** gcm 591 *** *** gcm 592 *** *** gcm 593 *** *** gcm 594 *** *** gcm 595 *** *** gcm 596 *** *** gcm 597 *** *** gcm 598 *** *** gcm 599 *** *** gcm 600 *** *** gcm 601 *** *** gcm 602 *** *** gcm 603 *** *** gcm 604 *** *** gcm 605 *** *** gcm 606 *** *** gcm 607 *** *** gcm 608 *** *** gcm 609 *** *** gcm 610 *** *** gcm 611 *** *** gcm 612 *** *** gcm 613 *** *** gcm 614 *** *** gcm 615 *** *** gcm 616 *** *** gcm 617 *** *** gcm 618 *** *** gcm 619 *** *** gcm 620 *** *** gcm 621 *** *** gcm 622 *** *** gcm 623 *** *** gcm 624 *** *** gcm 625 *** *** gcm 626 *** *** gcm 627 *** *** gcm 628 *** *** gcm 629 *** *** gcm 630 *** *** gcm 631 *** *** gcm 632 *** *** gcm 633 *** *** gcm 634 *** *** gcm 635 *** *** gcm 636 *** *** gcm 637 *** *** gcm 638 *** *** gcm 639 *** *** gcm 640 *** *** gcm 641 *** *** gcm 642 *** *** gcm 643 *** *** gcm 644 *** *** gcm 645 *** *** gcm 646 *** *** gcm 647 *** *** gcm 648 *** *** gcm 649 *** *** gcm 650 *** *** gcm 651 *** *** gcm 652 *** *** gcm 653 *** *** gcm 654 *** *** gcm 655 *** *** gcm 656 *** *** gcm 657 *** *** gcm 658 *** *** gcm 659 *** *** gcm 660 *** *** gcm 661 *** *** gcm 662 *** *** gcm 663 *** *** gcm 664 *** *** gcm 665 *** *** gcm 666 *** *** gcm 667 *** *** gcm 668 *** *** gcm 669 *** *** gcm 670 *** *** gcm 671 *** *** gcm 672 *** *** gcm 673 *** *** gcm 674 *** *** gcm 675 *** *** gcm 676 *** *** gcm 677 *** *** gcm 678 *** *** gcm 679 *** *** gcm 680 *** *** gcm 681 *** *** gcm 682 *** *** gcm 683 *** *** gcm 684 *** *** gcm 685 *** *** gcm 686 *** *** gcm 687 *** *** gcm 688 *** *** gcm 689 *** *** gcm 690 *** *** gcm 691 *** *** gcm 692 *** *** gcm 693 *** *** gcm 694 *** *** gcm 695 *** *** gcm 696 *** *** gcm 697 *** *** gcm 698 *** *** gcm 699 *** *** gcm 700 *** *** gcm 701 *** *** gcm 702 *** *** gcm 703 *** *** gcm 704 *** *** gcm 705 *** *** gcm 706 *** *** gcm 707 *** *** gcm 708 *** *** gcm 709 *** *** gcm 710 *** *** gcm 711 *** *** gcm 712 *** *** gcm 713 *** *** gcm 714 *** *** gcm 715 *** *** gcm 716 *** *** gcm 717 *** *** gcm 718 *** *** gcm 719 *** *** gcm 720 *** *** gcm 721 *** *** gcm 722 *** *** gcm 723 *** *** gcm 724 *** *** gcm 725 *** *** gcm 726 *** *** gcm 727 *** *** gcm 728 *** *** gcm 729 *** *** gcm 730 *** *** gcm 731 *** *** gcm 732 *** *** gcm 733 *** *** gcm 734 *** *** gcm 735 *** *** gcm 736 *** *** gcm 737 *** *** gcm 738 *** *** gcm 739 *** *** gcm 740 *** *** gcm 741 *** *** gcm 742 *** *** gcm 743 *** *** gcm 744 *** *** gcm 745 *** *** gcm 746 *** *** gcm 747 *** *** gcm 748 *** *** gcm 749 *** *** gcm 750 *** *** gcm 751 *** *** gcm 752 *** *** gcm 753 *** *** gcm 754 *** *** gcm 755 *** *** gcm 756 *** *** gcm 757 *** *** gcm 758 *** *** gcm 759 *** *** gcm 760 *** *** gcm 761 *** *** gcm 762 *** *** gcm 763 *** *** gcm 764 *** *** gcm 765 *** *** gcm 766 *** *** gcm 767 *** *** gcm 768 *** *** gcm 769 *** *** gcm 770 *** *** gcm 771 *** *** gcm 772 *** *** gcm 773 *** *** gcm 774 *** *** gcm 775 *** *** gcm 776 *** *** gcm 777 *** *** gcm 778 *** *** gcm 779 *** *** gcm 780 *** *** gcm 781 *** *** gcm 782 *** *** gcm 783 *** *** gcm 784 *** *** gcm 785 *** *** gcm 786 *** *** gcm 787 *** *** gcm 788 *** *** gcm 789 *** *** gcm 790 *** *** gcm 791 *** *** gcm 792 *** *** gcm 793 *** *** gcm 794 *** *** gcm 795 *** *** gcm 796 *** *** gcm 797 *** *** gcm 798 *** *** gcm 799 *** *** gcm 800 *** *** gcm 801 *** *** gcm 802 *** *** gcm 803 *** *** gcm 804 *** *** gcm 805 *** *** gcm 806 *** *** gcm 807 *** *** gcm 808 *** *** gcm 809 *** *** gcm 810 *** *** gcm 811 *** *** gcm 812 *** *** gcm 813 *** *** gcm 814 *** *** gcm 815 *** *** gcm 816 *** *** gcm 817 *** *** gcm 818 *** *** gcm 819 *** *** gcm 820 *** *** gcm 821 *** *** gcm 822 *** *** gcm 823 *** *** gcm 824 *** *** gcm 825 *** *** gcm 826 *** *** gcm 827 *** *** gcm 828 *** *** gcm 829 *** *** gcm 830 *** *** gcm 831 *** *** gcm 832 *** *** gcm 833 *** *** gcm 834 *** *** gcm 835 *** *** gcm 836 *** *** gcm 837 *** *** gcm 838 *** *** gcm 839 *** *** gcm 840 *** *** gcm 841 *** *** gcm 842 *** *** gcm 843 *** *** gcm 844 *** *** gcm 845 *** *** gcm 846 *** *** gcm 847 *** *** gcm 848 *** *** gcm 849 *** *** gcm 850 *** *** gcm 851 *** *** gcm 852 *** *** gcm 853 *** *** gcm 854 *** *** gcm 855 *** *** gcm 856 *** *** gcm 857 *** *** gcm 858 *** *** gcm 859 *** *** gcm 860 *** *** gcm 861 *** *** gcm 862 *** *** gcm 863 *** *** gcm 864 *** *** gcm 865 *** *** gcm 866 *** *** gcm 867 *** *** gcm 868 *** *** gcm 869 *** *** gcm 870 *** *** gcm 871 *** *** gcm 872 *** *** gcm 873 *** *** gcm 874 *** *** gcm 875 *** *** gcm 876 *** *** gcm 877 *** *** gcm 878 *** *** gcm 879 *** *** gcm 880 *** *** gcm 881 *** *** gcm 882 *** *** gcm 883 *** *** gcm 884 *** *** gcm 885 *** *** gcm 886 *** *** gcm 887 *** *** gcm 888 *** *** gcm 889 *** *** gcm 890 *** *** gcm 891 *** *** gcm 892 *** *** gcm 893 *** *** gcm 894 *** *** gcm 895 *** *** gcm 896 *** *** gcm 897 *** *** gcm 898 *** *** gcm 899 *** *** gcm 900 *** *** gcm 901 *** *** gcm 902 *** *** gcm 903 *** *** gcm 904 *** *** gcm 905 *** *** gcm 906 *** *** gcm 907 *** *** gcm 908 *** *** gcm 909 *** *** gcm 910 *** *** gcm 911 *** *** gcm 912 *** *** gcm 913 *** *** gcm 914 *** *** gcm 915 *** *** gcm 916 *** *** gcm 917 *** *** gcm 918 *** *** gcm 919 *** *** gcm 920 *** *** gcm 921 *** *** gcm 922 *** *** gcm 923 *** *** gcm 924 *** *** gcm 925 *** *** gcm 926 *** *** gcm 927 *** *** gcm 928 *** *** gcm 929 *** *** gcm 930 *** *** gcm 931 *** *** gcm 932 *** *** gcm 933 *** *** gcm 934 *** *** gcm 935 *** *** gcm 936 *** *** gcm 937 *** *** gcm 938 *** *** gcm 939 *** *** gcm 940 *** *** gcm 941 *** *** gcm 942 *** *** gcm 943 *** *** gcm 944 *** *** gcm 945 *** *** gcm 946 *** *** gcm 947 *** *** gcm 948 *** *** gcm 949 *** *** gcm 950 *** *** gcm 951 *** *** gcm 952 *** *** gcm 953 *** *** gcm 954 *** *** gcm 955 *** *** gcm 956 *** *** gcm 957 *** *** gcm 958 *** *** gcm 959 *** *** gcm 960 *** *** gcm 961 *** *** gcm 962 *** *** gcm 963 *** *** gcm 964 *** *** gcm 965 *** *** gcm 966 *** *** gcm 967 *** *** gcm 968 *** *** gcm 969 *** *** gcm 970 *** *** gcm 971 *** *** gcm 972 *** *** gcm 973 *** *** gcm 974 *** *** gcm 975 *** *** gcm 976 *** *** gcm 977 *** *** gcm 978 *** *** gcm 979 *** *** gcm 980 *** *** gcm 981 *** *** gcm 982 *** *** gcm 983 *** *** gcm 984 *** *** gcm 985 *** *** gcm 986 *** *** gcm 987 *** *** gcm 988 *** *** gcm 989 *** *** gcm 990 *** *** gcm 991 *** *** gcm 992 *** *** gcm 993 *** *** gcm 994 *** *** gcm 995 *** *** gcm 996 *** *** gcm 997 *** *** gcm 998 *** *** gcm 999 *** *** gcm 1000 *** *** gcm 1001 *** *** gcm 1002 *** *** gcm 1003 *** *** gcm 1004 *** *** gcm 1005 *** *** gcm 1006 *** *** gcm 1007 *** *** gcm 1008 *** *** gcm 1009 *** *** gcm 1010 *** *** gcm 1011 *** *** gcm 1012 *** *** gcm 1013 *** *** gcm 1014 *** *** gcm 1015 *** *** gcm 1016 *** *** gcm 1017 *** *** gcm 1018 *** *** gcm 1019 *** *** gcm 1020 *** *** gcm 1021 *** *** gcm 1022 *** *** gcm 1023 *** *** gcm 1024 *** *** gcm 1025 *** *** gcm 1026 *** *** gcm 1027 *** *** gcm 1028 *** *** gcm 1029 *** *** gcm 1030 *** *** gcm 1031 *** *** gcm 1032 *** *** gcm 1033 *** *** gcm 1034 *** *** gcm 1035 *** *** gcm 1036 *** *** gcm 1037 *** *** gcm 1038 *** *** gcm 1039 *** *** gcm 1040 *** *** gcm 1041 *** *** gcm 1042 *** *** gcm 1043 *** *** gcm 1044 *** *** gcm 1045 *** *** gcm 1046 *** *** gcm 1047 *** *** gcm 1048 *** *** gcm 1049 *** *** gcm 1050 *** *** gcm 1051 *** *** gcm 1052 *** *** gcm 1053 *** *** gcm 1054 *** *** gcm 1055 *** *** gcm 1056 *** *** gcm 1057 *** *** gcm 1058 *** *** gcm 1059 *** *** gcm 1060 *** *** gcm 1061 *** *** gcm 1062 *** *** gcm 1063 *** *** gcm 1064 *** *** gcm 1065 *** *** gcm 1066 *** *** gcm 1067 *** *** gcm 1068 *** *** gcm 1069 *** *** gcm 1070 *** *** gcm 1071 *** *** gcm 1072 *** *** gcm 1073 *** *** gcm 1074 *** *** gcm 1075 *** *** gcm 1076 *** *** gcm 1077 *** *** gcm 1078 *** *** gcm 1079 *** *** gcm 1080 *** *** gcm 1081 *** *** gcm 1082 *** *** gcm 1083 *** *** gcm 1084 *** *** gcm 1085 *** *** gcm 1086 *** *** gcm 1087 *** *** gcm 1088 *** *** gcm 1089 *** *** gcm 1090 *** *** gcm 1091 *** *** gcm 1092 *** *** gcm 1093 *** *** gcm 1094 *** *** gcm 1095 *** *** gcm 1096 *** *** gcm 1097 *** *** gcm 1098 *** *** gcm 1099 *** *** gcm 1100 *** *** gcm 1101 *** *** gcm 1102 *** *** gcm 1103 *** *** gcm 1104 *** *** gcm 1105 *** *** gcm 1106 *** *** gcm 1107 *** *** gcm 1108 *** *** gcm 1109 *** *** gcm 1110 *** *** gcm 1111 *** *** gcm 1112 *** *** gcm 1113 *** *** gcm 1114 *** *** gcm 1115 *** *** gcm 1116 *** *** gcm 1117 *** *** gcm 1118 *** *** gcm 1119 *** *** gcm 1120 *** *** gcm 1121 *** *** gcm 1122 *** *** gcm 1123 *** *** gcm 1124 *** *** gcm 1125 *** *** gcm 1126 *** *** gcm 1127 *** *** gcm 1128 *** *** gcm 1129 *** *** gcm 1130 *** *** gcm 1131 *** *** gcm 1132 *** *** gcm 1133 *** *** gcm 1134 *** *** gcm 1135 *** *** gcm 1136 *** *** gcm 1137 *** *** gcm 1138 *** *** gcm 1139 *** *** gcm 1140 *** *** gcm 1141 *** *** gcm 1142 *** *** gcm 1143 *** *** gcm 1144 *** *** gcm 1145 *** *** gcm 1146 *** *** gcm 1147 *** *** gcm 1148 *** *** gcm 1149 *** *** gcm 1150 *** *** gcm 1151 *** *** gcm 1152 *** *** gcm 1153 *** *** gcm 1154 *** *** gcm 1155 *** *** gcm 1156 *** *** gcm 1157 *** *** gcm 1158 *** *** gcm 1159 *** *** gcm 1160 *** *** gcm 1161 *** *** gcm 1162 *** *** gcm 1163 *** *** gcm 1164 *** *** gcm 1165 *** *** gcm 1166 *** *** gcm 1167 *** *** gcm 1168 *** *** gcm 1169 *** *** gcm 1170 *** *** gcm 1171 *** *** gcm 1172 *** *** gcm 1173 *** *** gcm 1174 *** *** gcm 1175 *** *** gcm 1176 *** *** gcm 1177 *** *** gcm 1178 *** *** gcm 1179 *** *** gcm 1180 *** *** gcm 1181 *** *** gcm 1182 *** *** gcm 1183 *** *** gcm 1184 *** *** gcm 1185 *** *** gcm 1186 *** *** gcm 1187 *** *** gcm 1188 *** *** gcm 1189 *** *** gcm 1190 *** *** gcm 1191 *** *** gcm 1192 *** *** gcm 1193 *** *** gcm 1194 *** *** gcm 1195 *** *** gcm 1196 *** *** gcm 1197 *** *** gcm 1198 *** *** gcm 1199 *** *** gcm 1200 *** *** gcm 1201 *** *** gcm 1202 *** *** gcm 1203 *** *** gcm 1204 *** *** gcm 1205 *** *** gcm 1206 *** *** gcm 1207 *** *** gcm 1208 *** *** gcm 1209 *** *** gcm 1210 *** *** gcm 1211 *** *** gcm 1212 *** *** gcm 1213 *** *** gcm 1214 *** *** gcm 1215 *** *** gcm 1216 *** *** gcm 1217 *** *** gcm 1218 *** *** gcm 1219 *** *** gcm 1220 *** *** gcm 1221 *** *** gcm 1222 *** *** gcm 1223 *** *** gcm 1224 *** *** gcm 1225 *** *** gcm 1226 *** *** gcm 1227 *** *** gcm 1228 *** *** gcm 1229 *** *** gcm 1230 *** *** gcm 1231 *** *** gcm 1232 *** *** gcm 1233 *** *** gcm 1234 *** *** gcm 1235 *** *** gcm 1236 *** *** gcm 1237 *** *** gcm 1238 *** *** gcm 1239 *** *** gcm 1240 *** *** gcm 1241 *** *** gcm 1242 *** *** gcm 1243 *** *** gcm 1244 *** *** gcm 1245 *** *** gcm 1246 *** *** gcm 1247 *** *** gcm 1248 *** *** gcm 1249 *** *** gcm 1250 *** *** gcm 1251 *** *** gcm 1252 *** *** gcm 1253 *** *** gcm 1254 *** *** gcm 1255 *** *** gcm 1256 *** *** gcm 1257 *** *** gcm 1258 *** *** gcm 1259 *** *** gcm 1260 *** *** gcm 1261 *** *** gcm 1262 *** *** gcm 1263 *** *** gcm 1264 *** *** gcm 1265 *** *** gcm 1266 *** *** gcm 1267 *** *** gcm 1268 *** *** gcm 1269 *** *** gcm 1270 *** *** gcm 1271 *** *** gcm 1272 *** *** gcm 1273 *** *** gcm 1274 *** *** gcm 1275 *** *** gcm 1276 *** *** gcm 1277 *** *** gcm 1278 *** *** gcm 1279 *** *** gcm 1280 *** *** gcm 1281 *** *** gcm 1282 *** *** gcm 1283 *** *** gcm 1284 *** *** gcm 1285 *** *** gcm 1286 *** *** gcm 1287 *** *** gcm 1288 *** *** gcm 1289 *** *** gcm 1290 *** *** gcm 1291 *** *** gcm 1292 *** *** gcm 1293 *** *** gcm 1294 *** *** gcm 1295 *** *** gcm 1296 *** *** gcm 1297 *** *** gcm 1298 *** *** gcm 1299 *** *** gcm 1300 *** *** gcm 1301 *** *** gcm 1302 *** *** gcm 1303 *** *** gcm 1304 *** *** gcm 1305 *** *** gcm 1306 *** *** gcm 1307 *** *** gcm 1308 *** *** gcm 1309 *** *** gcm 1310 *** *** gcm 1311 *** *** gcm 1312 *** *** gcm 1313 *** *** gcm 1314 *** *** gcm 1315 *** *** gcm 1316 *** *** gcm 1317 *** *** gcm 1318 *** *** gcm 1319 *** *** gcm 1320 *** *** gcm 1321 *** *** gcm 1322 *** *** gcm 1323 *** *** gcm 1324 *** *** gcm 1325 *** *** gcm 1326 *** *** gcm 1327 *** *** gcm 1328 *** *** gcm 1329 *** *** gcm 1330 *** *** gcm 1331 *** *** gcm 1332 *** *** gcm 1333 *** *** gcm 1334 *** *** gcm 1335 *** *** gcm 1336 *** *** gcm 1337 *** *** gcm 1338 *** *** gcm 1339 *** *** gcm 1340 *** *** gcm 1341 *** *** gcm 1342 *** *** gcm 1343 *** *** gcm 1344 *** *** gcm 1345 *** *** gcm 1346 *** *** gcm 1347 *** *** gcm 1348 *** *** gcm 1349 *** *** gcm 1350 *** *** gcm 1351 *** *** gcm 1352 *** *** gcm 1353 *** *** gcm 1354 *** *** gcm 1355 *** *** gcm 1356 *** *** gcm 1357 *** *** gcm 1358 *** *** gcm 1359 *** *** gcm 1360 *** *** gcm 1361 *** *** gcm 1362 *** *** gcm 1363 *** *** gcm 1364 *** *** gcm 1365 *** *** gcm 1366 *** *** gcm 1367 *** *** gcm 1368 *** *** gcm 1369 *** *** gcm 1370 *** *** gcm 1371 *** *** gcm 1372 *** *** gcm 1373 *** *** gcm 1374 *** *** gcm 1375 *** *** gcm 1376 *** *** gcm 1377 *** *** gcm 1378 *** *** gcm 1379 *** *** gcm 1380 *** *** gcm 1381 *** *** gcm 1382 *** *** gcm 1383 *** *** gcm 1384 *** *** gcm 1385 *** *** gcm 1386 *** *** gcm 1387 *** *** gcm 1388 *** *** gcm 1389 *** *** gcm 1390 *** *** gcm 1391 *** *** gcm 1392 *** *** gcm 1393 *** *** gcm 1394 *** *** gcm 1395 *** *** gcm 1396 *** *** gcm 1397 *** *** gcm 1398 *** *** gcm 1399 *** *** gcm 1400 *** *** gcm 1401 *** *** gcm 1402 *** *** gcm 1403 *** *** gcm 1404 *** *** gcm 1405 *** *** gcm 1406 *** *** gcm 1407 *** *** gcm 1408 *** *** gcm 1409 *** *** gcm 1410 *** *** gcm 1411 *** *** gcm 1412 *** *** gcm 1413 *** *** gcm 1414 *** *** gcm 1415 *** *** gcm 1416 *** *** gcm 1417 *** *** gcm 1418 *** *** gcm 1419 *** *** gcm 1420 *** *** gcm 1421 *** *** gcm 1422 *** *** gcm 1423 *** *** gcm 1424 *** *** gcm 1425 *** *** gcm 1426 *** *** gcm 1427 *** *** gcm 1428 *** *** gcm 1429 *** *** gcm 1430 *** *** gcm 1431 *** *** gcm 1432 *** *** gcm 1433 *** *** gcm 1434 *** *** gcm 1435 *** *** gcm 1436 *** *** gcm 1437 *** *** gcm 1438 *** *** gcm 1439 *** *** gcm 1440 *** *** gcm 1441 *** *** gcm 1442 *** *** gcm 1443 *** *** gcm 1444 *** *** gcm 1445 *** *** gcm 1446 *** *** gcm 1447 *** *** gcm 1448 *** *** gcm 1449 *** *** gcm 1450 *** *** gcm 1451 *** *** gcm 1452 *** *** gcm 1453 *** *** gcm 1454 *** *** gcm 1455 *** *** gcm 1456 *** *** gcm 1457 *** *** gcm 1458 *** *** gcm 1459 *** *** gcm 1460 *** *** gcm 1461 *** *** gcm 1462 *** *** gcm 1463 *** *** gcm 1464 *** *** gcm 1465 *** *** gcm 1466 *** *** gcm 1467 *** *** gcm 1468 *** *** gcm 1469 *** *** gcm 1470 *** *** gcm 1471 *** *** gcm 1472 *** *** gcm 1473 *** *** gcm 1474 *** *** gcm 1475 *** *** gcm 1476 *** *** gcm 1477 *** *** gcm 1478 *** *** gcm 1479 *** *** gcm 1480 *** *** gcm 1481 *** *** gcm 1482 *** *** gcm 1483 *** *** gcm 1484 *** *** gcm 1485 *** *** gcm 1486 *** *** gcm 1487 *** *** gcm 1488 *** *** gcm 1489 *** *** gcm 1490 *** *** gcm 1491 *** *** gcm 1492 *** *** gcm 1493 *** *** gcm 1494 *** *** gcm 1495 *** *** gcm 1496 *** *** gcm 1497 *** *** gcm 1498 *** *** gcm 1499 *** *** gcm 1500 *** *** gcm 1501 *** *** gcm 1502 *** *** gcm 1503 *** *** gcm 1504 *** *** gcm 1505 *** *** gcm 1506 *** *** gcm 1507 *** *** gcm 1508 *** *** gcm 1509 *** *** gcm 1510 *** *** gcm 1511 *** *** gcm 1512 *** *** gcm 1513 *** *** gcm 1514 *** *** gcm 1515 *** *** gcm 1516 *** *** gcm 1517 *** *** gcm 1518 *** *** gcm 1519 *** *** gcm 1520 *** *** gcm 1521 *** *** gcm 1522 *** *** gcm 1523 *** *** gcm 1524 *** *** gcm 1525 *** *** gcm 1526 *** *** gcm 1527 *** *** gcm 1528 *** *** gcm 1529 *** *** gcm 1530 *** *** gcm 1531 *** *** gcm 1532 *** *** gcm 1533 *** *** gcm 1534 *** *** gcm 1535 *** *** gcm 1536 *** *** gcm 1537 *** *** gcm 1538 *** *** gcm 1539 *** *** gcm 1540 *** *** gcm 1541 *** *** gcm 1542 *** *** gcm 1543 *** *** gcm 1544 *** *** gcm 1545 *** *** gcm 1546 *** *** gcm 1547 *** *** gcm 1548 *** *** gcm 1549 *** *** gcm 1550 *** *** gcm 1551 *** *** gcm 1552 *** *** gcm 1553 *** *** gcm 1554 *** *** gcm 1555 *** *** gcm 1556 *** *** gcm 1557 *** *** gcm 1558 *** *** gcm 1559 *** *** gcm 1560 *** *** gcm 1561 *** *** gcm 1562 *** *** gcm 1563 *** *** gcm 1564 *** *** gcm 1565 *** *** gcm 1566 *** *** gcm 1567 *** *** gcm 1568 *** *** gcm 1569 *** *** gcm 1570 *** *** gcm 1571 *** *** gcm 1572 *** *** gcm 1573 *** *** gcm 1574 *** *** gcm 1575 *** *** gcm 1576 *** *** gcm 1577 *** *** gcm 1578 *** *** gcm 1579 *** *** gcm 1580 *** *** gcm 1581 *** *** gcm 1582 *** *** gcm 1583 *** *** gcm 1584 *** *** gcm 1585 *** *** gcm 1586 *** *** gcm 1587 *** *** gcm 1588 *** *** gcm 1589 *** *** gcm 1590 *** *** gcm 1591 *** *** gcm 1592 *** *** gcm 1593 *** *** gcm 1594 *** *** gcm 1595 *** *** gcm 1596 *** *** gcm 1597 *** *** gcm 1598 *** *** gcm 1599 *** *** gcm 1600 *** *** gcm 1601 *** *** gcm 1602 *** *** gcm 1603 *** *** gcm 1604 *** *** gcm 1605 *** *** gcm 1606 *** *** gcm 1607 *** *** gcm 1608 *** *** gcm 1609 *** *** gcm 1610 *** *** gcm 1611 *** *** gcm 1612 *** *** gcm 1613 *** *** gcm 1614 *** *** gcm 1615 *** *** gcm 1616 *** *** gcm 1617 *** *** gcm 1618 *** *** gcm 1619 *** *** gcm 1620 *** *** gcm 1621 *** *** gcm 1622 *** *** gcm 1623 *** *** gcm 1624 *** *** gcm 1625 *** *** gcm 1626 *** *** gcm 1627 *** *** gcm 1628 *** *** gcm 1629 *** *** gcm 1630 *** *** gcm 1631 *** *** gcm 1632 *** *** gcm 1633 *** *** gcm 1634 *** *** gcm 1635 *** *** gcm 1636 *** *** gcm 1637 *** *** gcm 1638 *** *** gcm 1639 *** *** gcm 1640 *** *** gcm 1641 *** *** gcm 1642 *** *** gcm 1643 *** *** gcm 1644 *** *** gcm 1645 *** *** gcm 1646 *** *** gcm 1647 *** *** gcm 1648 *** *** gcm 1649 *** *** gcm 1650 *** *** gcm 1651 *** *** gcm 1652 *** *** gcm 1653 *** *** gcm 1654 *** *** gcm 1655 *** *** gcm 1656 *** *** gcm 1657 *** *** gcm 1658 *** *** gcm 1659 *** *** gcm 1660 *** *** gcm 1661 *** *** gcm 1662 *** *** gcm 1663 *** *** gcm 1664 *** *** gcm 1665 *** *** gcm 1666 *** *** gcm 1667 *** *** gcm 1668 *** *** gcm 1669 *** *** gcm 1670 *** *** gcm 1671 *** *** gcm 1672 *** *** gcm 1673 *** *** gcm 1674 *** *** gcm 1675 *** *** gcm 1676 *** *** gcm 1677 *** *** gcm 1678 *** *** gcm 1679 *** *** gcm 1680 *** *** gcm 1681 *** *** gcm 1682 *** *** gcm 1683 *** *** gcm 1684 *** *** gcm 1685 *** *** gcm 1686 *** *** gcm 1687 *** *** gcm 1688 *** *** gcm 1689 *** *** gcm 1690 *** *** gcm 1691 *** *** gcm 1692 *** *** gcm 1693 *** *** gcm 1694 *** *** gcm 1695 *** *** gcm 1696 *** *** gcm 1697 *** *** gcm 1698 *** *** gcm 1699 *** *** gcm 1700 *** *** gcm 1701 *** *** gcm 1702 *** *** gcm 1703 *** *** gcm 1704 *** *** gcm 1705 *** *** gcm 1706 *** *** gcm 1707 *** *** gcm 1708 *** *** gcm 1709 *** *** gcm 1710 *** *** gcm 1711 *** *** gcm 1712 *** *** gcm 1713 *** *** gcm 1714 *** *** gcm 1715 *** *** gcm 1716 *** *** gcm 1717 *** *** gcm 1718 *** *** gcm 1719 *** *** gcm 1720 *** *** gcm 1721 *** *** gcm 1722 *** *** gcm 1723 *** *** gcm 1724 *** *** gcm 1725 *** *** gcm 1726 *** *** gcm 1727 *** *** gcm 1728 *** *** gcm 1729 *** *** gcm 1730 *** *** gcm 1731 *** *** gcm 1732 *** *** gcm 1733 *** *** gcm 1734 *** *** gcm 1735 *** *** gcm 1736 *** *** gcm 1737 *** *** gcm 1738 *** *** gcm 1739 *** *** gcm 1740 *** *** gcm 1741 *** *** gcm 1742 *** *** gcm 1743 *** *** gcm 1744 *** *** gcm 1745 *** *** gcm 1746 *** *** gcm 1747 *** *** gcm 1748 *** *** gcm 1749 *** *** gcm 1750 *** *** gcm 1751 *** *** gcm 1752 *** *** gcm 1753 *** *** gcm 1754 *** *** gcm 1755 *** *** gcm 1756 *** *** gcm 1757 *** *** gcm 1758 *** *** gcm 1759 *** *** gcm 1760 *** *** gcm 1761 *** *** gcm 1762 *** *** gcm 1763 *** *** gcm 1764 *** *** gcm 1765 *** *** gcm 1766 *** *** gcm 1767 *** *** gcm 1768 *** *** gcm 1769 *** *** gcm 1770 *** *** gcm 1771 *** *** gcm 1772 *** *** gcm 1773 *** *** gcm 1774 *** *** gcm 1775 *** *** gcm 1776 *** *** gcm 1777 *** *** gcm 1778 *** *** gcm 1779 *** *** gcm 1780 *** *** gcm 1781 *** *** gcm 1782 *** *** gcm 1783 *** *** gcm 1784 *** *** gcm 1785 *** *** gcm 1786 *** *** gcm 1787 *** *** gcm 1788 *** *** gcm 1789 *** *** gcm 1790 *** *** gcm 1791 *** *** gcm 1792 *** *** gcm 1793 *** *** gcm 1794 *** *** gcm 1795 *** *** gcm 1796 *** *** gcm 1797 *** *** gcm 1798 *** *** gcm 1799 *** *** gcm 1800 *** *** gcm 1801 *** *** gcm 1802 *** *** gcm 1803 *** *** gcm 1804 *** *** gcm 1805 *** *** gcm 1806 *** *** gcm 1807 *** *** gcm 1808 *** *** gcm 1809 *** *** gcm 1810 *** *** gcm 1811 *** *** gcm 1812 *** *** gcm 1813 *** *** gcm 1814 *** *** gcm 1815 *** *** gcm 1816 *** *** gcm 1817 *** *** gcm 1818 *** *** gcm 1819 *** *** gcm 1820 *** *** gcm 1821 *** *** gcm 1822 *** *** gcm 1823 *** *** gcm 1824 *** *** gcm 1825 *** *** gcm 1826 *** *** gcm 1827 *** *** gcm 1828 *** *** gcm 1829 *** *** gcm 1830 *** *** gcm 1831 *** *** gcm 1832 *** *** gcm 1833 *** *** gcm 1834 *** *** gcm 1835 *** *** gcm 1836 *** *** gcm 1837 *** *** gcm 1838 *** *** gcm 1839 *** *** gcm 1840 *** *** gcm 1841 *** *** gcm 1842 *** *** gcm 1843 *** *** gcm 1844 *** *** gcm 1845 *** *** gcm 1846 *** *** gcm 1847 *** *** gcm 1848 *** *** gcm 1849 *** *** gcm 1850 *** *** gcm 1851 *** *** gcm 1852 *** *** gcm 1853 *** *** gcm 1854 *** *** gcm 1855 *** *** gcm 1856 *** *** gcm 1857 *** *** gcm 1858 *** *** gcm 1859 *** *** gcm 1860 *** *** gcm 1861 *** *** gcm 1862 *** *** gcm 1863 *** *** gcm 1864 *** *** gcm 1865 *** *** gcm 1866 *** *** gcm 1867 *** *** gcm 1868 *** *** gcm 1869 *** *** gcm 1870 *** *** gcm 1871 *** *** gcm 1872 *** *** gcm 1873 *** *** gcm 1874 *** *** gcm 1875 *** *** gcm 1876 *** *** gcm 1877 *** *** gcm 1878 *** *** gcm 1879 *** *** gcm 1880 *** *** gcm 1881 *** *** gcm 1882 *** *** gcm 1883 *** *** gcm 1884 *** *** gcm 1885 *** *** gcm 1886 *** *** gcm 1887 *** *** gcm 1888 *** *** gcm 1889 *** *** gcm 1890 *** *** gcm 1891 *** *** gcm 1892 *** *** gcm 1893 *** *** gcm 1894 *** *** gcm 1895 *** *** gcm 1896 *** *** gcm 1897 *** *** gcm 1898 *** *** gcm 1899 *** *** gcm 1900 *** *** gcm 1901 *** *** gcm 1902 *** *** gcm 1903 *** *** gcm 1904 *** *** gcm 1905 *** *** gcm 1906 *** *** gcm 1907 *** *** gcm 1908 *** *** gcm 1909 *** *** gcm 1910 *** *** gcm 1911 *** *** gcm 1912 *** *** gcm 1913 *** *** gcm 1914 *** *** gcm 1915 *** *** gcm 1916 *** *** gcm 1917 *** *** gcm 1918 *** *** gcm 1919 *** *** gcm 1920 *** *** gcm 1921 *** *** gcm 1922 *** *** gcm 1923 *** *** gcm 1924 *** *** gcm 1925 *** *** gcm 1926 *** *** gcm 1927 *** *** gcm 1928 *** *** gcm 1929 *** *** gcm 1930 *** *** gcm 1931 *** *** gcm 1932 *** *** gcm 1933 *** *** gcm 1934 *** *** gcm 1935 *** *** gcm 1936 *** *** gcm 1937 *** *** gcm 1938 *** *** gcm 1939 *** *** gcm 1940 *** *** gcm 1941 *** *** gcm 1942 *** *** gcm 1943 *** *** gcm 1944 *** *** gcm 1945 *** *** gcm 1946 *** *** gcm 1947 *** *** gcm 1948 *** *** gcm 1949 *** *** gcm 1950 *** *** gcm 1951 *** *** gcm 1952 *** *** gcm 1953 *** *** gcm 1954 *** *** gcm 1955 *** *** gcm 1956 *** *** gcm 1957 *** *** gcm 1958 *** *** gcm 1959 *** *** gcm 1960 *** *** gcm 1961 *** *** gcm 1962 *** *** gcm 1963 *** *** gcm 1964 *** *** gcm 1965 *** *** gcm 1966 *** *** gcm 1967 *** *** gcm 1968 *** *** gcm 1969 *** *** gcm 1970 *** *** gcm 1971 *** *** gcm 1972 *** *** gcm 1973 *** *** gcm 1974 *** *** gcm 1975 *** *** gcm 1976 *** *** gcm 1977 *** *** gcm 1978 *** *** gcm 1979 *** *** gcm 1980 *** *** gcm 1981 *** *** gcm 1982 *** *** gcm 1983 *** *** gcm 1984 *** *** gcm 1985 *** *** gcm 1986 *** *** gcm 1987 *** *** gcm 1988 *** *** gcm 1989 *** *** gcm 1990 *** *** gcm 1991 *** *** gcm 1992 *** *** gcm 1993 *** *** gcm 1994 *** *** gcm 1995 *** *** gcm 1996 *** *** gcm 1997 *** *** gcm 1998 *** *** gcm 1999 *** *** gcm 2000 *** *** gcm 2001 *** *** gcm 2002 *** *** gcm 2003 *** *** gcm 2004 *** *** gcm 2005 *** *** gcm 2006 *** *** gcm 2007 *** *** gcm 2008 *** *** gcm 2009 *** *** gcm 2010 *** *** gcm 2011 *** *** gcm 2012 *** *** gcm 2013 *** *** gcm 2014 *** *** gcm 2015 *** *** gcm 2016 *** *** gcm 2017 *** *** gcm 2018 *** *** gcm 2019 *** *** gcm 2020 *** *** gcm 2021 *** *** gcm 2022 *** *** gcm 2023 *** *** gcm 2024 *** *** gcm 2025 *** *** gcm 2026 *** *** gcm 2027 *** *** gcm 2028 *** *** gcm 2029 *** *** gcm 2030 *** *** gcm 2031 *** *** gcm 2032 *** *** gcm 2033 *** *** gcm 2034 *** *** gcm 2035 *** *** gcm 2036 *** *** gcm 2037 *** *** gcm 2038 *** *** gcm 2039 *** *** gcm 2040 *** *** gcm 2041 *** *** gcm 2042 *** *** gcm 2043 *** *** gcm 2044 *** *** gcm 2045 *** *** gcm 2046 *** *** gcm 2047 *** *** gcm 2048 *** *** gcm 2049 *** *** gcm 2050 *** *** gcm 2051 *** *** gcm 2052 *** *** gcm 2053 *** *** gcm 2054 *** *** gcm 2055 *** *** gcm 2056 *** *** gcm 2057 *** *** gcm 2058 *** *** gcm 2059 *** *** gcm 2060 *** *** gcm 2061 *** *** gcm 2062 *** *** gcm 2063 *** *** gcm 2064 *** *** gcm 2065 *** *** gcm 2066 *** *** gcm 2067 *** *** gcm 2068 *** *** gcm 2069 *** *** gcm 2070 *** *** gcm 2071 *** *** gcm 2072 *** *** gcm 2073 *** *** gcm 2074 *** *** gcm 2075 *** *** gcm 2076 *** *** gcm 2077 *** *** gcm 2078 *** *** gcm 2079 *** *** gcm 2080 *** *** gcm 2081 *** *** gcm 2082 *** *** gcm 2083 *** *** gcm 2084 *** *** gcm 2085 *** *** gcm 2086 *** *** gcm 2087 *** *** gcm 2088 *** *** gcm 2089 *** *** gcm 2090 *** *** gcm 2091 *** *** gcm 2092 *** *** gcm 2093 *** *** gcm 2094 *** *** gcm 2095 *** *** gcm 2096 *** *** gcm 2097 *** *** gcm 2098 *** *** gcm 2099 *** *** gcm 2100 *** *** gcm 2101 *** *** gcm 2102 *** *** gcm 2103 *** *** gcm 2104 *** *** gcm 2105 *** *** gcm 2106 *** *** gcm 2107 *** *** gcm 2108 *** *** gcm 2109 *** *** gcm 2110 *** *** gcm 2111 *** *** gcm 2112 *** *** gcm 2113 *** *** gcm 2114 *** *** gcm 2115 *** *** gcm 2116 *** *** gcm 2117 *** *** gcm 2118 *** *** gcm 2119 *** *** gcm 2120 *** *** gcm 2121 *** *** gcm 2122 *** *** gcm 2123 *** *** gcm 2124 *** *** gcm 2125 *** *** gcm 2126 *** *** gcm 2127 *** *** gcm 2128 *** *** gcm 2129 *** *** gcm 2130 *** *** gcm 2131 *** *** gcm 2132 *** *** gcm 2133 *** *** gcm 2134 *** *** gcm 2135 *** *** gcm 2136 *** *** gcm 2137 *** *** gcm 2138 *** *** gcm 2139 *** *** gcm 2140 *** *** gcm 2141 *** *** gcm 2142 *** *** gcm 2143 *** *** gcm 2144 *** *** gcm 2145 *** *** gcm 2146 *** *** gcm 2147 *** *** gcm 2148 *** *** gcm 2149 *** *** gcm 2150 *** *** gcm 2151 *** *** gcm 2152 *** *** gcm 2153 *** *** gcm 2154 *** *** gcm 2155 *** *** gcm 2156 *** *** gcm 2157 *** *** gcm 2158 *** *** gcm 2159 *** *** gcm 2160 *** *** gcm 2161 *** *** gcm 2162 *** *** gcm 2163 *** *** gcm 2164 *** *** gcm 2165 *** *** gcm 2166 *** *** gcm 2167 *** *** gcm 2168 *** *** gcm 2169 *** *** gcm 2170 *** *** gcm 2171 *** *** gcm 2172 *** *** gcm 2173 *** *** gcm 2174 *** *** gcm 2175 *** *** gcm 2176 *** *** gcm 2177 *** *** gcm 2178 *** *** gcm 2179 *** *** gcm 2180 *** *** gcm 2181 *** *** gcm 2182 *** *** gcm 2183 *** *** gcm 2184 *** *** gcm 2185 *** *** gcm 2186 *** *** gcm 2187 *** *** gcm 2188 *** *** gcm 2189 *** *** gcm 2190 *** *** gcm 2191 *** *** gcm 2192 *** *** gcm 2193 *** *** gcm 2194 *** *** gcm 2195 *** *** gcm 2196 *** *** gcm 2197 *** *** gcm 2198 *** *** gcm 2199 *** *** gcm 2200 *** *** gcm 2201 *** *** gcm 2202 *** *** gcm 2203 *** *** gcm 2204 *** *** gcm 2205 *** *** gcm 2206 *** *** gcm 2207 *** *** gcm 2208 *** *** gcm 2209 *** *** gcm 2210 *** *** gcm 2211 *** *** gcm 2212 *** *** gcm 2213 *** *** gcm 2214 *** *** gcm 2215 *** *** gcm 2216 *** *** gcm 2217 *** *** gcm 2218 *** *** gcm 2219 *** *** gcm 2220 *** *** gcm 2221 *** *** gcm 2222 *** *** gcm 2223 *** *** gcm 2224 *** *** gcm 2225 *** *** gcm 2226 *** *** gcm 2227 *** *** gcm 2228 *** *** gcm 2229 *** *** gcm 2230 *** *** gcm 2231 *** *** gcm 2232 *** *** gcm 2233 *** *** gcm 2234 *** *** gcm 2235 *** *** gcm 2236 *** *** gcm 2237 *** *** gcm 2238 *** *** gcm 2239 *** *** gcm 2240 *** *** gcm 2241 *** *** gcm 2242 *** *** gcm 2243 *** *** gcm 2244 *** *** gcm 2245 *** *** gcm 2246 *** *** gcm 2247 *** *** gcm 2248 *** *** gcm 2249 *** *** gcm 2250 *** *** gcm 2251 *** *** gcm 2252 *** *** gcm 2253 *** *** gcm 2254 *** *** gcm 2255 *** *** gcm 2256 *** *** gcm 2257 *** *** gcm 2258 *** *** gcm 2259 *** *** gcm 2260 *** *** gcm 2261 *** *** gcm 2262 *** *** gcm 2263 *** *** gcm 2264 *** *** gcm 2265 *** *** gcm 2266 *** *** gcm 2267 *** *** gcm 2268 *** *** gcm 2269 *** *** gcm 2270 *** *** gcm 2271 *** *** gcm 2272 *** *** gcm 2273 *** *** gcm 2274 *** *** gcm 2275 *** *** gcm 2276 *** *** gcm 2277 *** *** gcm 2278 *** *** gcm 2279 *** *** gcm 2280 *** *** gcm 2281 *** *** gcm 2282 *** *** gcm 2283 *** *** gcm 2284 *** *** gcm 2285 *** *** gcm 2286 *** *** gcm 2287 *** *** gcm 2288 *** *** gcm 2289 *** *** gcm 2290 *** *** gcm 2291 *** *** gcm 2292 *** *** gcm 2293 *** *** gcm 2294 *** *** gcm 2295 *** *** gcm 2296 *** *** gcm 2297 *** *** gcm 2298 *** *** gcm 2299 *** *** gcm 2300 *** *** gcm 2301 *** *** gcm 2302 *** *** gcm 2303 *** *** gcm 2304 *** *** gcm 2305 *** *** gcm 2306 *** *** gcm 2307 *** *** gcm 2308 *** *** gcm 2309 *** *** gcm 2310 *** *** gcm 2311 *** *** gcm 2312 *** *** gcm 2313 *** *** gcm 2314 *** *** gcm 2315 *** *** gcm 2316 *** *** gcm 2317 *** *** gcm 2318 *** *** gcm 2319 *** *** gcm 2320 *** *** gcm 2321 *** *** gcm 2322 *** *** gcm 2323 *** *** gcm 2324 *** *** gcm 2325 *** *** gcm 2326 *** *** gcm 2327 *** *** gcm 2328 *** *** gcm 2329 *** *** gcm 2330 *** *** gcm 2331 *** *** gcm 2332 *** *** gcm 2333 *** *** gcm 2334 *** *** gcm 2335 *** *** gcm 2336 *** *** gcm 2337 *** *** gcm 2338 *** *** gcm 2339 *** *** gcm 2340 *** *** gcm 2341 *** *** gcm 2342 *** *** gcm 2343 *** *** gcm 2344 *** *** gcm 2345 *** *** gcm 2346 *** *** gcm 2347 *** *** gcm 2348 *** *** gcm 2349 *** *** gcm 2350 *** *** gcm 2351 *** *** gcm 2352 *** *** gcm 2353 *** *** gcm 2354 *** *** gcm 2355 *** *** gcm 2356 *** *** gcm 2357 *** *** gcm 2358 *** *** gcm 2359 *** *** gcm 2360 *** *** gcm 2361 *** *** gcm 2362 *** *** gcm 2363 *** *** gcm 2364 *** *** gcm 2365 *** *** gcm 2366 *** *** gcm 2367 *** *** gcm 2368 *** *** gcm 2369 *** *** gcm 2370 *** *** gcm 2371 *** *** gcm 2372 *** *** gcm 2373 *** *** gcm 2374 *** *** gcm 2375 *** *** gcm 2376 *** *** gcm 2377 *** *** gcm 2378 *** *** gcm 2379 *** *** gcm 2380 *** *** gcm 2381 *** *** gcm 2382 *** *** gcm 2383 *** *** gcm 2384 *** *** gcm 2385 *** *** gcm 2386 *** *** gcm 2387 *** *** gcm 2388 *** *** gcm 2389 *** *** gcm 2390 *** *** gcm 2391 *** *** gcm 2392 *** *** gcm 2393 *** *** gcm 2394 *** *** gcm 2395 *** *** gcm 2396 *** *** gcm 2397 *** *** gcm 2398 *** *** gcm 2399 *** *** gcm 2400 *** *** gcm 2401 *** *** gcm 2402 *** *** gcm 2403 *** *** gcm 2404 *** *** gcm 2405 *** *** gcm 2406 *** *** gcm 2407 *** *** gcm 2408 *** *** gcm 2409 *** *** gcm 2410 *** *** gcm 2411 *** *** gcm 2412 *** *** gcm 2413 *** *** gcm 2414 *** *** gcm 2415 *** *** gcm 2416 *** *** gcm 2417 *** *** gcm 2418 *** *** gcm 2419 *** *** gcm 2420 *** *** gcm 2421 *** *** gcm 2422 *** *** gcm 2423 *** *** gcm 2424 *** *** gcm 2425 *** *** gcm 2426 *** *** gcm 2427 *** *** gcm 2428 *** *** gcm 2429 *** *** gcm 2430 *** *** gcm 2431 *** *** gcm 2432 *** *** gcm 2433 *** *** gcm 2434 *** *** gcm 2435 *** *** gcm 2436 *** *** gcm 2437 *** *** gcm 2438 *** *** gcm 2439 *** *** gcm 2440 *** *** gcm 2441 *** *** gcm 2442 *** *** gcm 2443 *** *** gcm 2444 *** *** gcm 2445 *** *** gcm 2446 *** *** gcm 2447 *** *** gcm 2448 *** *** gcm 2449 *** *** gcm 2450 *** *** gcm 2451 *** *** gcm 2452 *** *** gcm 2453 *** *** gcm 2454 *** *** gcm 2455 *** *** gcm 2456 *** *** gcm 2457 *** *** gcm 2458 *** *** gcm 2459 *** *** gcm 2460 *** *** gcm 2461 *** *** gcm 2462 *** *** gcm 2463 *** *** gcm 2464 *** *** gcm 2465 *** *** gcm 2466 *** *** gcm 2467 *** *** gcm 2468 *** *** gcm 2469 *** *** gcm 2470 *** *** gcm 2471 *** *** gcm 2472 *** *** gcm 2473 *** *** gcm 2474 *** *** gcm 2475 *** *** gcm 2476 *** *** gcm 2477 *** *** gcm 2478 *** *** gcm 2479 *** *** gcm 2480 *** *** gcm 2481 *** *** gcm 2482 *** *** gcm 2483 *** *** gcm 2484 *** *** gcm 2485 *** *** gcm 2486 *** *** gcm 2487 *** *** gcm 2488 *** *** gcm 2489 *** *** gcm 2490 *** *** gcm 2491 *** *** gcm 2492 *** *** gcm 2493 *** *** gcm 2494 *** *** gcm 2495 *** *** gcm 2496 *** *** gcm 2497 *** *** gcm 2498 *** *** gcm 2499 *** *** gcm 2500 *** *** gcm 2501 *** *** gcm 2502 *** *** gcm 2503 *** *** gcm 2504 *** *** gcm 2505 *** *** gcm 2506 *** *** gcm 2507 *** *** gcm 2508 *** *** gcm 2509 *** *** gcm 2510 *** *** gcm 2511 *** *** gcm 2512 *** *** gcm 2513 *** *** gcm 2514 *** *** gcm 2515 *** *** gcm 2516 *** *** gcm 2517 *** *** gcm 2518 *** *** gcm 2519 *** *** gcm 2520 *** *** gcm 2521 *** *** gcm 2522 *** *** gcm 2523 *** *** gcm 2524 *** *** gcm 2525 *** *** gcm 2526 *** *** gcm 2527 *** *** gcm 2528 *** *** gcm 2529 *** *** gcm 2530 *** *** gcm 2531 *** *** gcm 2532 *** *** gcm 2533 *** *** gcm 2534 *** *** gcm 2535 *** *** gcm 2536 *** *** gcm 2537 *** *** gcm 2538 *** *** gcm 2539 *** *** gcm 2540 *** *** gcm 2541 *** *** gcm 2542 *** *** gcm 2543 *** *** gcm 2544 *** *** gcm 2545 *** *** gcm 2546 *** *** gcm 2547 *** *** gcm 2548 *** *** gcm 2549 *** *** gcm 2550 *** *** gcm 2551 *** *** gcm 2552 *** *** gcm 2553 *** *** gcm 2554 *** *** gcm 2555 *** *** gcm 2556 *** *** gcm 2557 *** *** gcm 2558 *** *** gcm 2559 *** *** gcm 2560 *** *** gcm 2561 *** *** gcm 2562 *** *** gcm 2563 *** *** gcm 2564 *** *** gcm 2565 *** *** gcm 2566 *** *** gcm 2567 *** *** gcm 2568 *** *** gcm 2569 *** *** gcm 2570 *** *** gcm 2571 *** *** gcm 2572 *** *** gcm 2573 *** *** gcm 2574 *** *** gcm 2575 *** *** gcm 2576 *** *** gcm 2577 *** *** gcm 2578 *** *** gcm 2579 *** *** gcm 2580 *** *** gcm 2581 *** *** gcm 2582 *** *** gcm 2583 *** *** gcm 2584 *** *** gcm 2585 *** *** gcm 2586 *** *** gcm 2587 *** *** gcm 2588 *** *** gcm 2589 *** *** gcm 2590 *** *** gcm 2591 *** *** gcm 2592 *** *** gcm 2593 *** *** gcm 2594 *** *** gcm 2595 *** *** gcm 2596 *** *** gcm 2597 *** *** gcm 2598 *** *** gcm 2599 *** *** gcm 2600 *** *** gcm 2601 *** *** gcm 2602 *** *** gcm 2603 *** *** gcm 2604 *** *** gcm 2605 *** *** gcm 2606 *** *** gcm 2607 *** *** gcm 2608 *** *** gcm 2609 *** *** gcm 2610 *** *** gcm 2611 *** *** gcm 2612 *** *** gcm 2613 *** *** gcm 2614 *** *** gcm 2615 *** *** gcm 2616 *** *** gcm 2617 *** *** gcm 2618 *** *** gcm 2619 *** *** gcm 2620 *** *** gcm 2621 *** *** gcm 2622 *** *** gcm 2623 *** *** gcm 2624 *** *** gcm 2625 *** *** gcm 2626 *** *** gcm 2627 *** *** gcm 2628 *** *** gcm 2629 *** *** gcm 2630 *** *** gcm 2631 *** *** gcm 2632 *** *** gcm 2633 *** *** gcm 2634 *** *** gcm 2635 *** *** gcm 2636 *** *** gcm 2637 *** *** gcm 2638 *** *** gcm 2639 *** *** gcm 2640 *** *** gcm 2641 *** *** gcm 2642 *** *** gcm 2643 *** *** gcm 2644 *** *** gcm 2645 *** *** gcm 2646 *** *** gcm 2647 *** *** gcm 2648 *** *** gcm 2649 *** *** gcm 2650 *** *** gcm 2651 *** *** gcm 2652 *** *** gcm 2653 *** *** gcm 2654 *** *** gcm 2655 *** *** gcm 2656 *** *** gcm 2657 *** *** gcm 2658 *** *** gcm 2659 *** *** gcm 2660 *** *** gcm 2661 *** *** gcm 2662 *** *** gcm 2663 *** *** gcm 2664 *** *** gcm 2665 *** *** gcm 2666 *** *** gcm 2667 *** *** gcm 2668 *** *** gcm 2669 *** *** gcm 2670 *** *** gcm 2671 *** *** gcm 2672 *** *** gcm 2673 *** *** gcm 2674 *** *** gcm 2675 *** *** gcm 2676 *** *** gcm 2677 *** *** gcm 2678 *** *** gcm 2679 *** *** gcm 2680 *** *** gcm 2681 *** *** gcm 2682 *** *** gcm 2683 *** *** gcm 2684 *** *** gcm 2685 *** *** gcm 2686 *** *** gcm 2687 *** *** gcm 2688 *** *** gcm 2689 *** *** gcm 2690 *** *** gcm 2691 *** *** gcm 2692 *** *** gcm 2693 *** *** gcm 2694 *** *** gcm 2695 *** *** gcm 2696 *** *** gcm 2697 *** *** gcm 2698 *** *** gcm 2699 *** *** gcm 2700 *** *** gcm 2701 *** *** gcm 2702 *** *** gcm 2703 *** *** gcm 2704 *** *** gcm 2705 *** *** gcm 2706 *** *** gcm 2707 *** *** gcm 2708 *** *** gcm 2709 *** *** gcm 2710 *** *** gcm 2711 *** *** gcm 2712 *** *** gcm 2713 *** *** gcm 2714 *** *** gcm 2715 *** *** gcm 2716 *** *** gcm 2717 *** *** gcm 2718 *** *** gcm 2719 *** *** gcm 2720 *** *** gcm 2721 *** *** gcm 2722 *** *** gcm 2723 *** *** gcm 2724 *** *** gcm 2725 *** *** gcm 2726 *** *** gcm 2727 *** *** gcm 2728 *** *** gcm 2729 *** *** gcm 2730 *** *** gcm 2731 *** *** gcm 2732 *** *** gcm 2733 *** *** gcm 2734 *** *** gcm 2735 *** *** gcm 2736 *** *** gcm 2737 *** *** gcm 2738 *** *** gcm 2739 *** *** gcm 2740 *** *** gcm 2741 *** *** gcm 2742 *** *** gcm 2743 *** *** gcm 2744 *** *** gcm 2745 *** *** gcm 2746 *** *** gcm 2747 *** *** gcm 2748 *** *** gcm 2749 *** *** gcm 2750 *** *** gcm 2751 *** *** gcm 2752 *** *** gcm 2753 *** *** gcm 2754 *** *** gcm 2755 *** *** gcm 2756 *** *** gcm 2757 *** *** gcm 2758 *** *** gcm 2759 *** *** gcm 2760 *** *** gcm 2761 *** *** gcm 2762 *** *** gcm 2763 *** *** gcm 2764 *** *** gcm 2765 *** *** gcm 2766 *** *** gcm 2767 *** *** gcm 2768 *** *** gcm 2769 *** *** gcm 2770 *** *** gcm 2771 *** *** gcm 2772 *** *** gcm 2773 *** *** gcm 2774 *** *** gcm 2775 *** *** gcm 2776 *** *** gcm 2777 *** *** gcm 2778 *** *** gcm 2779 *** *** gcm 2780 *** *** gcm 2781 *** *** gcm 2782 *** *** gcm 2783 *** *** gcm 2784 *** *** gcm 2785 *** *** gcm 2786 *** *** gcm 2787 *** *** gcm 2788 *** *** gcm 2789 *** *** gcm 2790 *** *** gcm 2791 *** *** gcm 2792 *** *** gcm 2793 *** *** gcm 2794 *** *** gcm 2795 *** *** gcm 2796 *** *** gcm 2797 *** *** gcm 2798 *** *** gcm 2799 *** *** gcm 2800 *** *** gcm 2801 *** *** gcm 2802 *** *** gcm 2803 *** *** gcm 2804 *** *** gcm 2805 *** *** gcm 2806 *** *** gcm 2807 *** *** gcm 2808 *** *** gcm 2809 *** *** gcm 2810 *** *** gcm 2811 *** *** gcm 2812 *** *** gcm 2813 *** *** gcm 2814 *** *** gcm 2815 *** *** gcm 2816 *** *** gcm 2817 *** *** gcm 2818 *** *** gcm 2819 *** *** gcm 2820 *** *** gcm 2821 *** *** gcm 2822 *** *** gcm 2823 *** *** gcm 2824 *** *** gcm 2825 *** *** gcm 2826 *** *** gcm 2827 *** *** gcm 2828 *** *** gcm 2829 *** *** gcm 2830 *** *** gcm 2831 *** *** gcm 2832 *** *** gcm 2833 *** *** gcm 2834 *** *** gcm 2835 *** *** gcm 2836 *** *** gcm 2837 *** *** gcm 2838 *** *** gcm 2839 *** *** gcm 2840 *** *** gcm 2841 *** *** gcm 2842 *** *** gcm 2843 *** *** gcm 2844 *** *** gcm 2845 *** *** gcm 2846 *** *** gcm 2847 *** *** gcm 2848 *** *** gcm 2849 *** *** gcm 2850 *** *** gcm 2851 *** *** gcm 2852 *** *** gcm 2853 *** *** gcm 2854 *** *** gcm 2855 *** *** gcm 2856 *** *** gcm 2857 *** *** gcm 2858 *** *** gcm 2859 *** *** gcm 2860 *** *** gcm 2861 *** *** gcm 2862 *** *** gcm 2863 *** *** gcm 2864 *** *** gcm 2865 *** *** gcm 2866 *** *** gcm 2867 *** *** gcm 2868 *** *** gcm 2869 *** *** gcm 2870 *** *** gcm 2871 *** *** gcm 2872 *** *** gcm 2873 *** *** gcm 2874 *** *** gcm 2875 *** *** gcm 2876 *** *** gcm 2877 *** *** gcm 2878 *** *** gcm 2879 *** *** gcm 2880 *** *** gcm 2881 *** *** gcm 2882 *** *** gcm 2883 *** *** gcm 2884 *** *** gcm 2885 *** *** gcm 2886 *** *** gcm 2887 *** *** gcm 2888 *** *** gcm 2889 *** *** gcm 2890 *** *** gcm 2891 *** *** gcm 2892 *** *** gcm 2893 *** *** gcm 2894 *** *** gcm 2895 *** *** gcm 2896 *** *** gcm 2897 *** *** gcm 2898 *** *** gcm 2899 *** *** gcm 2900 *** *** gcm 2901 *** *** gcm 2902 *** *** gcm 2903 *** *** gcm 2904 *** *** gcm 2905 *** *** gcm 2906 *** *** gcm 2907 *** *** gcm 2908 *** *** gcm 2909 *** *** gcm 2910 *** *** gcm 2911 *** *** gcm 2912 *** *** gcm 2913 *** *** gcm 2914 *** *** gcm 2915 *** *** gcm 2916 *** *** gcm 2917 *** *** gcm 2918 *** *** gcm 2919 *** *** gcm 2920 *** *** gcm 2921 *** *** gcm 2922 *** *** gcm 2923 *** *** gcm 2924 *** *** gcm 2925 *** *** gcm 2926 *** *** gcm 2927 *** *** gcm 2928 *** *** gcm 2929 *** *** gcm 2930 *** *** gcm 2931 *** *** gcm 2932 *** *** gcm 2933 *** *** gcm 2934 *** *** gcm 2935 *** *** gcm 2936 *** *** gcm 2937 *** *** gcm 2938 *** *** gcm 2939 *** *** gcm 2940 *** *** gcm 2941 *** *** gcm 2942 *** *** gcm 2943 *** *** gcm 2944 *** *** gcm 2945 *** *** gcm 2946 *** *** gcm 2947 *** *** gcm 2948 *** *** gcm 2949 *** *** gcm 2950 *** *** gcm 2951 *** *** gcm 2952 *** *** gcm 2953 *** *** gcm 2954 *** *** gcm 2955 *** *** gcm 2956 *** *** gcm 2957 *** *** gcm 2958 *** *** gcm 2959 *** *** gcm 2960 *** *** gcm 2961 *** *** gcm 2962 *** *** gcm 2963 *** *** gcm 2964 *** *** gcm 2965 *** *** gcm 2966 *** *** gcm 2967 *** *** gcm 2968 *** *** gcm 2969 *** *** gcm 2970 *** *** gcm 2971 *** *** gcm 2972 *** *** gcm 2973 *** *** gcm 2974 *** *** gcm 2975 *** *** gcm 2976 *** *** gcm 2977 *** *** gcm 2978 *** *** gcm 2979 *** *** gcm 2980 *** *** gcm 2981 *** *** gcm 2982 *** *** gcm 2983 *** *** gcm 2984 *** *** gcm 2985 *** *** gcm 2986 *** *** gcm 2987 *** *** gcm 2988 *** *** gcm 2989 *** *** gcm 2990 *** *** gcm 2991 *** *** gcm 2992 *** *** gcm 2993 *** *** gcm 2994 *** *** gcm 2995 *** *** gcm 2996 *** *** gcm 2997 *** *** gcm 2998 *** *** gcm 2999 *** *** gcm 3000 *** *** gcm 3001 *** *** gcm 3002 *** *** gcm 3003 *** *** gcm 3004 *** *** gcm 3005 *** *** gcm 3006 *** *** gcm 3007 *** *** gcm 3008 *** *** gcm 3009 *** *** gcm 3010 *** *** gcm 3011 *** *** gcm 3012 *** *** gcm 3013 *** *** gcm 3014 *** *** gcm 3015 *** *** gcm 3016 *** *** gcm 3017 *** *** gcm 3018 *** *** gcm 3019 *** *** gcm 3020 *** *** gcm 3021 *** *** gcm 3022 *** *** gcm 3023 *** *** gcm 3024 *** *** gcm 3025 *** *** gcm 3026 *** *** gcm 3027 *** *** gcm 3028 *** *** gcm 3029 *** *** gcm 3030 *** *** gcm 3031 *** *** gcm 3032 *** *** gcm 3033 *** *** gcm 3034 *** *** gcm 3035 *** *** gcm 3036 *** *** gcm 3037 *** *** gcm 3038 *** *** gcm 3039 *** *** gcm 3040 *** *** gcm 3041 *** *** gcm 3042 *** *** gcm 3043 *** *** gcm 3044 *** *** gcm 3045 *** *** gcm 3046 *** *** gcm 3047 *** *** gcm 3048 *** *** gcm 3049 *** *** gcm 3050 *** *** gcm 3051 *** *** gcm 3052 *** *** gcm 3053 *** *** gcm 3054 *** *** gcm 3055 *** *** gcm 3056 *** *** gcm 3057 *** *** gcm 3058 *** *** gcm 3059 *** *** gcm 3060 *** *** gcm 3061 *** *** gcm 3062 *** *** gcm 3063 *** *** gcm 3064 *** *** gcm 3065 *** *** gcm 3066 *** *** gcm 3067 *** *** gcm 3068 *** *** gcm 3069 *** *** gcm 3070 *** *** gcm 3071 *** *** gcm 3072 *** *** gcm 3073 *** *** gcm 3074 *** *** gcm 3075 *** *** gcm 3076 *** *** gcm 3077 *** *** gcm 3078 *** *** gcm 3079 *** *** gcm 3080 *** *** gcm 3081 *** *** gcm 3082 *** *** gcm 3083 *** *** gcm 3084 *** *** gcm 3085 *** *** gcm 3086 *** *** gcm 3087 *** *** gcm 3088 *** *** gcm 3089 *** *** gcm 3090 *** *** gcm 3091 *** *** gcm 3092 *** *** gcm 3093 *** *** gcm 3094 *** *** gcm 3095 *** *** gcm 3096 *** *** gcm 3097 *** *** gcm 3098 *** *** gcm 3099 *** *** gcm 3100 *** *** gcm 3101 *** *** gcm 3102 *** *** gcm 3103 *** *** gcm 3104 *** *** gcm 3105 *** *** gcm 3106 *** *** gcm 3107 *** *** gcm 3108 *** *** gcm 3109 *** *** gcm 3110 *** *** gcm 3111 *** *** gcm 3112 *** *** gcm 3113 *** *** gcm 3114 *** *** gcm 3115 *** *** gcm 3116 *** *** gcm 3117 *** *** gcm 3118 *** *** gcm 3119 *** *** gcm 3120 *** *** gcm 3121 *** *** gcm 3122 *** *** gcm 3123 *** *** gcm 3124 *** *** gcm 3125 *** *** gcm 3126 *** *** gcm 3127 *** *** gcm 3128 *** *** gcm 3129 *** *** gcm 3130 *** *** gcm 3131 *** *** gcm 3132 *** *** gcm 3133 *** *** gcm 3134 *** *** gcm 3135 *** *** gcm 3136 *** *** gcm 3137 *** *** gcm 3138 *** *** gcm 3139 *** *** gcm 3140 *** *** gcm 3141 *** *** gcm 3142 *** *** gcm 3143 *** *** gcm 3144 *** *** gcm 3145 *** *** gcm 3146 *** *** gcm 3147 *** *** gcm 3148 *** *** gcm 3149 *** *** gcm 3150 *** *** gcm 3151 *** *** gcm 3152 *** *** gcm 3153 *** *** gcm 3154 *** *** gcm 3155 *** *** gcm 3156 *** *** gcm 3157 *** *** gcm 3158 *** *** gcm 3159 *** *** gcm 3160 *** *** gcm 3161 *** *** gcm 3162 *** *** gcm 3163 *** *** gcm 3164 *** *** gcm 3165 *** *** gcm 3166 *** *** gcm 3167 *** *** gcm 3168 *** *** gcm 3169 *** *** gcm 3170 *** *** gcm 3171 *** *** gcm 3172 *** *** gcm 3173 *** *** gcm 3174 *** *** gcm 3175 *** *** gcm 3176 *** *** gcm 3177 *** *** gcm 3178 *** *** gcm 3179 *** *** gcm 3180 *** *** gcm 3181 *** *** gcm 3182 *** *** gcm 3183 *** *** gcm 3184 *** *** gcm 3185 *** *** gcm 3186 *** *** gcm 3187 *** *** gcm 3188 *** *** gcm 3189 *** *** gcm 3190 *** *** gcm 3191 *** *** gcm 3192 *** *** gcm 3193 *** *** gcm 3194 *** *** gcm 3195 *** *** gcm 3196 *** *** gcm 3197 *** *** gcm 3198 *** *** gcm 3199 *** *** gcm 3200 *** *** gcm 3201 *** *** gcm 3202 *** *** gcm 3203 *** *** gcm 3204 *** *** gcm 3205 *** *** gcm 3206 *** *** gcm 3207 *** *** gcm 3208 *** *** gcm 3209 *** *** gcm 3210 *** *** gcm 3211 *** *** gcm 3212 *** *** gcm 3213 *** *** gcm 3214 *** *** gcm 3215 *** *** gcm 3216 *** *** gcm 3217 *** *** gcm 3218 *** *** gcm 3219 *** *** gcm 3220 *** *** gcm 3221 *** *** gcm 3222 *** *** gcm 3223 *** *** gcm 3224 *** *** gcm 3225 *** *** gcm 3226 *** *** gcm 3227 *** *** gcm 3228 *** *** gcm 3229 *** *** gcm 3230 *** *** gcm 3231 *** *** gcm 3232 *** *** gcm 3233 *** *** gcm 3234 *** *** gcm 3235 *** *** gcm 3236 *** *** gcm 3237 *** *** gcm 3238 *** *** gcm 3239 *** *** gcm 3240 *** *** gcm 3241 *** *** gcm 3242 *** *** gcm 3243 *** *** gcm 3244 *** *** gcm 3245 *** *** gcm 3246 *** *** gcm 3247 *** *** gcm 3248 *** *** gcm 3249 *** *** gcm 3250 *** *** gcm 3251 *** *** gcm 3252 *** *** gcm 3253 *** *** gcm 3254 *** *** gcm 3255 *** *** gcm 3256 *** *** gcm 3257 *** *** gcm 3258 *** *** gcm 3259 *** *** gcm 3260 *** *** gcm 3261 *** *** gcm 3262 *** *** gcm 3263 *** *** gcm 3264 *** *** gcm 3265 *** *** gcm 3266 *** *** gcm 3267 *** *** gcm 3268 *** *** gcm 3269 *** *** gcm 3270 *** *** gcm 3271 *** *** gcm 3272 *** *** gcm 3273 *** *** gcm 3274 *** *** gcm 3275 *** *** gcm 3276 *** *** gcm 3277 *** *** gcm 3278 *** *** gcm 3279 *** *** gcm 3280 *** *** gcm 3281 *** *** gcm 3282 *** *** gcm 3283 *** *** gcm 3284 *** *** gcm 3285 *** *** gcm 3286 *** *** gcm 3287 *** *** gcm 3288 *** *** gcm 3289 *** *** gcm 3290 *** *** gcm 3291 *** *** gcm 3292 *** *** gcm 3293 *** *** gcm 3294 *** *** gcm 3295 *** *** gcm 3296 *** *** gcm 3297 *** *** gcm 3298 *** *** gcm 3299 *** *** gcm 3300 *** *** gcm 3301 *** *** gcm 3302 *** *** gcm 3303 *** *** gcm 3304 *** *** gcm 3305 *** *** gcm 3306 *** *** gcm 3307 *** *** gcm 3308 *** *** gcm 3309 *** *** gcm 3310 *** *** gcm 3311 *** *** gcm 3312 *** *** gcm 3313 *** *** gcm 3314 *** *** gcm 3315 *** *** gcm 3316 *** *** gcm 3317 *** *** gcm 3318 *** *** gcm 3319 *** *** gcm 3320 *** *** gcm 3321 *** *** gcm 3322 *** *** gcm 3323 *** *** gcm 3324 *** *** gcm 3325 *** *** gcm 3326 *** *** gcm 3327 *** *** gcm 3328 *** *** gcm 3329 *** *** gcm 3330 *** *** gcm 3331 *** *** gcm 3332 *** *** gcm 3333 *** *** gcm 3334 *** *** gcm 3335 *** *** gcm 3336 *** *** gcm 3337 *** *** gcm 3338 *** *** gcm 3339 *** *** gcm 3340 *** *** gcm 3341 *** *** gcm 3342 *** *** gcm 3343 *** *** gcm 3344 *** *** gcm 3345 *** *** gcm 3346 *** *** gcm 3347 *** *** gcm 3348 *** *** gcm 3349 *** *** gcm 3350 *** *** gcm 3351 *** *** gcm 3352 *** *** gcm 3353 *** *** gcm 3354 *** *** gcm 3355 *** *** gcm 3356 *** *** gcm 3357 *** *** gcm 3358 *** *** gcm 3359 *** *** gcm 3360 *** *** gcm 3361 *** *** gcm 3362 *** *** gcm 3363 *** *** gcm 3364 *** *** gcm 3365 *** *** gcm 3366 *** *** gcm 3367 *** *** gcm 3368 *** *** gcm 3369 *** *** gcm 3370 *** *** gcm 3371 *** *** gcm 3372 *** *** gcm 3373 *** *** gcm 3374 *** *** gcm 3375 *** *** gcm 3376 *** *** gcm 3377 *** *** gcm 3378 *** *** gcm 3379 *** *** gcm 3380 *** *** gcm 3381 *** *** gcm 3382 *** *** gcm 3383 *** *** gcm 3384 *** *** gcm 3385 *** *** gcm 3386 *** *** gcm 3387 *** *** gcm 3388 *** *** gcm 3389 *** *** gcm 3390 *** *** gcm 3391 *** *** gcm 3392 *** *** gcm 3393 *** *** gcm 3394 *** *** gcm 3395 *** *** gcm 3396 *** *** gcm 3397 *** *** gcm 3398 *** *** gcm 3399 *** *** gcm 3400 *** *** gcm 3401 *** *** gcm 3402 *** *** gcm 3403 *** *** gcm 3404 *** *** gcm 3405 *** *** gcm 3406 *** *** gcm 3407 *** *** gcm 3408 *** *** gcm 3409 *** *** gcm 3410 *** *** gcm 3411 *** *** gcm 3412 *** *** gcm 3413 *** *** gcm 3414 *** *** gcm 3415 *** *** gcm 3416 *** *** gcm 3417 *** *** gcm 3418 *** *** gcm 3419 *** *** gcm 3420 *** *** gcm 3421 *** *** gcm 3422 *** *** gcm 3423 *** *** gcm 3424 *** *** gcm 3425 *** *** gcm 3426 *** *** gcm 3427 *** *** gcm 3428 *** *** gcm 3429 *** *** gcm 3430 *** *** gcm 3431 *** *** gcm 3432 *** *** gcm 3433 *** *** gcm 3434 *** *** gcm 3435 *** *** gcm 3436 *** *** gcm 3437 *** *** gcm 3438 *** *** gcm 3439 *** *** gcm 3440 *** *** gcm 3441 *** *** gcm 3442 *** *** gcm 3443 *** *** gcm 3444 *** *** gcm 3445 *** *** gcm 3446 *** *** gcm 3447 *** *** gcm 3448 *** *** gcm 3449 *** *** gcm 3450 *** *** gcm 3451 *** *** gcm 3452 *** *** gcm 3453 *** *** gcm 3454 *** *** gcm 3455 *** *** gcm 3456 *** *** gcm 3457 *** *** gcm 3458 *** *** gcm 3459 *** *** gcm 3460 *** *** gcm 3461 *** *** gcm 3462 *** *** gcm 3463 *** *** gcm 3464 *** *** gcm 3465 *** *** gcm 3466 *** *** gcm 3467 *** *** gcm 3468 *** *** gcm 3469 *** *** gcm 3470 *** *** gcm 3471 *** *** gcm 3472 *** *** gcm 3473 *** *** gcm 3474 *** *** gcm 3475 *** *** gcm 3476 *** *** gcm 3477 *** *** gcm 3478 *** *** gcm 3479 *** *** gcm 3480 *** *** gcm 3481 *** *** gcm 3482 *** *** gcm 3483 *** *** gcm 3484 *** *** gcm 3485 *** *** gcm 3486 *** *** gcm 3487 *** *** gcm 3488 *** *** gcm 3489 *** *** gcm 3490 *** *** gcm 3491 *** *** gcm 3492 *** *** gcm 3493 *** *** gcm 3494 *** *** gcm 3495 *** *** gcm 3496 *** *** gcm 3497 *** *** gcm 3498 *** *** gcm 3499 *** *** gcm 3500 *** *** gcm 3501 *** *** gcm 3502 *** *** gcm 3503 *** *** gcm 3504 *** *** gcm 3505 *** *** gcm 3506 *** *** gcm 3507 *** *** gcm 3508 *** *** gcm 3509 *** *** gcm 3510 *** *** gcm 3511 *** *** gcm 3512 *** *** gcm 3513 *** *** gcm 3514 *** *** gcm 3515 *** *** gcm 3516 *** *** gcm 3517 *** *** gcm 3518 *** *** gcm 3519 *** *** gcm 3520 *** *** gcm 3521 *** *** gcm 3522 *** *** gcm 3523 *** *** gcm 3524 *** *** gcm 3525 *** *** gcm 3526 *** *** gcm 3527 *** *** gcm 3528 *** *** gcm 3529 *** *** gcm 3530 *** *** gcm 3531 *** *** gcm 3532 *** *** gcm 3533 *** *** gcm 3534 *** *** gcm 3535 *** *** gcm 3536 *** *** gcm 3537 *** *** gcm 3538 *** *** gcm 3539 *** *** gcm 3540 *** *** gcm 3541 *** *** gcm 3542 *** *** gcm 3543 *** *** gcm 3544 *** *** gcm 3545 *** *** gcm 3546 *** *** gcm 3547 *** *** gcm 3548 *** *** gcm 3549 *** *** gcm 3550 *** *** gcm 3551 *** *** gcm 3552 *** *** gcm 3553 *** *** gcm 3554 *** *** gcm 3555 *** *** gcm 3556 *** *** gcm 3557 *** *** gcm 3558 *** *** gcm 3559 *** *** gcm 3560 *** *** gcm 3561 *** *** gcm 3562 *** *** gcm 3563 *** *** gcm 3564 *** *** gcm 3565 *** *** gcm 3566 *** *** gcm 3567 *** *** gcm 3568 *** *** gcm 3569 *** *** gcm 3570 *** *** gcm 3571 *** *** gcm 3572 *** *** gcm 3573 *** *** gcm 3574 *** *** gcm 3575 *** *** gcm 3576 *** *** gcm 3577 *** *** gcm 3578 *** *** gcm 3579 *** *** gcm 3580 *** *** gcm 3581 *** *** gcm 3582 *** *** gcm 3583 *** *** gcm 3584 *** *** gcm 3585 *** *** gcm 3586 *** *** gcm 3587 *** *** gcm 3588 *** *** gcm 3589 *** *** gcm 3590 *** *** gcm 3591 *** *** gcm 3592 *** *** gcm 3593 *** *** gcm 3594 *** *** gcm 3595 *** *** gcm 3596 *** *** gcm 3597 *** *** gcm 3598 *** *** gcm 3599 *** *** gcm 3600 *** *** gcm 3601 *** *** gcm 3602 *** *** gcm 3603 *** *** gcm 3604 *** *** gcm 3605 *** *** gcm 3606 *** *** gcm 3607 *** *** gcm 3608 *** *** gcm 3609 *** *** gcm 3610 *** *** gcm 3611 *** *** gcm 3612 *** *** gcm 3613 *** *** gcm 3614 *** *** gcm 3615 *** *** gcm 3616 *** *** gcm 3617 *** *** gcm 3618 *** *** gcm 3619 *** *** gcm 3620 *** *** gcm 3621 *** *** gcm 3622 *** *** gcm 3623 *** *** gcm 3624 *** *** gcm 3625 *** *** gcm 3626 *** *** gcm 3627 *** *** gcm 3628 *** *** gcm 3629 *** *** gcm 3630 *** *** gcm 3631 *** *** gcm 3632 *** *** gcm 3633 *** *** gcm 3634 *** *** gcm 3635 *** *** gcm 3636 *** *** gcm 3637 *** *** gcm 3638 *** *** gcm 3639 *** *** gcm 3640 *** *** gcm 3641 *** *** gcm 3642 *** *** gcm 3643 *** *** gcm 3644 *** *** gcm 3645 *** *** gcm 3646 *** *** gcm 3647 *** *** gcm 3648 *** *** gcm 3649 *** *** gcm 3650 *** *** gcm 3651 *** *** gcm 3652 *** *** gcm 3653 *** *** gcm 3654 *** *** gcm 3655 *** *** gcm 3656 *** *** gcm 3657 *** *** gcm 3658 *** *** gcm 3659 *** *** gcm 3660 *** *** gcm 3661 *** *** gcm 3662 *** *** gcm 3663 *** *** gcm 3664 *** *** gcm 3665 *** *** gcm 3666 *** *** gcm 3667 *** *** gcm 3668 *** *** gcm 3669 *** *** gcm 3670 *** *** gcm 3671 *** *** gcm 3672 *** *** gcm 3673 *** *** gcm 3674 *** *** gcm 3675 *** *** gcm 3676 *** *** gcm 3677 *** *** gcm 3678 *** *** gcm 3679 *** *** gcm 3680 *** *** gcm 3681 *** *** gcm 3682 *** *** gcm 3683 *** *** gcm 3684 *** *** gcm 3685 *** *** gcm 3686 *** *** gcm 3687 *** *** gcm 3688 *** *** gcm 3689 *** *** gcm 3690 *** *** gcm 3691 *** *** gcm 3692 *** *** gcm 3693 *** *** gcm 3694 *** *** gcm 3695 *** *** gcm 3696 *** *** gcm 3697 *** *** gcm 3698 *** *** gcm 3699 *** *** gcm 3700 *** *** gcm 3701 *** *** gcm 3702 *** *** gcm 3703 *** *** gcm 3704 *** *** gcm 3705 *** *** gcm 3706 *** *** gcm 3707 *** *** gcm 3708 *** *** gcm 3709 *** *** gcm 3710 *** *** gcm 3711 *** *** gcm 3712 *** *** gcm 3713 *** *** gcm 3714 *** *** gcm 3715 *** *** gcm 3716 *** *** gcm 3717 *** *** gcm 3718 *** *** gcm 3719 *** *** gcm 3720 *** *** gcm 3721 *** *** gcm 3722 *** *** gcm 3723 *** *** gcm 3724 *** *** gcm 3725 *** *** gcm 3726 *** *** gcm 3727 *** *** gcm 3728 *** *** gcm 3729 *** *** gcm 3730 *** *** gcm 3731 *** *** gcm 3732 *** *** gcm 3733 *** *** gcm 3734 *** *** gcm 3735 *** *** gcm 3736 *** *** gcm 3737 *** *** gcm 3738 *** *** gcm 3739 *** *** gcm 3740 *** *** gcm 3741 *** *** gcm 3742 *** *** gcm 3743 *** *** gcm 3744 *** *** gcm 3745 *** *** gcm 3746 *** *** gcm 3747 *** *** gcm 3748 *** *** gcm 3749 *** *** gcm 3750 *** *** gcm 3751 *** *** gcm 3752 *** *** gcm 3753 *** *** gcm 3754 *** *** gcm 3755 *** *** gcm 3756 *** *** gcm 3757 *** *** gcm 3758 *** *** gcm 3759 *** *** gcm 3760 *** *** gcm 3761 *** *** gcm 3762 *** *** gcm 3763 *** *** gcm 3764 *** *** gcm 3765 *** *** gcm 3766 *** *** gcm 3767 *** *** gcm 3768 *** *** gcm 3769 *** *** gcm 3770 *** *** gcm 3771 *** *** gcm 3772 *** *** gcm 3773 *** *** gcm 3774 *** *** gcm 3775 *** *** gcm 3776 *** *** gcm 3777 *** *** gcm 3778 *** *** gcm 3779 *** *** gcm 3780 *** *** gcm 3781 *** *** gcm 3782 *** *** gcm 3783 *** *** gcm 3784 *** *** gcm 3785 *** *** gcm 3786 *** *** gcm 3787 *** *** gcm 3788 *** *** gcm 3789 *** *** gcm 3790 *** *** gcm 3791 *** *** gcm 3792 *** *** gcm 3793 *** *** gcm 3794 *** *** gcm 3795 *** *** gcm 3796 *** *** gcm 3797 *** *** gcm 3798 *** *** gcm 3799 *** *** gcm 3800 *** *** gcm 3801 *** *** gcm 3802 *** *** gcm 3803 *** *** gcm 3804 *** *** gcm 3805 *** *** gcm 3806 *** *** gcm 3807 *** *** gcm 3808 *** *** gcm 3809 *** *** gcm 3810 *** *** gcm 3811 *** *** gcm 3812 *** *** gcm 3813 *** *** gcm 3814 *** *** gcm 3815 *** *** gcm 3816 *** *** gcm 3817 *** *** gcm 3818 *** *** gcm 3819 *** *** gcm 3820 *** *** gcm 3821 *** *** gcm 3822 *** *** gcm 3823 *** *** gcm 3824 *** *** gcm 3825 *** *** gcm 3826 *** *** gcm 3827 *** *** gcm 3828 *** *** gcm 3829 *** *** gcm 3830 *** *** gcm 3831 *** *** gcm 3832 *** *** gcm 3833 *** *** gcm 3834 *** *** gcm 3835 *** *** gcm 3836 *** *** gcm 3837 *** *** gcm 3838 *** *** gcm 3839 *** *** gcm 3840 *** *** gcm 3841 *** *** gcm 3842 *** *** gcm 3843 *** *** gcm 3844 *** *** gcm 3845 *** *** gcm 3846 *** *** gcm 3847 *** *** gcm 3848 *** *** gcm 3849 *** *** gcm 3850 *** *** gcm 3851 *** *** gcm 3852 *** *** gcm 3853 *** *** gcm 3854 *** *** gcm 3855 *** *** gcm 3856 *** *** gcm 3857 *** *** gcm 3858 *** *** gcm 3859 *** *** gcm 3860 *** *** gcm 3861 *** *** gcm 3862 *** *** gcm 3863 *** *** gcm 3864 *** *** gcm 3865 *** *** gcm 3866 *** *** gcm 3867 *** *** gcm 3868 *** *** gcm 3869 *** *** gcm 3870 *** *** gcm 3871 *** *** gcm 3872 *** *** gcm 3873 *** *** gcm 3874 *** *** gcm 3875 *** *** gcm 3876 *** *** gcm 3877 *** *** gcm 3878 *** *** gcm 3879 *** *** gcm 3880 *** *** gcm 3881 *** *** gcm 3882 *** *** gcm 3883 *** *** gcm 3884 *** *** gcm 3885 *** *** gcm 3886 *** *** gcm 3887 *** *** gcm 3888 *** *** gcm 3889 *** *** gcm 3890 *** *** gcm 3891 *** *** gcm 3892 *** *** gcm 3893 *** *** gcm 3894 *** *** gcm 3895 *** *** gcm 3896 *** *** gcm 3897 *** *** gcm 3898 *** *** gcm 3899 *** *** gcm 3900 *** *** gcm 3901 *** *** gcm 3902 *** *** gcm 3903 *** *** gcm 3904 *** *** gcm 3905 *** *** gcm 3906 *** *** gcm 3907 *** *** gcm 3908 *** *** gcm 3909 *** *** gcm 3910 *** *** gcm 3911 *** *** gcm 3912 *** *** gcm 3913 *** *** gcm 3914 *** *** gcm 3915 *** *** gcm 3916 *** *** gcm 3917 *** *** gcm 3918 *** *** gcm 3919 *** *** gcm 3920 *** *** gcm 3921 *** *** gcm 3922 *** *** gcm 3923 *** *** gcm 3924 *** *** gcm 3925 *** *** gcm 3926 *** *** gcm 3927 *** *** gcm 3928 *** *** gcm 3929 *** *** gcm 3930 *** *** gcm 3931 *** *** gcm 3932 *** *** gcm 3933 *** *** gcm 3934 *** *** gcm 3935 *** *** gcm 3936 *** *** gcm 3937 *** *** gcm 3938 *** *** gcm 3939 *** *** gcm 3940 *** *** gcm 3941 *** *** gcm 3942 *** *** gcm 3943 *** *** gcm 3944 *** *** gcm 3945 *** *** gcm 3946 *** *** gcm 3947 *** *** gcm 3948 *** *** gcm 3949 *** *** gcm 3950 *** *** gcm 3951 *** *** gcm 3952 *** *** gcm 3953 *** *** gcm 3954 *** *** gcm 3955 *** *** gcm 3956 *** *** gcm 3957 *** *** gcm 3958 *** *** gcm 3959 *** *** gcm 3960 *** *** gcm 3961 *** *** gcm 3962 *** *** gcm 3963 *** *** gcm 3964 *** *** gcm 3965 *** *** gcm 3966 *** *** gcm 3967 *** *** gcm 3968 *** *** gcm 3969 *** *** gcm 3970 *** *** gcm 3971 *** *** gcm 3972 *** *** gcm 3973 *** *** gcm 3974 *** *** gcm 3975 *** *** gcm 3976 *** *** gcm 3977 *** *** gcm 3978 *** *** gcm 3979 *** *** gcm 3980 *** *** gcm 3981 *** *** gcm 3982 *** *** gcm 3983 *** *** gcm 3984 *** *** gcm 3985 *** *** gcm 3986 *** *** gcm 3987 *** *** gcm 3988 *** *** gcm 3989 *** *** gcm 3990 *** *** gcm 3991 *** *** gcm 3992 *** *** gcm 3993 *** *** gcm 3994 *** *** gcm 3995 *** *** gcm 3996 *** *** gcm 3997 *** *** gcm 3998 *** *** gcm 3999 *** *** gcm 4000 *** *** gcm 4001 *** *** gcm 4002 *** *** gcm 4003 *** *** gcm 4004 *** *** gcm 4005 *** *** gcm 4006 *** *** gcm 4007 *** *** gcm 4008 *** *** gcm 4009 *** *** gcm 4010 *** *** gcm 4011 *** *** gcm 4012 *** *** gcm 4013 *** *** gcm 4014 *** *** gcm 4015 *** *** gcm 4016 *** *** gcm 4017 *** *** gcm 4018 *** *** gcm 4019 *** *** gcm 4020 *** *** gcm 4021 *** *** gcm 4022 *** *** gcm 4023 *** *** gcm 4024 *** *** gcm 4025 *** *** gcm 4026 *** *** gcm 4027 *** *** gcm 4028 *** *** gcm 4029 *** *** gcm 4030 *** *** gcm 4031 *** *** gcm 4032 *** *** gcm 4033 *** *** gcm 4034 *** *** gcm 4035 *** *** gcm 4036 *** *** gcm 4037 *** *** gcm 4038 *** *** gcm 4039 *** *** gcm 4040 *** *** gcm 4041 *** *** gcm 4042 *** *** gcm 4043 *** *** gcm 4044 *** *** gcm 4045 *** *** gcm 4046 *** *** gcm 4047 *** *** gcm 4048 *** *** gcm 4049 *** *** gcm 4050 *** *** gcm 4051 *** *** gcm 4052 *** *** gcm 4053 *** *** gcm 4054 *** *** gcm 4055 *** *** gcm 4056 *** *** gcm 4057 *** *** gcm 4058 *** *** gcm 4059 *** *** gcm 4060 *** *** gcm 4061 *** *** gcm 4062 *** *** gcm 4063 *** *** gcm 4064 *** *** gcm 4065 *** *** gcm 4066 *** *** gcm 4067 *** *** gcm 4068 *** *** gcm 4069 *** *** gcm 4070 *** *** gcm 4071 *** *** gcm 4072 *** *** gcm 4073 *** *** gcm 4074 *** *** gcm 4075 *** *** gcm 4076 *** *** gcm 4077 *** *** gcm 4078 *** *** gcm 4079 *** *** gcm 4080 *** *** gcm 4081 *** *** gcm 4082 *** *** gcm 4083 *** *** gcm 4084 *** *** gcm 4085 *** *** gcm 4086 *** *** gcm 4087 *** *** gcm 4088 *** *** gcm 4089 *** *** gcm 4090 *** *** gcm 4091 *** *** gcm 4092 *** *** gcm 4093 *** *** gcm 4094 *** *** gcm 4095 *** *** gcm 4096 *** *** gcm 4097 *** *** gcm 4098 *** *** gcm 4099 *** *** gcm 4100 *** *** gcm 4101 *** *** gcm 4102 *** *** gcm 4103 *** *** gcm 4104 *** *** gcm 4105 *** *** gcm 4106 *** *** gcm 4107 *** *** gcm 4108 *** *** gcm 4109 *** *** gcm 4110 *** *** gcm 4111 *** *** gcm 4112 *** *** gcm 4113 *** *** gcm 4114 *** *** gcm 4115 *** *** gcm 4116 *** *** gcm 4117 *** *** gcm 4118 *** *** gcm 4119 *** *** gcm 4120 *** *** gcm 4121 *** *** gcm 4122 *** *** gcm 4123 *** *** gcm 4124 *** *** gcm 4125 *** *** gcm 4126 *** *** gcm 4127 *** *** gcm 4128 *** *** gcm 4129 *** *** gcm 4130 *** *** gcm 4131 *** *** gcm 4132 *** *** gcm 4133 *** *** gcm 4134 *** *** gcm 4135 *** *** gcm 4136 *** *** gcm 4137 *** *** gcm 4138 *** *** gcm 4139 *** *** gcm 4140 *** *** gcm 4141 *** *** gcm 4142 *** *** gcm 4143 *** *** gcm 4144 *** *** gcm 4145 *** *** gcm 4146 *** *** gcm 4147 *** *** gcm 4148 *** *** gcm 4149 *** *** gcm 4150 *** *** gcm 4151 *** *** gcm 4152 *** *** gcm 4153 *** *** gcm 4154 *** *** gcm 4155 *** *** gcm 4156 *** *** gcm 4157 *** *** gcm 4158 *** *** gcm 4159 *** *** gcm 4160 *** *** gcm 4161 *** *** gcm 4162 *** *** gcm 4163 *** *** gcm 4164 *** *** gcm 4165 *** *** gcm 4166 *** *** gcm 4167 *** *** gcm 4168 *** *** gcm 4169 *** *** gcm 4170 *** *** gcm 4171 *** *** gcm 4172 *** *** gcm 4173 *** *** gcm 4174 *** *** gcm 4175 *** *** gcm 4176 *** *** gcm 4177 *** *** gcm 4178 *** *** gcm 4179 *** *** gcm 4180 *** *** gcm 4181 *** *** gcm 4182 *** *** gcm 4183 *** *** gcm 4184 *** *** gcm 4185 *** *** gcm 4186 *** *** gcm 4187 *** *** gcm 4188 *** *** gcm 4189 *** *** gcm 4190 *** *** gcm 4191 *** *** gcm 4192 *** *** gcm 4193 *** *** gcm 4194 *** *** gcm 4195 *** *** gcm 4196 *** *** gcm 4197 *** *** gcm 4198 *** *** gcm 4199 *** *** gcm 4200 *** *** gcm 4201 *** *** gcm 4202 *** *** gcm 4203 *** *** gcm 4204 *** *** gcm 4205 *** *** gcm 4206 *** *** gcm 4207 *** *** gcm 4208 *** *** gcm 4209 *** *** gcm 4210 *** *** gcm 4211 *** *** gcm 4212 *** *** gcm 4213 *** *** gcm 4214 *** *** gcm 4215 *** *** gcm 4216 *** *** gcm 4217 *** *** gcm 4218 *** *** gcm 4219 *** *** gcm 4220 *** *** gcm 4221 *** *** gcm 4222 *** *** gcm 4223 *** *** gcm 4224 *** *** gcm 4225 *** *** gcm 4226 *** *** gcm 4227 *** *** gcm 4228 *** *** gcm 4229 *** *** gcm 4230 *** *** gcm 4231 *** *** gcm 4232 *** *** gcm 4233 *** *** gcm 4234 *** *** gcm 4235 *** *** gcm 4236 *** *** gcm 4237 *** *** gcm 4238 *** *** gcm 4239 *** *** gcm 4240 *** *** gcm 4241 *** *** gcm 4242 *** *** gcm 4243 *** *** gcm 4244 *** *** gcm 4245 *** *** gcm 4246 *** *** gcm 4247 *** *** gcm 4248 *** *** gcm 4249 *** *** gcm 4250 *** *** gcm 4251 *** *** gcm 4252 *** *** gcm 4253 *** *** gcm 4254 *** *** gcm 4255 *** *** gcm 4256 *** *** gcm 4257 *** *** gcm 4258 *** *** gcm 4259 *** *** gcm 4260 *** *** gcm 4261 *** *** gcm 4262 *** *** gcm 4263 *** *** gcm 4264 *** *** gcm 4265 *** *** gcm 4266 *** *** gcm 4267 *** *** gcm 4268 *** *** gcm 4269 *** *** gcm 4270 *** *** gcm 4271 *** *** gcm 4272 *** *** gcm 4273 *** *** gcm 4274 *** *** gcm 4275 *** *** gcm 4276 *** *** gcm 4277 *** *** gcm 4278 *** *** gcm 4279 *** *** gcm 4280 *** *** gcm 4281 *** *** gcm 4282 *** *** gcm 4283 *** *** gcm 4284 *** *** gcm 4285 *** *** gcm 4286 *** *** gcm 4287 *** *** gcm 4288 *** *** gcm 4289 *** *** gcm 4290 *** *** gcm 4291 *** *** gcm 4292 *** *** gcm 4293 *** *** gcm 4294 *** *** gcm 4295 *** *** gcm 4296 *** *** gcm 4297 *** *** gcm 4298 *** *** gcm 4299 *** *** gcm 4300 *** *** gcm 4301 *** *** gcm 4302 *** *** gcm 4303 *** *** gcm 4304 *** *** gcm 4305 *** *** gcm 4306 *** *** gcm 4307 *** *** gcm 4308 *** *** gcm 4309 *** *** gcm 4310 *** *** gcm 4311 *** *** gcm 4312 *** *** gcm 4313 *** *** gcm 4314 *** *** gcm 4315 *** *** gcm 4316 *** *** gcm 4317 *** *** gcm 4318 *** *** gcm 4319 *** *** gcm 4320 *** *** gcm 4321 *** *** gcm 4322 *** *** gcm 4323 *** *** gcm 4324 *** *** gcm 4325 *** *** gcm 4326 *** *** gcm 4327 *** *** gcm 4328 *** *** gcm 4329 *** *** gcm 4330 *** *** gcm 4331 *** *** gcm 4332 *** *** gcm 4333 *** *** gcm 4334 *** *** gcm 4335 *** *** gcm 4336 *** *** gcm 4337 *** *** gcm 4338 *** *** gcm 4339 *** *** gcm 4340 *** *** gcm 4341 *** *** gcm 4342 *** *** gcm 4343 *** *** gcm 4344 *** *** gcm 4345 *** *** gcm 4346 *** *** gcm 4347 *** *** gcm 4348 *** *** gcm 4349 *** *** gcm 4350 *** *** gcm 4351 *** *** gcm 4352 *** *** gcm 4353 *** *** gcm 4354 *** *** gcm 4355 *** *** gcm 4356 *** *** gcm 4357 *** *** gcm 4358 *** *** gcm 4359 *** *** gcm 4360 *** *** gcm 4361 *** *** gcm 4362 *** *** gcm 4363 *** *** gcm 4364 *** *** gcm 4365 *** *** gcm 4366 *** *** gcm 4367 *** *** gcm 4368 *** *** gcm 4369 *** *** gcm 4370 *** *** gcm 4371 *** *** gcm 4372 *** *** gcm 4373 *** *** gcm 4374 *** *** gcm 4375 *** *** gcm 4376 *** *** gcm 4377 *** *** gcm 4378 *** *** gcm 4379 *** *** gcm 4380 *** *** gcm 4381 *** *** gcm 4382 *** *** gcm 4383 *** *** gcm 4384 *** *** gcm 4385 *** *** gcm 4386 *** *** gcm 4387 *** *** gcm 4388 *** *** gcm 4389 *** *** gcm 4390 *** *** gcm 4391 *** *** gcm 4392 *** *** gcm 4393 *** *** gcm 4394 *** *** gcm 4395 *** *** gcm 4396 *** *** gcm 4397 *** *** gcm 4398 *** *** gcm 4399 *** *** gcm 4400 *** *** gcm 4401 *** *** gcm 4402 *** *** gcm 4403 *** *** gcm 4404 *** *** gcm 4405 *** *** gcm 4406 *** *** gcm 4407 *** *** gcm 4408 *** *** gcm 4409 *** *** gcm 4410 *** *** gcm 4411 *** *** gcm 4412 *** *** gcm 4413 *** *** gcm 4414 *** *** gcm 4415 *** *** gcm 4416 *** *** gcm 4417 *** *** gcm 4418 *** *** gcm 4419 *** *** gcm 4420 *** *** gcm 4421 *** *** gcm 4422 *** *** gcm 4423 *** *** gcm 4424 *** *** gcm 4425 *** *** gcm 4426 *** *** gcm 4427 *** *** gcm 4428 *** *** gcm 4429 *** *** gcm 4430 *** *** gcm 4431 *** *** gcm 4432 *** *** gcm 4433 *** *** gcm 4434 *** *** gcm 4435 *** *** gcm 4436 *** *** gcm 4437 *** *** gcm 4438 *** *** gcm 4439 *** *** gcm 4440 *** *** gcm 4441 *** *** gcm 4442 *** *** gcm 4443 *** *** gcm 4444 *** *** gcm 4445 *** *** gcm 4446 *** *** gcm 4447 *** *** gcm 4448 *** *** gcm 4449 *** *** gcm 4450 *** *** gcm 4451 *** *** gcm 4452 *** *** gcm 4453 *** *** gcm 4454 *** *** gcm 4455 *** *** gcm 4456 *** *** gcm 4457 *** *** gcm 4458 *** *** gcm 4459 *** *** gcm 4460 *** *** gcm 4461 *** *** gcm 4462 *** *** gcm 4463 *** *** gcm 4464 *** *** gcm 4465 *** *** gcm 4466 *** *** gcm 4467 *** *** gcm 4468 *** *** gcm 4469 *** *** gcm 4470 *** *** gcm 4471 *** *** gcm 4472 *** *** gcm 4473 *** *** gcm 4474 *** *** gcm 4475 *** *** gcm 4476 *** *** gcm 4477 *** *** gcm 4478 *** *** gcm 4479 *** *** gcm 4480 *** *** gcm 4481 *** *** gcm 4482 *** *** gcm 4483 *** *** gcm 4484 *** *** gcm 4485 *** *** gcm 4486 *** *** gcm 4487 *** *** gcm 4488 *** *** gcm 4489 *** *** gcm 4490 *** *** gcm 4491 *** *** gcm 4492 *** *** gcm 4493 *** *** gcm 4494 *** *** gcm 4495 *** *** gcm 4496 *** *** gcm 4497 *** *** gcm 4498 *** *** gcm 4499 *** *** gcm 4500 *** *** gcm 4501 *** *** gcm 4502 *** *** gcm 4503 *** *** gcm 4504 *** *** gcm 4505 *** *** gcm 4506 *** *** gcm 4507 *** *** gcm 4508 *** *** gcm 4509 *** *** gcm 4510 *** *** gcm 4511 *** *** gcm 4512 *** *** gcm 4513 *** *** gcm 4514 *** *** gcm 4515 *** *** gcm 4516 *** *** gcm 4517 *** *** gcm 4518 *** *** gcm 4519 *** *** gcm 4520 *** *** gcm 4521 *** *** gcm 4522 *** *** gcm 4523 *** *** gcm 4524 *** *** gcm 4525 *** *** gcm 4526 *** *** gcm 4527 *** *** gcm 4528 *** *** gcm 4529 *** *** gcm 4530 *** *** gcm 4531 *** *** gcm 4532 *** *** gcm 4533 *** *** gcm 4534 *** *** gcm 4535 *** *** gcm 4536 *** *** gcm 4537 *** *** gcm 4538 *** *** gcm 4539 *** *** gcm 4540 *** *** gcm 4541 *** *** gcm 4542 *** *** gcm 4543 *** *** gcm 4544 *** *** gcm 4545 *** *** gcm 4546 *** *** gcm 4547 *** *** gcm 4548 *** *** gcm 4549 *** *** gcm 4550 *** *** gcm 4551 *** *** gcm 4552 *** *** gcm 4553 *** *** gcm 4554 *** *** gcm 4555 *** *** gcm 4556 *** *** gcm 4557 *** *** gcm 4558 *** *** gcm 4559 *** *** gcm 4560 *** *** gcm 4561 *** *** gcm 4562 *** *** gcm 4563 *** *** gcm 4564 *** *** gcm 4565 *** *** gcm 4566 *** *** gcm 4567 *** *** gcm 4568 *** *** gcm 4569 *** *** gcm 4570 *** *** gcm 4571 *** *** gcm 4572 *** *** gcm 4573 *** *** gcm 4574 *** *** gcm 4575 *** *** gcm 4576 *** *** gcm 4577 *** *** gcm 4578 *** *** gcm 4579 *** *** gcm 4580 *** *** gcm 4581 *** *** gcm 4582 *** *** gcm 4583 *** *** gcm 4584 *** *** gcm 4585 *** *** gcm 4586 *** *** gcm 4587 *** *** gcm 4588 *** *** gcm 4589 *** *** gcm 4590 *** *** gcm 4591 *** *** gcm 4592 *** *** gcm 4593 *** *** gcm 4594 *** *** gcm 4595 *** *** gcm 4596 *** *** gcm 4597 *** *** gcm 4598 *** *** gcm 4599 *** *** gcm 4600 *** *** gcm 4601 *** *** gcm 4602 *** *** gcm 4603 *** *** gcm 4604 *** *** gcm 4605 *** *** gcm 4606 *** *** gcm 4607 *** *** gcm 4608 *** *** gcm 4609 *** *** gcm 4610 *** *** gcm 4611 *** *** gcm 4612 *** *** gcm 4613 *** *** gcm 4614 *** *** gcm 4615 *** *** gcm 4616 *** *** gcm 4617 *** *** gcm 4618 *** *** gcm 4619 *** *** gcm 4620 *** *** gcm 4621 *** *** gcm 4622 *** *** gcm 4623 *** *** gcm 4624 *** *** gcm 4625 *** *** gcm 4626 *** *** gcm 4627 *** *** gcm 4628 *** *** gcm 4629 *** *** gcm 4630 *** *** gcm 4631 *** *** gcm 4632 *** *** gcm 4633 *** *** gcm 4634 *** *** gcm 4635 *** *** gcm 4636 *** *** gcm 4637 *** *** gcm 4638 *** *** gcm 4639 *** *** gcm 4640 *** *** gcm 4641 *** *** gcm 4642 *** *** gcm 4643 *** *** gcm 4644 *** *** gcm 4645 *** *** gcm 4646 *** *** gcm 4647 *** *** gcm 4648 *** *** gcm 4649 *** *** gcm 4650 *** *** gcm 4651 *** *** gcm 4652 *** *** gcm 4653 *** *** gcm 4654 *** *** gcm 4655 *** *** gcm 4656 *** *** gcm 4657 *** *** gcm 4658 *** *** gcm 4659 *** *** gcm 4660 *** *** gcm 4661 *** *** gcm 4662 *** *** gcm 4663 *** *** gcm 4664 *** *** gcm 4665 *** *** gcm 4666 *** *** gcm 4667 *** *** gcm 4668 *** *** gcm 4669 *** *** gcm 4670 *** *** gcm 4671 *** *** gcm 4672 *** *** gcm 4673 *** *** gcm 4674 *** *** gcm 4675 *** *** gcm 4676 *** *** gcm 4677 *** *** gcm 4678 *** *** gcm 4679 *** *** gcm 4680 *** *** gcm 4681 *** *** gcm 4682 *** *** gcm 4683 *** *** gcm 4684 *** *** gcm 4685 *** *** gcm 4686 *** *** gcm 4687 *** *** gcm 4688 *** *** gcm 4689 *** *** gcm 4690 *** *** gcm 4691 *** *** gcm 4692 *** *** gcm 4693 *** *** gcm 4694 *** *** gcm 4695 *** *** gcm 4696 *** *** gcm 4697 *** *** gcm 4698 *** *** gcm 4699 *** *** gcm 4700 *** *** gcm 4701 *** *** gcm 4702 *** *** gcm 4703 *** *** gcm 4704 *** *** gcm 4705 *** *** gcm 4706 *** *** gcm 4707 *** *** gcm 4708 *** *** gcm 4709 *** *** gcm 4710 *** *** gcm 4711 *** *** gcm 4712 *** *** gcm 4713 *** *** gcm 4714 *** *** gcm 4715 *** *** gcm 4716 *** *** gcm 4717 *** *** gcm 4718 *** *** gcm 4719 *** *** gcm 4720 *** *** gcm 4721 *** *** gcm 4722 *** *** gcm 4723 *** *** gcm 4724 *** *** gcm 4725 *** *** gcm 4726 *** *** gcm 4727 *** *** gcm 4728 *** *** gcm 4729 *** *** gcm 4730 *** *** gcm 4731 *** *** gcm 4732 *** *** gcm 4733 *** *** gcm 4734 *** *** gcm 4735 *** *** gcm 4736 *** *** gcm 4737 *** *** gcm 4738 *** *** gcm 4739 *** *** gcm 4740 *** *** gcm 4741 *** *** gcm 4742 *** *** gcm 4743 *** *** gcm 4744 *** *** gcm 4745 *** *** gcm 4746 *** *** gcm 4747 *** *** gcm 4748 *** *** gcm 4749 *** *** gcm 4750 *** *** gcm 4751 *** *** gcm 4752 *** *** gcm 4753 *** *** gcm 4754 *** *** gcm 4755 *** *** gcm 4756 *** *** gcm 4757 *** *** gcm 4758 *** *** gcm 4759 *** *** gcm 4760 *** *** gcm 4761 *** *** gcm 4762 *** *** gcm 4763 *** *** gcm 4764 *** *** gcm 4765 *** *** gcm 4766 *** *** gcm 4767 *** *** gcm 4768 *** *** gcm 4769 *** *** gcm 4770 *** *** gcm 4771 *** *** gcm 4772 *** *** gcm 4773 *** *** gcm 4774 *** *** gcm 4775 *** *** gcm 4776 *** *** gcm 4777 *** *** gcm 4778 *** *** gcm 4779 *** *** gcm 4780 *** *** gcm 4781 *** *** gcm 4782 *** *** gcm 4783 *** *** gcm 4784 *** *** gcm 4785 *** *** gcm 4786 *** *** gcm 4787 *** *** gcm 4788 *** *** gcm 4789 *** *** gcm 4790 *** *** gcm 4791 *** *** gcm 4792 *** *** gcm 4793 *** *** gcm 4794 *** *** gcm 4795 *** *** gcm 4796 *** *** gcm 4797 *** *** gcm 4798 *** *** gcm 4799 *** *** gcm 4800 *** *** gcm 4801 *** *** gcm 4802 *** *** gcm 4803 *** *** gcm 4804 *** *** gcm 4805 *** *** gcm 4806 *** *** gcm 4807 *** *** gcm 4808 *** *** gcm 4809 *** *** gcm 4810 *** *** gcm 4811 *** *** gcm 4812 *** *** gcm 4813 *** *** gcm 4814 *** *** gcm 4815 *** *** gcm 4816 *** *** gcm 4817 *** *** gcm 4818 *** *** gcm 4819 *** *** gcm 4820 *** *** gcm 4821 *** *** gcm 4822 *** *** gcm 4823 *** *** gcm 4824 *** *** gcm 4825 *** *** gcm 4826 *** *** gcm 4827 *** *** gcm 4828 *** *** gcm 4829 *** *** gcm 4830 *** *** gcm 4831 *** *** gcm 4832 *** *** gcm 4833 *** *** gcm 4834 *** *** gcm 4835 *** *** gcm 4836 *** *** gcm 4837 *** *** gcm 4838 *** *** gcm 4839 *** *** gcm 4840 *** *** gcm 4841 *** *** gcm 4842 *** *** gcm 4843 *** *** gcm 4844 *** *** gcm 4845 *** *** gcm 4846 *** *** gcm 4847 *** *** gcm 4848 *** *** gcm 4849 *** *** gcm 4850 *** *** gcm 4851 *** *** gcm 4852 *** *** gcm 4853 *** *** gcm 4854 *** *** gcm 4855 *** *** gcm 4856 *** *** gcm 4857 *** *** gcm 4858 *** *** gcm 4859 *** *** gcm 4860 *** *** gcm 4861 *** *** gcm 4862 *** *** gcm 4863 *** *** gcm 4864 *** *** gcm 4865 *** *** gcm 4866 *** *** gcm 4867 *** *** gcm 4868 *** *** gcm 4869 *** *** gcm 4870 *** *** gcm 4871 *** *** gcm 4872 *** *** gcm 4873 *** *** gcm 4874 *** *** gcm 4875 *** *** gcm 4876 *** *** gcm 4877 *** *** gcm 4878 *** *** gcm 4879 *** *** gcm 4880 *** *** gcm 4881 *** *** gcm 4882 *** *** gcm 4883 *** *** gcm 4884 *** *** gcm 4885 *** *** gcm 4886 *** *** gcm 4887 *** *** gcm 4888 *** *** gcm 4889 *** *** gcm 4890 *** *** gcm 4891 *** *** gcm 4892 *** *** gcm 4893 *** *** gcm 4894 *** *** gcm 4895 *** *** gcm 4896 *** *** gcm 4897 *** *** gcm 4898 *** *** gcm 4899 *** *** gcm 4900 *** *** gcm 4901 *** *** gcm 4902 *** *** gcm 4903 *** *** gcm 4904 *** *** gcm 4905 *** *** gcm 4906 *** *** gcm 4907 *** *** gcm 4908 *** *** gcm 4909 *** *** gcm 4910 *** *** gcm 4911 *** *** gcm 4912 *** *** gcm 4913 *** *** gcm 4914 *** *** gcm 4915 *** *** gcm 4916 *** *** gcm 4917 *** *** gcm 4918 *** *** gcm 4919 *** *** gcm 4920 *** *** gcm 4921 *** *** gcm 4922 *** *** gcm 4923 *** *** gcm 4924 *** *** gcm 4925 *** *** gcm 4926 *** *** gcm 4927 *** *** gcm 4928 *** *** gcm 4929 *** *** gcm 4930 *** *** gcm 4931 *** *** gcm 4932 *** *** gcm 4933 *** *** gcm 4934 *** *** gcm 4935 *** *** gcm 4936 *** *** gcm 4937 *** *** gcm 4938 *** *** gcm 4939 *** *** gcm 4940 *** *** gcm 4941 *** *** gcm 4942 *** *** gcm 4943 *** *** gcm 4944 *** *** gcm 4945 *** *** gcm 4946 *** *** gcm 4947 *** *** gcm 4948 *** *** gcm 4949 *** *** gcm 4950 *** *** gcm 4951 *** *** gcm 4952 *** *** gcm 4953 *** *** gcm 4954 *** *** gcm 4955 *** *** gcm 4956 *** *** gcm 4957 *** *** gcm 4958 *** *** gcm 4959 *** *** gcm 4960 *** *** gcm 4961 *** *** gcm 4962 *** *** gcm 4963 *** *** gcm 4964 *** *** gcm 4965 *** *** gcm 4966 *** *** gcm 4967 *** *** gcm 4968 *** *** gcm 4969 *** *** gcm 4970 *** *** gcm 4971 *** *** gcm 4972 *** *** gcm 4973 *** *** gcm 4974 *** *** gcm 4975 *** *** gcm 4976 *** *** gcm 4977 *** *** gcm 4978 *** *** gcm 4979 *** *** gcm 4980 *** *** gcm 4981 *** *** gcm 4982 *** *** gcm 4983 *** *** gcm 4984 *** *** gcm 4985 *** *** gcm 4986 *** *** gcm 4987 *** *** gcm 4988 *** *** gcm 4989 *** *** gcm 4990 *** *** gcm 4991 *** *** gcm 4992 *** *** gcm 4993 *** *** gcm 4994 *** *** gcm 4995 *** *** gcm 4996 *** *** gcm 4997 *** *** gcm 4998 *** *** gcm 4999 *** *** gcm 5000 *** *** gcm 5001 *** *** gcm 5002 *** *** gcm 5003 *** *** gcm 5004 *** *** gcm 5005 *** *** gcm 5006 *** *** gcm 5007 *** *** gcm 5008 *** *** gcm 5009 *** *** gcm 5010 *** *** gcm 5011 *** *** gcm 5012 *** *** gcm 5013 *** *** gcm 5014 *** *** gcm 5015 *** *** gcm 5016 *** *** gcm 5017 *** *** gcm 5018 *** *** gcm 5019 *** *** gcm 5020 *** *** gcm 5021 *** *** gcm 5022 *** *** gcm 5023 *** *** gcm 5024 *** *** gcm 5025 *** *** gcm 5026 *** *** gcm 5027 *** *** gcm 5028 *** *** gcm 5029 *** *** gcm 5030 *** *** gcm 5031 *** *** gcm 5032 *** *** gcm 5033 *** *** gcm 5034 *** *** gcm 5035 *** *** gcm 5036 *** *** gcm 5037 *** *** gcm 5038 *** *** gcm 5039 *** *** gcm 5040 *** *** gcm 5041 *** *** gcm 5042 *** *** gcm 5043 *** *** gcm 5044 *** *** gcm 5045 *** *** gcm 5046 *** *** gcm 5047 *** *** gcm 5048 *** *** gcm 5049 *** *** gcm 5050 *** *** gcm 5051 *** *** gcm 5052 *** *** gcm 5053 *** *** gcm 5054 *** *** gcm 5055 *** *** gcm 5056 *** *** gcm 5057 *** *** gcm 5058 *** *** gcm 5059 *** *** gcm 5060 *** *** gcm 5061 *** *** gcm 5062 *** *** gcm 5063 *** *** gcm 5064 *** *** gcm 5065 *** *** gcm 5066 *** *** gcm 5067 *** *** gcm 5068 *** *** gcm 5069 *** *** gcm 5070 *** *** gcm 5071 *** *** gcm 5072 *** *** gcm 5073 *** *** gcm 5074 *** *** gcm 5075 *** *** gcm 5076 *** *** gcm 5077 *** *** gcm 5078 *** *** gcm 5079 *** *** gcm 5080 *** *** gcm 5081 *** *** gcm 5082 *** *** gcm 5083 *** *** gcm 5084 *** *** gcm 5085 *** *** gcm 5086 *** *** gcm 5087 *** *** gcm 5088 *** *** gcm 5089 *** *** gcm 5090 *** *** gcm 5091 *** *** gcm 5092 *** *** gcm 5093 *** *** gcm 5094 *** *** gcm 5095 *** *** gcm 5096 *** *** gcm 5097 *** *** gcm 5098 *** *** gcm 5099 *** *** gcm 5100 *** *** gcm 5101 *** *** gcm 5102 *** *** gcm 5103 *** *** gcm 5104 *** *** gcm 5105 *** *** gcm 5106 *** *** gcm 5107 *** *** gcm 5108 *** *** gcm 5109 *** *** gcm 5110 *** *** gcm 5111 *** *** gcm 5112 *** *** gcm 5113 *** *** gcm 5114 *** *** gcm 5115 *** *** gcm 5116 *** *** gcm 5117 *** *** gcm 5118 *** *** gcm 5119 *** *** gcm 5120 *** *** gcm 5121 *** *** gcm 5122 *** *** gcm 5123 *** *** gcm 5124 *** *** gcm 5125 *** *** gcm 5126 *** *** gcm 5127 *** *** gcm 5128 *** *** gcm 5129 *** *** gcm 5130 *** *** gcm 5131 *** *** gcm 5132 *** *** gcm 5133 *** *** gcm 5134 *** *** gcm 5135 *** *** gcm 5136 *** *** gcm 5137 *** *** gcm 5138 *** *** gcm 5139 *** *** gcm 5140 *** *** gcm 5141 *** *** gcm 5142 *** *** gcm 5143 *** *** gcm 5144 *** *** gcm 5145 *** *** gcm 5146 *** *** gcm 5147 *** *** gcm 5148 *** *** gcm 5149 *** *** gcm 5150 *** *** gcm 5151 *** *** gcm 5152 *** *** gcm 5153 *** *** gcm 5154 *** *** gcm 5155 *** *** gcm 5156 *** *** gcm 5157 *** *** gcm 5158 *** *** gcm 5159 *** *** gcm 5160 *** *** gcm 5161 *** *** gcm 5162 *** *** gcm 5163 *** *** gcm 5164 *** *** gcm 5165 *** *** gcm 5166 *** *** gcm 5167 *** *** gcm 5168 *** *** gcm 5169 *** *** gcm 5170 *** *** gcm 5171 *** *** gcm 5172 *** *** gcm 5173 *** *** gcm 5174 *** *** gcm 5175 *** *** gcm 5176 *** *** gcm 5177 *** *** gcm 5178 *** *** gcm 5179 *** *** gcm 5180 *** *** gcm 5181 *** *** gcm 5182 *** *** gcm 5183 *** *** gcm 5184 *** *** gcm 5185 *** *** gcm 5186 *** *** gcm 5187 *** *** gcm 5188 *** *** gcm 5189 *** *** gcm 5190 *** *** gcm 5191 *** *** gcm 5192 *** *** gcm 5193 *** *** gcm 5194 *** *** gcm 5195 *** *** gcm 5196 *** *** gcm 5197 *** *** gcm 5198 *** *** gcm 5199 *** *** gcm 5200 *** *** gcm 5201 *** *** gcm 5202 *** *** gcm 5203 *** *** gcm 5204 *** *** gcm 5205 *** *** gcm 5206 *** *** gcm 5207 *** *** gcm 5208 *** *** gcm 5209 *** *** gcm 5210 *** *** gcm 5211 *** *** gcm 5212 *** *** gcm 5213 *** *** gcm 5214 *** *** gcm 5215 *** *** gcm 5216 *** *** gcm 5217 *** *** gcm 5218 *** *** gcm 5219 *** *** gcm 5220 *** *** gcm 5221 *** *** gcm 5222 *** *** gcm 5223 *** *** gcm 5224 *** *** gcm 5225 *** *** gcm 5226 *** *** gcm 5227 *** *** gcm 5228 *** *** gcm 5229 *** *** gcm 5230 *** *** gcm 5231 *** *** gcm 5232 *** *** gcm 5233 *** *** gcm 5234 *** *** gcm 5235 *** *** gcm 5236 *** *** gcm 5237 *** *** gcm 5238 *** *** gcm 5239 *** *** gcm 5240 *** *** gcm 5241 *** *** gcm 5242 *** *** gcm 5243 *** *** gcm 5244 *** *** gcm 5245 *** *** gcm 5246 *** *** gcm 5247 *** *** gcm 5248 *** *** gcm 5249 *** *** gcm 5250 *** *** gcm 5251 *** *** gcm 5252 *** *** gcm 5253 *** *** gcm 5254 *** *** gcm 5255 *** *** gcm 5256 *** *** gcm 5257 *** *** gcm 5258 *** *** gcm 5259 *** *** gcm 5260 *** *** gcm 5261 *** *** gcm 5262 *** *** gcm 5263 *** *** gcm 5264 *** *** gcm 5265 *** *** gcm 5266 *** *** gcm 5267 *** *** gcm 5268 *** *** gcm 5269 *** *** gcm 5270 *** *** gcm 5271 *** *** gcm 5272 *** *** gcm 5273 *** *** gcm 5274 *** *** gcm 5275 *** *** gcm 5276 *** *** gcm 5277 *** *** gcm 5278 *** *** gcm 5279 *** *** gcm 5280 *** *** gcm 5281 *** *** gcm 5282 *** *** gcm 5283 *** *** gcm 5284 *** *** gcm 5285 *** *** gcm 5286 *** *** gcm 5287 *** *** gcm 5288 *** *** gcm 5289 *** *** gcm 5290 *** *** gcm 5291 *** *** gcm 5292 *** *** gcm 5293 *** *** gcm 5294 *** *** gcm 5295 *** *** gcm 5296 *** *** gcm 5297 *** *** gcm 5298 *** *** gcm 5299 *** *** gcm 5300 *** *** gcm 5301 *** *** gcm 5302 *** *** gcm 5303 *** *** gcm 5304 *** *** gcm 5305 *** *** gcm 5306 *** *** gcm 5307 *** *** gcm 5308 *** *** gcm 5309 *** *** gcm 5310 *** *** gcm 5311 *** *** gcm 5312 *** *** gcm 5313 *** *** gcm 5314 *** *** gcm 5315 *** *** gcm 5316 *** *** gcm 5317 *** *** gcm 5318 *** *** gcm 5319 *** *** gcm 5320 *** *** gcm 5321 *** *** gcm 5322 *** *** gcm 5323 *** *** gcm 5324 *** *** gcm 5325 *** *** gcm 5326 *** *** gcm 5327 *** *** gcm 5328 *** *** gcm 5329 *** *** gcm 5330 *** *** gcm 5331 *** *** gcm 5332 *** *** gcm 5333 *** *** gcm 5334 *** *** gcm 5335 *** *** gcm 5336 *** *** gcm 5337 *** *** gcm 5338 *** *** gcm 5339 *** *** gcm 5340 *** *** gcm 5341 *** *** gcm 5342 *** *** gcm 5343 *** *** gcm 5344 *** *** gcm 5345 *** *** gcm 5346 *** *** gcm 5347 *** *** gcm 5348 *** *** gcm 5349 *** *** gcm 5350 *** *** gcm 5351 *** *** gcm 5352 *** *** gcm 5353 *** *** gcm 5354 *** *** gcm 5355 *** *** gcm 5356 *** *** gcm 5357 *** *** gcm 5358 *** *** gcm 5359 *** *** gcm 5360 *** *** gcm 5361 *** *** gcm 5362 *** *** gcm 5363 *** *** gcm 5364 *** *** gcm 5365 *** *** gcm 5366 *** *** gcm 5367 *** *** gcm 5368 *** *** gcm 5369 *** *** gcm 5370 *** *** gcm 5371 *** *** gcm 5372 *** *** gcm 5373 *** *** gcm 5374 *** *** gcm 5375 *** *** gcm 5376 *** *** gcm 5377 *** *** gcm 5378 *** *** gcm 5379 *** *** gcm 5380 *** *** gcm 5381 *** *** gcm 5382 *** *** gcm 5383 *** *** gcm 5384 *** *** gcm 5385 *** *** gcm 5386 *** *** gcm 5387 *** *** gcm 5388 *** *** gcm 5389 *** *** gcm 5390 *** *** gcm 5391 *** *** gcm 5392 *** *** gcm 5393 *** *** gcm 5394 *** *** gcm 5395 *** *** gcm 5396 *** *** gcm 5397 *** *** gcm 5398 *** *** gcm 5399 *** *** gcm 5400 *** *** gcm 5401 *** *** gcm 5402 *** *** gcm 5403 *** *** gcm 5404 *** *** gcm 5405 *** *** gcm 5406 *** *** gcm 5407 *** *** gcm 5408 *** *** gcm 5409 *** *** gcm 5410 *** *** gcm 5411 *** *** gcm 5412 *** *** gcm 5413 *** *** gcm 5414 *** *** gcm 5415 *** *** gcm 5416 *** *** gcm 5417 *** *** gcm 5418 *** *** gcm 5419 *** *** gcm 5420 *** *** gcm 5421 *** *** gcm 5422 *** *** gcm 5423 *** *** gcm 5424 *** *** gcm 5425 *** *** gcm 5426 *** *** gcm 5427 *** *** gcm 5428 *** *** gcm 5429 *** *** gcm 5430 *** *** gcm 5431 *** *** gcm 5432 *** *** gcm 5433 *** *** gcm 5434 *** *** gcm 5435 *** *** gcm 5436 *** *** gcm 5437 *** *** gcm 5438 *** *** gcm 5439 *** *** gcm 5440 *** *** gcm 5441 *** *** gcm 5442 *** *** gcm 5443 *** *** gcm 5444 *** *** gcm 5445 *** *** gcm 5446 *** *** gcm 5447 *** *** gcm 5448 *** *** gcm 5449 *** *** gcm 5450 *** *** gcm 5451 *** *** gcm 5452 *** *** gcm 5453 *** *** gcm 5454 *** *** gcm 5455 *** *** gcm 5456 *** *** gcm 5457 *** *** gcm 5458 *** *** gcm 5459 *** *** gcm 5460 *** *** gcm 5461 *** *** gcm 5462 *** *** gcm 5463 *** *** gcm 5464 *** *** gcm 5465 *** *** gcm 5466 *** *** gcm 5467 *** *** gcm 5468 *** *** gcm 5469 *** *** gcm 5470 *** *** gcm 5471 *** *** gcm 5472 *** *** gcm 5473 *** *** gcm 5474 *** *** gcm 5475 *** *** gcm 5476 *** *** gcm 5477 *** *** gcm 5478 *** *** gcm 5479 *** *** gcm 5480 *** *** gcm 5481 *** *** gcm 5482 *** *** gcm 5483 *** *** gcm 5484 *** *** gcm 5485 *** *** gcm 5486 *** *** gcm 5487 *** *** gcm 5488 *** *** gcm 5489 *** *** gcm 5490 *** *** gcm 5491 *** *** gcm 5492 *** *** gcm 5493 *** *** gcm 5494 *** *** gcm 5495 *** *** gcm 5496 *** *** gcm 5497 *** *** gcm 5498 *** *** gcm 5499 *** *** gcm 5500 *** *** gcm 5501 *** *** gcm 5502 *** *** gcm 5503 *** *** gcm 5504 *** *** gcm 5505 *** *** gcm 5506 *** *** gcm 5507 *** *** gcm 5508 *** *** gcm 5509 *** *** gcm 5510 *** *** gcm 5511 *** *** gcm 5512 *** *** gcm 5513 *** *** gcm 5514 *** *** gcm 5515 *** *** gcm 5516 *** *** gcm 5517 *** *** gcm 5518 *** *** gcm 5519 *** *** gcm 5520 *** *** gcm 5521 *** *** gcm 5522 *** *** gcm 5523 *** *** gcm 5524 *** *** gcm 5525 *** *** gcm 5526 *** *** gcm 5527 *** *** gcm 5528 *** *** gcm 5529 *** *** gcm 5530 *** *** gcm 5531 *** *** gcm 5532 *** *** gcm 5533 *** *** gcm 5534 *** *** gcm 5535 *** *** gcm 5536 *** *** gcm 5537 *** *** gcm 5538 *** *** gcm 5539 *** *** gcm 5540 *** *** gcm 5541 *** *** gcm 5542 *** *** gcm 5543 *** *** gcm 5544 *** *** gcm 5545 *** *** gcm 5546 *** *** gcm 5547 *** *** gcm 5548 *** *** gcm 5549 *** *** gcm 5550 *** *** gcm 5551 *** *** gcm 5552 *** *** gcm 5553 *** *** gcm 5554 *** *** gcm 5555 *** *** gcm 5556 *** *** gcm 5557 *** *** gcm 5558 *** *** gcm 5559 *** *** gcm 5560 *** *** gcm 5561 *** *** gcm 5562 *** *** gcm 5563 *** *** gcm 5564 *** *** gcm 5565 *** *** gcm 5566 *** *** gcm 5567 *** *** gcm 5568 *** *** gcm 5569 *** *** gcm 5570 *** *** gcm 5571 *** *** gcm 5572 *** *** gcm 5573 *** *** gcm 5574 *** *** gcm 5575 *** *** gcm 5576 *** *** gcm 5577 *** *** gcm 5578 *** *** gcm 5579 *** *** gcm 5580 *** *** gcm 5581 *** *** gcm 5582 *** *** gcm 5583 *** *** gcm 5584 *** *** gcm 5585 *** *** gcm 5586 *** *** gcm 5587 *** *** gcm 5588 *** *** gcm 5589 *** *** gcm 5590 *** *** gcm 5591 *** *** gcm 5592 *** *** gcm 5593 *** *** gcm 5594 *** *** gcm 5595 *** *** gcm 5596 *** *** gcm 5597 *** *** gcm 5598 *** *** gcm 5599 *** *** gcm 5600 *** *** gcm 5601 *** *** gcm 5602 *** *** gcm 5603 *** *** gcm 5604 *** *** gcm 5605 *** *** gcm 5606 *** *** gcm 5607 *** *** gcm 5608 *** *** gcm 5609 *** *** gcm 5610 *** *** gcm 5611 *** *** gcm 5612 *** *** gcm 5613 *** *** gcm 5614 *** *** gcm 5615 *** *** gcm 5616 *** *** gcm 5617 *** *** gcm 5618 *** *** gcm 5619 *** *** gcm 5620 *** *** gcm 5621 *** *** gcm 5622 *** *** gcm 5623 *** *** gcm 5624 *** *** gcm 5625 *** *** gcm 5626 *** *** gcm 5627 *** *** gcm 5628 *** *** gcm 5629 *** *** gcm 5630 *** *** gcm 5631 *** *** gcm 5632 *** *** gcm 5633 *** *** gcm 5634 *** *** gcm 5635 *** *** gcm 5636 *** *** gcm 5637 *** *** gcm 5638 *** *** gcm 5639 *** *** gcm 5640 *** *** gcm 5641 *** *** gcm 5642 *** *** gcm 5643 *** *** gcm 5644 *** *** gcm 5645 *** *** gcm 5646 *** *** gcm 5647 *** *** gcm 5648 *** *** gcm 5649 *** *** gcm 5650 *** *** gcm 5651 *** *** gcm 5652 *** *** gcm 5653 *** *** gcm 5654 *** *** gcm 5655 *** *** gcm 5656 *** *** gcm 5657 *** *** gcm 5658 *** *** gcm 5659 *** *** gcm 5660 *** *** gcm 5661 *** *** gcm 5662 *** *** gcm 5663 *** *** gcm 5664 *** *** gcm 5665 *** *** gcm 5666 *** *** gcm 5667 *** *** gcm 5668 *** *** gcm 5669 *** *** gcm 5670 *** *** gcm 5671 *** *** gcm 5672 *** *** gcm 5673 *** *** gcm 5674 *** *** gcm 5675 *** *** gcm 5676 *** *** gcm 5677 *** *** gcm 5678 *** *** gcm 5679 *** *** gcm 5680 *** *** gcm 5681 *** *** gcm 5682 *** *** gcm 5683 *** *** gcm 5684 *** *** gcm 5685 *** *** gcm 5686 *** *** gcm 5687 *** *** gcm 5688 *** *** gcm 5689 *** *** gcm 5690 *** *** gcm 5691 *** *** gcm 5692 *** *** gcm 5693 *** *** gcm 5694 *** *** gcm 5695 *** *** gcm 5696 *** *** gcm 5697 *** *** gcm 5698 *** *** gcm 5699 *** *** gcm 5700 *** *** gcm 5701 *** *** gcm 5702 *** *** gcm 5703 *** *** gcm 5704 *** *** gcm 5705 *** *** gcm 5706 *** *** gcm 5707 *** *** gcm 5708 *** *** gcm 5709 *** *** gcm 5710 *** *** gcm 5711 *** *** gcm 5712 *** *** gcm 5713 *** *** gcm 5714 *** *** gcm 5715 *** *** gcm 5716 *** *** gcm 5717 *** *** gcm 5718 *** *** gcm 5719 *** *** gcm 5720 *** *** gcm 5721 *** *** gcm 5722 *** *** gcm 5723 *** *** gcm 5724 *** *** gcm 5725 *** *** gcm 5726 *** *** gcm 5727 *** *** gcm 5728 *** *** gcm 5729 *** *** gcm 5730 *** *** gcm 5731 *** *** gcm 5732 *** *** gcm 5733 *** *** gcm 5734 *** *** gcm 5735 *** *** gcm 5736 *** *** gcm 5737 *** *** gcm 5738 *** *** gcm 5739 *** *** gcm 5740 *** *** gcm 5741 *** *** gcm 5742 *** *** gcm 5743 *** *** gcm 5744 *** *** gcm 5745 *** *** gcm 5746 *** *** gcm 5747 *** *** gcm 5748 *** *** gcm 5749 *** *** gcm 5750 *** *** gcm 5751 *** *** gcm 5752 *** *** gcm 5753 *** *** gcm 5754 *** *** gcm 5755 *** *** gcm 5756 *** *** gcm 5757 *** *** gcm 5758 *** *** gcm 5759 *** *** gcm 5760 *** *** gcm 5761 *** *** gcm 5762 *** *** gcm 5763 *** *** gcm 5764 *** *** gcm 5765 *** *** gcm 5766 *** *** gcm 5767 *** *** gcm 5768 *** *** gcm 5769 *** *** gcm 5770 *** *** gcm 5771 *** *** gcm 5772 *** *** gcm 5773 *** *** gcm 5774 *** *** gcm 5775 *** *** gcm 5776 *** *** gcm 5777 *** *** gcm 5778 *** *** gcm 5779 *** *** gcm 5780 *** *** gcm 5781 *** *** gcm 5782 *** *** gcm 5783 *** *** gcm 5784 *** *** gcm 5785 *** *** gcm 5786 *** *** gcm 5787 *** *** gcm 5788 *** *** gcm 5789 *** *** gcm 5790 *** *** gcm 5791 *** *** gcm 5792 *** *** gcm 5793 *** *** gcm 5794 *** *** gcm 5795 *** *** gcm 5796 *** *** gcm 5797 *** *** gcm 5798 *** *** gcm 5799 *** *** gcm 5800 *** *** gcm 5801 *** *** gcm 5802 *** *** gcm 5803 *** *** gcm 5804 *** *** gcm 5805 *** *** gcm 5806 *** *** gcm 5807 *** *** gcm 5808 *** *** gcm 5809 *** *** gcm 5810 *** *** gcm 5811 *** *** gcm 5812 *** *** gcm 5813 *** *** gcm 5814 *** *** gcm 5815 *** *** gcm 5816 *** *** gcm 5817 *** *** gcm 5818 *** *** gcm 5819 *** *** gcm 5820 *** *** gcm 5821 *** *** gcm 5822 *** *** gcm 5823 *** *** gcm 5824 *** *** gcm 5825 *** *** gcm 5826 *** *** gcm 5827 *** *** gcm 5828 *** *** gcm 5829 *** *** gcm 5830 *** *** gcm 5831 *** *** gcm 5832 *** *** gcm 5833 *** *** gcm 5834 *** *** gcm 5835 *** *** gcm 5836 *** *** gcm 5837 *** *** gcm 5838 *** *** gcm 5839 *** *** gcm 5840 *** *** gcm 5841 *** *** gcm 5842 *** *** gcm 5843 *** *** gcm 5844 *** *** gcm 5845 *** *** gcm 5846 *** *** gcm 5847 *** *** gcm 5848 *** *** gcm 5849 *** *** gcm 5850 *** *** gcm 5851 *** *** gcm 5852 *** *** gcm 5853 *** *** gcm 5854 *** *** gcm 5855 *** *** gcm 5856 *** *** gcm 5857 *** *** gcm 5858 *** *** gcm 5859 *** *** gcm 5860 *** *** gcm 5861 *** *** gcm 5862 *** *** gcm 5863 *** *** gcm 5864 *** *** gcm 5865 *** *** gcm 5866 *** *** gcm 5867 *** *** gcm 5868 *** *** gcm 5869 *** *** gcm 5870 *** *** gcm 5871 *** *** gcm 5872 *** *** gcm 5873 *** *** gcm 5874 *** *** gcm 5875 *** *** gcm 5876 *** *** gcm 5877 *** *** gcm 5878 *** *** gcm 5879 *** *** gcm 5880 *** *** gcm 5881 *** *** gcm 5882 *** *** gcm 5883 *** *** gcm 5884 *** *** gcm 5885 *** *** gcm 5886 *** *** gcm 5887 *** *** gcm 5888 *** *** gcm 5889 *** *** gcm 5890 *** *** gcm 5891 *** *** gcm 5892 *** *** gcm 5893 *** *** gcm 5894 *** *** gcm 5895 *** *** gcm 5896 *** *** gcm 5897 *** *** gcm 5898 *** *** gcm 5899 *** *** gcm 5900 *** *** gcm 5901 *** *** gcm 5902 *** *** gcm 5903 *** *** gcm 5904 *** *** gcm 5905 *** *** gcm 5906 *** *** gcm 5907 *** *** gcm 5908 *** *** gcm 5909 *** *** gcm 5910 *** *** gcm 5911 *** *** gcm 5912 *** *** gcm 5913 *** *** gcm 5914 *** *** gcm 5915 *** *** gcm 5916 *** *** gcm 5917 *** *** gcm 5918 *** *** gcm 5919 *** *** gcm 5920 *** *** gcm 5921 *** *** gcm 5922 *** *** gcm 5923 *** *** gcm 5924 *** *** gcm 5925 *** *** gcm 5926 *** *** gcm 5927 *** *** gcm 5928 *** *** gcm 5929 *** *** gcm 5930 *** *** gcm 5931 *** *** gcm 5932 *** *** gcm 5933 *** *** gcm 5934 *** *** gcm 5935 *** *** gcm 5936 *** *** gcm 5937 *** *** gcm 5938 *** *** gcm 5939 *** *** gcm 5940 *** *** gcm 5941 *** *** gcm 5942 *** *** gcm 5943 *** *** gcm 5944 *** *** gcm 5945 *** *** gcm 5946 *** *** gcm 5947 *** *** gcm 5948 *** *** gcm 5949 *** *** gcm 5950 *** *** gcm 5951 *** *** gcm 5952 *** *** gcm 5953 *** *** gcm 5954 *** *** gcm 5955 *** *** gcm 5956 *** *** gcm 5957 *** *** gcm 5958 *** *** gcm 5959 *** *** gcm 5960 *** *** gcm 5961 *** *** gcm 5962 *** *** gcm 5963 *** *** gcm 5964 *** *** gcm 5965 *** *** gcm 5966 *** *** gcm 5967 *** *** gcm 5968 *** *** gcm 5969 *** *** gcm 5970 *** *** gcm 5971 *** *** gcm 5972 *** *** gcm 5973 *** *** gcm 5974 *** *** gcm 5975 *** *** gcm 5976 *** *** gcm 5977 *** *** gcm 5978 *** *** gcm 5979 *** *** gcm 5980 *** *** gcm 5981 *** *** gcm 5982 *** *** gcm 5983 *** *** gcm 5984 *** *** gcm 5985 *** *** gcm 5986 *** *** gcm 5987 *** *** gcm 5988 *** *** gcm 5989 *** *** gcm 5990 *** *** gcm 5991 *** *** gcm 5992 *** *** gcm 5993 *** *** gcm 5994 *** *** gcm 5995 *** *** gcm 5996 *** *** gcm 5997 *** *** gcm 5998 *** *** gcm 5999 *** *** gcm 6000 *** *** gcm 6001 *** *** gcm 6002 *** *** gcm 6003 *** *** gcm 6004 *** *** gcm 6005 *** *** gcm 6006 *** *** gcm 6007 *** *** gcm 6008 *** *** gcm 6009 *** *** gcm 6010 *** *** gcm 6011 *** *** gcm 6012 *** *** gcm 6013 *** *** gcm 6014 *** *** gcm 6015 *** *** gcm 6016 *** *** gcm 6017 *** *** gcm 6018 *** *** gcm 6019 *** *** gcm 6020 *** *** gcm 6021 *** *** gcm 6022 *** *** gcm 6023 *** *** gcm 6024 *** *** gcm 6025 *** *** gcm 6026 *** *** gcm 6027 *** *** gcm 6028 *** *** gcm 6029 *** *** gcm 6030 *** *** gcm 6031 *** *** gcm 6032 *** *** gcm 6033 *** *** gcm 6034 *** *** gcm 6035 *** *** gcm 6036 *** *** gcm 6037 *** *** gcm 6038 *** *** gcm 6039 *** *** gcm 6040 *** *** gcm 6041 *** *** gcm 6042 *** *** gcm 6043 *** *** gcm 6044 *** *** gcm 6045 *** *** gcm 6046 *** *** gcm 6047 *** *** gcm 6048 *** *** gcm 6049 *** *** gcm 6050 *** *** gcm 6051 *** *** gcm 6052 *** *** gcm 6053 *** *** gcm 6054 *** *** gcm 6055 *** *** gcm 6056 *** *** gcm 6057 *** *** gcm 6058 *** *** gcm 6059 *** *** gcm 6060 *** *** gcm 6061 *** *** gcm 6062 *** *** gcm 6063 *** *** gcm 6064 *** *** gcm 6065 *** *** gcm 6066 *** *** gcm 6067 *** *** gcm 6068 *** *** gcm 6069 *** *** gcm 6070 *** *** gcm 6071 *** *** gcm 6072 *** *** gcm 6073 *** *** gcm 6074 *** *** gcm 6075 *** *** gcm 6076 *** *** gcm 6077 *** *** gcm 6078 *** *** gcm 6079 *** *** gcm 6080 *** *** gcm 6081 *** *** gcm 6082 *** *** gcm 6083 *** *** gcm 6084 *** *** gcm 6085 *** *** gcm 6086 *** *** gcm 6087 *** *** gcm 6088 *** *** gcm 6089 *** *** gcm 6090 *** *** gcm 6091 *** *** gcm 6092 *** *** gcm 6093 *** *** gcm 6094 *** *** gcm 6095 *** *** gcm 6096 *** *** gcm 6097 *** *** gcm 6098 *** *** gcm 6099 *** *** gcm 6100 *** *** gcm 6101 *** *** gcm 6102 *** *** gcm 6103 *** *** gcm 6104 *** *** gcm 6105 *** *** gcm 6106 *** *** gcm 6107 *** *** gcm 6108 *** *** gcm 6109 *** *** gcm 6110 *** *** gcm 6111 *** *** gcm 6112 *** *** gcm 6113 *** *** gcm 6114 *** *** gcm 6115 *** *** gcm 6116 *** *** gcm 6117 *** *** gcm 6118 *** *** gcm 6119 *** *** gcm 6120 *** *** gcm 6121 *** *** gcm 6122 *** *** gcm 6123 *** *** gcm 6124 *** *** gcm 6125 *** *** gcm 6126 *** *** gcm 6127 *** *** gcm 6128 *** *** gcm 6129 *** *** gcm 6130 *** *** gcm 6131 *** *** gcm 6132 *** *** gcm 6133 *** *** gcm 6134 *** *** gcm 6135 *** *** gcm 6136 *** *** gcm 6137 *** *** gcm 6138 *** *** gcm 6139 *** *** gcm 6140 *** *** gcm 6141 *** *** gcm 6142 *** *** gcm 6143 *** *** gcm 6144 *** *** gcm 6145 *** *** gcm 6146 *** *** gcm 6147 *** *** gcm 6148 *** *** gcm 6149 *** *** gcm 6150 *** *** gcm 6151 *** *** gcm 6152 *** *** gcm 6153 *** *** gcm 6154 *** *** gcm 6155 *** *** gcm 6156 *** *** gcm 6157 *** *** gcm 6158 *** *** gcm 6159 *** *** gcm 6160 *** *** gcm 6161 *** *** gcm 6162 *** *** gcm 6163 *** *** gcm 6164 *** *** gcm 6165 *** *** gcm 6166 *** *** gcm 6167 *** *** gcm 6168 *** *** gcm 6169 *** *** gcm 6170 *** *** gcm 6171 *** *** gcm 6172 *** *** gcm 6173 *** *** gcm 6174 *** *** gcm 6175 *** *** gcm 6176 *** *** gcm 6177 *** *** gcm 6178 *** *** gcm 6179 *** *** gcm 6180 *** *** gcm 6181 *** *** gcm 6182 *** *** gcm 6183 *** *** gcm 6184 *** *** gcm 6185 *** *** gcm 6186 *** *** gcm 6187 *** *** gcm 6188 *** *** gcm 6189 *** *** gcm 6190 *** *** gcm 6191 *** *** gcm 6192 *** *** gcm 6193 *** *** gcm 6194 *** *** gcm 6195 *** *** gcm 6196 *** *** gcm 6197 *** *** gcm 6198 *** *** gcm 6199 *** *** gcm 6200 *** *** gcm 6201 *** *** gcm 6202 *** *** gcm 6203 *** *** gcm 6204 *** *** gcm 6205 *** *** gcm 6206 *** *** gcm 6207 *** *** gcm 6208 *** *** gcm 6209 *** *** gcm 6210 *** *** gcm 6211 *** *** gcm 6212 *** *** gcm 6213 *** *** gcm 6214 *** *** gcm 6215 *** *** gcm 6216 *** *** gcm 6217 *** *** gcm 6218 *** *** gcm 6219 *** *** gcm 6220 *** *** gcm 6221 *** *** gcm 6222 *** *** gcm 6223 *** *** gcm 6224 *** *** gcm 6225 *** *** gcm 6226 *** *** gcm 6227 *** *** gcm 6228 *** *** gcm 6229 *** *** gcm 6230 *** *** gcm 6231 *** *** gcm 6232 *** *** gcm 6233 *** *** gcm 6234 *** *** gcm 6235 *** *** gcm 6236 *** *** gcm 6237 *** *** gcm 6238 *** *** gcm 6239 *** *** gcm 6240 *** *** gcm 6241 *** *** gcm 6242 *** *** gcm 6243 *** *** gcm 6244 *** *** gcm 6245 *** *** gcm 6246 *** *** gcm 6247 *** *** gcm 6248 *** *** gcm 6249 *** *** gcm 6250 *** *** gcm 6251 *** *** gcm 6252 *** *** gcm 6253 *** *** gcm 6254 *** *** gcm 6255 *** *** gcm 6256 *** *** gcm 6257 *** *** gcm 6258 *** *** gcm 6259 *** *** gcm 6260 *** *** gcm 6261 *** *** gcm 6262 *** *** gcm 6263 *** *** gcm 6264 *** *** gcm 6265 *** *** gcm 6266 *** *** gcm 6267 *** *** gcm 6268 *** *** gcm 6269 *** *** gcm 6270 *** *** gcm 6271 *** *** gcm 6272 *** *** gcm 6273 *** *** gcm 6274 *** *** gcm 6275 *** *** gcm 6276 *** *** gcm 6277 *** *** gcm 6278 *** *** gcm 6279 *** *** gcm 6280 *** *** gcm 6281 *** *** gcm 6282 *** *** gcm 6283 *** *** gcm 6284 *** *** gcm 6285 *** *** gcm 6286 *** *** gcm 6287 *** *** gcm 6288 *** *** gcm 6289 *** *** gcm 6290 *** *** gcm 6291 *** *** gcm 6292 *** *** gcm 6293 *** *** gcm 6294 *** *** gcm 6295 *** *** gcm 6296 *** *** gcm 6297 *** *** gcm 6298 *** *** gcm 6299 *** *** gcm 6300 *** *** gcm 6301 *** *** gcm 6302 *** *** gcm 6303 *** *** gcm 6304 *** *** gcm 6305 *** *** gcm 6306 *** *** gcm 6307 *** *** gcm 6308 *** *** gcm 6309 *** *** gcm 6310 *** *** gcm 6311 *** *** gcm 6312 *** *** gcm 6313 *** *** gcm 6314 *** *** gcm 6315 *** *** gcm 6316 *** *** gcm 6317 *** *** gcm 6318 *** *** gcm 6319 *** *** gcm 6320 *** *** gcm 6321 *** *** gcm 6322 *** *** gcm 6323 *** *** gcm 6324 *** *** gcm 6325 *** *** gcm 6326 *** *** gcm 6327 *** *** gcm 6328 *** *** gcm 6329 *** *** gcm 6330 *** *** gcm 6331 *** *** gcm 6332 *** *** gcm 6333 *** *** gcm 6334 *** *** gcm 6335 *** *** gcm 6336 *** *** gcm 6337 *** *** gcm 6338 *** *** gcm 6339 *** *** gcm 6340 *** *** gcm 6341 *** *** gcm 6342 *** *** gcm 6343 *** *** gcm 6344 *** *** gcm 6345 *** *** gcm 6346 *** *** gcm 6347 *** *** gcm 6348 *** *** gcm 6349 *** *** gcm 6350 *** *** gcm 6351 *** *** gcm 6352 *** *** gcm 6353 *** *** gcm 6354 *** *** gcm 6355 *** *** gcm 6356 *** *** gcm 6357 *** *** gcm 6358 *** *** gcm 6359 *** *** gcm 6360 *** *** gcm 6361 *** *** gcm 6362 *** *** gcm 6363 *** *** gcm 6364 *** *** gcm 6365 *** *** gcm 6366 *** *** gcm 6367 *** *** gcm 6368 *** *** gcm 6369 *** *** gcm 6370 *** *** gcm 6371 *** *** gcm 6372 *** *** gcm 6373 *** *** gcm 6374 *** *** gcm 6375 *** *** gcm 6376 *** *** gcm 6377 *** *** gcm 6378 *** *** gcm 6379 *** *** gcm 6380 *** *** gcm 6381 *** *** gcm 6382 *** *** gcm 6383 *** *** gcm 6384 *** *** gcm 6385 *** *** gcm 6386 *** *** gcm 6387 *** *** gcm 6388 *** *** gcm 6389 *** *** gcm 6390 *** *** gcm 6391 *** *** gcm 6392 *** *** gcm 6393 *** *** gcm 6394 *** *** gcm 6395 *** *** gcm 6396 *** *** gcm 6397 *** *** gcm 6398 *** *** gcm 6399 *** *** gcm 6400 *** *** gcm 6401 *** *** gcm 6402 *** *** gcm 6403 *** *** gcm 6404 *** *** gcm 6405 *** *** gcm 6406 *** *** gcm 6407 *** *** gcm 6408 *** *** gcm 6409 *** *** gcm 6410 *** *** gcm 6411 *** *** gcm 6412 *** *** gcm 6413 *** *** gcm 6414 *** *** gcm 6415 *** *** gcm 6416 *** *** gcm 6417 *** *** gcm 6418 *** *** gcm 6419 *** *** gcm 6420 *** *** gcm 6421 *** *** gcm 6422 *** *** gcm 6423 *** *** gcm 6424 *** *** gcm 6425 *** *** gcm 6426 *** *** gcm 6427 *** *** gcm 6428 *** *** gcm 6429 *** *** gcm 6430 *** *** gcm 6431 *** *** gcm 6432 *** *** gcm 6433 *** *** gcm 6434 *** *** gcm 6435 *** *** gcm 6436 *** *** gcm 6437 *** *** gcm 6438 *** *** gcm 6439 *** *** gcm 6440 *** *** gcm 6441 *** *** gcm 6442 *** *** gcm 6443 *** *** gcm 6444 *** *** gcm 6445 *** *** gcm 6446 *** *** gcm 6447 *** *** gcm 6448 *** *** gcm 6449 *** *** gcm 6450 *** *** gcm 6451 *** *** gcm 6452 *** *** gcm 6453 *** *** gcm 6454 *** *** gcm 6455 *** *** gcm 6456 *** *** gcm 6457 *** *** gcm 6458 *** *** gcm 6459 *** *** gcm 6460 *** *** gcm 6461 *** *** gcm 6462 *** *** gcm 6463 *** *** gcm 6464 *** *** gcm 6465 *** *** gcm 6466 *** *** gcm 6467 *** *** gcm 6468 *** *** gcm 6469 *** *** gcm 6470 *** *** gcm 6471 *** *** gcm 6472 *** *** gcm 6473 *** *** gcm 6474 *** *** gcm 6475 *** *** gcm 6476 *** *** gcm 6477 *** *** gcm 6478 *** *** gcm 6479 *** *** gcm 6480 *** *** gcm 6481 *** *** gcm 6482 *** *** gcm 6483 *** *** gcm 6484 *** *** gcm 6485 *** *** gcm 6486 *** *** gcm 6487 *** *** gcm 6488 *** *** gcm 6489 *** *** gcm 6490 *** *** gcm 6491 *** *** gcm 6492 *** *** gcm 6493 *** *** gcm 6494 *** *** gcm 6495 *** *** gcm 6496 *** *** gcm 6497 *** *** gcm 6498 *** *** gcm 6499 *** *** gcm 6500 *** *** gcm 6501 *** *** gcm 6502 *** *** gcm 6503 *** *** gcm 6504 *** *** gcm 6505 *** *** gcm 6506 *** *** gcm 6507 *** *** gcm 6508 *** *** gcm 6509 *** *** gcm 6510 *** *** gcm 6511 *** *** gcm 6512 *** *** gcm 6513 *** *** gcm 6514 *** *** gcm 6515 *** *** gcm 6516 *** *** gcm 6517 *** *** gcm 6518 *** *** gcm 6519 *** *** gcm 6520 *** *** gcm 6521 *** *** gcm 6522 *** *** gcm 6523 *** *** gcm 6524 *** *** gcm 6525 *** *** gcm 6526 *** *** gcm 6527 *** *** gcm 6528 *** *** gcm 6529 *** *** gcm 6530 *** *** gcm 6531 *** *** gcm 6532 *** *** gcm 6533 *** *** gcm 6534 *** *** gcm 6535 *** *** gcm 6536 *** *** gcm 6537 *** *** gcm 6538 *** *** gcm 6539 *** *** gcm 6540 *** *** gcm 6541 *** *** gcm 6542 *** *** gcm 6543 *** *** gcm 6544 *** *** gcm 6545 *** *** gcm 6546 *** *** gcm 6547 *** *** gcm 6548 *** *** gcm 6549 *** *** gcm 6550 *** *** gcm 6551 *** *** gcm 6552 *** *** gcm 6553 *** *** gcm 6554 *** *** gcm 6555 *** *** gcm 6556 *** *** gcm 6557 *** *** gcm 6558 *** *** gcm 6559 *** *** gcm 6560 *** *** gcm 6561 *** *** gcm 6562 *** *** gcm 6563 *** *** gcm 6564 *** *** gcm 6565 *** *** gcm 6566 *** *** gcm 6567 *** *** gcm 6568 *** *** gcm 6569 *** *** gcm 6570 *** *** gcm 6571 *** *** gcm 6572 *** *** gcm 6573 *** *** gcm 6574 *** *** gcm 6575 *** *** gcm 6576 *** *** gcm 6577 *** *** gcm 6578 *** *** gcm 6579 *** *** gcm 6580 *** *** gcm 6581 *** *** gcm 6582 *** *** gcm 6583 *** *** gcm 6584 *** *** gcm 6585 *** *** gcm 6586 *** *** gcm 6587 *** *** gcm 6588 *** *** gcm 6589 *** *** gcm 6590 *** *** gcm 6591 *** *** gcm 6592 *** *** gcm 6593 *** *** gcm 6594 *** *** gcm 6595 *** *** gcm 6596 *** *** gcm 6597 *** *** gcm 6598 *** *** gcm 6599 *** *** gcm 6600 *** *** gcm 6601 *** *** gcm 6602 *** *** gcm 6603 *** *** gcm 6604 *** *** gcm 6605 *** *** gcm 6606 *** *** gcm 6607 *** *** gcm 6608 *** *** gcm 6609 *** *** gcm 6610 *** *** gcm 6611 *** *** gcm 6612 *** *** gcm 6613 *** *** gcm 6614 *** *** gcm 6615 *** *** gcm 6616 *** *** gcm 6617 *** *** gcm 6618 *** *** gcm 6619 *** *** gcm 6620 *** *** gcm 6621 *** *** gcm 6622 *** *** gcm 6623 *** *** gcm 6624 *** *** gcm 6625 *** *** gcm 6626 *** *** gcm 6627 *** *** gcm 6628 *** *** gcm 6629 *** *** gcm 6630 *** *** gcm 6631 *** *** gcm 6632 *** *** gcm 6633 *** *** gcm 6634 *** *** gcm 6635 *** *** gcm 6636 *** *** gcm 6637 *** *** gcm 6638 *** *** gcm 6639 *** *** gcm 6640 *** *** gcm 6641 *** *** gcm 6642 *** *** gcm 6643 *** *** gcm 6644 *** *** gcm 6645 *** *** gcm 6646 *** *** gcm 6647 *** *** gcm 6648 *** *** gcm 6649 *** *** gcm 6650 *** *** gcm 6651 *** *** gcm 6652 *** *** gcm 6653 *** *** gcm 6654 *** *** gcm 6655 *** *** gcm 6656 *** *** gcm 6657 *** *** gcm 6658 *** *** gcm 6659 *** *** gcm 6660 *** *** gcm 6661 *** *** gcm 6662 *** *** gcm 6663 *** *** gcm 6664 *** *** gcm 6665 *** *** gcm 6666 *** *** gcm 6667 *** *** gcm 6668 *** *** gcm 6669 *** *** gcm 6670 *** *** gcm 6671 *** *** gcm 6672 *** *** gcm 6673 *** *** gcm 6674 *** *** gcm 6675 *** *** gcm 6676 *** *** gcm 6677 *** *** gcm 6678 *** *** gcm 6679 *** *** gcm 6680 *** *** gcm 6681 *** *** gcm 6682 *** *** gcm 6683 *** *** gcm 6684 *** *** gcm 6685 *** *** gcm 6686 *** *** gcm 6687 *** *** gcm 6688 *** *** gcm 6689 *** *** gcm 6690 *** *** gcm 6691 *** *** gcm 6692 *** *** gcm 6693 *** *** gcm 6694 *** *** gcm 6695 *** *** gcm 6696 *** *** gcm 6697 *** *** gcm 6698 *** *** gcm 6699 *** *** gcm 6700 *** *** gcm 6701 *** *** gcm 6702 *** *** gcm 6703 *** *** gcm 6704 *** *** gcm 6705 *** *** gcm 6706 *** *** gcm 6707 *** *** gcm 6708 *** *** gcm 6709 *** *** gcm 6710 *** *** gcm 6711 *** *** gcm 6712 *** *** gcm 6713 *** *** gcm 6714 *** *** gcm 6715 *** *** gcm 6716 *** *** gcm 6717 *** *** gcm 6718 *** *** gcm 6719 *** *** gcm 6720 *** *** gcm 6721 *** *** gcm 6722 *** *** gcm 6723 *** *** gcm 6724 *** *** gcm 6725 *** *** gcm 6726 *** *** gcm 6727 *** *** gcm 6728 *** *** gcm 6729 *** *** gcm 6730 *** *** gcm 6731 *** *** gcm 6732 *** *** gcm 6733 *** *** gcm 6734 *** *** gcm 6735 *** *** gcm 6736 *** *** gcm 6737 *** *** gcm 6738 *** *** gcm 6739 *** *** gcm 6740 *** *** gcm 6741 *** *** gcm 6742 *** *** gcm 6743 *** *** gcm 6744 *** *** gcm 6745 *** *** gcm 6746 *** *** gcm 6747 *** *** gcm 6748 *** *** gcm 6749 *** *** gcm 6750 *** *** gcm 6751 *** *** gcm 6752 *** *** gcm 6753 *** *** gcm 6754 *** *** gcm 6755 *** *** gcm 6756 *** *** gcm 6757 *** *** gcm 6758 *** *** gcm 6759 *** *** gcm 6760 *** *** gcm 6761 *** *** gcm 6762 *** *** gcm 6763 *** *** gcm 6764 *** *** gcm 6765 *** *** gcm 6766 *** *** gcm 6767 *** *** gcm 6768 *** *** gcm 6769 *** *** gcm 6770 *** *** gcm 6771 *** *** gcm 6772 *** *** gcm 6773 *** *** gcm 6774 *** *** gcm 6775 *** *** gcm 6776 *** *** gcm 6777 *** *** gcm 6778 *** *** gcm 6779 *** *** gcm 6780 *** *** gcm 6781 *** *** gcm 6782 *** *** gcm 6783 *** *** gcm 6784 *** *** gcm 6785 *** *** gcm 6786 *** *** gcm 6787 *** *** gcm 6788 *** *** gcm 6789 *** *** gcm 6790 *** *** gcm 6791 *** *** gcm 6792 *** *** gcm 6793 *** *** gcm 6794 *** *** gcm 6795 *** *** gcm 6796 *** *** gcm 6797 *** *** gcm 6798 *** *** gcm 6799 *** *** gcm 6800 *** *** gcm 6801 *** *** gcm 6802 *** *** gcm 6803 *** *** gcm 6804 *** *** gcm 6805 *** *** gcm 6806 *** *** gcm 6807 *** *** gcm 6808 *** *** gcm 6809 *** *** gcm 6810 *** *** gcm 6811 *** *** gcm 6812 *** *** gcm 6813 *** *** gcm 6814 *** *** gcm 6815 *** *** gcm 6816 *** *** gcm 6817 *** *** gcm 6818 *** *** gcm 6819 *** *** gcm 6820 *** *** gcm 6821 *** *** gcm 6822 *** *** gcm 6823 *** *** gcm 6824 *** *** gcm 6825 *** *** gcm 6826 *** *** gcm 6827 *** *** gcm 6828 *** *** gcm 6829 *** *** gcm 6830 *** *** gcm 6831 *** *** gcm 6832 *** *** gcm 6833 *** *** gcm 6834 *** *** gcm 6835 *** *** gcm 6836 *** *** gcm 6837 *** *** gcm 6838 *** *** gcm 6839 *** *** gcm 6840 *** *** gcm 6841 *** *** gcm 6842 *** *** gcm 6843 *** *** gcm 6844 *** *** gcm 6845 *** *** gcm 6846 *** *** gcm 6847 *** *** gcm 6848 *** *** gcm 6849 *** *** gcm 6850 *** *** gcm 6851 *** *** gcm 6852 *** *** gcm 6853 *** *** gcm 6854 *** *** gcm 6855 *** *** gcm 6856 *** *** gcm 6857 *** *** gcm 6858 *** *** gcm 6859 *** *** gcm 6860 *** *** gcm 6861 *** *** gcm 6862 *** *** gcm 6863 *** *** gcm 6864 *** *** gcm 6865 *** *** gcm 6866 *** *** gcm 6867 *** *** gcm 6868 *** *** gcm 6869 *** *** gcm 6870 *** *** gcm 6871 *** *** gcm 6872 *** *** gcm 6873 *** *** gcm 6874 *** *** gcm 6875 *** *** gcm 6876 *** *** gcm 6877 *** *** gcm 6878 *** *** gcm 6879 *** *** gcm 6880 *** *** gcm 6881 *** *** gcm 6882 *** *** gcm 6883 *** *** gcm 6884 *** *** gcm 6885 *** *** gcm 6886 *** *** gcm 6887 *** *** gcm 6888 *** *** gcm 6889 *** *** gcm 6890 *** *** gcm 6891 *** *** gcm 6892 *** *** gcm 6893 *** *** gcm 6894 *** *** gcm 6895 *** *** gcm 6896 *** *** gcm 6897 *** *** gcm 6898 *** *** gcm 6899 *** *** gcm 6900 *** *** gcm 6901 *** *** gcm 6902 *** *** gcm 6903 *** *** gcm 6904 *** *** gcm 6905 *** *** gcm 6906 *** *** gcm 6907 *** *** gcm 6908 *** *** gcm 6909 *** *** gcm 6910 *** *** gcm 6911 *** *** gcm 6912 *** *** gcm 6913 *** *** gcm 6914 *** *** gcm 6915 *** *** gcm 6916 *** *** gcm 6917 *** *** gcm 6918 *** *** gcm 6919 *** *** gcm 6920 *** *** gcm 6921 *** *** gcm 6922 *** *** gcm 6923 *** *** gcm 6924 *** *** gcm 6925 *** *** gcm 6926 *** *** gcm 6927 *** *** gcm 6928 *** *** gcm 6929 *** *** gcm 6930 *** *** gcm 6931 *** *** gcm 6932 *** *** gcm 6933 *** *** gcm 6934 *** *** gcm 6935 *** *** gcm 6936 *** *** gcm 6937 *** *** gcm 6938 *** *** gcm 6939 *** *** gcm 6940 *** *** gcm 6941 *** *** gcm 6942 *** *** gcm 6943 *** *** gcm 6944 *** *** gcm 6945 *** *** gcm 6946 *** *** gcm 6947 *** *** gcm 6948 *** *** gcm 6949 *** *** gcm 6950 *** *** gcm 6951 *** *** gcm 6952 *** *** gcm 6953 *** *** gcm 6954 *** *** gcm 6955 *** *** gcm 6956 *** *** gcm 6957 *** *** gcm 6958 *** *** gcm 6959 *** *** gcm 6960 *** *** gcm 6961 *** *** gcm 6962 *** *** gcm 6963 *** *** gcm 6964 *** *** gcm 6965 *** *** gcm 6966 *** *** gcm 6967 *** *** gcm 6968 *** *** gcm 6969 *** *** gcm 6970 *** *** gcm 6971 *** *** gcm 6972 *** *** gcm 6973 *** *** gcm 6974 *** *** gcm 6975 *** *** gcm 6976 *** *** gcm 6977 *** *** gcm 6978 *** *** gcm 6979 *** *** gcm 6980 *** *** gcm 6981 *** *** gcm 6982 *** *** gcm 6983 *** *** gcm 6984 *** *** gcm 6985 *** *** gcm 6986 *** *** gcm 6987 *** *** gcm 6988 *** *** gcm 6989 *** *** gcm 6990 *** *** gcm 6991 *** *** gcm 6992 *** *** gcm 6993 *** *** gcm 6994 *** *** gcm 6995 *** *** gcm 6996 *** *** gcm 6997 *** *** gcm 6998 *** *** gcm 6999 *** *** gcm 7000 *** *** gcm 7001 *** *** gcm 7002 *** *** gcm 7003 *** *** gcm 7004 *** *** gcm 7005 *** *** gcm 7006 *** *** gcm 7007 *** *** gcm 7008 *** *** gcm 7009 *** *** gcm 7010 *** *** gcm 7011 *** *** gcm 7012 *** *** gcm 7013 *** *** gcm 7014 *** *** gcm 7015 *** *** gcm 7016 *** *** gcm 7017 *** *** gcm 7018 *** *** gcm 7019 *** *** gcm 7020 *** *** gcm 7021 *** *** gcm 7022 *** *** gcm 7023 *** *** gcm 7024 *** *** gcm 7025 *** *** gcm 7026 *** *** gcm 7027 *** *** gcm 7028 *** *** gcm 7029 *** *** gcm 7030 *** *** gcm 7031 *** *** gcm 7032 *** *** gcm 7033 *** *** gcm 7034 *** *** gcm 7035 *** *** gcm 7036 *** *** gcm 7037 *** *** gcm 7038 *** *** gcm 7039 *** *** gcm 7040 *** *** gcm 7041 *** *** gcm 7042 *** *** gcm 7043 *** *** gcm 7044 *** *** gcm 7045 *** *** gcm 7046 *** *** gcm 7047 *** *** gcm 7048 *** *** gcm 7049 *** *** gcm 7050 *** *** gcm 7051 *** *** gcm 7052 *** *** gcm 7053 *** *** gcm 7054 *** *** gcm 7055 *** *** gcm 7056 *** *** gcm 7057 *** *** gcm 7058 *** *** gcm 7059 *** *** gcm 7060 *** *** gcm 7061 *** *** gcm 7062 *** *** gcm 7063 *** *** gcm 7064 *** *** gcm 7065 *** *** gcm 7066 *** *** gcm 7067 *** *** gcm 7068 *** *** gcm 7069 *** *** gcm 7070 *** *** gcm 7071 *** *** gcm 7072 *** *** gcm 7073 *** *** gcm 7074 *** *** gcm 7075 *** *** gcm 7076 *** *** gcm 7077 *** *** gcm 7078 *** *** gcm 7079 *** *** gcm 7080 *** *** gcm 7081 *** *** gcm 7082 *** *** gcm 7083 *** *** gcm 7084 *** *** gcm 7085 *** *** gcm 7086 *** *** gcm 7087 *** *** gcm 7088 *** *** gcm 7089 *** *** gcm 7090 *** *** gcm 7091 *** *** gcm 7092 *** *** gcm 7093 *** *** gcm 7094 *** *** gcm 7095 *** *** gcm 7096 *** *** gcm 7097 *** *** gcm 7098 *** *** gcm 7099 *** *** gcm 7100 *** *** gcm 7101 *** *** gcm 7102 *** *** gcm 7103 *** *** gcm 7104 *** *** gcm 7105 *** *** gcm 7106 *** *** gcm 7107 *** *** gcm 7108 *** *** gcm 7109 *** *** gcm 7110 *** *** gcm 7111 *** *** gcm 7112 *** *** gcm 7113 *** *** gcm 7114 *** *** gcm 7115 *** *** gcm 7116 *** *** gcm 7117 *** *** gcm 7118 *** *** gcm 7119 *** *** gcm 7120 *** *** gcm 7121 *** *** gcm 7122 *** *** gcm 7123 *** *** gcm 7124 *** *** gcm 7125 *** *** gcm 7126 *** *** gcm 7127 *** *** gcm 7128 *** *** gcm 7129 *** *** gcm 7130 *** *** gcm 7131 *** *** gcm 7132 *** *** gcm 7133 *** *** gcm 7134 *** *** gcm 7135 *** *** gcm 7136 *** *** gcm 7137 *** *** gcm 7138 *** *** gcm 7139 *** *** gcm 7140 *** *** gcm 7141 *** *** gcm 7142 *** *** gcm 7143 *** *** gcm 7144 *** *** gcm 7145 *** *** gcm 7146 *** *** gcm 7147 *** *** gcm 7148 *** *** gcm 7149 *** *** gcm 7150 *** *** gcm 7151 *** *** gcm 7152 *** *** gcm 7153 *** *** gcm 7154 *** *** gcm 7155 *** *** gcm 7156 *** *** gcm 7157 *** *** gcm 7158 *** *** gcm 7159 *** *** gcm 7160 *** *** gcm 7161 *** *** gcm 7162 *** *** gcm 7163 *** *** gcm 7164 *** *** gcm 7165 *** *** gcm 7166 *** *** gcm 7167 *** *** gcm 7168 *** *** gcm 7169 *** *** gcm 7170 *** *** gcm 7171 *** *** gcm 7172 *** *** gcm 7173 *** *** gcm 7174 *** *** gcm 7175 *** *** gcm 7176 *** *** gcm 7177 *** *** gcm 7178 *** *** gcm 7179 *** *** gcm 7180 *** *** gcm 7181 *** *** gcm 7182 *** *** gcm 7183 *** *** gcm 7184 *** *** gcm 7185 *** *** gcm 7186 *** *** gcm 7187 *** *** gcm 7188 *** *** gcm 7189 *** *** gcm 7190 *** *** gcm 7191 *** *** gcm 7192 *** *** gcm 7193 *** *** gcm 7194 *** *** gcm 7195 *** *** gcm 7196 *** *** gcm 7197 *** *** gcm 7198 *** *** gcm 7199 *** *** gcm 7200 *** *** gcm 7201 *** *** gcm 7202 *** *** gcm 7203 *** *** gcm 7204 *** *** gcm 7205 *** *** gcm 7206 *** *** gcm 7207 *** *** gcm 7208 *** *** gcm 7209 *** *** gcm 7210 *** *** gcm 7211 *** *** gcm 7212 *** *** gcm 7213 *** *** gcm 7214 *** *** gcm 7215 *** *** gcm 7216 *** *** gcm 7217 *** *** gcm 7218 *** *** gcm 7219 *** *** gcm 7220 *** *** gcm 7221 *** *** gcm 7222 *** *** gcm 7223 *** *** gcm 7224 *** *** gcm 7225 *** *** gcm 7226 *** *** gcm 7227 *** *** gcm 7228 *** *** gcm 7229 *** *** gcm 7230 *** *** gcm 7231 *** *** gcm 7232 *** *** gcm 7233 *** *** gcm 7234 *** *** gcm 7235 *** *** gcm 7236 *** *** gcm 7237 *** *** gcm 7238 *** *** gcm 7239 *** *** gcm 7240 *** *** gcm 7241 *** *** gcm 7242 *** *** gcm 7243 *** *** gcm 7244 *** *** gcm 7245 *** *** gcm 7246 *** *** gcm 7247 *** *** gcm 7248 *** *** gcm 7249 *** *** gcm 7250 *** *** gcm 7251 *** *** gcm 7252 *** *** gcm 7253 *** *** gcm 7254 *** *** gcm 7255 *** *** gcm 7256 *** *** gcm 7257 *** *** gcm 7258 *** *** gcm 7259 *** *** gcm 7260 *** *** gcm 7261 *** *** gcm 7262 *** *** gcm 7263 *** *** gcm 7264 *** *** gcm 7265 *** *** gcm 7266 *** *** gcm 7267 *** *** gcm 7268 *** *** gcm 7269 *** *** gcm 7270 *** *** gcm 7271 *** *** gcm 7272 *** *** gcm 7273 *** *** gcm 7274 *** *** gcm 7275 *** *** gcm 7276 *** *** gcm 7277 *** *** gcm 7278 *** *** gcm 7279 *** *** gcm 7280 *** *** gcm 7281 *** *** gcm 7282 *** *** gcm 7283 *** *** gcm 7284 *** *** gcm 7285 *** *** gcm 7286 *** *** gcm 7287 *** *** gcm 7288 *** *** gcm 7289 *** *** gcm 7290 *** *** gcm 7291 *** *** gcm 7292 *** *** gcm 7293 *** *** gcm 7294 *** *** gcm 7295 *** *** gcm 7296 *** *** gcm 7297 *** *** gcm 7298 *** *** gcm 7299 *** *** gcm 7300 *** *** gcm 7301 *** *** gcm 7302 *** *** gcm 7303 *** *** gcm 7304 *** *** gcm 7305 *** *** gcm 7306 *** *** gcm 7307 *** *** gcm 7308 *** *** gcm 7309 *** *** gcm 7310 *** *** gcm 7311 *** *** gcm 7312 *** *** gcm 7313 *** *** gcm 7314 *** *** gcm 7315 *** *** gcm 7316 *** *** gcm 7317 *** *** gcm 7318 *** *** gcm 7319 *** *** gcm 7320 *** *** gcm 7321 *** *** gcm 7322 *** *** gcm 7323 *** *** gcm 7324 *** *** gcm 7325 *** *** gcm 7326 *** *** gcm 7327 *** *** gcm 7328 *** *** gcm 7329 *** *** gcm 7330 *** *** gcm 7331 *** *** gcm 7332 *** *** gcm 7333 *** *** gcm 7334 *** *** gcm 7335 *** *** gcm 7336 *** *** gcm 7337 *** *** gcm 7338 *** *** gcm 7339 *** *** gcm 7340 *** *** gcm 7341 *** *** gcm 7342 *** *** gcm 7343 *** *** gcm 7344 *** *** gcm 7345 *** *** gcm 7346 *** *** gcm 7347 *** *** gcm 7348 *** *** gcm 7349 *** *** gcm 7350 *** *** gcm 7351 *** *** gcm 7352 *** *** gcm 7353 *** *** gcm 7354 *** *** gcm 7355 *** *** gcm 7356 *** *** gcm 7357 *** *** gcm 7358 *** *** gcm 7359 *** *** gcm 7360 *** *** gcm 7361 *** *** gcm 7362 *** *** gcm 7363 *** *** gcm 7364 *** *** gcm 7365 *** *** gcm 7366 *** *** gcm 7367 *** *** gcm 7368 *** *** gcm 7369 *** *** gcm 7370 *** *** gcm 7371 *** *** gcm 7372 *** *** gcm 7373 *** *** gcm 7374 *** *** gcm 7375 *** *** gcm 7376 *** *** gcm 7377 *** *** gcm 7378 *** *** gcm 7379 *** *** gcm 7380 *** *** gcm 7381 *** *** gcm 7382 *** *** gcm 7383 *** *** gcm 7384 *** *** gcm 7385 *** *** gcm 7386 *** *** gcm 7387 *** *** gcm 7388 *** *** gcm 7389 *** *** gcm 7390 *** *** gcm 7391 *** *** gcm 7392 *** *** gcm 7393 *** *** gcm 7394 *** *** gcm 7395 *** *** gcm 7396 *** *** gcm 7397 *** *** gcm 7398 *** *** gcm 7399 *** *** gcm 7400 *** *** gcm 7401 *** *** gcm 7402 *** *** gcm 7403 *** *** gcm 7404 *** *** gcm 7405 *** *** gcm 7406 *** *** gcm 7407 *** *** gcm 7408 *** *** gcm 7409 *** *** gcm 7410 *** *** gcm 7411 *** *** gcm 7412 *** *** gcm 7413 *** *** gcm 7414 *** *** gcm 7415 *** *** gcm 7416 *** *** gcm 7417 *** *** gcm 7418 *** *** gcm 7419 *** *** gcm 7420 *** *** gcm 7421 *** *** gcm 7422 *** *** gcm 7423 *** *** gcm 7424 *** *** gcm 7425 *** *** gcm 7426 *** *** gcm 7427 *** *** gcm 7428 *** *** gcm 7429 *** *** gcm 7430 *** *** gcm 7431 *** *** gcm 7432 *** *** gcm 7433 *** *** gcm 7434 *** *** gcm 7435 *** *** gcm 7436 *** *** gcm 7437 *** *** gcm 7438 *** *** gcm 7439 *** *** gcm 7440 *** *** gcm 7441 *** *** gcm 7442 *** *** gcm 7443 *** *** gcm 7444 *** *** gcm 7445 *** *** gcm 7446 *** *** gcm 7447 *** *** gcm 7448 *** *** gcm 7449 *** *** gcm 7450 *** *** gcm 7451 *** *** gcm 7452 *** *** gcm 7453 *** *** gcm 7454 *** *** gcm 7455 *** *** gcm 7456 *** *** gcm 7457 *** *** gcm 7458 *** *** gcm 7459 *** *** gcm 7460 *** *** gcm 7461 *** *** gcm 7462 *** *** gcm 7463 *** *** gcm 7464 *** *** gcm 7465 *** *** gcm 7466 *** *** gcm 7467 *** *** gcm 7468 *** *** gcm 7469 *** *** gcm 7470 *** *** gcm 7471 *** *** gcm 7472 *** *** gcm 7473 *** *** gcm 7474 *** *** gcm 7475 *** *** gcm 7476 *** *** gcm 7477 *** *** gcm 7478 *** *** gcm 7479 *** *** gcm 7480 *** *** gcm 7481 *** *** gcm 7482 *** *** gcm 7483 *** *** gcm 7484 *** *** gcm 7485 *** *** gcm 7486 *** *** gcm 7487 *** *** gcm 7488 *** *** gcm 7489 *** *** gcm 7490 *** *** gcm 7491 *** *** gcm 7492 *** *** gcm 7493 *** *** gcm 7494 *** *** gcm 7495 *** *** gcm 7496 *** *** gcm 7497 *** *** gcm 7498 *** *** gcm 7499 *** *** gcm 7500 *** *** gcm 7501 *** *** gcm 7502 *** *** gcm 7503 *** *** gcm 7504 *** *** gcm 7505 *** *** gcm 7506 *** *** gcm 7507 *** *** gcm 7508 *** *** gcm 7509 *** *** gcm 7510 *** *** gcm 7511 *** *** gcm 7512 *** *** gcm 7513 *** *** gcm 7514 *** *** gcm 7515 *** *** gcm 7516 *** *** gcm 7517 *** *** gcm 7518 *** *** gcm 7519 *** *** gcm 7520 *** *** gcm 7521 *** *** gcm 7522 *** *** gcm 7523 *** *** gcm 7524 *** *** gcm 7525 *** *** gcm 7526 *** *** gcm 7527 *** *** gcm 7528 *** *** gcm 7529 *** *** gcm 7530 *** *** gcm 7531 *** *** gcm 7532 *** *** gcm 7533 *** *** gcm 7534 *** *** gcm 7535 *** *** gcm 7536 *** *** gcm 7537 *** *** gcm 7538 *** *** gcm 7539 *** *** gcm 7540 *** *** gcm 7541 *** *** gcm 7542 *** *** gcm 7543 *** *** gcm 7544 *** *** gcm 7545 *** *** gcm 7546 *** *** gcm 7547 *** *** gcm 7548 *** *** gcm 7549 *** *** gcm 7550 *** *** gcm 7551 *** *** gcm 7552 *** *** gcm 7553 *** *** gcm 7554 *** *** gcm 7555 *** *** gcm 7556 *** *** gcm 7557 *** *** gcm 7558 *** *** gcm 7559 *** *** gcm 7560 *** *** gcm 7561 *** *** gcm 7562 *** *** gcm 7563 *** *** gcm 7564 *** *** gcm 7565 *** *** gcm 7566 *** *** gcm 7567 *** *** gcm 7568 *** *** gcm 7569 *** *** gcm 7570 *** *** gcm 7571 *** *** gcm 7572 *** *** gcm 7573 *** *** gcm 7574 *** *** gcm 7575 *** *** gcm 7576 *** *** gcm 7577 *** *** gcm 7578 *** *** gcm 7579 *** *** gcm 7580 *** *** gcm 7581 *** *** gcm 7582 *** *** gcm 7583 *** *** gcm 7584 *** *** gcm 7585 *** *** gcm 7586 *** *** gcm 7587 *** *** gcm 7588 *** *** gcm 7589 *** *** gcm 7590 *** *** gcm 7591 *** *** gcm 7592 *** *** gcm 7593 *** *** gcm 7594 *** *** gcm 7595 *** *** gcm 7596 *** *** gcm 7597 *** *** gcm 7598 *** *** gcm 7599 *** *** gcm 7600 *** *** gcm 7601 *** *** gcm 7602 *** *** gcm 7603 *** *** gcm 7604 *** *** gcm 7605 *** *** gcm 7606 *** *** gcm 7607 *** *** gcm 7608 *** *** gcm 7609 *** *** gcm 7610 *** *** gcm 7611 *** *** gcm 7612 *** *** gcm 7613 *** *** gcm 7614 *** *** gcm 7615 *** *** gcm 7616 *** *** gcm 7617 *** *** gcm 7618 *** *** gcm 7619 *** *** gcm 7620 *** *** gcm 7621 *** *** gcm 7622 *** *** gcm 7623 *** *** gcm 7624 *** *** gcm 7625 *** *** gcm 7626 *** *** gcm 7627 *** *** gcm 7628 *** *** gcm 7629 *** *** gcm 7630 *** *** gcm 7631 *** *** gcm 7632 *** *** gcm 7633 *** *** gcm 7634 *** *** gcm 7635 *** *** gcm 7636 *** *** gcm 7637 *** *** gcm 7638 *** *** gcm 7639 *** *** gcm 7640 *** *** gcm 7641 *** *** gcm 7642 *** *** gcm 7643 *** *** gcm 7644 *** *** gcm 7645 *** *** gcm 7646 *** *** gcm 7647 *** *** gcm 7648 *** *** gcm 7649 *** *** gcm 7650 *** *** gcm 7651 *** *** gcm 7652 *** *** gcm 7653 *** *** gcm 7654 *** *** gcm 7655 *** *** gcm 7656 *** *** gcm 7657 *** *** gcm 7658 *** *** gcm 7659 *** *** gcm 7660 *** *** gcm 7661 *** *** gcm 7662 *** *** gcm 7663 *** *** gcm 7664 *** *** gcm 7665 *** *** gcm 7666 *** *** gcm 7667 *** *** gcm 7668 *** *** gcm 7669 *** *** gcm 7670 *** *** gcm 7671 *** *** gcm 7672 *** *** gcm 7673 *** *** gcm 7674 *** *** gcm 7675 *** *** gcm 7676 *** *** gcm 7677 *** *** gcm 7678 *** *** gcm 7679 *** *** gcm 7680 *** *** gcm 7681 *** *** gcm 7682 *** *** gcm 7683 *** *** gcm 7684 *** *** gcm 7685 *** *** gcm 7686 *** *** gcm 7687 *** *** gcm 7688 *** *** gcm 7689 *** *** gcm 7690 *** *** gcm 7691 *** *** gcm 7692 *** *** gcm 7693 *** *** gcm 7694 *** *** gcm 7695 *** *** gcm 7696 *** *** gcm 7697 *** *** gcm 7698 *** *** gcm 7699 *** *** gcm 7700 *** *** gcm 7701 *** *** gcm 7702 *** *** gcm 7703 *** *** gcm 7704 *** *** gcm 7705 *** *** gcm 7706 *** *** gcm 7707 *** *** gcm 7708 *** *** gcm 7709 *** *** gcm 7710 *** *** gcm 7711 *** *** gcm 7712 *** *** gcm 7713 *** *** gcm 7714 *** *** gcm 7715 *** *** gcm 7716 *** *** gcm 7717 *** *** gcm 7718 *** *** gcm 7719 *** *** gcm 7720 *** *** gcm 7721 *** *** gcm 7722 *** *** gcm 7723 *** *** gcm 7724 *** *** gcm 7725 *** *** gcm 7726 *** *** gcm 7727 *** *** gcm 7728 *** *** gcm 7729 *** *** gcm 7730 *** *** gcm 7731 *** *** gcm 7732 *** *** gcm 7733 *** *** gcm 7734 *** *** gcm 7735 *** *** gcm 7736 *** *** gcm 7737 *** *** gcm 7738 *** *** gcm 7739 *** *** gcm 7740 *** *** gcm 7741 *** *** gcm 7742 *** *** gcm 7743 *** *** gcm 7744 *** *** gcm 7745 *** *** gcm 7746 *** *** gcm 7747 *** *** gcm 7748 *** *** gcm 7749 *** *** gcm 7750 *** *** gcm 7751 *** *** gcm 7752 *** *** gcm 7753 *** *** gcm 7754 *** *** gcm 7755 *** *** gcm 7756 *** *** gcm 7757 *** *** gcm 7758 *** *** gcm 7759 *** *** gcm 7760 *** *** gcm 7761 *** *** gcm 7762 *** *** gcm 7763 *** *** gcm 7764 *** *** gcm 7765 *** *** gcm 7766 *** *** gcm 7767 *** *** gcm 7768 *** *** gcm 7769 *** *** gcm 7770 *** *** gcm 7771 *** *** gcm 7772 *** *** gcm 7773 *** *** gcm 7774 *** *** gcm 7775 *** *** gcm 7776 *** *** gcm 7777 *** *** gcm 7778 *** *** gcm 7779 *** *** gcm 7780 *** *** gcm 7781 *** *** gcm 7782 *** *** gcm 7783 *** *** gcm 7784 *** *** gcm 7785 *** *** gcm 7786 *** *** gcm 7787 *** *** gcm 7788 *** *** gcm 7789 *** *** gcm 7790 *** *** gcm 7791 *** *** gcm 7792 *** *** gcm 7793 *** *** gcm 7794 *** *** gcm 7795 *** *** gcm 7796 *** *** gcm 7797 *** *** gcm 7798 *** *** gcm 7799 *** *** gcm 7800 *** *** gcm 7801 *** *** gcm 7802 *** *** gcm 7803 *** *** gcm 7804 *** *** gcm 7805 *** *** gcm 7806 *** *** gcm 7807 *** *** gcm 7808 *** *** gcm 7809 *** *** gcm 7810 *** *** gcm 7811 *** *** gcm 7812 *** *** gcm 7813 *** *** gcm 7814 *** *** gcm 7815 *** *** gcm 7816 *** *** gcm 7817 *** *** gcm 7818 *** *** gcm 7819 *** *** gcm 7820 *** *** gcm 7821 *** *** gcm 7822 *** *** gcm 7823 *** *** gcm 7824 *** *** gcm 7825 *** *** gcm 7826 *** *** gcm 7827 *** *** gcm 7828 *** *** gcm 7829 *** *** gcm 7830 *** *** gcm 7831 *** *** gcm 7832 *** *** gcm 7833 *** *** gcm 7834 *** *** gcm 7835 *** *** gcm 7836 *** *** gcm 7837 *** *** gcm 7838 *** *** gcm 7839 *** *** gcm 7840 *** *** gcm 7841 *** *** gcm 7842 *** *** gcm 7843 *** *** gcm 7844 *** *** gcm 7845 *** *** gcm 7846 *** *** gcm 7847 *** *** gcm 7848 *** *** gcm 7849 *** *** gcm 7850 *** *** gcm 7851 *** *** gcm 7852 *** *** gcm 7853 *** *** gcm 7854 *** *** gcm 7855 *** *** gcm 7856 *** *** gcm 7857 *** *** gcm 7858 *** *** gcm 7859 *** *** gcm 7860 *** *** gcm 7861 *** *** gcm 7862 *** *** gcm 7863 *** *** gcm 7864 *** *** gcm 7865 *** *** gcm 7866 *** *** gcm 7867 *** *** gcm 7868 *** *** gcm 7869 *** *** gcm 7870 *** *** gcm 7871 *** *** gcm 7872 *** *** gcm 7873 *** *** gcm 7874 *** *** gcm 7875 *** *** gcm 7876 *** *** gcm 7877 *** *** gcm 7878 *** *** gcm 7879 *** *** gcm 7880 *** *** gcm 7881 *** *** gcm 7882 *** *** gcm 7883 *** *** gcm 7884 *** *** gcm 7885 *** *** gcm 7886 *** *** gcm 7887 *** *** gcm 7888 *** *** gcm 7889 *** *** gcm 7890 *** *** gcm 7891 *** *** gcm 7892 *** *** gcm 7893 *** *** gcm 7894 *** *** gcm 7895 *** *** gcm 7896 *** *** gcm 7897 *** *** gcm 7898 *** *** gcm 7899 *** *** gcm 7900 *** *** gcm 7901 *** *** gcm 7902 *** *** gcm 7903 *** *** gcm 7904 *** *** gcm 7905 *** *** gcm 7906 *** *** gcm 7907 *** *** gcm 7908 *** *** gcm 7909 *** *** gcm 7910 *** *** gcm 7911 *** *** gcm 7912 *** *** gcm 7913 *** *** gcm 7914 *** *** gcm 7915 *** *** gcm 7916 *** *** gcm 7917 *** *** gcm 7918 *** *** gcm 7919 *** *** gcm 7920 *** *** gcm 7921 *** *** gcm 7922 *** *** gcm 7923 *** *** gcm 7924 *** *** gcm 7925 *** *** gcm 7926 *** *** gcm 7927 *** *** gcm 7928 *** *** gcm 7929 *** *** gcm 7930 *** *** gcm 7931 *** *** gcm 7932 *** *** gcm 7933 *** *** gcm 7934 *** *** gcm 7935 *** *** gcm 7936 *** *** gcm 7937 *** *** gcm 7938 *** *** gcm 7939 *** *** gcm 7940 *** *** gcm 7941 *** *** gcm 7942 *** *** gcm 7943 *** *** gcm 7944 *** *** gcm 7945 *** *** gcm 7946 *** *** gcm 7947 *** *** gcm 7948 *** *** gcm 7949 *** *** gcm 7950 *** *** gcm 7951 *** *** gcm 7952 *** *** gcm 7953 *** *** gcm 7954 *** *** gcm 7955 *** *** gcm 7956 *** *** gcm 7957 *** *** gcm 7958 *** *** gcm 7959 *** *** gcm 7960 *** *** gcm 7961 *** *** gcm 7962 *** *** gcm 7963 *** *** gcm 7964 *** *** gcm 7965 *** *** gcm 7966 *** *** gcm 7967 *** *** gcm 7968 *** *** gcm 7969 *** *** gcm 7970 *** *** gcm 7971 *** *** gcm 7972 *** *** gcm 7973 *** *** gcm 7974 *** *** gcm 7975 *** *** gcm 7976 *** *** gcm 7977 *** *** gcm 7978 *** *** gcm 7979 *** *** gcm 7980 *** *** gcm 7981 *** *** gcm 7982 *** *** gcm 7983 *** *** gcm 7984 *** *** gcm 7985 *** *** gcm 7986 *** *** gcm 7987 *** *** gcm 7988 *** *** gcm 7989 *** *** gcm 7990 *** *** gcm 7991 *** *** gcm 7992 *** *** gcm 7993 *** *** gcm 7994 *** *** gcm 7995 *** *** gcm 7996 *** *** gcm 7997 *** *** gcm 7998 *** *** gcm 7999 *** *** gcm 8000 *** *** gcm 8001 *** *** gcm 8002 *** *** gcm 8003 *** *** gcm 8004 *** *** gcm 8005 *** *** gcm 8006 *** *** gcm 8007 *** *** gcm 8008 *** *** gcm 8009 *** *** gcm 8010 *** *** gcm 8011 *** *** gcm 8012 *** *** gcm 8013 *** *** gcm 8014 *** *** gcm 8015 *** *** gcm 8016 *** *** gcm 8017 *** *** gcm 8018 *** *** gcm 8019 *** *** gcm 8020 *** *** gcm 8021 *** *** gcm 8022 *** *** gcm 8023 *** *** gcm 8024 *** *** gcm 8025 *** *** gcm 8026 *** *** gcm 8027 *** *** gcm 8028 *** *** gcm 8029 *** *** gcm 8030 *** *** gcm 8031 *** *** gcm 8032 *** *** gcm 8033 *** *** gcm 8034 *** *** gcm 8035 *** *** gcm 8036 *** *** gcm 8037 *** *** gcm 8038 *** *** gcm 8039 *** *** gcm 8040 *** *** gcm 8041 *** *** gcm 8042 *** *** gcm 8043 *** *** gcm 8044 *** *** gcm 8045 *** *** gcm 8046 *** *** gcm 8047 *** *** gcm 8048 *** *** gcm 8049 *** *** gcm 8050 *** *** gcm 8051 *** *** gcm 8052 *** *** gcm 8053 *** *** gcm 8054 *** *** gcm 8055 *** *** gcm 8056 *** *** gcm 8057 *** *** gcm 8058 *** *** gcm 8059 *** *** gcm 8060 *** *** gcm 8061 *** *** gcm 8062 *** *** gcm 8063 *** *** gcm 8064 *** *** gcm 8065 *** *** gcm 8066 *** *** gcm 8067 *** *** gcm 8068 *** *** gcm 8069 *** *** gcm 8070 *** *** gcm 8071 *** *** gcm 8072 *** *** gcm 8073 *** *** gcm 8074 *** *** gcm 8075 *** *** gcm 8076 *** *** gcm 8077 *** *** gcm 8078 *** *** gcm 8079 *** *** gcm 8080 *** *** gcm 8081 *** *** gcm 8082 *** *** gcm 8083 *** *** gcm 8084 *** *** gcm 8085 *** *** gcm 8086 *** *** gcm 8087 *** *** gcm 8088 *** *** gcm 8089 *** *** gcm 8090 *** *** gcm 8091 *** *** gcm 8092 *** *** gcm 8093 *** *** gcm 8094 *** *** gcm 8095 *** *** gcm 8096 *** *** gcm 8097 *** *** gcm 8098 *** *** gcm 8099 *** *** gcm 8100 *** *** gcm 8101 *** *** gcm 8102 *** *** gcm 8103 *** *** gcm 8104 *** *** gcm 8105 *** *** gcm 8106 *** *** gcm 8107 *** *** gcm 8108 *** *** gcm 8109 *** *** gcm 8110 *** *** gcm 8111 *** *** gcm 8112 *** *** gcm 8113 *** *** gcm 8114 *** *** gcm 8115 *** *** gcm 8116 *** *** gcm 8117 *** *** gcm 8118 *** *** gcm 8119 *** *** gcm 8120 *** *** gcm 8121 *** *** gcm 8122 *** *** gcm 8123 *** *** gcm 8124 *** *** gcm 8125 *** *** gcm 8126 *** *** gcm 8127 *** *** gcm 8128 *** *** gcm 8129 *** *** gcm 8130 *** *** gcm 8131 *** *** gcm 8132 *** *** gcm 8133 *** *** gcm 8134 *** *** gcm 8135 *** *** gcm 8136 *** *** gcm 8137 *** *** gcm 8138 *** *** gcm 8139 *** *** gcm 8140 *** *** gcm 8141 *** *** gcm 8142 *** *** gcm 8143 *** *** gcm 8144 *** *** gcm 8145 *** *** gcm 8146 *** *** gcm 8147 *** *** gcm 8148 *** *** gcm 8149 *** *** gcm 8150 *** *** gcm 8151 *** *** gcm 8152 *** *** gcm 8153 *** *** gcm 8154 *** *** gcm 8155 *** *** gcm 8156 *** *** gcm 8157 *** *** gcm 8158 *** *** gcm 8159 *** *** gcm 8160 *** *** gcm 8161 *** *** gcm 8162 *** *** gcm 8163 *** *** gcm 8164 *** *** gcm 8165 *** *** gcm 8166 *** *** gcm 8167 *** *** gcm 8168 *** *** gcm 8169 *** *** gcm 8170 *** *** gcm 8171 *** *** gcm 8172 *** *** gcm 8173 *** *** gcm 8174 *** *** gcm 8175 *** *** gcm 8176 *** *** gcm 8177 *** *** gcm 8178 *** *** gcm 8179 *** *** gcm 8180 *** *** gcm 8181 *** *** gcm 8182 *** *** gcm 8183 *** *** gcm 8184 *** *** gcm 8185 *** *** gcm 8186 *** *** gcm 8187 *** *** gcm 8188 *** *** gcm 8189 *** *** gcm 8190 *** *** gcm 8191 *** *** gcm 8192 *** *** gcm 8193 *** *** gcm 8194 *** *** gcm 8195 *** *** gcm 8196 *** *** gcm 8197 *** *** gcm 8198 *** *** gcm 8199 *** *** gcm 8200 *** *** gcm 8201 *** *** gcm 8202 *** *** gcm 8203 *** *** gcm 8204 *** *** gcm 8205 *** *** gcm 8206 *** *** gcm 8207 *** *** gcm 8208 *** *** gcm 8209 *** *** gcm 8210 *** *** gcm 8211 *** *** gcm 8212 *** *** gcm 8213 *** *** gcm 8214 *** *** gcm 8215 *** *** gcm 8216 *** *** gcm 8217 *** *** gcm 8218 *** *** gcm 8219 *** *** gcm 8220 *** *** gcm 8221 *** *** gcm 8222 *** *** gcm 8223 *** *** gcm 8224 *** *** gcm 8225 *** *** gcm 8226 *** *** gcm 8227 *** *** gcm 8228 *** *** gcm 8229 *** *** gcm 8230 *** *** gcm 8231 *** *** gcm 8232 *** *** gcm 8233 *** *** gcm 8234 *** *** gcm 8235 *** *** gcm 8236 *** *** gcm 8237 *** *** gcm 8238 *** *** gcm 8239 *** *** gcm 8240 *** *** gcm 8241 *** *** gcm 8242 *** *** gcm 8243 *** *** gcm 8244 *** *** gcm 8245 *** *** gcm 8246 *** *** gcm 8247 *** *** gcm 8248 *** *** gcm 8249 *** *** gcm 8250 *** *** gcm 8251 *** *** gcm 8252 *** *** gcm 8253 *** *** gcm 8254 *** *** gcm 8255 *** *** gcm 8256 *** *** gcm 8257 *** *** gcm 8258 *** *** gcm 8259 *** *** gcm 8260 *** *** gcm 8261 *** *** gcm 8262 *** *** gcm 8263 *** *** gcm 8264 *** *** gcm 8265 *** *** gcm 8266 *** *** gcm 8267 *** *** gcm 8268 *** *** gcm 8269 *** *** gcm 8270 *** *** gcm 8271 *** *** gcm 8272 *** *** gcm 8273 *** *** gcm 8274 *** *** gcm 8275 *** *** gcm 8276 *** *** gcm 8277 *** *** gcm 8278 *** *** gcm 8279 *** *** gcm 8280 *** *** gcm 8281 *** *** gcm 8282 *** *** gcm 8283 *** *** gcm 8284 *** *** gcm 8285 *** *** gcm 8286 *** *** gcm 8287 *** *** gcm 8288 *** *** gcm 8289 *** *** gcm 8290 *** *** gcm 8291 *** *** gcm 8292 *** *** gcm 8293 *** *** gcm 8294 *** *** gcm 8295 *** *** gcm 8296 *** *** gcm 8297 *** *** gcm 8298 *** *** gcm 8299 *** *** gcm 8300 *** *** gcm 8301 *** *** gcm 8302 *** *** gcm 8303 *** *** gcm 8304 *** *** gcm 8305 *** *** gcm 8306 *** *** gcm 8307 *** *** gcm 8308 *** *** gcm 8309 *** *** gcm 8310 *** *** gcm 8311 *** *** gcm 8312 *** *** gcm 8313 *** *** gcm 8314 *** *** gcm 8315 *** *** gcm 8316 *** *** gcm 8317 *** *** gcm 8318 *** *** gcm 8319 *** *** gcm 8320 *** *** gcm 8321 *** *** gcm 8322 *** *** gcm 8323 *** *** gcm 8324 *** *** gcm 8325 *** *** gcm 8326 *** *** gcm 8327 *** *** gcm 8328 *** *** gcm 8329 *** *** gcm 8330 *** *** gcm 8331 *** *** gcm 8332 *** *** gcm 8333 *** *** gcm 8334 *** *** gcm 8335 *** *** gcm 8336 *** *** gcm 8337 *** *** gcm 8338 *** *** gcm 8339 *** *** gcm 8340 *** *** gcm 8341 *** *** gcm 8342 *** *** gcm 8343 *** *** gcm 8344 *** *** gcm 8345 *** *** gcm 8346 *** *** gcm 8347 *** *** gcm 8348 *** *** gcm 8349 *** *** gcm 8350 *** *** gcm 8351 *** *** gcm 8352 *** *** gcm 8353 *** *** gcm 8354 *** *** gcm 8355 *** *** gcm 8356 *** *** gcm 8357 *** *** gcm 8358 *** *** gcm 8359 *** *** gcm 8360 *** *** gcm 8361 *** *** gcm 8362 *** *** gcm 8363 *** *** gcm 8364 *** *** gcm 8365 *** *** gcm 8366 *** *** gcm 8367 *** *** gcm 8368 *** *** gcm 8369 *** *** gcm 8370 *** *** gcm 8371 *** *** gcm 8372 *** *** gcm 8373 *** *** gcm 8374 *** *** gcm 8375 *** *** gcm 8376 *** *** gcm 8377 *** *** gcm 8378 *** *** gcm 8379 *** *** gcm 8380 *** *** gcm 8381 *** *** gcm 8382 *** *** gcm 8383 *** *** gcm 8384 *** *** gcm 8385 *** *** gcm 8386 *** *** gcm 8387 *** *** gcm 8388 *** *** gcm 8389 *** *** gcm 8390 *** *** gcm 8391 *** *** gcm 8392 *** *** gcm 8393 *** *** gcm 8394 *** *** gcm 8395 *** *** gcm 8396 *** *** gcm 8397 *** *** gcm 8398 *** *** gcm 8399 *** *** gcm 8400 *** *** gcm 8401 *** *** gcm 8402 *** *** gcm 8403 *** *** gcm 8404 *** *** gcm 8405 *** *** gcm 8406 *** *** gcm 8407 *** *** gcm 8408 *** *** gcm 8409 *** *** gcm 8410 *** *** gcm 8411 *** *** gcm 8412 *** *** gcm 8413 *** *** gcm 8414 *** *** gcm 8415 *** *** gcm 8416 *** *** gcm 8417 *** *** gcm 8418 *** *** gcm 8419 *** *** gcm 8420 *** *** gcm 8421 *** *** gcm 8422 *** *** gcm 8423 *** *** gcm 8424 *** *** gcm 8425 *** *** gcm 8426 *** *** gcm 8427 *** *** gcm 8428 *** *** gcm 8429 *** *** gcm 8430 *** *** gcm 8431 *** *** gcm 8432 *** *** gcm 8433 *** *** gcm 8434 *** *** gcm 8435 *** *** gcm 8436 *** *** gcm 8437 *** *** gcm 8438 *** *** gcm 8439 *** *** gcm 8440 *** *** gcm 8441 *** *** gcm 8442 *** *** gcm 8443 *** *** gcm 8444 *** *** gcm 8445 *** *** gcm 8446 *** *** gcm 8447 *** *** gcm 8448 *** *** gcm 8449 *** *** gcm 8450 *** *** gcm 8451 *** *** gcm 8452 *** *** gcm 8453 *** *** gcm 8454 *** *** gcm 8455 *** *** gcm 8456 *** *** gcm 8457 *** *** gcm 8458 *** *** gcm 8459 *** *** gcm 8460 *** *** gcm 8461 *** *** gcm 8462 *** *** gcm 8463 *** *** gcm 8464 *** *** gcm 8465 *** *** gcm 8466 *** *** gcm 8467 *** *** gcm 8468 *** *** gcm 8469 *** *** gcm 8470 *** *** gcm 8471 *** *** gcm 8472 *** *** gcm 8473 *** *** gcm 8474 *** *** gcm 8475 *** *** gcm 8476 *** *** gcm 8477 *** *** gcm 8478 *** *** gcm 8479 *** *** gcm 8480 *** *** gcm 8481 *** *** gcm 8482 *** *** gcm 8483 *** *** gcm 8484 *** *** gcm 8485 *** *** gcm 8486 *** *** gcm 8487 *** *** gcm 8488 *** *** gcm 8489 *** *** gcm 8490 *** *** gcm 8491 *** *** gcm 8492 *** *** gcm 8493 *** *** gcm 8494 *** *** gcm 8495 *** *** gcm 8496 *** *** gcm 8497 *** *** gcm 8498 *** *** gcm 8499 *** *** gcm 8500 *** *** gcm 8501 *** *** gcm 8502 *** *** gcm 8503 *** *** gcm 8504 *** *** gcm 8505 *** *** gcm 8506 *** *** gcm 8507 *** *** gcm 8508 *** *** gcm 8509 *** *** gcm 8510 *** *** gcm 8511 *** *** gcm 8512 *** *** gcm 8513 *** *** gcm 8514 *** *** gcm 8515 *** *** gcm 8516 *** *** gcm 8517 *** *** gcm 8518 *** *** gcm 8519 *** *** gcm 8520 *** *** gcm 8521 *** *** gcm 8522 *** *** gcm 8523 *** *** gcm 8524 *** *** gcm 8525 *** *** gcm 8526 *** *** gcm 8527 *** *** gcm 8528 *** *** gcm 8529 *** *** gcm 8530 *** *** gcm 8531 *** *** gcm 8532 *** *** gcm 8533 *** *** gcm 8534 *** *** gcm 8535 *** *** gcm 8536 *** *** gcm 8537 *** *** gcm 8538 *** *** gcm 8539 *** *** gcm 8540 *** *** gcm 8541 *** *** gcm 8542 *** *** gcm 8543 *** *** gcm 8544 *** *** gcm 8545 *** *** gcm 8546 *** *** gcm 8547 *** *** gcm 8548 *** *** gcm 8549 *** *** gcm 8550 *** *** gcm 8551 *** *** gcm 8552 *** *** gcm 8553 *** *** gcm 8554 *** *** gcm 8555 *** *** gcm 8556 *** *** gcm 8557 *** *** gcm 8558 *** *** gcm 8559 *** *** gcm 8560 *** *** gcm 8561 *** *** gcm 8562 *** *** gcm 8563 *** *** gcm 8564 *** *** gcm 8565 *** *** gcm 8566 *** *** gcm 8567 *** *** gcm 8568 *** *** gcm 8569 *** *** gcm 8570 *** *** gcm 8571 *** *** gcm 8572 *** *** gcm 8573 *** *** gcm 8574 *** *** gcm 8575 *** *** gcm 8576 *** *** gcm 8577 *** *** gcm 8578 *** *** gcm 8579 *** *** gcm 8580 *** *** gcm 8581 *** *** gcm 8582 *** *** gcm 8583 *** *** gcm 8584 *** *** gcm 8585 *** *** gcm 8586 *** *** gcm 8587 *** *** gcm 8588 *** *** gcm 8589 *** *** gcm 8590 *** *** gcm 8591 *** *** gcm 8592 *** *** gcm 8593 *** *** gcm 8594 *** *** gcm 8595 *** *** gcm 8596 *** *** gcm 8597 *** *** gcm 8598 *** *** gcm 8599 *** *** gcm 8600 *** *** gcm 8601 *** *** gcm 8602 *** *** gcm 8603 *** *** gcm 8604 *** *** gcm 8605 *** *** gcm 8606 *** *** gcm 8607 *** *** gcm 8608 *** *** gcm 8609 *** *** gcm 8610 *** *** gcm 8611 *** *** gcm 8612 *** *** gcm 8613 *** *** gcm 8614 *** *** gcm 8615 *** *** gcm 8616 *** *** gcm 8617 *** *** gcm 8618 *** *** gcm 8619 *** *** gcm 8620 *** *** gcm 8621 *** *** gcm 8622 *** *** gcm 8623 *** *** gcm 8624 *** *** gcm 8625 *** *** gcm 8626 *** *** gcm 8627 *** *** gcm 8628 *** *** gcm 8629 *** *** gcm 8630 *** *** gcm 8631 *** *** gcm 8632 *** *** gcm 8633 *** *** gcm 8634 *** *** gcm 8635 *** *** gcm 8636 *** *** gcm 8637 *** *** gcm 8638 *** *** gcm 8639 *** *** gcm 8640 *** *** gcm 8641 *** *** gcm 8642 *** *** gcm 8643 *** *** gcm 8644 *** *** gcm 8645 *** *** gcm 8646 *** *** gcm 8647 *** *** gcm 8648 *** *** gcm 8649 *** *** gcm 8650 *** *** gcm 8651 *** *** gcm 8652 *** *** gcm 8653 *** *** gcm 8654 *** *** gcm 8655 *** *** gcm 8656 *** *** gcm 8657 *** *** gcm 8658 *** *** gcm 8659 *** *** gcm 8660 *** *** gcm 8661 *** *** gcm 8662 *** *** gcm 8663 *** *** gcm 8664 *** *** gcm 8665 *** *** gcm 8666 *** *** gcm 8667 *** *** gcm 8668 *** *** gcm 8669 *** *** gcm 8670 *** *** gcm 8671 *** *** gcm 8672 *** *** gcm 8673 *** *** gcm 8674 *** *** gcm 8675 *** *** gcm 8676 *** *** gcm 8677 *** *** gcm 8678 *** *** gcm 8679 *** *** gcm 8680 *** *** gcm 8681 *** *** gcm 8682 *** *** gcm 8683 *** *** gcm 8684 *** *** gcm 8685 *** *** gcm 8686 *** *** gcm 8687 *** *** gcm 8688 *** *** gcm 8689 *** *** gcm 8690 *** *** gcm 8691 *** *** gcm 8692 *** *** gcm 8693 *** *** gcm 8694 *** *** gcm 8695 *** *** gcm 8696 *** *** gcm 8697 *** *** gcm 8698 *** *** gcm 8699 *** *** gcm 8700 *** *** gcm 8701 *** *** gcm 8702 *** *** gcm 8703 *** *** gcm 8704 *** *** gcm 8705 *** *** gcm 8706 *** *** gcm 8707 *** *** gcm 8708 *** *** gcm 8709 *** *** gcm 8710 *** *** gcm 8711 *** *** gcm 8712 *** *** gcm 8713 *** *** gcm 8714 *** *** gcm 8715 *** *** gcm 8716 *** *** gcm 8717 *** *** gcm 8718 *** *** gcm 8719 *** *** gcm 8720 *** *** gcm 8721 *** *** gcm 8722 *** *** gcm 8723 *** *** gcm 8724 *** *** gcm 8725 *** *** gcm 8726 *** *** gcm 8727 *** *** gcm 8728 *** *** gcm 8729 *** *** gcm 8730 *** *** gcm 8731 *** *** gcm 8732 *** *** gcm 8733 *** *** gcm 8734 *** *** gcm 8735 *** *** gcm 8736 *** *** gcm 8737 *** *** gcm 8738 *** *** gcm 8739 *** *** gcm 8740 *** *** gcm 8741 *** *** gcm 8742 *** *** gcm 8743 *** *** gcm 8744 *** *** gcm 8745 *** *** gcm 8746 *** *** gcm 8747 *** *** gcm 8748 *** *** gcm 8749 *** *** gcm 8750 *** *** gcm 8751 *** *** gcm 8752 *** *** gcm 8753 *** *** gcm 8754 *** *** gcm 8755 *** *** gcm 8756 *** *** gcm 8757 *** *** gcm 8758 *** *** gcm 8759 *** *** gcm 8760 *** *** gcm 8761 *** *** gcm 8762 *** *** gcm 8763 *** *** gcm 8764 *** *** gcm 8765 *** *** gcm 8766 *** *** gcm 8767 *** *** gcm 8768 *** *** gcm 8769 *** *** gcm 8770 *** *** gcm 8771 *** *** gcm 8772 *** *** gcm 8773 *** *** gcm 8774 *** *** gcm 8775 *** *** gcm 8776 *** *** gcm 8777 *** *** gcm 8778 *** *** gcm 8779 *** *** gcm 8780 *** *** gcm 8781 *** *** gcm 8782 *** *** gcm 8783 *** *** gcm 8784 *** *** gcm 8785 *** *** gcm 8786 *** *** gcm 8787 *** *** gcm 8788 *** *** gcm 8789 *** *** gcm 8790 *** *** gcm 8791 *** *** gcm 8792 *** *** gcm 8793 *** *** gcm 8794 *** *** gcm 8795 *** *** gcm 8796 *** *** gcm 8797 *** *** gcm 8798 *** *** gcm 8799 *** *** gcm 8800 *** *** gcm 8801 *** *** gcm 8802 *** *** gcm 8803 *** *** gcm 8804 *** *** gcm 8805 *** *** gcm 8806 *** *** gcm 8807 *** *** gcm 8808 *** *** gcm 8809 *** *** gcm 8810 *** *** gcm 8811 *** *** gcm 8812 *** *** gcm 8813 *** *** gcm 8814 *** *** gcm 8815 *** *** gcm 8816 *** *** gcm 8817 *** *** gcm 8818 *** *** gcm 8819 *** *** gcm 8820 *** *** gcm 8821 *** *** gcm 8822 *** *** gcm 8823 *** *** gcm 8824 *** *** gcm 8825 *** *** gcm 8826 *** *** gcm 8827 *** *** gcm 8828 *** *** gcm 8829 *** *** gcm 8830 *** *** gcm 8831 *** *** gcm 8832 *** *** gcm 8833 *** *** gcm 8834 *** *** gcm 8835 *** *** gcm 8836 *** *** gcm 8837 *** *** gcm 8838 *** *** gcm 8839 *** *** gcm 8840 *** *** gcm 8841 *** *** gcm 8842 *** *** gcm 8843 *** *** gcm 8844 *** *** gcm 8845 *** *** gcm 8846 *** *** gcm 8847 *** *** gcm 8848 *** *** gcm 8849 *** *** gcm 8850 *** *** gcm 8851 *** *** gcm 8852 *** *** gcm 8853 *** *** gcm 8854 *** *** gcm 8855 *** *** gcm 8856 *** *** gcm 8857 *** *** gcm 8858 *** *** gcm 8859 *** *** gcm 8860 *** *** gcm 8861 *** *** gcm 8862 *** *** gcm 8863 *** *** gcm 8864 *** *** gcm 8865 *** *** gcm 8866 *** *** gcm 8867 *** *** gcm 8868 *** *** gcm 8869 *** *** gcm 8870 *** *** gcm 8871 *** *** gcm 8872 *** *** gcm 8873 *** *** gcm 8874 *** *** gcm 8875 *** *** gcm 8876 *** *** gcm 8877 *** *** gcm 8878 *** *** gcm 8879 *** *** gcm 8880 *** *** gcm 8881 *** *** gcm 8882 *** *** gcm 8883 *** *** gcm 8884 *** *** gcm 8885 *** *** gcm 8886 *** *** gcm 8887 *** *** gcm 8888 *** *** gcm 8889 *** *** gcm 8890 *** *** gcm 8891 *** *** gcm 8892 *** *** gcm 8893 *** *** gcm 8894 *** *** gcm 8895 *** *** gcm 8896 *** *** gcm 8897 *** *** gcm 8898 *** *** gcm 8899 *** *** gcm 8900 *** *** gcm 8901 *** *** gcm 8902 *** *** gcm 8903 *** *** gcm 8904 *** *** gcm 8905 *** *** gcm 8906 *** *** gcm 8907 *** *** gcm 8908 *** *** gcm 8909 *** *** gcm 8910 *** *** gcm 8911 *** *** gcm 8912 *** *** gcm 8913 *** *** gcm 8914 *** *** gcm 8915 *** *** gcm 8916 *** *** gcm 8917 *** *** gcm 8918 *** *** gcm 8919 *** *** gcm 8920 *** *** gcm 8921 *** *** gcm 8922 *** *** gcm 8923 *** *** gcm 8924 *** *** gcm 8925 *** *** gcm 8926 *** *** gcm 8927 *** *** gcm 8928 *** *** gcm 8929 *** *** gcm 8930 *** *** gcm 8931 *** *** gcm 8932 *** *** gcm 8933 *** *** gcm 8934 *** *** gcm 8935 *** *** gcm 8936 *** *** gcm 8937 *** *** gcm 8938 *** *** gcm 8939 *** *** gcm 8940 *** *** gcm 8941 *** *** gcm 8942 *** *** gcm 8943 *** *** gcm 8944 *** *** gcm 8945 *** *** gcm 8946 *** *** gcm 8947 *** *** gcm 8948 *** *** gcm 8949 *** *** gcm 8950 *** *** gcm 8951 *** *** gcm 8952 *** *** gcm 8953 *** *** gcm 8954 *** *** gcm 8955 *** *** gcm 8956 *** *** gcm 8957 *** *** gcm 8958 *** *** gcm 8959 *** *** gcm 8960 *** *** gcm 8961 *** *** gcm 8962 *** *** gcm 8963 *** *** gcm 8964 *** *** gcm 8965 *** *** gcm 8966 *** *** gcm 8967 *** *** gcm 8968 *** *** gcm 8969 *** *** gcm 8970 *** *** gcm 8971 *** *** gcm 8972 *** *** gcm 8973 *** *** gcm 8974 *** *** gcm 8975 *** *** gcm 8976 *** *** gcm 8977 *** *** gcm 8978 *** *** gcm 8979 *** *** gcm 8980 *** *** gcm 8981 *** *** gcm 8982 *** *** gcm 8983 *** *** gcm 8984 *** *** gcm 8985 *** *** gcm 8986 *** *** gcm 8987 *** *** gcm 8988 *** *** gcm 8989 *** *** gcm 8990 *** *** gcm 8991 *** *** gcm 8992 *** *** gcm 8993 *** *** gcm 8994 *** *** gcm 8995 *** *** gcm 8996 *** *** gcm 8997 *** *** gcm 8998 *** *** gcm 8999 *** *** gcm 9000 *** *** gcm 9001 *** *** gcm 9002 *** *** gcm 9003 *** *** gcm 9004 *** *** gcm 9005 *** *** gcm 9006 *** *** gcm 9007 *** *** gcm 9008 *** *** gcm 9009 *** *** gcm 9010 *** *** gcm 9011 *** *** gcm 9012 *** *** gcm 9013 *** *** gcm 9014 *** *** gcm 9015 *** *** gcm 9016 *** *** gcm 9017 *** *** gcm 9018 *** *** gcm 9019 *** *** gcm 9020 *** *** gcm 9021 *** *** gcm 9022 *** *** gcm 9023 *** *** gcm 9024 *** *** gcm 9025 *** *** gcm 9026 *** *** gcm 9027 *** *** gcm 9028 *** *** gcm 9029 *** *** gcm 9030 *** *** gcm 9031 *** *** gcm 9032 *** *** gcm 9033 *** *** gcm 9034 *** *** gcm 9035 *** *** gcm 9036 *** *** gcm 9037 *** *** gcm 9038 *** *** gcm 9039 *** *** gcm 9040 *** *** gcm 9041 *** *** gcm 9042 *** *** gcm 9043 *** *** gcm 9044 *** *** gcm 9045 *** *** gcm 9046 *** *** gcm 9047 *** *** gcm 9048 *** *** gcm 9049 *** *** gcm 9050 *** *** gcm 9051 *** *** gcm 9052 *** *** gcm 9053 *** *** gcm 9054 *** *** gcm 9055 *** *** gcm 9056 *** *** gcm 9057 *** *** gcm 9058 *** *** gcm 9059 *** *** gcm 9060 *** *** gcm 9061 *** *** gcm 9062 *** *** gcm 9063 *** *** gcm 9064 *** *** gcm 9065 *** *** gcm 9066 *** *** gcm 9067 *** *** gcm 9068 *** *** gcm 9069 *** *** gcm 9070 *** *** gcm 9071 *** *** gcm 9072 *** *** gcm 9073 *** *** gcm 9074 *** *** gcm 9075 *** *** gcm 9076 *** *** gcm 9077 *** *** gcm 9078 *** *** gcm 9079 *** *** gcm 9080 *** *** gcm 9081 *** *** gcm 9082 *** *** gcm 9083 *** *** gcm 9084 *** *** gcm 9085 *** *** gcm 9086 *** *** gcm 9087 *** *** gcm 9088 *** *** gcm 9089 *** *** gcm 9090 *** *** gcm 9091 *** *** gcm 9092 *** *** gcm 9093 *** *** gcm 9094 *** *** gcm 9095 *** *** gcm 9096 *** *** gcm 9097 *** *** gcm 9098 *** *** gcm 9099 *** *** gcm 9100 *** *** gcm 9101 *** *** gcm 9102 *** *** gcm 9103 *** *** gcm 9104 *** *** gcm 9105 *** *** gcm 9106 *** *** gcm 9107 *** *** gcm 9108 *** *** gcm 9109 *** *** gcm 9110 *** *** gcm 9111 *** *** gcm 9112 *** *** gcm 9113 *** *** gcm 9114 *** *** gcm 9115 *** *** gcm 9116 *** *** gcm 9117 *** *** gcm 9118 *** *** gcm 9119 *** *** gcm 9120 *** *** gcm 9121 *** *** gcm 9122 *** *** gcm 9123 *** *** gcm 9124 *** *** gcm 9125 *** *** gcm 9126 *** *** gcm 9127 *** *** gcm 9128 *** *** gcm 9129 *** *** gcm 9130 *** *** gcm 9131 *** *** gcm 9132 *** *** gcm 9133 *** *** gcm 9134 *** *** gcm 9135 *** *** gcm 9136 *** *** gcm 9137 *** *** gcm 9138 *** *** gcm 9139 *** *** gcm 9140 *** *** gcm 9141 *** *** gcm 9142 *** *** gcm 9143 *** *** gcm 9144 *** *** gcm 9145 *** *** gcm 9146 *** *** gcm 9147 *** *** gcm 9148 *** *** gcm 9149 *** *** gcm 9150 *** *** gcm 9151 *** *** gcm 9152 *** *** gcm 9153 *** *** gcm 9154 *** *** gcm 9155 *** *** gcm 9156 *** *** gcm 9157 *** *** gcm 9158 *** *** gcm 9159 *** *** gcm 9160 *** *** gcm 9161 *** *** gcm 9162 *** *** gcm 9163 *** *** gcm 9164 *** *** gcm 9165 *** *** gcm 9166 *** *** gcm 9167 *** *** gcm 9168 *** *** gcm 9169 *** *** gcm 9170 *** *** gcm 9171 *** *** gcm 9172 *** *** gcm 9173 *** *** gcm 9174 *** *** gcm 9175 *** *** gcm 9176 *** *** gcm 9177 *** *** gcm 9178 *** *** gcm 9179 *** *** gcm 9180 *** *** gcm 9181 *** *** gcm 9182 *** *** gcm 9183 *** *** gcm 9184 *** *** gcm 9185 *** *** gcm 9186 *** *** gcm 9187 *** *** gcm 9188 *** *** gcm 9189 *** *** gcm 9190 *** *** gcm 9191 *** *** gcm 9192 *** *** gcm 9193 *** *** gcm 9194 *** *** gcm 9195 *** *** gcm 9196 *** *** gcm 9197 *** *** gcm 9198 *** *** gcm 9199 *** *** gcm 9200 *** *** gcm 9201 *** *** gcm 9202 *** *** gcm 9203 *** *** gcm 9204 *** *** gcm 9205 *** *** gcm 9206 *** *** gcm 9207 *** *** gcm 9208 *** *** gcm 9209 *** *** gcm 9210 *** *** gcm 9211 *** *** gcm 9212 *** *** gcm 9213 *** *** gcm 9214 *** *** gcm 9215 *** *** gcm 9216 *** *** gcm 9217 *** *** gcm 9218 *** *** gcm 9219 *** *** gcm 9220 *** *** gcm 9221 *** *** gcm 9222 *** *** gcm 9223 *** *** gcm 9224 *** *** gcm 9225 *** *** gcm 9226 *** *** gcm 9227 *** *** gcm 9228 *** *** gcm 9229 *** *** gcm 9230 *** *** gcm 9231 *** *** gcm 9232 *** *** gcm 9233 *** *** gcm 9234 *** *** gcm 9235 *** *** gcm 9236 *** *** gcm 9237 *** *** gcm 9238 *** *** gcm 9239 *** *** gcm 9240 *** *** gcm 9241 *** *** gcm 9242 *** *** gcm 9243 *** *** gcm 9244 *** *** gcm 9245 *** *** gcm 9246 *** *** gcm 9247 *** *** gcm 9248 *** *** gcm 9249 *** *** gcm 9250 *** *** gcm 9251 *** *** gcm 9252 *** *** gcm 9253 *** *** gcm 9254 *** *** gcm 9255 *** *** gcm 9256 *** *** gcm 9257 *** *** gcm 9258 *** *** gcm 9259 *** *** gcm 9260 *** *** gcm 9261 *** *** gcm 9262 *** *** gcm 9263 *** *** gcm 9264 *** *** gcm 9265 *** *** gcm 9266 *** *** gcm 9267 *** *** gcm 9268 *** *** gcm 9269 *** *** gcm 9270 *** *** gcm 9271 *** *** gcm 9272 *** *** gcm 9273 *** *** gcm 9274 *** *** gcm 9275 *** *** gcm 9276 *** *** gcm 9277 *** *** gcm 9278 *** *** gcm 9279 *** *** gcm 9280 *** *** gcm 9281 *** *** gcm 9282 *** *** gcm 9283 *** *** gcm 9284 *** *** gcm 9285 *** *** gcm 9286 *** *** gcm 9287 *** *** gcm 9288 *** *** gcm 9289 *** *** gcm 9290 *** *** gcm 9291 *** *** gcm 9292 *** *** gcm 9293 *** *** gcm 9294 *** *** gcm 9295 *** *** gcm 9296 *** *** gcm 9297 *** *** gcm 9298 *** *** gcm 9299 *** *** gcm 9300 *** *** gcm 9301 *** *** gcm 9302 *** *** gcm 9303 *** *** gcm 9304 *** *** gcm 9305 *** *** gcm 9306 *** *** gcm 9307 *** *** gcm 9308 *** *** gcm 9309 *** *** gcm 9310 *** *** gcm 9311 *** *** gcm 9312 *** *** gcm 9313 *** *** gcm 9314 *** *** gcm 9315 *** *** gcm 9316 *** *** gcm 9317 *** *** gcm 9318 *** *** gcm 9319 *** *** gcm 9320 *** *** gcm 9321 *** *** gcm 9322 *** *** gcm 9323 *** *** gcm 9324 *** *** gcm 9325 *** *** gcm 9326 *** *** gcm 9327 *** *** gcm 9328 *** *** gcm 9329 *** *** gcm 9330 *** *** gcm 9331 *** *** gcm 9332 *** *** gcm 9333 *** *** gcm 9334 *** *** gcm 9335 *** *** gcm 9336 *** *** gcm 9337 *** *** gcm 9338 *** *** gcm 9339 *** *** gcm 9340 *** *** gcm 9341 *** *** gcm 9342 *** *** gcm 9343 *** *** gcm 9344 *** *** gcm 9345 *** *** gcm 9346 *** *** gcm 9347 *** *** gcm 9348 *** *** gcm 9349 *** *** gcm 9350 *** *** gcm 9351 *** *** gcm 9352 *** *** gcm 9353 *** *** gcm 9354 *** *** gcm 9355 *** *** gcm 9356 *** *** gcm 9357 *** *** gcm 9358 *** *** gcm 9359 *** *** gcm 9360 *** *** gcm 9361 *** *** gcm 9362 *** *** gcm 9363 *** *** gcm 9364 *** *** gcm 9365 *** *** gcm 9366 *** *** gcm 9367 *** *** gcm 9368 *** *** gcm 9369 *** *** gcm 9370 *** *** gcm 9371 *** *** gcm 9372 *** *** gcm 9373 *** *** gcm 9374 *** *** gcm 9375 *** *** gcm 9376 *** *** gcm 9377 *** *** gcm 9378 *** *** gcm 9379 *** *** gcm 9380 *** *** gcm 9381 *** *** gcm 9382 *** *** gcm 9383 *** *** gcm 9384 *** *** gcm 9385 *** *** gcm 9386 *** *** gcm 9387 *** *** gcm 9388 *** *** gcm 9389 *** *** gcm 9390 *** *** gcm 9391 *** *** gcm 9392 *** *** gcm 9393 *** *** gcm 9394 *** *** gcm 9395 *** *** gcm 9396 *** *** gcm 9397 *** *** gcm 9398 *** *** gcm 9399 *** *** gcm 9400 *** *** gcm 9401 *** *** gcm 9402 *** *** gcm 9403 *** *** gcm 9404 *** *** gcm 9405 *** *** gcm 9406 *** *** gcm 9407 *** *** gcm 9408 *** *** gcm 9409 *** *** gcm 9410 *** *** gcm 9411 *** *** gcm 9412 *** *** gcm 9413 *** *** gcm 9414 *** *** gcm 9415 *** *** gcm 9416 *** *** gcm 9417 *** *** gcm 9418 *** *** gcm 9419 *** *** gcm 9420 *** *** gcm 9421 *** *** gcm 9422 *** *** gcm 9423 *** *** gcm 9424 *** *** gcm 9425 *** *** gcm 9426 *** *** gcm 9427 *** *** gcm 9428 *** *** gcm 9429 *** *** gcm 9430 *** *** gcm 9431 *** *** gcm 9432 *** *** gcm 9433 *** *** gcm 9434 *** *** gcm 9435 *** *** gcm 9436 *** *** gcm 9437 *** *** gcm 9438 *** *** gcm 9439 *** *** gcm 9440 *** *** gcm 9441 *** *** gcm 9442 *** *** gcm 9443 *** *** gcm 9444 *** *** gcm 9445 *** *** gcm 9446 *** *** gcm 9447 *** *** gcm 9448 *** *** gcm 9449 *** *** gcm 9450 *** *** gcm 9451 *** *** gcm 9452 *** *** gcm 9453 *** *** gcm 9454 *** *** gcm 9455 *** *** gcm 9456 *** *** gcm 9457 *** *** gcm 9458 *** *** gcm 9459 *** *** gcm 9460 *** *** gcm 9461 *** *** gcm 9462 *** *** gcm 9463 *** *** gcm 9464 *** *** gcm 9465 *** *** gcm 9466 *** *** gcm 9467 *** *** gcm 9468 *** *** gcm 9469 *** *** gcm 9470 *** *** gcm 9471 *** *** gcm 9472 *** *** gcm 9473 *** *** gcm 9474 *** *** gcm 9475 *** *** gcm 9476 *** *** gcm 9477 *** *** gcm 9478 *** *** gcm 9479 *** *** gcm 9480 *** *** gcm 9481 *** *** gcm 9482 *** *** gcm 9483 *** *** gcm 9484 *** *** gcm 9485 *** *** gcm 9486 *** *** gcm 9487 *** *** gcm 9488 *** *** gcm 9489 *** *** gcm 9490 *** *** gcm 9491 *** *** gcm 9492 *** *** gcm 9493 *** *** gcm 9494 *** *** gcm 9495 *** *** gcm 9496 *** *** gcm 9497 *** *** gcm 9498 *** *** gcm 9499 *** *** gcm 9500 *** *** gcm 9501 *** *** gcm 9502 *** *** gcm 9503 *** *** gcm 9504 *** *** gcm 9505 *** *** gcm 9506 *** *** gcm 9507 *** *** gcm 9508 *** *** gcm 9509 *** *** gcm 9510 *** *** gcm 9511 *** *** gcm 9512 *** *** gcm 9513 *** *** gcm 9514 *** *** gcm 9515 *** *** gcm 9516 *** *** gcm 9517 *** *** gcm 9518 *** *** gcm 9519 *** *** gcm 9520 *** *** gcm 9521 *** *** gcm 9522 *** *** gcm 9523 *** *** gcm 9524 *** *** gcm 9525 *** *** gcm 9526 *** *** gcm 9527 *** *** gcm 9528 *** *** gcm 9529 *** *** gcm 9530 *** *** gcm 9531 *** *** gcm 9532 *** *** gcm 9533 *** *** gcm 9534 *** *** gcm 9535 *** *** gcm 9536 *** *** gcm 9537 *** *** gcm 9538 *** *** gcm 9539 *** *** gcm 9540 *** *** gcm 9541 *** *** gcm 9542 *** *** gcm 9543 *** *** gcm 9544 *** *** gcm 9545 *** *** gcm 9546 *** *** gcm 9547 *** *** gcm 9548 *** *** gcm 9549 *** *** gcm 9550 *** *** gcm 9551 *** *** gcm 9552 *** *** gcm 9553 *** *** gcm 9554 *** *** gcm 9555 *** *** gcm 9556 *** *** gcm 9557 *** *** gcm 9558 *** *** gcm 9559 *** *** gcm 9560 *** *** gcm 9561 *** *** gcm 9562 *** *** gcm 9563 *** *** gcm 9564 *** *** gcm 9565 *** *** gcm 9566 *** *** gcm 9567 *** *** gcm 9568 *** *** gcm 9569 *** *** gcm 9570 *** *** gcm 9571 *** *** gcm 9572 *** *** gcm 9573 *** *** gcm 9574 *** *** gcm 9575 *** *** gcm 9576 *** *** gcm 9577 *** *** gcm 9578 *** *** gcm 9579 *** *** gcm 9580 *** *** gcm 9581 *** *** gcm 9582 *** *** gcm 9583 *** *** gcm 9584 *** *** gcm 9585 *** *** gcm 9586 *** *** gcm 9587 *** *** gcm 9588 *** *** gcm 9589 *** *** gcm 9590 *** *** gcm 9591 *** *** gcm 9592 *** *** gcm 9593 *** *** gcm 9594 *** *** gcm 9595 *** *** gcm 9596 *** *** gcm 9597 *** *** gcm 9598 *** *** gcm 9599 *** *** gcm 9600 *** *** gcm 9601 *** *** gcm 9602 *** *** gcm 9603 *** *** gcm 9604 *** *** gcm 9605 *** *** gcm 9606 *** *** gcm 9607 *** *** gcm 9608 *** *** gcm 9609 *** *** gcm 9610 *** *** gcm 9611 *** *** gcm 9612 *** *** gcm 9613 *** *** gcm 9614 *** *** gcm 9615 *** *** gcm 9616 *** *** gcm 9617 *** *** gcm 9618 *** *** gcm 9619 *** *** gcm 9620 *** *** gcm 9621 *** *** gcm 9622 *** *** gcm 9623 *** *** gcm 9624 *** *** gcm 9625 *** *** gcm 9626 *** *** gcm 9627 *** *** gcm 9628 *** *** gcm 9629 *** *** gcm 9630 *** *** gcm 9631 *** *** gcm 9632 *** *** gcm 9633 *** *** gcm 9634 *** *** gcm 9635 *** *** gcm 9636 *** *** gcm 9637 *** *** gcm 9638 *** *** gcm 9639 *** *** gcm 9640 *** *** gcm 9641 *** *** gcm 9642 *** *** gcm 9643 *** *** gcm 9644 *** *** gcm 9645 *** *** gcm 9646 *** *** gcm 9647 *** *** gcm 9648 *** *** gcm 9649 *** *** gcm 9650 *** *** gcm 9651 *** *** gcm 9652 *** *** gcm 9653 *** *** gcm 9654 *** *** gcm 9655 *** *** gcm 9656 *** *** gcm 9657 *** *** gcm 9658 *** *** gcm 9659 *** *** gcm 9660 *** *** gcm 9661 *** *** gcm 9662 *** *** gcm 9663 *** *** gcm 9664 *** *** gcm 9665 *** *** gcm 9666 *** *** gcm 9667 *** *** gcm 9668 *** *** gcm 9669 *** *** gcm 9670 *** *** gcm 9671 *** *** gcm 9672 *** *** gcm 9673 *** *** gcm 9674 *** *** gcm 9675 *** *** gcm 9676 *** *** gcm 9677 *** *** gcm 9678 *** *** gcm 9679 *** *** gcm 9680 *** *** gcm 9681 *** *** gcm 9682 *** *** gcm 9683 *** *** gcm 9684 *** *** gcm 9685 *** *** gcm 9686 *** *** gcm 9687 *** *** gcm 9688 *** *** gcm 9689 *** *** gcm 9690 *** *** gcm 9691 *** *** gcm 9692 *** *** gcm 9693 *** *** gcm 9694 *** *** gcm 9695 *** *** gcm 9696 *** *** gcm 9697 *** *** gcm 9698 *** *** gcm 9699 *** *** gcm 9700 *** *** gcm 9701 *** *** gcm 9702 *** *** gcm 9703 *** *** gcm 9704 *** *** gcm 9705 *** *** gcm 9706 *** *** gcm 9707 *** *** gcm 9708 *** *** gcm 9709 *** *** gcm 9710 *** *** gcm 9711 *** *** gcm 9712 *** *** gcm 9713 *** *** gcm 9714 *** *** gcm 9715 *** *** gcm 9716 *** *** gcm 9717 *** *** gcm 9718 *** *** gcm 9719 *** *** gcm 9720 *** *** gcm 9721 *** *** gcm 9722 *** *** gcm 9723 *** *** gcm 9724 *** *** gcm 9725 *** *** gcm 9726 *** *** gcm 9727 *** *** gcm 9728 *** *** gcm 9729 *** *** gcm 9730 *** *** gcm 9731 *** *** gcm 9732 *** *** gcm 9733 *** *** gcm 9734 *** *** gcm 9735 *** *** gcm 9736 *** *** gcm 9737 *** *** gcm 9738 *** *** gcm 9739 *** *** gcm 9740 *** *** gcm 9741 *** *** gcm 9742 *** *** gcm 9743 *** *** gcm 9744 *** *** gcm 9745 *** *** gcm 9746 *** *** gcm 9747 *** *** gcm 9748 *** *** gcm 9749 *** *** gcm 9750 *** *** gcm 9751 *** *** gcm 9752 *** *** gcm 9753 *** *** gcm 9754 *** *** gcm 9755 *** *** gcm 9756 *** *** gcm 9757 *** *** gcm 9758 *** *** gcm 9759 *** *** gcm 9760 *** *** gcm 9761 *** *** gcm 9762 *** *** gcm 9763 *** *** gcm 9764 *** *** gcm 9765 *** *** gcm 9766 *** *** gcm 9767 *** *** gcm 9768 *** *** gcm 9769 *** *** gcm 9770 *** *** gcm 9771 *** *** gcm 9772 *** *** gcm 9773 *** *** gcm 9774 *** *** gcm 9775 *** *** gcm 9776 *** *** gcm 9777 *** *** gcm 9778 *** *** gcm 9779 *** *** gcm 9780 *** *** gcm 9781 *** *** gcm 9782 *** *** gcm 9783 *** *** gcm 9784 *** *** gcm 9785 *** *** gcm 9786 *** *** gcm 9787 *** *** gcm 9788 *** *** gcm 9789 *** *** gcm 9790 *** *** gcm 9791 *** *** gcm 9792 *** *** gcm 9793 *** *** gcm 9794 *** *** gcm 9795 *** *** gcm 9796 *** *** gcm 9797 *** *** gcm 9798 *** *** gcm 9799 *** *** gcm 9800 *** *** gcm 9801 *** *** gcm 9802 *** *** gcm 9803 *** *** gcm 9804 *** *** gcm 9805 *** *** gcm 9806 *** *** gcm 9807 *** *** gcm 9808 *** *** gcm 9809 *** *** gcm 9810 *** *** gcm 9811 *** *** gcm 9812 *** *** gcm 9813 *** *** gcm 9814 *** *** gcm 9815 *** *** gcm 9816 *** *** gcm 9817 *** *** gcm 9818 *** *** gcm 9819 *** *** gcm 9820 *** *** gcm 9821 *** *** gcm 9822 *** *** gcm 9823 *** *** gcm 9824 *** *** gcm 9825 *** *** gcm 9826 *** *** gcm 9827 *** *** gcm 9828 *** *** gcm 9829 *** *** gcm 9830 *** *** gcm 9831 *** *** gcm 9832 *** *** gcm 9833 *** *** gcm 9834 *** *** gcm 9835 *** *** gcm 9836 *** *** gcm 9837 *** *** gcm 9838 *** *** gcm 9839 *** *** gcm 9840 *** *** gcm 9841 *** *** gcm 9842 *** *** gcm 9843 *** *** gcm 9844 *** *** gcm 9845 *** *** gcm 9846 *** *** gcm 9847 *** *** gcm 9848 *** *** gcm 9849 *** *** gcm 9850 *** *** gcm 9851 *** *** gcm 9852 *** *** gcm 9853 *** *** gcm 9854 *** *** gcm 9855 *** *** gcm 9856 *** *** gcm 9857 *** *** gcm 9858 *** *** gcm 9859 *** *** gcm 9860 *** *** gcm 9861 *** *** gcm 9862 *** *** gcm 9863 *** *** gcm 9864 *** *** gcm 9865 *** *** gcm 9866 *** *** gcm 9867 *** *** gcm 9868 *** *** gcm 9869 *** *** gcm 9870 *** *** gcm 9871 *** *** gcm 9872 *** *** gcm 9873 *** *** gcm 9874 *** *** gcm 9875 *** *** gcm 9876 *** *** gcm 9877 *** *** gcm 9878 *** *** gcm 9879 *** *** gcm 9880 *** *** gcm 9881 *** *** gcm 9882 *** *** gcm 9883 *** *** gcm 9884 *** *** gcm 9885 *** *** gcm 9886 *** *** gcm 9887 *** *** gcm 9888 *** *** gcm 9889 *** *** gcm 9890 *** *** gcm 9891 *** *** gcm 9892 *** *** gcm 9893 *** *** gcm 9894 *** *** gcm 9895 *** *** gcm 9896 *** *** gcm 9897 *** *** gcm 9898 *** *** gcm 9899 *** *** gcm 9900 *** *** gcm 9901 *** *** gcm 9902 *** *** gcm 9903 *** *** gcm 9904 *** *** gcm 9905 *** *** gcm 9906 *** *** gcm 9907 *** *** gcm 9908 *** *** gcm 9909 *** *** gcm 9910 *** *** gcm 9911 *** *** gcm 9912 *** *** gcm 9913 *** *** gcm 9914 *** *** gcm 9915 *** *** gcm 9916 *** *** gcm 9917 *** *** gcm 9918 *** *** gcm 9919 *** *** gcm 9920 *** *** gcm 9921 *** *** gcm 9922 *** *** gcm 9923 *** *** gcm 9924 *** *** gcm 9925 *** *** gcm 9926 *** *** gcm 9927 *** *** gcm 9928 *** *** gcm 9929 *** *** gcm 9930 *** *** gcm 9931 *** *** gcm 9932 *** *** gcm 9933 *** *** gcm 9934 *** *** gcm 9935 *** *** gcm 9936 *** *** gcm 9937 *** *** gcm 9938 *** *** gcm 9939 *** *** gcm 9940 *** *** gcm 9941 *** *** gcm 9942 *** *** gcm 9943 *** *** gcm 9944 *** *** gcm 9945 *** *** gcm 9946 *** *** gcm 9947 *** *** gcm 9948 *** *** gcm 9949 *** *** gcm 9950 *** *** gcm 9951 *** *** gcm 9952 *** *** gcm 9953 *** *** gcm 9954 *** *** gcm 9955 *** *** gcm 9956 *** *** gcm 9957 *** *** gcm 9958 *** *** gcm 9959 *** *** gcm 9960 *** *** gcm 9961 *** *** gcm 9962 *** *** gcm 9963 *** *** gcm 9964 *** *** gcm 9965 *** *** gcm 9966 *** *** gcm 9967 *** *** gcm 9968 *** *** gcm 9969 *** *** gcm 9970 *** *** gcm 9971 *** *** gcm 9972 *** *** gcm 9973 *** *** gcm 9974 *** *** gcm 9975 *** *** gcm 9976 *** *** gcm 9977 *** *** gcm 9978 *** *** gcm 9979 *** *** gcm 9980 *** *** gcm 9981 *** *** gcm 9982 *** *** gcm 9983 *** *** gcm 9984 *** *** gcm 9985 *** *** gcm 9986 *** *** gcm 9987 *** *** gcm 9988 *** *** gcm 9989 *** *** gcm 9990 *** *** gcm 9991 *** *** gcm 9992 *** *** gcm 9993 *** *** gcm 9994 *** *** gcm 9995 *** *** gcm 9996 *** *** gcm 9997 *** *** gcm 9998 *** *** gcm 9999 *** Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 2.541 sec <<< FAILURE! Running org.cumulus4j.crypto.test.CipherTest 13:35:10,016 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/ISO10126-2", but our CryptoRegistry succeeded! 13:35:10,018 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/ISO7816-4", but our CryptoRegistry succeeded! 13:35:10,019 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/TBC", but our CryptoRegistry succeeded! 13:35:10,020 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/X9.23", but our CryptoRegistry succeeded! 13:35:10,020 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/ZeroByte", but our CryptoRegistry succeeded! 13:35:10,021 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/PKCS5", but our CryptoRegistry succeeded! 13:35:10,023 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CBC/PKCS7Padding", but our CryptoRegistry succeeded! 13:35:10,025 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/ISO10126-2", but our CryptoRegistry succeeded! 13:35:10,030 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/ISO7816-4", but our CryptoRegistry succeeded! 13:35:10,031 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/TBC", but our CryptoRegistry succeeded! 13:35:10,032 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/X9.23", but our CryptoRegistry succeeded! 13:35:10,032 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/ZeroByte", but our CryptoRegistry succeeded! 13:35:10,033 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/PKCS5", but our CryptoRegistry succeeded! 13:35:10,035 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB/PKCS7Padding", but our CryptoRegistry succeeded! 13:35:10,037 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/ISO10126-2", but our CryptoRegistry succeeded! 13:35:10,038 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/ISO7816-4", but our CryptoRegistry succeeded! 13:35:10,039 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/TBC", but our CryptoRegistry succeeded! 13:35:10,040 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/X9.23", but our CryptoRegistry succeeded! 13:35:10,041 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/ZeroByte", but our CryptoRegistry succeeded! 13:35:10,042 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/PKCS5", but our CryptoRegistry succeeded! 13:35:10,043 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB8/PKCS7Padding", but our CryptoRegistry succeeded! 13:35:10,045 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/ISO10126-2", but our CryptoRegistry succeeded! 13:35:10,046 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/ISO7816-4", but our CryptoRegistry succeeded! 13:35:10,047 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/TBC", but our CryptoRegistry succeeded! 13:35:10,048 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/X9.23", but our CryptoRegistry succeeded! 13:35:10,049 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/ZeroByte", but our CryptoRegistry succeeded! 13:35:10,050 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/PKCS5", but our CryptoRegistry succeeded! 13:35:10,051 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB16/PKCS7Padding", but our CryptoRegistry succeeded! 13:35:10,053 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/ISO10126-2", but our CryptoRegistry succeeded! 13:35:10,054 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/ISO7816-4", but our CryptoRegistry succeeded! 13:35:10,055 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/TBC", but our CryptoRegistry succeeded! 13:35:10,056 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/X9.23", but our CryptoRegistry succeeded! 13:35:10,057 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/ZeroByte", but our CryptoRegistry succeeded! 13:35:10,058 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/PKCS5", but our CryptoRegistry succeeded! 13:35:10,063 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/CFB64/PKCS7Padding", but our CryptoRegistry succeeded! 13:35:10,065 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/ISO10126-2", but our CryptoRegistry succeeded! 13:35:10,066 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/ISO7816-4", but our CryptoRegistry succeeded! 13:35:10,067 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/TBC", but our CryptoRegistry succeeded! 13:35:10,068 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/X9.23", but our CryptoRegistry succeeded! 13:35:10,069 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/ZeroByte", but our CryptoRegistry succeeded! 13:35:10,070 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/PKCS5", but our CryptoRegistry succeeded! 13:35:10,071 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="AES/OFB/PKCS7Padding", but our CryptoRegistry succeeded! 13:35:10,073 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//NoPadding", but our CryptoRegistry succeeded! 13:35:10,076 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//ISO9796-1", but our CryptoRegistry succeeded! 13:35:10,076 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//OAEP", but our CryptoRegistry succeeded! 13:35:10,077 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//PKCS1", but our CryptoRegistry succeeded! 13:35:10,077 WARN [main][CipherTest] JCE fails to provide a Cipher for transformation="RSA//PKCS1Padding", but our CryptoRegistry succeeded! 13:35:10,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST//". 13:35:10,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST//NOPADDING". 13:35:10,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC-CTS/". 13:35:10,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC-CTS/NOPADDING". 13:35:10,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/". 13:35:10,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO10126". 13:35:10,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO10126-2". 13:35:10,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO10126-2PADDING". 13:35:10,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO10126PADDING". 13:35:10,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO7816-4". 13:35:10,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ISO7816-4PADDING". 13:35:10,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/NOPADDING". 13:35:10,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/PKCS5". 13:35:10,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/PKCS5PADDING". 13:35:10,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/PKCS7". 13:35:10,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/PKCS7PADDING". 13:35:10,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/TBC". 13:35:10,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/TBCPADDING". 13:35:10,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/X9.23". 13:35:10,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/X9.23PADDING". 13:35:10,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ZEROBYTE". 13:35:10,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CBC/ZEROBYTEPADDING". 13:35:10,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CCM/". 13:35:10,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CCM/NOPADDING". 13:35:10,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/". 13:35:10,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO10126". 13:35:10,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO10126-2". 13:35:10,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO10126-2PADDING". 13:35:10,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO10126PADDING". 13:35:10,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO7816-4". 13:35:10,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ISO7816-4PADDING". 13:35:10,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/NOPADDING". 13:35:10,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/PKCS5". 13:35:10,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/PKCS5PADDING". 13:35:10,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/PKCS7". 13:35:10,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/PKCS7PADDING". 13:35:10,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/TBC". 13:35:10,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/TBCPADDING". 13:35:10,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/X9.23". 13:35:10,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/X9.23PADDING". 13:35:10,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ZEROBYTE". 13:35:10,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB/ZEROBYTEPADDING". 13:35:10,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/". 13:35:10,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO10126". 13:35:10,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO10126-2". 13:35:10,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO10126-2PADDING". 13:35:10,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO10126PADDING". 13:35:10,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO7816-4". 13:35:10,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ISO7816-4PADDING". 13:35:10,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/NOPADDING". 13:35:10,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/PKCS5". 13:35:10,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/PKCS5PADDING". 13:35:10,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/PKCS7". 13:35:10,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/PKCS7PADDING". 13:35:10,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/TBC". 13:35:10,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/TBCPADDING". 13:35:10,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/X9.23". 13:35:10,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/X9.23PADDING". 13:35:10,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ZEROBYTE". 13:35:10,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB104/ZEROBYTEPADDING". 13:35:10,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/". 13:35:10,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO10126". 13:35:10,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO10126-2". 13:35:10,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO10126-2PADDING". 13:35:10,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO10126PADDING". 13:35:10,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO7816-4". 13:35:10,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ISO7816-4PADDING". 13:35:10,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/NOPADDING". 13:35:10,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/PKCS5". 13:35:10,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/PKCS5PADDING". 13:35:10,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/PKCS7". 13:35:10,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/PKCS7PADDING". 13:35:10,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/TBC". 13:35:10,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/TBCPADDING". 13:35:10,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/X9.23". 13:35:10,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/X9.23PADDING". 13:35:10,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ZEROBYTE". 13:35:10,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB112/ZEROBYTEPADDING". 13:35:10,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/". 13:35:10,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO10126". 13:35:10,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO10126-2". 13:35:10,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO10126-2PADDING". 13:35:10,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO10126PADDING". 13:35:10,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO7816-4". 13:35:10,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ISO7816-4PADDING". 13:35:10,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/NOPADDING". 13:35:10,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/PKCS5". 13:35:10,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/PKCS5PADDING". 13:35:10,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/PKCS7". 13:35:10,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/PKCS7PADDING". 13:35:10,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/TBC". 13:35:10,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/TBCPADDING". 13:35:10,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/X9.23". 13:35:10,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/X9.23PADDING". 13:35:10,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ZEROBYTE". 13:35:10,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB120/ZEROBYTEPADDING". 13:35:10,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/". 13:35:10,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO10126". 13:35:10,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO10126-2". 13:35:10,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO10126-2PADDING". 13:35:10,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO10126PADDING". 13:35:10,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO7816-4". 13:35:10,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ISO7816-4PADDING". 13:35:10,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/NOPADDING". 13:35:10,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/PKCS5". 13:35:10,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/PKCS5PADDING". 13:35:10,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/PKCS7". 13:35:10,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/PKCS7PADDING". 13:35:10,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/TBC". 13:35:10,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/TBCPADDING". 13:35:10,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/X9.23". 13:35:10,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/X9.23PADDING". 13:35:10,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ZEROBYTE". 13:35:10,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB128/ZEROBYTEPADDING". 13:35:10,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/". 13:35:10,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO10126". 13:35:10,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO10126-2". 13:35:10,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO10126-2PADDING". 13:35:10,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO10126PADDING". 13:35:10,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO7816-4". 13:35:10,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ISO7816-4PADDING". 13:35:10,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/NOPADDING". 13:35:10,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/PKCS5". 13:35:10,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/PKCS5PADDING". 13:35:10,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/PKCS7". 13:35:10,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/PKCS7PADDING". 13:35:10,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/TBC". 13:35:10,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/TBCPADDING". 13:35:10,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/X9.23". 13:35:10,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/X9.23PADDING". 13:35:10,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ZEROBYTE". 13:35:10,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB136/ZEROBYTEPADDING". 13:35:10,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/". 13:35:10,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO10126". 13:35:10,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO10126-2". 13:35:10,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO10126-2PADDING". 13:35:10,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO10126PADDING". 13:35:10,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO7816-4". 13:35:10,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ISO7816-4PADDING". 13:35:10,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/NOPADDING". 13:35:10,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/PKCS5". 13:35:10,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/PKCS5PADDING". 13:35:10,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/PKCS7". 13:35:10,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/PKCS7PADDING". 13:35:10,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/TBC". 13:35:10,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/TBCPADDING". 13:35:10,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/X9.23". 13:35:10,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/X9.23PADDING". 13:35:10,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ZEROBYTE". 13:35:10,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB144/ZEROBYTEPADDING". 13:35:10,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/". 13:35:10,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO10126". 13:35:10,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO10126-2". 13:35:10,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO10126-2PADDING". 13:35:10,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO10126PADDING". 13:35:10,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO7816-4". 13:35:10,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ISO7816-4PADDING". 13:35:10,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/NOPADDING". 13:35:10,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/PKCS5". 13:35:10,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/PKCS5PADDING". 13:35:10,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/PKCS7". 13:35:10,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/PKCS7PADDING". 13:35:10,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/TBC". 13:35:10,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/TBCPADDING". 13:35:10,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/X9.23". 13:35:10,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/X9.23PADDING". 13:35:10,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ZEROBYTE". 13:35:10,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB152/ZEROBYTEPADDING". 13:35:10,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/". 13:35:10,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO10126". 13:35:10,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO10126-2". 13:35:10,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO10126-2PADDING". 13:35:10,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO10126PADDING". 13:35:10,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO7816-4". 13:35:10,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ISO7816-4PADDING". 13:35:10,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/NOPADDING". 13:35:10,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/PKCS5". 13:35:10,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/PKCS5PADDING". 13:35:10,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/PKCS7". 13:35:10,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/PKCS7PADDING". 13:35:10,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/TBC". 13:35:10,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/TBCPADDING". 13:35:10,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/X9.23". 13:35:10,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/X9.23PADDING". 13:35:10,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ZEROBYTE". 13:35:10,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB16/ZEROBYTEPADDING". 13:35:10,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/". 13:35:10,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO10126". 13:35:10,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO10126-2". 13:35:10,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO10126-2PADDING". 13:35:10,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO10126PADDING". 13:35:10,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO7816-4". 13:35:10,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ISO7816-4PADDING". 13:35:10,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/NOPADDING". 13:35:10,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/PKCS5". 13:35:10,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/PKCS5PADDING". 13:35:10,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/PKCS7". 13:35:10,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/PKCS7PADDING". 13:35:10,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/TBC". 13:35:10,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/TBCPADDING". 13:35:10,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/X9.23". 13:35:10,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/X9.23PADDING". 13:35:10,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ZEROBYTE". 13:35:10,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB160/ZEROBYTEPADDING". 13:35:10,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/". 13:35:10,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO10126". 13:35:10,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO10126-2". 13:35:10,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO10126-2PADDING". 13:35:10,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO10126PADDING". 13:35:10,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO7816-4". 13:35:10,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ISO7816-4PADDING". 13:35:10,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/NOPADDING". 13:35:10,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/PKCS5". 13:35:10,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/PKCS5PADDING". 13:35:10,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/PKCS7". 13:35:10,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/PKCS7PADDING". 13:35:10,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/TBC". 13:35:10,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/TBCPADDING". 13:35:10,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/X9.23". 13:35:10,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/X9.23PADDING". 13:35:10,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ZEROBYTE". 13:35:10,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB168/ZEROBYTEPADDING". 13:35:10,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/". 13:35:10,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO10126". 13:35:10,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO10126-2". 13:35:10,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO10126-2PADDING". 13:35:10,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO10126PADDING". 13:35:10,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO7816-4". 13:35:10,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ISO7816-4PADDING". 13:35:10,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/NOPADDING". 13:35:10,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/PKCS5". 13:35:10,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/PKCS5PADDING". 13:35:10,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/PKCS7". 13:35:10,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/PKCS7PADDING". 13:35:10,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/TBC". 13:35:10,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/TBCPADDING". 13:35:10,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/X9.23". 13:35:10,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/X9.23PADDING". 13:35:10,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ZEROBYTE". 13:35:10,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB176/ZEROBYTEPADDING". 13:35:10,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/". 13:35:10,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO10126". 13:35:10,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO10126-2". 13:35:10,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO10126-2PADDING". 13:35:10,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO10126PADDING". 13:35:10,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO7816-4". 13:35:10,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ISO7816-4PADDING". 13:35:10,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/NOPADDING". 13:35:10,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/PKCS5". 13:35:10,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/PKCS5PADDING". 13:35:10,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/PKCS7". 13:35:10,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/PKCS7PADDING". 13:35:10,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/TBC". 13:35:10,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/TBCPADDING". 13:35:10,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/X9.23". 13:35:10,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/X9.23PADDING". 13:35:10,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ZEROBYTE". 13:35:10,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB184/ZEROBYTEPADDING". 13:35:10,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/". 13:35:10,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO10126". 13:35:10,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO10126-2". 13:35:10,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO10126-2PADDING". 13:35:10,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO10126PADDING". 13:35:10,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO7816-4". 13:35:10,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ISO7816-4PADDING". 13:35:10,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/NOPADDING". 13:35:10,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/PKCS5". 13:35:10,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/PKCS5PADDING". 13:35:10,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/PKCS7". 13:35:10,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/PKCS7PADDING". 13:35:10,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/TBC". 13:35:10,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/TBCPADDING". 13:35:10,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/X9.23". 13:35:10,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/X9.23PADDING". 13:35:10,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ZEROBYTE". 13:35:10,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB192/ZEROBYTEPADDING". 13:35:10,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/". 13:35:10,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO10126". 13:35:10,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO10126-2". 13:35:10,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO10126-2PADDING". 13:35:10,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO10126PADDING". 13:35:10,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO7816-4". 13:35:10,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ISO7816-4PADDING". 13:35:10,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/NOPADDING". 13:35:10,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/PKCS5". 13:35:10,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/PKCS5PADDING". 13:35:10,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/PKCS7". 13:35:10,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/PKCS7PADDING". 13:35:10,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/TBC". 13:35:10,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/TBCPADDING". 13:35:10,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/X9.23". 13:35:10,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/X9.23PADDING". 13:35:10,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ZEROBYTE". 13:35:10,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB200/ZEROBYTEPADDING". 13:35:10,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/". 13:35:10,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO10126". 13:35:10,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO10126-2". 13:35:10,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO10126-2PADDING". 13:35:10,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO10126PADDING". 13:35:10,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO7816-4". 13:35:10,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ISO7816-4PADDING". 13:35:10,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/NOPADDING". 13:35:10,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/PKCS5". 13:35:10,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/PKCS5PADDING". 13:35:10,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/PKCS7". 13:35:10,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/PKCS7PADDING". 13:35:10,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/TBC". 13:35:10,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/TBCPADDING". 13:35:10,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/X9.23". 13:35:10,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/X9.23PADDING". 13:35:10,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ZEROBYTE". 13:35:10,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB208/ZEROBYTEPADDING". 13:35:10,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/". 13:35:10,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO10126". 13:35:10,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO10126-2". 13:35:10,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO10126-2PADDING". 13:35:10,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO10126PADDING". 13:35:10,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO7816-4". 13:35:10,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ISO7816-4PADDING". 13:35:10,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/NOPADDING". 13:35:10,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/PKCS5". 13:35:10,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/PKCS5PADDING". 13:35:10,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/PKCS7". 13:35:10,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/PKCS7PADDING". 13:35:10,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/TBC". 13:35:10,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/TBCPADDING". 13:35:10,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/X9.23". 13:35:10,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/X9.23PADDING". 13:35:10,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ZEROBYTE". 13:35:10,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB216/ZEROBYTEPADDING". 13:35:10,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/". 13:35:10,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO10126". 13:35:10,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO10126-2". 13:35:10,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO10126-2PADDING". 13:35:10,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO10126PADDING". 13:35:10,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO7816-4". 13:35:10,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ISO7816-4PADDING". 13:35:10,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/NOPADDING". 13:35:10,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/PKCS5". 13:35:10,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/PKCS5PADDING". 13:35:10,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/PKCS7". 13:35:10,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/PKCS7PADDING". 13:35:10,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/TBC". 13:35:10,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/TBCPADDING". 13:35:10,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/X9.23". 13:35:10,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/X9.23PADDING". 13:35:10,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ZEROBYTE". 13:35:10,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB224/ZEROBYTEPADDING". 13:35:10,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/". 13:35:10,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO10126". 13:35:10,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO10126-2". 13:35:10,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO10126-2PADDING". 13:35:10,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO10126PADDING". 13:35:10,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO7816-4". 13:35:10,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ISO7816-4PADDING". 13:35:10,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/NOPADDING". 13:35:10,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/PKCS5". 13:35:10,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/PKCS5PADDING". 13:35:10,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/PKCS7". 13:35:10,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/PKCS7PADDING". 13:35:10,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/TBC". 13:35:10,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/TBCPADDING". 13:35:10,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/X9.23". 13:35:10,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/X9.23PADDING". 13:35:10,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ZEROBYTE". 13:35:10,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB232/ZEROBYTEPADDING". 13:35:10,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/". 13:35:10,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO10126". 13:35:10,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO10126-2". 13:35:10,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO10126-2PADDING". 13:35:10,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO10126PADDING". 13:35:10,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO7816-4". 13:35:10,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ISO7816-4PADDING". 13:35:10,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/NOPADDING". 13:35:10,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/PKCS5". 13:35:10,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/PKCS5PADDING". 13:35:10,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/PKCS7". 13:35:10,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/PKCS7PADDING". 13:35:10,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/TBC". 13:35:10,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/TBCPADDING". 13:35:10,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/X9.23". 13:35:10,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/X9.23PADDING". 13:35:10,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ZEROBYTE". 13:35:10,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB24/ZEROBYTEPADDING". 13:35:10,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/". 13:35:10,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO10126". 13:35:10,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO10126-2". 13:35:10,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO10126-2PADDING". 13:35:10,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO10126PADDING". 13:35:10,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO7816-4". 13:35:10,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ISO7816-4PADDING". 13:35:10,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/NOPADDING". 13:35:10,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/PKCS5". 13:35:10,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/PKCS5PADDING". 13:35:10,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/PKCS7". 13:35:10,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/PKCS7PADDING". 13:35:10,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/TBC". 13:35:10,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/TBCPADDING". 13:35:10,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/X9.23". 13:35:10,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/X9.23PADDING". 13:35:10,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ZEROBYTE". 13:35:10,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB240/ZEROBYTEPADDING". 13:35:10,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/". 13:35:10,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO10126". 13:35:10,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO10126-2". 13:35:10,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO10126-2PADDING". 13:35:10,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO10126PADDING". 13:35:10,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO7816-4". 13:35:10,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ISO7816-4PADDING". 13:35:10,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/NOPADDING". 13:35:10,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/PKCS5". 13:35:10,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/PKCS5PADDING". 13:35:10,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/PKCS7". 13:35:10,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/PKCS7PADDING". 13:35:10,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/TBC". 13:35:10,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/TBCPADDING". 13:35:10,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/X9.23". 13:35:10,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/X9.23PADDING". 13:35:10,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ZEROBYTE". 13:35:10,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB248/ZEROBYTEPADDING". 13:35:10,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/". 13:35:10,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO10126". 13:35:10,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO10126-2". 13:35:10,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO10126-2PADDING". 13:35:10,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO10126PADDING". 13:35:10,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO7816-4". 13:35:10,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ISO7816-4PADDING". 13:35:10,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/NOPADDING". 13:35:10,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/PKCS5". 13:35:10,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/PKCS5PADDING". 13:35:10,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/PKCS7". 13:35:10,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/PKCS7PADDING". 13:35:10,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/TBC". 13:35:10,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/TBCPADDING". 13:35:10,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/X9.23". 13:35:10,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/X9.23PADDING". 13:35:10,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ZEROBYTE". 13:35:10,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB256/ZEROBYTEPADDING". 13:35:10,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/". 13:35:10,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO10126". 13:35:10,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO10126-2". 13:35:10,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO10126-2PADDING". 13:35:10,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO10126PADDING". 13:35:10,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO7816-4". 13:35:10,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ISO7816-4PADDING". 13:35:10,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/NOPADDING". 13:35:10,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/PKCS5". 13:35:10,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/PKCS5PADDING". 13:35:10,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/PKCS7". 13:35:10,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/PKCS7PADDING". 13:35:10,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/TBC". 13:35:10,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/TBCPADDING". 13:35:10,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/X9.23". 13:35:10,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/X9.23PADDING". 13:35:10,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ZEROBYTE". 13:35:10,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB32/ZEROBYTEPADDING". 13:35:10,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/". 13:35:10,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO10126". 13:35:10,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO10126-2". 13:35:10,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO10126-2PADDING". 13:35:10,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO10126PADDING". 13:35:10,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO7816-4". 13:35:10,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ISO7816-4PADDING". 13:35:10,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/NOPADDING". 13:35:10,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/PKCS5". 13:35:10,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/PKCS5PADDING". 13:35:10,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/PKCS7". 13:35:10,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/PKCS7PADDING". 13:35:10,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/TBC". 13:35:10,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/TBCPADDING". 13:35:10,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/X9.23". 13:35:10,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/X9.23PADDING". 13:35:10,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ZEROBYTE". 13:35:10,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB40/ZEROBYTEPADDING". 13:35:10,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/". 13:35:10,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO10126". 13:35:10,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO10126-2". 13:35:10,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO10126-2PADDING". 13:35:10,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO10126PADDING". 13:35:10,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO7816-4". 13:35:10,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ISO7816-4PADDING". 13:35:10,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/NOPADDING". 13:35:10,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/PKCS5". 13:35:10,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/PKCS5PADDING". 13:35:10,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/PKCS7". 13:35:10,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/PKCS7PADDING". 13:35:10,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/TBC". 13:35:10,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/TBCPADDING". 13:35:10,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/X9.23". 13:35:10,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/X9.23PADDING". 13:35:10,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ZEROBYTE". 13:35:10,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB48/ZEROBYTEPADDING". 13:35:10,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/". 13:35:10,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO10126". 13:35:10,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO10126-2". 13:35:10,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO10126-2PADDING". 13:35:10,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO10126PADDING". 13:35:10,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO7816-4". 13:35:10,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ISO7816-4PADDING". 13:35:10,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/NOPADDING". 13:35:10,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/PKCS5". 13:35:10,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/PKCS5PADDING". 13:35:10,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/PKCS7". 13:35:10,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/PKCS7PADDING". 13:35:10,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/TBC". 13:35:10,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/TBCPADDING". 13:35:10,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/X9.23". 13:35:10,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/X9.23PADDING". 13:35:10,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ZEROBYTE". 13:35:10,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB56/ZEROBYTEPADDING". 13:35:10,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/". 13:35:10,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO10126". 13:35:10,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO10126-2". 13:35:10,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO10126-2PADDING". 13:35:10,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO10126PADDING". 13:35:10,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO7816-4". 13:35:10,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ISO7816-4PADDING". 13:35:10,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/NOPADDING". 13:35:10,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/PKCS5". 13:35:10,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/PKCS5PADDING". 13:35:10,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/PKCS7". 13:35:10,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/PKCS7PADDING". 13:35:10,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/TBC". 13:35:10,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/TBCPADDING". 13:35:10,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/X9.23". 13:35:10,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/X9.23PADDING". 13:35:10,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ZEROBYTE". 13:35:10,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB64/ZEROBYTEPADDING". 13:35:10,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/". 13:35:10,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO10126". 13:35:10,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO10126-2". 13:35:10,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO10126-2PADDING". 13:35:10,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO10126PADDING". 13:35:10,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO7816-4". 13:35:10,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ISO7816-4PADDING". 13:35:10,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/NOPADDING". 13:35:10,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/PKCS5". 13:35:10,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/PKCS5PADDING". 13:35:10,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/PKCS7". 13:35:10,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/PKCS7PADDING". 13:35:10,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/TBC". 13:35:10,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/TBCPADDING". 13:35:10,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/X9.23". 13:35:10,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/X9.23PADDING". 13:35:10,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ZEROBYTE". 13:35:10,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB72/ZEROBYTEPADDING". 13:35:10,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/". 13:35:10,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO10126". 13:35:10,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO10126-2". 13:35:10,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO10126-2PADDING". 13:35:10,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO10126PADDING". 13:35:10,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO7816-4". 13:35:10,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ISO7816-4PADDING". 13:35:10,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/NOPADDING". 13:35:10,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/PKCS5". 13:35:10,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/PKCS5PADDING". 13:35:10,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/PKCS7". 13:35:10,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/PKCS7PADDING". 13:35:10,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/TBC". 13:35:10,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/TBCPADDING". 13:35:10,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/X9.23". 13:35:10,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/X9.23PADDING". 13:35:10,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ZEROBYTE". 13:35:10,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB8/ZEROBYTEPADDING". 13:35:10,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/". 13:35:10,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO10126". 13:35:10,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO10126-2". 13:35:10,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO10126-2PADDING". 13:35:10,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO10126PADDING". 13:35:10,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO7816-4". 13:35:10,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ISO7816-4PADDING". 13:35:10,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/NOPADDING". 13:35:10,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/PKCS5". 13:35:10,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/PKCS5PADDING". 13:35:10,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/PKCS7". 13:35:10,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/PKCS7PADDING". 13:35:10,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/TBC". 13:35:10,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/TBCPADDING". 13:35:10,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/X9.23". 13:35:10,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/X9.23PADDING". 13:35:10,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ZEROBYTE". 13:35:10,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB80/ZEROBYTEPADDING". 13:35:10,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/". 13:35:10,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO10126". 13:35:10,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO10126-2". 13:35:10,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO10126-2PADDING". 13:35:10,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO10126PADDING". 13:35:10,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO7816-4". 13:35:10,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ISO7816-4PADDING". 13:35:10,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/NOPADDING". 13:35:10,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/PKCS5". 13:35:10,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/PKCS5PADDING". 13:35:10,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/PKCS7". 13:35:10,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/PKCS7PADDING". 13:35:10,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/TBC". 13:35:10,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/TBCPADDING". 13:35:10,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/X9.23". 13:35:10,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/X9.23PADDING". 13:35:10,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ZEROBYTE". 13:35:10,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB88/ZEROBYTEPADDING". 13:35:10,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/". 13:35:10,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO10126". 13:35:10,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO10126-2". 13:35:10,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO10126-2PADDING". 13:35:10,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO10126PADDING". 13:35:10,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO7816-4". 13:35:10,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ISO7816-4PADDING". 13:35:10,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/NOPADDING". 13:35:10,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/PKCS5". 13:35:10,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/PKCS5PADDING". 13:35:10,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/PKCS7". 13:35:10,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/PKCS7PADDING". 13:35:10,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/TBC". 13:35:10,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/TBCPADDING". 13:35:10,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/X9.23". 13:35:10,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/X9.23PADDING". 13:35:10,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ZEROBYTE". 13:35:10,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CFB96/ZEROBYTEPADDING". 13:35:10,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CTS/". 13:35:10,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/CTS/NOPADDING". 13:35:10,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/EAX/". 13:35:10,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/EAX/NOPADDING". 13:35:10,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/ECB/". 13:35:10,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/ECB/NOPADDING". 13:35:10,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/GCM/". 13:35:10,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/GCM/NOPADDING". 13:35:10,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/". 13:35:10,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO10126". 13:35:10,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO10126-2". 13:35:10,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO10126-2PADDING". 13:35:10,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO10126PADDING". 13:35:10,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO7816-4". 13:35:10,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ISO7816-4PADDING". 13:35:10,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/NOPADDING". 13:35:10,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/PKCS5". 13:35:10,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/PKCS5PADDING". 13:35:10,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/PKCS7". 13:35:10,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/PKCS7PADDING". 13:35:10,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/TBC". 13:35:10,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/TBCPADDING". 13:35:10,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/X9.23". 13:35:10,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/X9.23PADDING". 13:35:10,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ZEROBYTE". 13:35:10,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB/ZEROBYTEPADDING". 13:35:10,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/". 13:35:10,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO10126". 13:35:10,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO10126-2". 13:35:10,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO10126-2PADDING". 13:35:10,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO10126PADDING". 13:35:10,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO7816-4". 13:35:10,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ISO7816-4PADDING". 13:35:10,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/NOPADDING". 13:35:10,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/PKCS5". 13:35:10,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/PKCS5PADDING". 13:35:10,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/PKCS7". 13:35:10,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/PKCS7PADDING". 13:35:10,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/TBC". 13:35:10,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/TBCPADDING". 13:35:10,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/X9.23". 13:35:10,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/X9.23PADDING". 13:35:10,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ZEROBYTE". 13:35:10,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB104/ZEROBYTEPADDING". 13:35:10,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/". 13:35:10,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO10126". 13:35:10,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO10126-2". 13:35:10,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO10126-2PADDING". 13:35:10,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO10126PADDING". 13:35:10,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO7816-4". 13:35:10,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ISO7816-4PADDING". 13:35:10,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/NOPADDING". 13:35:10,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/PKCS5". 13:35:10,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/PKCS5PADDING". 13:35:10,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/PKCS7". 13:35:10,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/PKCS7PADDING". 13:35:10,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/TBC". 13:35:10,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/TBCPADDING". 13:35:10,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/X9.23". 13:35:10,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/X9.23PADDING". 13:35:10,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ZEROBYTE". 13:35:10,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB112/ZEROBYTEPADDING". 13:35:10,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/". 13:35:10,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO10126". 13:35:10,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO10126-2". 13:35:10,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO10126-2PADDING". 13:35:10,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO10126PADDING". 13:35:10,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO7816-4". 13:35:10,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ISO7816-4PADDING". 13:35:10,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/NOPADDING". 13:35:10,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/PKCS5". 13:35:10,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/PKCS5PADDING". 13:35:10,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/PKCS7". 13:35:10,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/PKCS7PADDING". 13:35:10,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/TBC". 13:35:10,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/TBCPADDING". 13:35:10,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/X9.23". 13:35:10,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/X9.23PADDING". 13:35:10,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ZEROBYTE". 13:35:10,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB120/ZEROBYTEPADDING". 13:35:10,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/". 13:35:10,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO10126". 13:35:10,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO10126-2". 13:35:10,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO10126-2PADDING". 13:35:10,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO10126PADDING". 13:35:10,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO7816-4". 13:35:10,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ISO7816-4PADDING". 13:35:10,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/NOPADDING". 13:35:10,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/PKCS5". 13:35:10,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/PKCS5PADDING". 13:35:10,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/PKCS7". 13:35:10,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/PKCS7PADDING". 13:35:10,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/TBC". 13:35:10,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/TBCPADDING". 13:35:10,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/X9.23". 13:35:10,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/X9.23PADDING". 13:35:10,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ZEROBYTE". 13:35:10,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB128/ZEROBYTEPADDING". 13:35:10,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/". 13:35:10,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO10126". 13:35:10,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO10126-2". 13:35:10,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO10126-2PADDING". 13:35:10,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO10126PADDING". 13:35:10,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO7816-4". 13:35:10,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ISO7816-4PADDING". 13:35:10,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/NOPADDING". 13:35:10,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/PKCS5". 13:35:10,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/PKCS5PADDING". 13:35:10,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/PKCS7". 13:35:10,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/PKCS7PADDING". 13:35:10,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/TBC". 13:35:10,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/TBCPADDING". 13:35:10,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/X9.23". 13:35:10,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/X9.23PADDING". 13:35:10,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ZEROBYTE". 13:35:10,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB136/ZEROBYTEPADDING". 13:35:10,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/". 13:35:10,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO10126". 13:35:10,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO10126-2". 13:35:10,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO10126-2PADDING". 13:35:10,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO10126PADDING". 13:35:10,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO7816-4". 13:35:10,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ISO7816-4PADDING". 13:35:10,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/NOPADDING". 13:35:10,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/PKCS5". 13:35:10,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/PKCS5PADDING". 13:35:10,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/PKCS7". 13:35:10,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/PKCS7PADDING". 13:35:10,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/TBC". 13:35:10,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/TBCPADDING". 13:35:10,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/X9.23". 13:35:10,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/X9.23PADDING". 13:35:10,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ZEROBYTE". 13:35:10,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB144/ZEROBYTEPADDING". 13:35:10,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/". 13:35:10,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO10126". 13:35:10,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO10126-2". 13:35:10,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO10126-2PADDING". 13:35:10,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO10126PADDING". 13:35:10,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO7816-4". 13:35:10,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ISO7816-4PADDING". 13:35:10,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/NOPADDING". 13:35:10,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/PKCS5". 13:35:10,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/PKCS5PADDING". 13:35:10,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/PKCS7". 13:35:10,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/PKCS7PADDING". 13:35:10,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/TBC". 13:35:10,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/TBCPADDING". 13:35:10,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/X9.23". 13:35:10,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/X9.23PADDING". 13:35:10,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ZEROBYTE". 13:35:10,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB152/ZEROBYTEPADDING". 13:35:10,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/". 13:35:10,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO10126". 13:35:10,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO10126-2". 13:35:10,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO10126-2PADDING". 13:35:10,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO10126PADDING". 13:35:10,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO7816-4". 13:35:10,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ISO7816-4PADDING". 13:35:10,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/NOPADDING". 13:35:10,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/PKCS5". 13:35:10,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/PKCS5PADDING". 13:35:10,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/PKCS7". 13:35:10,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/PKCS7PADDING". 13:35:10,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/TBC". 13:35:10,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/TBCPADDING". 13:35:10,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/X9.23". 13:35:10,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/X9.23PADDING". 13:35:10,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ZEROBYTE". 13:35:10,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB16/ZEROBYTEPADDING". 13:35:10,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/". 13:35:10,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO10126". 13:35:10,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO10126-2". 13:35:10,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO10126-2PADDING". 13:35:10,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO10126PADDING". 13:35:10,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO7816-4". 13:35:10,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ISO7816-4PADDING". 13:35:10,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/NOPADDING". 13:35:10,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/PKCS5". 13:35:10,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/PKCS5PADDING". 13:35:10,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/PKCS7". 13:35:10,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/PKCS7PADDING". 13:35:10,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/TBC". 13:35:10,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/TBCPADDING". 13:35:10,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/X9.23". 13:35:10,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/X9.23PADDING". 13:35:10,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ZEROBYTE". 13:35:10,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB160/ZEROBYTEPADDING". 13:35:10,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/". 13:35:10,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO10126". 13:35:10,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO10126-2". 13:35:10,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO10126-2PADDING". 13:35:10,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO10126PADDING". 13:35:10,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO7816-4". 13:35:10,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ISO7816-4PADDING". 13:35:10,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/NOPADDING". 13:35:10,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/PKCS5". 13:35:10,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/PKCS5PADDING". 13:35:10,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/PKCS7". 13:35:10,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/PKCS7PADDING". 13:35:10,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/TBC". 13:35:10,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/TBCPADDING". 13:35:10,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/X9.23". 13:35:10,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/X9.23PADDING". 13:35:10,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ZEROBYTE". 13:35:10,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB168/ZEROBYTEPADDING". 13:35:10,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/". 13:35:10,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO10126". 13:35:10,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO10126-2". 13:35:10,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO10126-2PADDING". 13:35:10,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO10126PADDING". 13:35:10,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO7816-4". 13:35:10,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ISO7816-4PADDING". 13:35:10,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/NOPADDING". 13:35:10,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/PKCS5". 13:35:10,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/PKCS5PADDING". 13:35:10,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/PKCS7". 13:35:10,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/PKCS7PADDING". 13:35:10,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/TBC". 13:35:10,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/TBCPADDING". 13:35:10,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/X9.23". 13:35:10,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/X9.23PADDING". 13:35:10,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ZEROBYTE". 13:35:10,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB176/ZEROBYTEPADDING". 13:35:10,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/". 13:35:10,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO10126". 13:35:10,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO10126-2". 13:35:10,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO10126-2PADDING". 13:35:10,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO10126PADDING". 13:35:10,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO7816-4". 13:35:10,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ISO7816-4PADDING". 13:35:10,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/NOPADDING". 13:35:10,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/PKCS5". 13:35:10,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/PKCS5PADDING". 13:35:10,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/PKCS7". 13:35:10,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/PKCS7PADDING". 13:35:10,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/TBC". 13:35:10,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/TBCPADDING". 13:35:10,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/X9.23". 13:35:10,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/X9.23PADDING". 13:35:10,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ZEROBYTE". 13:35:10,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB184/ZEROBYTEPADDING". 13:35:10,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/". 13:35:10,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO10126". 13:35:10,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO10126-2". 13:35:10,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO10126-2PADDING". 13:35:10,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO10126PADDING". 13:35:10,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO7816-4". 13:35:10,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ISO7816-4PADDING". 13:35:10,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/NOPADDING". 13:35:10,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/PKCS5". 13:35:10,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/PKCS5PADDING". 13:35:10,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/PKCS7". 13:35:10,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/PKCS7PADDING". 13:35:10,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/TBC". 13:35:10,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/TBCPADDING". 13:35:10,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/X9.23". 13:35:10,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/X9.23PADDING". 13:35:10,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ZEROBYTE". 13:35:10,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB192/ZEROBYTEPADDING". 13:35:10,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/". 13:35:10,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO10126". 13:35:10,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO10126-2". 13:35:10,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO10126-2PADDING". 13:35:10,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO10126PADDING". 13:35:10,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO7816-4". 13:35:10,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ISO7816-4PADDING". 13:35:10,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/NOPADDING". 13:35:10,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/PKCS5". 13:35:10,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/PKCS5PADDING". 13:35:10,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/PKCS7". 13:35:10,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/PKCS7PADDING". 13:35:10,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/TBC". 13:35:10,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/TBCPADDING". 13:35:10,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/X9.23". 13:35:10,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/X9.23PADDING". 13:35:10,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ZEROBYTE". 13:35:10,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB200/ZEROBYTEPADDING". 13:35:10,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/". 13:35:10,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO10126". 13:35:10,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO10126-2". 13:35:10,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO10126-2PADDING". 13:35:10,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO10126PADDING". 13:35:10,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO7816-4". 13:35:10,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ISO7816-4PADDING". 13:35:10,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/NOPADDING". 13:35:10,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/PKCS5". 13:35:10,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/PKCS5PADDING". 13:35:10,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/PKCS7". 13:35:10,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/PKCS7PADDING". 13:35:10,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/TBC". 13:35:10,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/TBCPADDING". 13:35:10,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/X9.23". 13:35:10,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/X9.23PADDING". 13:35:10,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ZEROBYTE". 13:35:10,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB208/ZEROBYTEPADDING". 13:35:10,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/". 13:35:10,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO10126". 13:35:10,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO10126-2". 13:35:10,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO10126-2PADDING". 13:35:10,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO10126PADDING". 13:35:10,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO7816-4". 13:35:10,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ISO7816-4PADDING". 13:35:10,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/NOPADDING". 13:35:10,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/PKCS5". 13:35:10,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/PKCS5PADDING". 13:35:10,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/PKCS7". 13:35:10,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/PKCS7PADDING". 13:35:10,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/TBC". 13:35:10,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/TBCPADDING". 13:35:10,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/X9.23". 13:35:10,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/X9.23PADDING". 13:35:10,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ZEROBYTE". 13:35:10,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB216/ZEROBYTEPADDING". 13:35:10,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/". 13:35:10,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO10126". 13:35:10,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO10126-2". 13:35:10,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO10126-2PADDING". 13:35:10,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO10126PADDING". 13:35:10,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO7816-4". 13:35:10,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ISO7816-4PADDING". 13:35:10,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/NOPADDING". 13:35:10,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/PKCS5". 13:35:10,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/PKCS5PADDING". 13:35:10,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/PKCS7". 13:35:10,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/PKCS7PADDING". 13:35:10,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/TBC". 13:35:10,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/TBCPADDING". 13:35:10,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/X9.23". 13:35:10,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/X9.23PADDING". 13:35:10,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ZEROBYTE". 13:35:10,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB224/ZEROBYTEPADDING". 13:35:10,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/". 13:35:10,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO10126". 13:35:10,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO10126-2". 13:35:10,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO10126-2PADDING". 13:35:10,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO10126PADDING". 13:35:10,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO7816-4". 13:35:10,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ISO7816-4PADDING". 13:35:10,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/NOPADDING". 13:35:10,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/PKCS5". 13:35:10,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/PKCS5PADDING". 13:35:10,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/PKCS7". 13:35:10,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/PKCS7PADDING". 13:35:10,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/TBC". 13:35:10,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/TBCPADDING". 13:35:10,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/X9.23". 13:35:10,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/X9.23PADDING". 13:35:10,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ZEROBYTE". 13:35:10,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB232/ZEROBYTEPADDING". 13:35:10,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/". 13:35:10,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO10126". 13:35:10,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO10126-2". 13:35:10,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO10126-2PADDING". 13:35:10,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO10126PADDING". 13:35:10,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO7816-4". 13:35:10,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ISO7816-4PADDING". 13:35:10,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/NOPADDING". 13:35:10,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/PKCS5". 13:35:10,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/PKCS5PADDING". 13:35:10,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/PKCS7". 13:35:10,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/PKCS7PADDING". 13:35:10,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/TBC". 13:35:10,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/TBCPADDING". 13:35:10,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/X9.23". 13:35:10,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/X9.23PADDING". 13:35:10,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ZEROBYTE". 13:35:10,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB24/ZEROBYTEPADDING". 13:35:10,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/". 13:35:10,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO10126". 13:35:10,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO10126-2". 13:35:10,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO10126-2PADDING". 13:35:10,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO10126PADDING". 13:35:10,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO7816-4". 13:35:10,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ISO7816-4PADDING". 13:35:10,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/NOPADDING". 13:35:10,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/PKCS5". 13:35:10,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/PKCS5PADDING". 13:35:10,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/PKCS7". 13:35:10,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/PKCS7PADDING". 13:35:10,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/TBC". 13:35:10,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/TBCPADDING". 13:35:10,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/X9.23". 13:35:10,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/X9.23PADDING". 13:35:10,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ZEROBYTE". 13:35:10,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB240/ZEROBYTEPADDING". 13:35:10,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/". 13:35:10,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO10126". 13:35:10,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO10126-2". 13:35:10,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO10126-2PADDING". 13:35:10,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO10126PADDING". 13:35:10,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO7816-4". 13:35:10,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ISO7816-4PADDING". 13:35:10,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/NOPADDING". 13:35:10,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/PKCS5". 13:35:10,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/PKCS5PADDING". 13:35:10,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/PKCS7". 13:35:10,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/PKCS7PADDING". 13:35:10,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/TBC". 13:35:10,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/TBCPADDING". 13:35:10,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/X9.23". 13:35:10,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/X9.23PADDING". 13:35:10,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ZEROBYTE". 13:35:10,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB248/ZEROBYTEPADDING". 13:35:10,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/". 13:35:10,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO10126". 13:35:10,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO10126-2". 13:35:10,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO10126-2PADDING". 13:35:10,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO10126PADDING". 13:35:10,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO7816-4". 13:35:10,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ISO7816-4PADDING". 13:35:10,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/NOPADDING". 13:35:10,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/PKCS5". 13:35:10,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/PKCS5PADDING". 13:35:10,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/PKCS7". 13:35:10,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/PKCS7PADDING". 13:35:10,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/TBC". 13:35:10,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/TBCPADDING". 13:35:10,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/X9.23". 13:35:10,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/X9.23PADDING". 13:35:10,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ZEROBYTE". 13:35:10,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB256/ZEROBYTEPADDING". 13:35:10,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/". 13:35:10,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO10126". 13:35:10,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO10126-2". 13:35:10,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO10126-2PADDING". 13:35:10,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO10126PADDING". 13:35:10,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO7816-4". 13:35:10,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ISO7816-4PADDING". 13:35:10,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/NOPADDING". 13:35:10,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/PKCS5". 13:35:10,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/PKCS5PADDING". 13:35:10,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/PKCS7". 13:35:10,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/PKCS7PADDING". 13:35:10,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/TBC". 13:35:10,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/TBCPADDING". 13:35:10,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/X9.23". 13:35:10,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/X9.23PADDING". 13:35:10,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ZEROBYTE". 13:35:10,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB32/ZEROBYTEPADDING". 13:35:10,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/". 13:35:10,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO10126". 13:35:10,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO10126-2". 13:35:10,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO10126-2PADDING". 13:35:10,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO10126PADDING". 13:35:10,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO7816-4". 13:35:10,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ISO7816-4PADDING". 13:35:10,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/NOPADDING". 13:35:10,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/PKCS5". 13:35:10,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/PKCS5PADDING". 13:35:10,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/PKCS7". 13:35:10,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/PKCS7PADDING". 13:35:10,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/TBC". 13:35:10,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/TBCPADDING". 13:35:10,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/X9.23". 13:35:10,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/X9.23PADDING". 13:35:10,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ZEROBYTE". 13:35:10,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB40/ZEROBYTEPADDING". 13:35:10,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/". 13:35:10,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO10126". 13:35:10,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO10126-2". 13:35:10,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO10126-2PADDING". 13:35:10,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO10126PADDING". 13:35:10,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO7816-4". 13:35:10,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ISO7816-4PADDING". 13:35:10,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/NOPADDING". 13:35:10,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/PKCS5". 13:35:10,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/PKCS5PADDING". 13:35:10,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/PKCS7". 13:35:10,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/PKCS7PADDING". 13:35:10,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/TBC". 13:35:10,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/TBCPADDING". 13:35:10,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/X9.23". 13:35:10,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/X9.23PADDING". 13:35:10,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ZEROBYTE". 13:35:10,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB48/ZEROBYTEPADDING". 13:35:10,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/". 13:35:10,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO10126". 13:35:10,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO10126-2". 13:35:10,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO10126-2PADDING". 13:35:10,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO10126PADDING". 13:35:10,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO7816-4". 13:35:10,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ISO7816-4PADDING". 13:35:10,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/NOPADDING". 13:35:10,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/PKCS5". 13:35:10,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/PKCS5PADDING". 13:35:10,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/PKCS7". 13:35:10,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/PKCS7PADDING". 13:35:10,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/TBC". 13:35:10,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/TBCPADDING". 13:35:10,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/X9.23". 13:35:10,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/X9.23PADDING". 13:35:10,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ZEROBYTE". 13:35:10,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB56/ZEROBYTEPADDING". 13:35:10,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/". 13:35:10,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO10126". 13:35:10,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO10126-2". 13:35:10,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO10126-2PADDING". 13:35:10,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO10126PADDING". 13:35:10,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO7816-4". 13:35:10,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ISO7816-4PADDING". 13:35:10,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/NOPADDING". 13:35:10,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/PKCS5". 13:35:10,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/PKCS5PADDING". 13:35:10,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/PKCS7". 13:35:10,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/PKCS7PADDING". 13:35:10,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/TBC". 13:35:10,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/TBCPADDING". 13:35:10,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/X9.23". 13:35:10,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/X9.23PADDING". 13:35:10,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ZEROBYTE". 13:35:10,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB64/ZEROBYTEPADDING". 13:35:10,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/". 13:35:10,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO10126". 13:35:10,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO10126-2". 13:35:10,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO10126-2PADDING". 13:35:10,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO10126PADDING". 13:35:10,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO7816-4". 13:35:10,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ISO7816-4PADDING". 13:35:10,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/NOPADDING". 13:35:10,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/PKCS5". 13:35:10,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/PKCS5PADDING". 13:35:10,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/PKCS7". 13:35:10,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/PKCS7PADDING". 13:35:10,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/TBC". 13:35:10,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/TBCPADDING". 13:35:10,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/X9.23". 13:35:10,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/X9.23PADDING". 13:35:10,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ZEROBYTE". 13:35:10,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB72/ZEROBYTEPADDING". 13:35:10,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/". 13:35:10,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO10126". 13:35:10,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO10126-2". 13:35:10,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO10126-2PADDING". 13:35:10,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO10126PADDING". 13:35:10,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO7816-4". 13:35:10,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ISO7816-4PADDING". 13:35:10,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/NOPADDING". 13:35:10,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/PKCS5". 13:35:10,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/PKCS5PADDING". 13:35:10,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/PKCS7". 13:35:10,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/PKCS7PADDING". 13:35:10,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/TBC". 13:35:10,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/TBCPADDING". 13:35:10,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/X9.23". 13:35:10,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/X9.23PADDING". 13:35:10,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ZEROBYTE". 13:35:10,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB8/ZEROBYTEPADDING". 13:35:10,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/". 13:35:10,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO10126". 13:35:10,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO10126-2". 13:35:10,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO10126-2PADDING". 13:35:10,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO10126PADDING". 13:35:10,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO7816-4". 13:35:10,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ISO7816-4PADDING". 13:35:10,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/NOPADDING". 13:35:10,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/PKCS5". 13:35:10,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/PKCS5PADDING". 13:35:10,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/PKCS7". 13:35:10,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/PKCS7PADDING". 13:35:10,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/TBC". 13:35:10,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/TBCPADDING". 13:35:10,663 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/X9.23". 13:35:10,663 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/X9.23PADDING". 13:35:10,663 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ZEROBYTE". 13:35:10,663 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB80/ZEROBYTEPADDING". 13:35:10,663 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/". 13:35:10,663 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO10126". 13:35:10,663 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO10126-2". 13:35:10,663 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO10126-2PADDING". 13:35:10,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO10126PADDING". 13:35:10,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO7816-4". 13:35:10,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ISO7816-4PADDING". 13:35:10,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/NOPADDING". 13:35:10,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/PKCS5". 13:35:10,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/PKCS5PADDING". 13:35:10,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/PKCS7". 13:35:10,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/PKCS7PADDING". 13:35:10,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/TBC". 13:35:10,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/TBCPADDING". 13:35:10,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/X9.23". 13:35:10,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/X9.23PADDING". 13:35:10,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ZEROBYTE". 13:35:10,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB88/ZEROBYTEPADDING". 13:35:10,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/". 13:35:10,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO10126". 13:35:10,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO10126-2". 13:35:10,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO10126-2PADDING". 13:35:10,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO10126PADDING". 13:35:10,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO7816-4". 13:35:10,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ISO7816-4PADDING". 13:35:10,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/NOPADDING". 13:35:10,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/PKCS5". 13:35:10,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/PKCS5PADDING". 13:35:10,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/PKCS7". 13:35:10,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/PKCS7PADDING". 13:35:10,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/TBC". 13:35:10,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/TBCPADDING". 13:35:10,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/X9.23". 13:35:10,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/X9.23PADDING". 13:35:10,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ZEROBYTE". 13:35:10,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/OFB96/ZEROBYTEPADDING". 13:35:10,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/". 13:35:10,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO10126". 13:35:10,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO10126-2". 13:35:10,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO10126-2PADDING". 13:35:10,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO10126PADDING". 13:35:10,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO7816-4". 13:35:10,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ISO7816-4PADDING". 13:35:10,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/NOPADDING". 13:35:10,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/PKCS5". 13:35:10,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/PKCS5PADDING". 13:35:10,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/PKCS7". 13:35:10,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/PKCS7PADDING". 13:35:10,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/TBC". 13:35:10,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/TBCPADDING". 13:35:10,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/X9.23". 13:35:10,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/X9.23PADDING". 13:35:10,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ZEROBYTE". 13:35:10,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.FAST/SIC/ZEROBYTEPADDING". 13:35:10,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT//". 13:35:10,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT//NOPADDING". 13:35:10,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC-CTS/". 13:35:10,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC-CTS/NOPADDING". 13:35:10,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/". 13:35:10,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO10126". 13:35:10,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO10126-2". 13:35:10,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO10126-2PADDING". 13:35:10,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO10126PADDING". 13:35:10,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO7816-4". 13:35:10,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ISO7816-4PADDING". 13:35:10,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/NOPADDING". 13:35:10,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/PKCS5". 13:35:10,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/PKCS5PADDING". 13:35:10,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/PKCS7". 13:35:10,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/PKCS7PADDING". 13:35:10,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/TBC". 13:35:10,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/TBCPADDING". 13:35:10,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/X9.23". 13:35:10,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/X9.23PADDING". 13:35:10,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ZEROBYTE". 13:35:10,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CBC/ZEROBYTEPADDING". 13:35:10,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CCM/". 13:35:10,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CCM/NOPADDING". 13:35:10,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/". 13:35:10,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO10126". 13:35:10,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO10126-2". 13:35:10,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO10126-2PADDING". 13:35:10,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO10126PADDING". 13:35:10,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO7816-4". 13:35:10,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ISO7816-4PADDING". 13:35:10,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/NOPADDING". 13:35:10,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/PKCS5". 13:35:10,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/PKCS5PADDING". 13:35:10,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/PKCS7". 13:35:10,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/PKCS7PADDING". 13:35:10,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/TBC". 13:35:10,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/TBCPADDING". 13:35:10,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/X9.23". 13:35:10,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/X9.23PADDING". 13:35:10,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ZEROBYTE". 13:35:10,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB/ZEROBYTEPADDING". 13:35:10,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/". 13:35:10,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO10126". 13:35:10,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO10126-2". 13:35:10,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO10126-2PADDING". 13:35:10,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO10126PADDING". 13:35:10,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO7816-4". 13:35:10,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ISO7816-4PADDING". 13:35:10,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/NOPADDING". 13:35:10,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/PKCS5". 13:35:10,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/PKCS5PADDING". 13:35:10,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/PKCS7". 13:35:10,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/PKCS7PADDING". 13:35:10,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/TBC". 13:35:10,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/TBCPADDING". 13:35:10,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/X9.23". 13:35:10,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/X9.23PADDING". 13:35:10,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ZEROBYTE". 13:35:10,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB104/ZEROBYTEPADDING". 13:35:10,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/". 13:35:10,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO10126". 13:35:10,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO10126-2". 13:35:10,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO10126-2PADDING". 13:35:10,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO10126PADDING". 13:35:10,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO7816-4". 13:35:10,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ISO7816-4PADDING". 13:35:10,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/NOPADDING". 13:35:10,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/PKCS5". 13:35:10,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/PKCS5PADDING". 13:35:10,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/PKCS7". 13:35:10,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/PKCS7PADDING". 13:35:10,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/TBC". 13:35:10,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/TBCPADDING". 13:35:10,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/X9.23". 13:35:10,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/X9.23PADDING". 13:35:10,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ZEROBYTE". 13:35:10,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB112/ZEROBYTEPADDING". 13:35:10,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/". 13:35:10,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO10126". 13:35:10,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO10126-2". 13:35:10,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO10126-2PADDING". 13:35:10,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO10126PADDING". 13:35:10,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO7816-4". 13:35:10,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ISO7816-4PADDING". 13:35:10,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/NOPADDING". 13:35:10,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/PKCS5". 13:35:10,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/PKCS5PADDING". 13:35:10,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/PKCS7". 13:35:10,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/PKCS7PADDING". 13:35:10,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/TBC". 13:35:10,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/TBCPADDING". 13:35:10,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/X9.23". 13:35:10,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/X9.23PADDING". 13:35:10,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ZEROBYTE". 13:35:10,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB120/ZEROBYTEPADDING". 13:35:10,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/". 13:35:10,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO10126". 13:35:10,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO10126-2". 13:35:10,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO10126-2PADDING". 13:35:10,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO10126PADDING". 13:35:10,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO7816-4". 13:35:10,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ISO7816-4PADDING". 13:35:10,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/NOPADDING". 13:35:10,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/PKCS5". 13:35:10,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/PKCS5PADDING". 13:35:10,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/PKCS7". 13:35:10,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/PKCS7PADDING". 13:35:10,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/TBC". 13:35:10,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/TBCPADDING". 13:35:10,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/X9.23". 13:35:10,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/X9.23PADDING". 13:35:10,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ZEROBYTE". 13:35:10,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB128/ZEROBYTEPADDING". 13:35:10,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/". 13:35:10,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO10126". 13:35:10,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO10126-2". 13:35:10,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO10126-2PADDING". 13:35:10,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO10126PADDING". 13:35:10,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO7816-4". 13:35:10,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ISO7816-4PADDING". 13:35:10,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/NOPADDING". 13:35:10,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/PKCS5". 13:35:10,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/PKCS5PADDING". 13:35:10,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/PKCS7". 13:35:10,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/PKCS7PADDING". 13:35:10,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/TBC". 13:35:10,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/TBCPADDING". 13:35:10,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/X9.23". 13:35:10,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/X9.23PADDING". 13:35:10,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ZEROBYTE". 13:35:10,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB136/ZEROBYTEPADDING". 13:35:10,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/". 13:35:10,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO10126". 13:35:10,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO10126-2". 13:35:10,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO10126-2PADDING". 13:35:10,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO10126PADDING". 13:35:10,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO7816-4". 13:35:10,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ISO7816-4PADDING". 13:35:10,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/NOPADDING". 13:35:10,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/PKCS5". 13:35:10,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/PKCS5PADDING". 13:35:10,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/PKCS7". 13:35:10,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/PKCS7PADDING". 13:35:10,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/TBC". 13:35:10,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/TBCPADDING". 13:35:10,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/X9.23". 13:35:10,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/X9.23PADDING". 13:35:10,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ZEROBYTE". 13:35:10,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB144/ZEROBYTEPADDING". 13:35:10,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/". 13:35:10,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO10126". 13:35:10,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO10126-2". 13:35:10,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO10126-2PADDING". 13:35:10,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO10126PADDING". 13:35:10,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO7816-4". 13:35:10,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ISO7816-4PADDING". 13:35:10,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/NOPADDING". 13:35:10,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/PKCS5". 13:35:10,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/PKCS5PADDING". 13:35:10,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/PKCS7". 13:35:10,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/PKCS7PADDING". 13:35:10,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/TBC". 13:35:10,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/TBCPADDING". 13:35:10,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/X9.23". 13:35:10,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/X9.23PADDING". 13:35:10,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ZEROBYTE". 13:35:10,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB152/ZEROBYTEPADDING". 13:35:10,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/". 13:35:10,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO10126". 13:35:10,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO10126-2". 13:35:10,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO10126-2PADDING". 13:35:10,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO10126PADDING". 13:35:10,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO7816-4". 13:35:10,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ISO7816-4PADDING". 13:35:10,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/NOPADDING". 13:35:10,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/PKCS5". 13:35:10,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/PKCS5PADDING". 13:35:10,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/PKCS7". 13:35:10,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/PKCS7PADDING". 13:35:10,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/TBC". 13:35:10,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/TBCPADDING". 13:35:10,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/X9.23". 13:35:10,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/X9.23PADDING". 13:35:10,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ZEROBYTE". 13:35:10,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB16/ZEROBYTEPADDING". 13:35:10,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/". 13:35:10,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO10126". 13:35:10,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO10126-2". 13:35:10,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO10126-2PADDING". 13:35:10,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO10126PADDING". 13:35:10,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO7816-4". 13:35:10,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ISO7816-4PADDING". 13:35:10,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/NOPADDING". 13:35:10,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/PKCS5". 13:35:10,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/PKCS5PADDING". 13:35:10,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/PKCS7". 13:35:10,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/PKCS7PADDING". 13:35:10,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/TBC". 13:35:10,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/TBCPADDING". 13:35:10,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/X9.23". 13:35:10,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/X9.23PADDING". 13:35:10,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ZEROBYTE". 13:35:10,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB160/ZEROBYTEPADDING". 13:35:10,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/". 13:35:10,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO10126". 13:35:10,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO10126-2". 13:35:10,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO10126-2PADDING". 13:35:10,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO10126PADDING". 13:35:10,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO7816-4". 13:35:10,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ISO7816-4PADDING". 13:35:10,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/NOPADDING". 13:35:10,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/PKCS5". 13:35:10,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/PKCS5PADDING". 13:35:10,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/PKCS7". 13:35:10,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/PKCS7PADDING". 13:35:10,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/TBC". 13:35:10,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/TBCPADDING". 13:35:10,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/X9.23". 13:35:10,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/X9.23PADDING". 13:35:10,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ZEROBYTE". 13:35:10,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB168/ZEROBYTEPADDING". 13:35:10,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/". 13:35:10,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO10126". 13:35:10,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO10126-2". 13:35:10,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO10126-2PADDING". 13:35:10,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO10126PADDING". 13:35:10,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO7816-4". 13:35:10,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ISO7816-4PADDING". 13:35:10,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/NOPADDING". 13:35:10,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/PKCS5". 13:35:10,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/PKCS5PADDING". 13:35:10,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/PKCS7". 13:35:10,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/PKCS7PADDING". 13:35:10,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/TBC". 13:35:10,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/TBCPADDING". 13:35:10,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/X9.23". 13:35:10,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/X9.23PADDING". 13:35:10,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ZEROBYTE". 13:35:10,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB176/ZEROBYTEPADDING". 13:35:10,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/". 13:35:10,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO10126". 13:35:10,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO10126-2". 13:35:10,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO10126-2PADDING". 13:35:10,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO10126PADDING". 13:35:10,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO7816-4". 13:35:10,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ISO7816-4PADDING". 13:35:10,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/NOPADDING". 13:35:10,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/PKCS5". 13:35:10,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/PKCS5PADDING". 13:35:10,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/PKCS7". 13:35:10,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/PKCS7PADDING". 13:35:10,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/TBC". 13:35:10,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/TBCPADDING". 13:35:10,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/X9.23". 13:35:10,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/X9.23PADDING". 13:35:10,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ZEROBYTE". 13:35:10,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB184/ZEROBYTEPADDING". 13:35:10,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/". 13:35:10,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO10126". 13:35:10,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO10126-2". 13:35:10,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO10126-2PADDING". 13:35:10,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO10126PADDING". 13:35:10,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO7816-4". 13:35:10,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ISO7816-4PADDING". 13:35:10,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/NOPADDING". 13:35:10,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/PKCS5". 13:35:10,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/PKCS5PADDING". 13:35:10,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/PKCS7". 13:35:10,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/PKCS7PADDING". 13:35:10,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/TBC". 13:35:10,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/TBCPADDING". 13:35:10,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/X9.23". 13:35:10,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/X9.23PADDING". 13:35:10,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ZEROBYTE". 13:35:10,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB192/ZEROBYTEPADDING". 13:35:10,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/". 13:35:10,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO10126". 13:35:10,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO10126-2". 13:35:10,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO10126-2PADDING". 13:35:10,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO10126PADDING". 13:35:10,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO7816-4". 13:35:10,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ISO7816-4PADDING". 13:35:10,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/NOPADDING". 13:35:10,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/PKCS5". 13:35:10,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/PKCS5PADDING". 13:35:10,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/PKCS7". 13:35:10,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/PKCS7PADDING". 13:35:10,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/TBC". 13:35:10,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/TBCPADDING". 13:35:10,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/X9.23". 13:35:10,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/X9.23PADDING". 13:35:10,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ZEROBYTE". 13:35:10,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB200/ZEROBYTEPADDING". 13:35:10,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/". 13:35:10,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO10126". 13:35:10,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO10126-2". 13:35:10,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO10126-2PADDING". 13:35:10,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO10126PADDING". 13:35:10,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO7816-4". 13:35:10,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ISO7816-4PADDING". 13:35:10,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/NOPADDING". 13:35:10,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/PKCS5". 13:35:10,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/PKCS5PADDING". 13:35:10,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/PKCS7". 13:35:10,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/PKCS7PADDING". 13:35:10,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/TBC". 13:35:10,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/TBCPADDING". 13:35:10,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/X9.23". 13:35:10,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/X9.23PADDING". 13:35:10,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ZEROBYTE". 13:35:10,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB208/ZEROBYTEPADDING". 13:35:10,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/". 13:35:10,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO10126". 13:35:10,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO10126-2". 13:35:10,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO10126-2PADDING". 13:35:10,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO10126PADDING". 13:35:10,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO7816-4". 13:35:10,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ISO7816-4PADDING". 13:35:10,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/NOPADDING". 13:35:10,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/PKCS5". 13:35:10,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/PKCS5PADDING". 13:35:10,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/PKCS7". 13:35:10,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/PKCS7PADDING". 13:35:10,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/TBC". 13:35:10,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/TBCPADDING". 13:35:10,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/X9.23". 13:35:10,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/X9.23PADDING". 13:35:10,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ZEROBYTE". 13:35:10,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB216/ZEROBYTEPADDING". 13:35:10,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/". 13:35:10,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO10126". 13:35:10,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO10126-2". 13:35:10,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO10126-2PADDING". 13:35:10,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO10126PADDING". 13:35:10,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO7816-4". 13:35:10,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ISO7816-4PADDING". 13:35:10,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/NOPADDING". 13:35:10,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/PKCS5". 13:35:10,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/PKCS5PADDING". 13:35:10,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/PKCS7". 13:35:10,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/PKCS7PADDING". 13:35:10,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/TBC". 13:35:10,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/TBCPADDING". 13:35:10,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/X9.23". 13:35:10,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/X9.23PADDING". 13:35:10,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ZEROBYTE". 13:35:10,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB224/ZEROBYTEPADDING". 13:35:10,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/". 13:35:10,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO10126". 13:35:10,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO10126-2". 13:35:10,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO10126-2PADDING". 13:35:10,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO10126PADDING". 13:35:10,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO7816-4". 13:35:10,722 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ISO7816-4PADDING". 13:35:10,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/NOPADDING". 13:35:10,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/PKCS5". 13:35:10,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/PKCS5PADDING". 13:35:10,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/PKCS7". 13:35:10,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/PKCS7PADDING". 13:35:10,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/TBC". 13:35:10,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/TBCPADDING". 13:35:10,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/X9.23". 13:35:10,723 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/X9.23PADDING". 13:35:10,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ZEROBYTE". 13:35:10,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB232/ZEROBYTEPADDING". 13:35:10,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/". 13:35:10,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO10126". 13:35:10,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO10126-2". 13:35:10,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO10126-2PADDING". 13:35:10,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO10126PADDING". 13:35:10,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO7816-4". 13:35:10,724 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ISO7816-4PADDING". 13:35:10,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/NOPADDING". 13:35:10,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/PKCS5". 13:35:10,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/PKCS5PADDING". 13:35:10,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/PKCS7". 13:35:10,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/PKCS7PADDING". 13:35:10,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/TBC". 13:35:10,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/TBCPADDING". 13:35:10,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/X9.23". 13:35:10,725 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/X9.23PADDING". 13:35:10,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ZEROBYTE". 13:35:10,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB24/ZEROBYTEPADDING". 13:35:10,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/". 13:35:10,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO10126". 13:35:10,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO10126-2". 13:35:10,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO10126-2PADDING". 13:35:10,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO10126PADDING". 13:35:10,726 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO7816-4". 13:35:10,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ISO7816-4PADDING". 13:35:10,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/NOPADDING". 13:35:10,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/PKCS5". 13:35:10,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/PKCS5PADDING". 13:35:10,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/PKCS7". 13:35:10,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/PKCS7PADDING". 13:35:10,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/TBC". 13:35:10,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/TBCPADDING". 13:35:10,727 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/X9.23". 13:35:10,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/X9.23PADDING". 13:35:10,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ZEROBYTE". 13:35:10,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB240/ZEROBYTEPADDING". 13:35:10,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/". 13:35:10,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO10126". 13:35:10,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO10126-2". 13:35:10,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO10126-2PADDING". 13:35:10,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO10126PADDING". 13:35:10,728 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO7816-4". 13:35:10,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ISO7816-4PADDING". 13:35:10,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/NOPADDING". 13:35:10,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/PKCS5". 13:35:10,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/PKCS5PADDING". 13:35:10,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/PKCS7". 13:35:10,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/PKCS7PADDING". 13:35:10,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/TBC". 13:35:10,729 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/TBCPADDING". 13:35:10,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/X9.23". 13:35:10,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/X9.23PADDING". 13:35:10,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ZEROBYTE". 13:35:10,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB248/ZEROBYTEPADDING". 13:35:10,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/". 13:35:10,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO10126". 13:35:10,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO10126-2". 13:35:10,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO10126-2PADDING". 13:35:10,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO10126PADDING". 13:35:10,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO7816-4". 13:35:10,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ISO7816-4PADDING". 13:35:10,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/NOPADDING". 13:35:10,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/PKCS5". 13:35:10,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/PKCS5PADDING". 13:35:10,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/PKCS7". 13:35:10,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/PKCS7PADDING". 13:35:10,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/TBC". 13:35:10,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/TBCPADDING". 13:35:10,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/X9.23". 13:35:10,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/X9.23PADDING". 13:35:10,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ZEROBYTE". 13:35:10,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB256/ZEROBYTEPADDING". 13:35:10,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/". 13:35:10,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO10126". 13:35:10,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO10126-2". 13:35:10,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO10126-2PADDING". 13:35:10,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO10126PADDING". 13:35:10,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO7816-4". 13:35:10,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ISO7816-4PADDING". 13:35:10,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/NOPADDING". 13:35:10,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/PKCS5". 13:35:10,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/PKCS5PADDING". 13:35:10,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/PKCS7". 13:35:10,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/PKCS7PADDING". 13:35:10,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/TBC". 13:35:10,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/TBCPADDING". 13:35:10,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/X9.23". 13:35:10,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/X9.23PADDING". 13:35:10,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ZEROBYTE". 13:35:10,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB32/ZEROBYTEPADDING". 13:35:10,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/". 13:35:10,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO10126". 13:35:10,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO10126-2". 13:35:10,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO10126-2PADDING". 13:35:10,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO10126PADDING". 13:35:10,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO7816-4". 13:35:10,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ISO7816-4PADDING". 13:35:10,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/NOPADDING". 13:35:10,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/PKCS5". 13:35:10,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/PKCS5PADDING". 13:35:10,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/PKCS7". 13:35:10,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/PKCS7PADDING". 13:35:10,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/TBC". 13:35:10,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/TBCPADDING". 13:35:10,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/X9.23". 13:35:10,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/X9.23PADDING". 13:35:10,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ZEROBYTE". 13:35:10,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB40/ZEROBYTEPADDING". 13:35:10,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/". 13:35:10,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO10126". 13:35:10,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO10126-2". 13:35:10,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO10126-2PADDING". 13:35:10,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO10126PADDING". 13:35:10,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO7816-4". 13:35:10,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ISO7816-4PADDING". 13:35:10,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/NOPADDING". 13:35:10,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/PKCS5". 13:35:10,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/PKCS5PADDING". 13:35:10,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/PKCS7". 13:35:10,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/PKCS7PADDING". 13:35:10,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/TBC". 13:35:10,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/TBCPADDING". 13:35:10,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/X9.23". 13:35:10,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/X9.23PADDING". 13:35:10,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ZEROBYTE". 13:35:10,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB48/ZEROBYTEPADDING". 13:35:10,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/". 13:35:10,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO10126". 13:35:10,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO10126-2". 13:35:10,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO10126-2PADDING". 13:35:10,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO10126PADDING". 13:35:10,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO7816-4". 13:35:10,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ISO7816-4PADDING". 13:35:10,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/NOPADDING". 13:35:10,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/PKCS5". 13:35:10,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/PKCS5PADDING". 13:35:10,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/PKCS7". 13:35:10,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/PKCS7PADDING". 13:35:10,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/TBC". 13:35:10,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/TBCPADDING". 13:35:10,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/X9.23". 13:35:10,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/X9.23PADDING". 13:35:10,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ZEROBYTE". 13:35:10,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB56/ZEROBYTEPADDING". 13:35:10,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/". 13:35:10,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO10126". 13:35:10,740 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO10126-2". 13:35:10,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO10126-2PADDING". 13:35:10,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO10126PADDING". 13:35:10,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO7816-4". 13:35:10,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ISO7816-4PADDING". 13:35:10,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/NOPADDING". 13:35:10,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/PKCS5". 13:35:10,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/PKCS5PADDING". 13:35:10,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/PKCS7". 13:35:10,741 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/PKCS7PADDING". 13:35:10,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/TBC". 13:35:10,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/TBCPADDING". 13:35:10,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/X9.23". 13:35:10,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/X9.23PADDING". 13:35:10,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ZEROBYTE". 13:35:10,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB64/ZEROBYTEPADDING". 13:35:10,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/". 13:35:10,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO10126". 13:35:10,742 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO10126-2". 13:35:10,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO10126-2PADDING". 13:35:10,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO10126PADDING". 13:35:10,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO7816-4". 13:35:10,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ISO7816-4PADDING". 13:35:10,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/NOPADDING". 13:35:10,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/PKCS5". 13:35:10,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/PKCS5PADDING". 13:35:10,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/PKCS7". 13:35:10,743 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/PKCS7PADDING". 13:35:10,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/TBC". 13:35:10,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/TBCPADDING". 13:35:10,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/X9.23". 13:35:10,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/X9.23PADDING". 13:35:10,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ZEROBYTE". 13:35:10,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB72/ZEROBYTEPADDING". 13:35:10,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/". 13:35:10,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO10126". 13:35:10,744 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO10126-2". 13:35:10,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO10126-2PADDING". 13:35:10,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO10126PADDING". 13:35:10,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO7816-4". 13:35:10,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ISO7816-4PADDING". 13:35:10,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/NOPADDING". 13:35:10,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/PKCS5". 13:35:10,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/PKCS5PADDING". 13:35:10,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/PKCS7". 13:35:10,745 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/PKCS7PADDING". 13:35:10,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/TBC". 13:35:10,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/TBCPADDING". 13:35:10,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/X9.23". 13:35:10,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/X9.23PADDING". 13:35:10,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ZEROBYTE". 13:35:10,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB8/ZEROBYTEPADDING". 13:35:10,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/". 13:35:10,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO10126". 13:35:10,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO10126-2". 13:35:10,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO10126-2PADDING". 13:35:10,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO10126PADDING". 13:35:10,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO7816-4". 13:35:10,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ISO7816-4PADDING". 13:35:10,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/NOPADDING". 13:35:10,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/PKCS5". 13:35:10,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/PKCS5PADDING". 13:35:10,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/PKCS7". 13:35:10,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/PKCS7PADDING". 13:35:10,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/TBC". 13:35:10,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/TBCPADDING". 13:35:10,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/X9.23". 13:35:10,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/X9.23PADDING". 13:35:10,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ZEROBYTE". 13:35:10,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB80/ZEROBYTEPADDING". 13:35:10,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/". 13:35:10,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO10126". 13:35:10,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO10126-2". 13:35:10,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO10126-2PADDING". 13:35:10,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO10126PADDING". 13:35:10,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO7816-4". 13:35:10,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ISO7816-4PADDING". 13:35:10,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/NOPADDING". 13:35:10,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/PKCS5". 13:35:10,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/PKCS5PADDING". 13:35:10,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/PKCS7". 13:35:10,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/PKCS7PADDING". 13:35:10,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/TBC". 13:35:10,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/TBCPADDING". 13:35:10,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/X9.23". 13:35:10,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/X9.23PADDING". 13:35:10,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ZEROBYTE". 13:35:10,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB88/ZEROBYTEPADDING". 13:35:10,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/". 13:35:10,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO10126". 13:35:10,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO10126-2". 13:35:10,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO10126-2PADDING". 13:35:10,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO10126PADDING". 13:35:10,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO7816-4". 13:35:10,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ISO7816-4PADDING". 13:35:10,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/NOPADDING". 13:35:10,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/PKCS5". 13:35:10,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/PKCS5PADDING". 13:35:10,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/PKCS7". 13:35:10,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/PKCS7PADDING". 13:35:10,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/TBC". 13:35:10,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/TBCPADDING". 13:35:10,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/X9.23". 13:35:10,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/X9.23PADDING". 13:35:10,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ZEROBYTE". 13:35:10,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CFB96/ZEROBYTEPADDING". 13:35:10,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CTS/". 13:35:10,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/CTS/NOPADDING". 13:35:10,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/EAX/". 13:35:10,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/EAX/NOPADDING". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/ECB/". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/ECB/NOPADDING". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/GCM/". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/GCM/NOPADDING". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO10126". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO10126-2". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO10126-2PADDING". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO10126PADDING". 13:35:10,755 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO7816-4". 13:35:10,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ISO7816-4PADDING". 13:35:10,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/NOPADDING". 13:35:10,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/PKCS5". 13:35:10,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/PKCS5PADDING". 13:35:10,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/PKCS7". 13:35:10,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/PKCS7PADDING". 13:35:10,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/TBC". 13:35:10,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/TBCPADDING". 13:35:10,756 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/X9.23". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/X9.23PADDING". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ZEROBYTE". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB/ZEROBYTEPADDING". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO10126". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO10126-2". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO10126-2PADDING". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO10126PADDING". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO7816-4". 13:35:10,757 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ISO7816-4PADDING". 13:35:10,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/NOPADDING". 13:35:10,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/PKCS5". 13:35:10,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/PKCS5PADDING". 13:35:10,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/PKCS7". 13:35:10,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/PKCS7PADDING". 13:35:10,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/TBC". 13:35:10,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/TBCPADDING". 13:35:10,758 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/X9.23". 13:35:10,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/X9.23PADDING". 13:35:10,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ZEROBYTE". 13:35:10,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB104/ZEROBYTEPADDING". 13:35:10,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/". 13:35:10,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO10126". 13:35:10,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO10126-2". 13:35:10,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO10126-2PADDING". 13:35:10,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO10126PADDING". 13:35:10,759 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO7816-4". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ISO7816-4PADDING". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/NOPADDING". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/PKCS5". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/PKCS5PADDING". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/PKCS7". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/PKCS7PADDING". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/TBC". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/TBCPADDING". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/X9.23". 13:35:10,760 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/X9.23PADDING". 13:35:10,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ZEROBYTE". 13:35:10,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB112/ZEROBYTEPADDING". 13:35:10,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/". 13:35:10,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO10126". 13:35:10,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO10126-2". 13:35:10,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO10126-2PADDING". 13:35:10,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO10126PADDING". 13:35:10,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO7816-4". 13:35:10,761 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ISO7816-4PADDING". 13:35:10,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/NOPADDING". 13:35:10,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/PKCS5". 13:35:10,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/PKCS5PADDING". 13:35:10,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/PKCS7". 13:35:10,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/PKCS7PADDING". 13:35:10,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/TBC". 13:35:10,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/TBCPADDING". 13:35:10,762 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/X9.23". 13:35:10,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/X9.23PADDING". 13:35:10,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ZEROBYTE". 13:35:10,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB120/ZEROBYTEPADDING". 13:35:10,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/". 13:35:10,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO10126". 13:35:10,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO10126-2". 13:35:10,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO10126-2PADDING". 13:35:10,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO10126PADDING". 13:35:10,763 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO7816-4". 13:35:10,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ISO7816-4PADDING". 13:35:10,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/NOPADDING". 13:35:10,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/PKCS5". 13:35:10,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/PKCS5PADDING". 13:35:10,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/PKCS7". 13:35:10,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/PKCS7PADDING". 13:35:10,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/TBC". 13:35:10,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/TBCPADDING". 13:35:10,764 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/X9.23". 13:35:10,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/X9.23PADDING". 13:35:10,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ZEROBYTE". 13:35:10,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB128/ZEROBYTEPADDING". 13:35:10,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/". 13:35:10,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO10126". 13:35:10,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO10126-2". 13:35:10,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO10126-2PADDING". 13:35:10,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO10126PADDING". 13:35:10,765 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO7816-4". 13:35:10,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ISO7816-4PADDING". 13:35:10,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/NOPADDING". 13:35:10,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/PKCS5". 13:35:10,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/PKCS5PADDING". 13:35:10,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/PKCS7". 13:35:10,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/PKCS7PADDING". 13:35:10,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/TBC". 13:35:10,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/TBCPADDING". 13:35:10,766 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/X9.23". 13:35:10,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/X9.23PADDING". 13:35:10,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ZEROBYTE". 13:35:10,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB136/ZEROBYTEPADDING". 13:35:10,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/". 13:35:10,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO10126". 13:35:10,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO10126-2". 13:35:10,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO10126-2PADDING". 13:35:10,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO10126PADDING". 13:35:10,767 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO7816-4". 13:35:10,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ISO7816-4PADDING". 13:35:10,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/NOPADDING". 13:35:10,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/PKCS5". 13:35:10,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/PKCS5PADDING". 13:35:10,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/PKCS7". 13:35:10,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/PKCS7PADDING". 13:35:10,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/TBC". 13:35:10,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/TBCPADDING". 13:35:10,768 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/X9.23". 13:35:10,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/X9.23PADDING". 13:35:10,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ZEROBYTE". 13:35:10,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB144/ZEROBYTEPADDING". 13:35:10,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/". 13:35:10,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO10126". 13:35:10,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO10126-2". 13:35:10,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO10126-2PADDING". 13:35:10,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO10126PADDING". 13:35:10,769 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO7816-4". 13:35:10,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ISO7816-4PADDING". 13:35:10,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/NOPADDING". 13:35:10,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/PKCS5". 13:35:10,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/PKCS5PADDING". 13:35:10,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/PKCS7". 13:35:10,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/PKCS7PADDING". 13:35:10,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/TBC". 13:35:10,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/TBCPADDING". 13:35:10,770 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/X9.23". 13:35:10,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/X9.23PADDING". 13:35:10,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ZEROBYTE". 13:35:10,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB152/ZEROBYTEPADDING". 13:35:10,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/". 13:35:10,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO10126". 13:35:10,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO10126-2". 13:35:10,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO10126-2PADDING". 13:35:10,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO10126PADDING". 13:35:10,771 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO7816-4". 13:35:10,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ISO7816-4PADDING". 13:35:10,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/NOPADDING". 13:35:10,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/PKCS5". 13:35:10,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/PKCS5PADDING". 13:35:10,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/PKCS7". 13:35:10,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/PKCS7PADDING". 13:35:10,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/TBC". 13:35:10,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/TBCPADDING". 13:35:10,772 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/X9.23". 13:35:10,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/X9.23PADDING". 13:35:10,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ZEROBYTE". 13:35:10,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB16/ZEROBYTEPADDING". 13:35:10,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/". 13:35:10,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO10126". 13:35:10,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO10126-2". 13:35:10,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO10126-2PADDING". 13:35:10,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO10126PADDING". 13:35:10,773 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO7816-4". 13:35:10,774 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ISO7816-4PADDING". 13:35:10,774 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/NOPADDING". 13:35:10,774 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/PKCS5". 13:35:10,774 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/PKCS5PADDING". 13:35:10,774 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/PKCS7". 13:35:10,774 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/PKCS7PADDING". 13:35:10,774 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/TBC". 13:35:10,774 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/TBCPADDING". 13:35:10,774 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/X9.23". 13:35:10,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/X9.23PADDING". 13:35:10,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ZEROBYTE". 13:35:10,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB160/ZEROBYTEPADDING". 13:35:10,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/". 13:35:10,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO10126". 13:35:10,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO10126-2". 13:35:10,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO10126-2PADDING". 13:35:10,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO10126PADDING". 13:35:10,775 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO7816-4". 13:35:10,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ISO7816-4PADDING". 13:35:10,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/NOPADDING". 13:35:10,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/PKCS5". 13:35:10,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/PKCS5PADDING". 13:35:10,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/PKCS7". 13:35:10,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/PKCS7PADDING". 13:35:10,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/TBC". 13:35:10,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/TBCPADDING". 13:35:10,776 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/X9.23". 13:35:10,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/X9.23PADDING". 13:35:10,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ZEROBYTE". 13:35:10,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB168/ZEROBYTEPADDING". 13:35:10,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/". 13:35:10,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO10126". 13:35:10,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO10126-2". 13:35:10,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO10126-2PADDING". 13:35:10,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO10126PADDING". 13:35:10,777 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO7816-4". 13:35:10,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ISO7816-4PADDING". 13:35:10,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/NOPADDING". 13:35:10,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/PKCS5". 13:35:10,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/PKCS5PADDING". 13:35:10,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/PKCS7". 13:35:10,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/PKCS7PADDING". 13:35:10,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/TBC". 13:35:10,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/TBCPADDING". 13:35:10,778 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/X9.23". 13:35:10,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/X9.23PADDING". 13:35:10,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ZEROBYTE". 13:35:10,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB176/ZEROBYTEPADDING". 13:35:10,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/". 13:35:10,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO10126". 13:35:10,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO10126-2". 13:35:10,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO10126-2PADDING". 13:35:10,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO10126PADDING". 13:35:10,779 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO7816-4". 13:35:10,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ISO7816-4PADDING". 13:35:10,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/NOPADDING". 13:35:10,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/PKCS5". 13:35:10,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/PKCS5PADDING". 13:35:10,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/PKCS7". 13:35:10,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/PKCS7PADDING". 13:35:10,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/TBC". 13:35:10,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/TBCPADDING". 13:35:10,780 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/X9.23". 13:35:10,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/X9.23PADDING". 13:35:10,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ZEROBYTE". 13:35:10,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB184/ZEROBYTEPADDING". 13:35:10,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/". 13:35:10,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO10126". 13:35:10,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO10126-2". 13:35:10,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO10126-2PADDING". 13:35:10,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO10126PADDING". 13:35:10,781 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO7816-4". 13:35:10,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ISO7816-4PADDING". 13:35:10,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/NOPADDING". 13:35:10,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/PKCS5". 13:35:10,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/PKCS5PADDING". 13:35:10,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/PKCS7". 13:35:10,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/PKCS7PADDING". 13:35:10,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/TBC". 13:35:10,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/TBCPADDING". 13:35:10,782 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/X9.23". 13:35:10,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/X9.23PADDING". 13:35:10,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ZEROBYTE". 13:35:10,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB192/ZEROBYTEPADDING". 13:35:10,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/". 13:35:10,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO10126". 13:35:10,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO10126-2". 13:35:10,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO10126-2PADDING". 13:35:10,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO10126PADDING". 13:35:10,783 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO7816-4". 13:35:10,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ISO7816-4PADDING". 13:35:10,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/NOPADDING". 13:35:10,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/PKCS5". 13:35:10,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/PKCS5PADDING". 13:35:10,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/PKCS7". 13:35:10,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/PKCS7PADDING". 13:35:10,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/TBC". 13:35:10,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/TBCPADDING". 13:35:10,784 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/X9.23". 13:35:10,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/X9.23PADDING". 13:35:10,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ZEROBYTE". 13:35:10,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB200/ZEROBYTEPADDING". 13:35:10,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/". 13:35:10,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO10126". 13:35:10,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO10126-2". 13:35:10,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO10126-2PADDING". 13:35:10,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO10126PADDING". 13:35:10,785 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO7816-4". 13:35:10,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ISO7816-4PADDING". 13:35:10,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/NOPADDING". 13:35:10,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/PKCS5". 13:35:10,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/PKCS5PADDING". 13:35:10,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/PKCS7". 13:35:10,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/PKCS7PADDING". 13:35:10,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/TBC". 13:35:10,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/TBCPADDING". 13:35:10,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/X9.23". 13:35:10,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/X9.23PADDING". 13:35:10,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ZEROBYTE". 13:35:10,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB208/ZEROBYTEPADDING". 13:35:10,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/". 13:35:10,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO10126". 13:35:10,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO10126-2". 13:35:10,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO10126-2PADDING". 13:35:10,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO10126PADDING". 13:35:10,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO7816-4". 13:35:10,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ISO7816-4PADDING". 13:35:10,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/NOPADDING". 13:35:10,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/PKCS5". 13:35:10,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/PKCS5PADDING". 13:35:10,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/PKCS7". 13:35:10,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/PKCS7PADDING". 13:35:10,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/TBC". 13:35:10,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/TBCPADDING". 13:35:10,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/X9.23". 13:35:10,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/X9.23PADDING". 13:35:10,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ZEROBYTE". 13:35:10,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB216/ZEROBYTEPADDING". 13:35:10,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/". 13:35:10,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO10126". 13:35:10,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO10126-2". 13:35:10,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO10126-2PADDING". 13:35:10,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO10126PADDING". 13:35:10,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO7816-4". 13:35:10,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ISO7816-4PADDING". 13:35:10,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/NOPADDING". 13:35:10,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/PKCS5". 13:35:10,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/PKCS5PADDING". 13:35:10,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/PKCS7". 13:35:10,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/PKCS7PADDING". 13:35:10,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/TBC". 13:35:10,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/TBCPADDING". 13:35:10,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/X9.23". 13:35:10,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/X9.23PADDING". 13:35:10,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ZEROBYTE". 13:35:10,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB224/ZEROBYTEPADDING". 13:35:10,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/". 13:35:10,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO10126". 13:35:10,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO10126-2". 13:35:10,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO10126-2PADDING". 13:35:10,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO10126PADDING". 13:35:10,791 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO7816-4". 13:35:10,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ISO7816-4PADDING". 13:35:10,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/NOPADDING". 13:35:10,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/PKCS5". 13:35:10,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/PKCS5PADDING". 13:35:10,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/PKCS7". 13:35:10,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/PKCS7PADDING". 13:35:10,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/TBC". 13:35:10,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/TBCPADDING". 13:35:10,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/X9.23". 13:35:10,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/X9.23PADDING". 13:35:10,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ZEROBYTE". 13:35:10,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB232/ZEROBYTEPADDING". 13:35:10,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/". 13:35:10,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO10126". 13:35:10,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO10126-2". 13:35:10,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO10126-2PADDING". 13:35:10,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO10126PADDING". 13:35:10,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO7816-4". 13:35:10,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ISO7816-4PADDING". 13:35:10,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/NOPADDING". 13:35:10,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/PKCS5". 13:35:10,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/PKCS5PADDING". 13:35:10,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/PKCS7". 13:35:10,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/PKCS7PADDING". 13:35:10,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/TBC". 13:35:10,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/TBCPADDING". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/X9.23". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/X9.23PADDING". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ZEROBYTE". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB24/ZEROBYTEPADDING". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO10126". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO10126-2". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO10126-2PADDING". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO10126PADDING". 13:35:10,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO7816-4". 13:35:10,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ISO7816-4PADDING". 13:35:10,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/NOPADDING". 13:35:10,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/PKCS5". 13:35:10,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/PKCS5PADDING". 13:35:10,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/PKCS7". 13:35:10,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/PKCS7PADDING". 13:35:10,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/TBC". 13:35:10,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/TBCPADDING". 13:35:10,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/X9.23". 13:35:10,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/X9.23PADDING". 13:35:10,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ZEROBYTE". 13:35:10,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB240/ZEROBYTEPADDING". 13:35:10,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/". 13:35:10,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO10126". 13:35:10,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO10126-2". 13:35:10,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO10126-2PADDING". 13:35:10,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO10126PADDING". 13:35:10,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO7816-4". 13:35:10,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ISO7816-4PADDING". 13:35:10,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/NOPADDING". 13:35:10,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/PKCS5". 13:35:10,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/PKCS5PADDING". 13:35:10,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/PKCS7". 13:35:10,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/PKCS7PADDING". 13:35:10,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/TBC". 13:35:10,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/TBCPADDING". 13:35:10,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/X9.23". 13:35:10,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/X9.23PADDING". 13:35:10,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ZEROBYTE". 13:35:10,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB248/ZEROBYTEPADDING". 13:35:10,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/". 13:35:10,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO10126". 13:35:10,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO10126-2". 13:35:10,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO10126-2PADDING". 13:35:10,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO10126PADDING". 13:35:10,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO7816-4". 13:35:10,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ISO7816-4PADDING". 13:35:10,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/NOPADDING". 13:35:10,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/PKCS5". 13:35:10,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/PKCS5PADDING". 13:35:10,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/PKCS7". 13:35:10,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/PKCS7PADDING". 13:35:10,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/TBC". 13:35:10,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/TBCPADDING". 13:35:10,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/X9.23". 13:35:10,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/X9.23PADDING". 13:35:10,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ZEROBYTE". 13:35:10,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB256/ZEROBYTEPADDING". 13:35:10,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/". 13:35:10,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO10126". 13:35:10,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO10126-2". 13:35:10,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO10126-2PADDING". 13:35:10,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO10126PADDING". 13:35:10,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO7816-4". 13:35:10,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ISO7816-4PADDING". 13:35:10,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/NOPADDING". 13:35:10,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/PKCS5". 13:35:10,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/PKCS5PADDING". 13:35:10,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/PKCS7". 13:35:10,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/PKCS7PADDING". 13:35:10,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/TBC". 13:35:10,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/TBCPADDING". 13:35:10,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/X9.23". 13:35:10,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/X9.23PADDING". 13:35:10,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ZEROBYTE". 13:35:10,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB32/ZEROBYTEPADDING". 13:35:10,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/". 13:35:10,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO10126". 13:35:10,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO10126-2". 13:35:10,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO10126-2PADDING". 13:35:10,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO10126PADDING". 13:35:10,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO7816-4". 13:35:10,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ISO7816-4PADDING". 13:35:10,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/NOPADDING". 13:35:10,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/PKCS5". 13:35:10,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/PKCS5PADDING". 13:35:10,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/PKCS7". 13:35:10,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/PKCS7PADDING". 13:35:10,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/TBC". 13:35:10,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/TBCPADDING". 13:35:10,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/X9.23". 13:35:10,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/X9.23PADDING". 13:35:10,805 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ZEROBYTE". 13:35:10,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB40/ZEROBYTEPADDING". 13:35:10,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/". 13:35:10,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO10126". 13:35:10,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO10126-2". 13:35:10,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO10126-2PADDING". 13:35:10,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO10126PADDING". 13:35:10,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO7816-4". 13:35:10,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ISO7816-4PADDING". 13:35:10,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/NOPADDING". 13:35:10,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/PKCS5". 13:35:10,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/PKCS5PADDING". 13:35:10,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/PKCS7". 13:35:10,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/PKCS7PADDING". 13:35:10,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/TBC". 13:35:10,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/TBCPADDING". 13:35:10,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/X9.23". 13:35:10,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/X9.23PADDING". 13:35:10,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ZEROBYTE". 13:35:10,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB48/ZEROBYTEPADDING". 13:35:10,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/". 13:35:10,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO10126". 13:35:10,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO10126-2". 13:35:10,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO10126-2PADDING". 13:35:10,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO10126PADDING". 13:35:10,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO7816-4". 13:35:10,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ISO7816-4PADDING". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/NOPADDING". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/PKCS5". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/PKCS5PADDING". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/PKCS7". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/PKCS7PADDING". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/TBC". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/TBCPADDING". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/X9.23". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/X9.23PADDING". 13:35:10,809 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ZEROBYTE". 13:35:10,810 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB56/ZEROBYTEPADDING". 13:35:10,810 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/". 13:35:10,810 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO10126". 13:35:10,810 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO10126-2". 13:35:10,810 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO10126-2PADDING". 13:35:10,810 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO10126PADDING". 13:35:10,810 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO7816-4". 13:35:10,810 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ISO7816-4PADDING". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/NOPADDING". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/PKCS5". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/PKCS5PADDING". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/PKCS7". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/PKCS7PADDING". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/TBC". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/TBCPADDING". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/X9.23". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/X9.23PADDING". 13:35:10,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ZEROBYTE". 13:35:10,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB64/ZEROBYTEPADDING". 13:35:10,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/". 13:35:10,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO10126". 13:35:10,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO10126-2". 13:35:10,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO10126-2PADDING". 13:35:10,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO10126PADDING". 13:35:10,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO7816-4". 13:35:10,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ISO7816-4PADDING". 13:35:10,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/NOPADDING". 13:35:10,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/PKCS5". 13:35:10,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/PKCS5PADDING". 13:35:10,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/PKCS7". 13:35:10,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/PKCS7PADDING". 13:35:10,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/TBC". 13:35:10,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/TBCPADDING". 13:35:10,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/X9.23". 13:35:10,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/X9.23PADDING". 13:35:10,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ZEROBYTE". 13:35:10,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB72/ZEROBYTEPADDING". 13:35:10,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/". 13:35:10,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO10126". 13:35:10,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO10126-2". 13:35:10,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO10126-2PADDING". 13:35:10,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO10126PADDING". 13:35:10,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO7816-4". 13:35:10,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ISO7816-4PADDING". 13:35:10,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/NOPADDING". 13:35:10,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/PKCS5". 13:35:10,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/PKCS5PADDING". 13:35:10,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/PKCS7". 13:35:10,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/PKCS7PADDING". 13:35:10,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/TBC". 13:35:10,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/TBCPADDING". 13:35:10,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/X9.23". 13:35:10,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/X9.23PADDING". 13:35:10,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ZEROBYTE". 13:35:10,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB8/ZEROBYTEPADDING". 13:35:10,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/". 13:35:10,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO10126". 13:35:10,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO10126-2". 13:35:10,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO10126-2PADDING". 13:35:10,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO10126PADDING". 13:35:10,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO7816-4". 13:35:10,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ISO7816-4PADDING". 13:35:10,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/NOPADDING". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/PKCS5". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/PKCS5PADDING". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/PKCS7". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/PKCS7PADDING". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/TBC". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/TBCPADDING". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/X9.23". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/X9.23PADDING". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ZEROBYTE". 13:35:10,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB80/ZEROBYTEPADDING". 13:35:10,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/". 13:35:10,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO10126". 13:35:10,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO10126-2". 13:35:10,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO10126-2PADDING". 13:35:10,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO10126PADDING". 13:35:10,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO7816-4". 13:35:10,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ISO7816-4PADDING". 13:35:10,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/NOPADDING". 13:35:10,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/PKCS5". 13:35:10,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/PKCS5PADDING". 13:35:10,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/PKCS7". 13:35:10,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/PKCS7PADDING". 13:35:10,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/TBC". 13:35:10,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/TBCPADDING". 13:35:10,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/X9.23". 13:35:10,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/X9.23PADDING". 13:35:10,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ZEROBYTE". 13:35:10,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB88/ZEROBYTEPADDING". 13:35:10,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/". 13:35:10,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO10126". 13:35:10,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO10126-2". 13:35:10,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO10126-2PADDING". 13:35:10,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO10126PADDING". 13:35:10,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO7816-4". 13:35:10,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ISO7816-4PADDING". 13:35:10,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/NOPADDING". 13:35:10,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/PKCS5". 13:35:10,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/PKCS5PADDING". 13:35:10,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/PKCS7". 13:35:10,822 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/PKCS7PADDING". 13:35:10,822 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/TBC". 13:35:10,822 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/TBCPADDING". 13:35:10,822 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/X9.23". 13:35:10,822 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/X9.23PADDING". 13:35:10,822 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ZEROBYTE". 13:35:10,823 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/OFB96/ZEROBYTEPADDING". 13:35:10,823 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/". 13:35:10,823 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO10126". 13:35:10,823 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO10126-2". 13:35:10,823 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO10126-2PADDING". 13:35:10,823 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO10126PADDING". 13:35:10,823 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO7816-4". 13:35:10,824 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ISO7816-4PADDING". 13:35:10,824 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/NOPADDING". 13:35:10,824 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/PKCS5". 13:35:10,824 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/PKCS5PADDING". 13:35:10,824 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/PKCS7". 13:35:10,824 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/PKCS7PADDING". 13:35:10,824 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/TBC". 13:35:10,824 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/TBCPADDING". 13:35:10,825 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/X9.23". 13:35:10,825 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/X9.23PADDING". 13:35:10,825 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ZEROBYTE". 13:35:10,825 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES.LIGHT/SIC/ZEROBYTEPADDING". 13:35:10,825 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES//". 13:35:10,825 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES//NOPADDING". 13:35:10,825 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC-CTS/". 13:35:10,825 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC-CTS/NOPADDING". 13:35:10,825 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/". 13:35:10,826 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO10126". 13:35:10,826 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO10126-2". 13:35:10,826 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO10126-2PADDING". 13:35:10,826 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO10126PADDING". 13:35:10,826 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO7816-4". 13:35:10,826 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ISO7816-4PADDING". 13:35:10,826 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/NOPADDING". 13:35:10,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/PKCS5". 13:35:10,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/PKCS5PADDING". 13:35:10,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/PKCS7". 13:35:10,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/PKCS7PADDING". 13:35:10,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/TBC". 13:35:10,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/TBCPADDING". 13:35:10,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/X9.23". 13:35:10,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/X9.23PADDING". 13:35:10,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ZEROBYTE". 13:35:10,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CBC/ZEROBYTEPADDING". 13:35:10,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CCM/". 13:35:10,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CCM/NOPADDING". 13:35:10,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/". 13:35:10,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO10126". 13:35:10,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO10126-2". 13:35:10,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO10126-2PADDING". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO10126PADDING". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO7816-4". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ISO7816-4PADDING". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/NOPADDING". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/PKCS5". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/PKCS5PADDING". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/PKCS7". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/PKCS7PADDING". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/TBC". 13:35:10,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/TBCPADDING". 13:35:10,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/X9.23". 13:35:10,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/X9.23PADDING". 13:35:10,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ZEROBYTE". 13:35:10,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB/ZEROBYTEPADDING". 13:35:10,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/". 13:35:10,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO10126". 13:35:10,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO10126-2". 13:35:10,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO10126-2PADDING". 13:35:10,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO10126PADDING". 13:35:10,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO7816-4". 13:35:10,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ISO7816-4PADDING". 13:35:10,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/NOPADDING". 13:35:10,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/PKCS5". 13:35:10,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/PKCS5PADDING". 13:35:10,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/PKCS7". 13:35:10,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/PKCS7PADDING". 13:35:10,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/TBC". 13:35:10,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/TBCPADDING". 13:35:10,832 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/X9.23". 13:35:10,832 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/X9.23PADDING". 13:35:10,832 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ZEROBYTE". 13:35:10,832 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB104/ZEROBYTEPADDING". 13:35:10,832 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/". 13:35:10,832 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO10126". 13:35:10,832 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO10126-2". 13:35:10,832 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO10126-2PADDING". 13:35:10,832 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO10126PADDING". 13:35:10,833 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO7816-4". 13:35:10,833 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ISO7816-4PADDING". 13:35:10,833 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/NOPADDING". 13:35:10,833 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/PKCS5". 13:35:10,833 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/PKCS5PADDING". 13:35:10,833 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/PKCS7". 13:35:10,833 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/PKCS7PADDING". 13:35:10,833 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/TBC". 13:35:10,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/TBCPADDING". 13:35:10,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/X9.23". 13:35:10,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/X9.23PADDING". 13:35:10,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ZEROBYTE". 13:35:10,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB112/ZEROBYTEPADDING". 13:35:10,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/". 13:35:10,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO10126". 13:35:10,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO10126-2". 13:35:10,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO10126-2PADDING". 13:35:10,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO10126PADDING". 13:35:10,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO7816-4". 13:35:10,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ISO7816-4PADDING". 13:35:10,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/NOPADDING". 13:35:10,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/PKCS5". 13:35:10,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/PKCS5PADDING". 13:35:10,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/PKCS7". 13:35:10,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/PKCS7PADDING". 13:35:10,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/TBC". 13:35:10,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/TBCPADDING". 13:35:10,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/X9.23". 13:35:10,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/X9.23PADDING". 13:35:10,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ZEROBYTE". 13:35:10,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB120/ZEROBYTEPADDING". 13:35:10,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/". 13:35:10,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO10126". 13:35:10,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO10126-2". 13:35:10,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO10126-2PADDING". 13:35:10,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO10126PADDING". 13:35:10,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO7816-4". 13:35:10,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ISO7816-4PADDING". 13:35:10,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/NOPADDING". 13:35:10,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/PKCS5". 13:35:10,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/PKCS5PADDING". 13:35:10,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/PKCS7". 13:35:10,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/PKCS7PADDING". 13:35:10,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/TBC". 13:35:10,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/TBCPADDING". 13:35:10,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/X9.23". 13:35:10,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/X9.23PADDING". 13:35:10,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ZEROBYTE". 13:35:10,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB128/ZEROBYTEPADDING". 13:35:10,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/". 13:35:10,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO10126". 13:35:10,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO10126-2". 13:35:10,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO10126-2PADDING". 13:35:10,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO10126PADDING". 13:35:10,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO7816-4". 13:35:10,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ISO7816-4PADDING". 13:35:10,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/NOPADDING". 13:35:10,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/PKCS5". 13:35:10,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/PKCS5PADDING". 13:35:10,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/PKCS7". 13:35:10,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/PKCS7PADDING". 13:35:10,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/TBC". 13:35:10,841 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/TBCPADDING". 13:35:10,841 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/X9.23". 13:35:10,841 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/X9.23PADDING". 13:35:10,841 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ZEROBYTE". 13:35:10,841 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB136/ZEROBYTEPADDING". 13:35:10,842 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/". 13:35:10,842 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO10126". 13:35:10,842 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO10126-2". 13:35:10,842 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO10126-2PADDING". 13:35:10,842 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO10126PADDING". 13:35:10,843 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO7816-4". 13:35:10,843 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ISO7816-4PADDING". 13:35:10,843 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/NOPADDING". 13:35:10,843 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/PKCS5". 13:35:10,843 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/PKCS5PADDING". 13:35:10,844 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/PKCS7". 13:35:10,844 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/PKCS7PADDING". 13:35:10,844 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/TBC". 13:35:10,844 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/TBCPADDING". 13:35:10,844 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/X9.23". 13:35:10,845 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/X9.23PADDING". 13:35:10,845 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ZEROBYTE". 13:35:10,845 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB144/ZEROBYTEPADDING". 13:35:10,845 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/". 13:35:10,845 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO10126". 13:35:10,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO10126-2". 13:35:10,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO10126-2PADDING". 13:35:10,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO10126PADDING". 13:35:10,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO7816-4". 13:35:10,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ISO7816-4PADDING". 13:35:10,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/NOPADDING". 13:35:10,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/PKCS5". 13:35:10,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/PKCS5PADDING". 13:35:10,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/PKCS7". 13:35:10,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/PKCS7PADDING". 13:35:10,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/TBC". 13:35:10,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/TBCPADDING". 13:35:10,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/X9.23". 13:35:10,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/X9.23PADDING". 13:35:10,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ZEROBYTE". 13:35:10,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB152/ZEROBYTEPADDING". 13:35:10,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/". 13:35:10,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO10126". 13:35:10,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO10126-2". 13:35:10,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO10126-2PADDING". 13:35:10,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO10126PADDING". 13:35:10,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO7816-4". 13:35:10,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ISO7816-4PADDING". 13:35:10,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/NOPADDING". 13:35:10,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/PKCS5". 13:35:10,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/PKCS5PADDING". 13:35:10,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/PKCS7". 13:35:10,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/PKCS7PADDING". 13:35:10,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/TBC". 13:35:10,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/TBCPADDING". 13:35:10,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/X9.23". 13:35:10,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/X9.23PADDING". 13:35:10,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ZEROBYTE". 13:35:10,853 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB16/ZEROBYTEPADDING". 13:35:10,853 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/". 13:35:10,853 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO10126". 13:35:10,853 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO10126-2". 13:35:10,854 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO10126-2PADDING". 13:35:10,854 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO10126PADDING". 13:35:10,854 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO7816-4". 13:35:10,854 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ISO7816-4PADDING". 13:35:10,854 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/NOPADDING". 13:35:10,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/PKCS5". 13:35:10,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/PKCS5PADDING". 13:35:10,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/PKCS7". 13:35:10,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/PKCS7PADDING". 13:35:10,855 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/TBC". 13:35:10,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/TBCPADDING". 13:35:10,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/X9.23". 13:35:10,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/X9.23PADDING". 13:35:10,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ZEROBYTE". 13:35:10,856 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB160/ZEROBYTEPADDING". 13:35:10,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/". 13:35:10,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO10126". 13:35:10,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO10126-2". 13:35:10,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO10126-2PADDING". 13:35:10,857 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO10126PADDING". 13:35:10,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO7816-4". 13:35:10,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ISO7816-4PADDING". 13:35:10,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/NOPADDING". 13:35:10,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/PKCS5". 13:35:10,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/PKCS5PADDING". 13:35:10,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/PKCS7". 13:35:10,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/PKCS7PADDING". 13:35:10,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/TBC". 13:35:10,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/TBCPADDING". 13:35:10,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/X9.23". 13:35:10,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/X9.23PADDING". 13:35:10,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ZEROBYTE". 13:35:10,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB168/ZEROBYTEPADDING". 13:35:10,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/". 13:35:10,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO10126". 13:35:10,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO10126-2". 13:35:10,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO10126-2PADDING". 13:35:10,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO10126PADDING". 13:35:10,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO7816-4". 13:35:10,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ISO7816-4PADDING". 13:35:10,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/NOPADDING". 13:35:10,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/PKCS5". 13:35:10,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/PKCS5PADDING". 13:35:10,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/PKCS7". 13:35:10,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/PKCS7PADDING". 13:35:10,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/TBC". 13:35:10,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/TBCPADDING". 13:35:10,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/X9.23". 13:35:10,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/X9.23PADDING". 13:35:10,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ZEROBYTE". 13:35:10,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB176/ZEROBYTEPADDING". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO10126". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO10126-2". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO10126-2PADDING". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO10126PADDING". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO7816-4". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ISO7816-4PADDING". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/NOPADDING". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/PKCS5". 13:35:10,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/PKCS5PADDING". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/PKCS7". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/PKCS7PADDING". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/TBC". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/TBCPADDING". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/X9.23". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/X9.23PADDING". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ZEROBYTE". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB184/ZEROBYTEPADDING". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/". 13:35:10,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO10126". 13:35:10,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO10126-2". 13:35:10,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO10126-2PADDING". 13:35:10,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO10126PADDING". 13:35:10,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO7816-4". 13:35:10,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ISO7816-4PADDING". 13:35:10,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/NOPADDING". 13:35:10,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/PKCS5". 13:35:10,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/PKCS5PADDING". 13:35:10,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/PKCS7". 13:35:10,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/PKCS7PADDING". 13:35:10,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/TBC". 13:35:10,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/TBCPADDING". 13:35:10,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/X9.23". 13:35:10,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/X9.23PADDING". 13:35:10,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ZEROBYTE". 13:35:10,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB192/ZEROBYTEPADDING". 13:35:10,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/". 13:35:10,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO10126". 13:35:10,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO10126-2". 13:35:10,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO10126-2PADDING". 13:35:10,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO10126PADDING". 13:35:10,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO7816-4". 13:35:10,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ISO7816-4PADDING". 13:35:10,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/NOPADDING". 13:35:10,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/PKCS5". 13:35:10,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/PKCS5PADDING". 13:35:10,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/PKCS7". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/PKCS7PADDING". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/TBC". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/TBCPADDING". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/X9.23". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/X9.23PADDING". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ZEROBYTE". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB200/ZEROBYTEPADDING". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO10126". 13:35:10,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO10126-2". 13:35:10,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO10126-2PADDING". 13:35:10,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO10126PADDING". 13:35:10,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO7816-4". 13:35:10,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ISO7816-4PADDING". 13:35:10,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/NOPADDING". 13:35:10,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/PKCS5". 13:35:10,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/PKCS5PADDING". 13:35:10,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/PKCS7". 13:35:10,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/PKCS7PADDING". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/TBC". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/TBCPADDING". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/X9.23". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/X9.23PADDING". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ZEROBYTE". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB208/ZEROBYTEPADDING". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO10126". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO10126-2". 13:35:10,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO10126-2PADDING". 13:35:10,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO10126PADDING". 13:35:10,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO7816-4". 13:35:10,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ISO7816-4PADDING". 13:35:10,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/NOPADDING". 13:35:10,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/PKCS5". 13:35:10,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/PKCS5PADDING". 13:35:10,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/PKCS7". 13:35:10,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/PKCS7PADDING". 13:35:10,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/TBC". 13:35:10,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/TBCPADDING". 13:35:10,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/X9.23". 13:35:10,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/X9.23PADDING". 13:35:10,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ZEROBYTE". 13:35:10,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB216/ZEROBYTEPADDING". 13:35:10,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/". 13:35:10,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO10126". 13:35:10,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO10126-2". 13:35:10,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO10126-2PADDING". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO10126PADDING". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO7816-4". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ISO7816-4PADDING". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/NOPADDING". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/PKCS5". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/PKCS5PADDING". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/PKCS7". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/PKCS7PADDING". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/TBC". 13:35:10,874 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/TBCPADDING". 13:35:10,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/X9.23". 13:35:10,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/X9.23PADDING". 13:35:10,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ZEROBYTE". 13:35:10,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB224/ZEROBYTEPADDING". 13:35:10,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/". 13:35:10,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO10126". 13:35:10,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO10126-2". 13:35:10,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO10126-2PADDING". 13:35:10,875 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO10126PADDING". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO7816-4". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ISO7816-4PADDING". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/NOPADDING". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/PKCS5". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/PKCS5PADDING". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/PKCS7". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/PKCS7PADDING". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/TBC". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/TBCPADDING". 13:35:10,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/X9.23". 13:35:10,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/X9.23PADDING". 13:35:10,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ZEROBYTE". 13:35:10,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB232/ZEROBYTEPADDING". 13:35:10,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/". 13:35:10,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO10126". 13:35:10,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO10126-2". 13:35:10,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO10126-2PADDING". 13:35:10,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO10126PADDING". 13:35:10,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO7816-4". 13:35:10,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ISO7816-4PADDING". 13:35:10,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/NOPADDING". 13:35:10,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/PKCS5". 13:35:10,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/PKCS5PADDING". 13:35:10,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/PKCS7". 13:35:10,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/PKCS7PADDING". 13:35:10,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/TBC". 13:35:10,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/TBCPADDING". 13:35:10,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/X9.23". 13:35:10,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/X9.23PADDING". 13:35:10,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ZEROBYTE". 13:35:10,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB24/ZEROBYTEPADDING". 13:35:10,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/". 13:35:10,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO10126". 13:35:10,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO10126-2". 13:35:10,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO10126-2PADDING". 13:35:10,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO10126PADDING". 13:35:10,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO7816-4". 13:35:10,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ISO7816-4PADDING". 13:35:10,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/NOPADDING". 13:35:10,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/PKCS5". 13:35:10,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/PKCS5PADDING". 13:35:10,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/PKCS7". 13:35:10,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/PKCS7PADDING". 13:35:10,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/TBC". 13:35:10,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/TBCPADDING". 13:35:10,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/X9.23". 13:35:10,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/X9.23PADDING". 13:35:10,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ZEROBYTE". 13:35:10,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB240/ZEROBYTEPADDING". 13:35:10,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/". 13:35:10,882 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO10126". 13:35:10,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO10126-2". 13:35:10,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO10126-2PADDING". 13:35:10,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO10126PADDING". 13:35:10,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO7816-4". 13:35:10,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ISO7816-4PADDING". 13:35:10,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/NOPADDING". 13:35:10,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/PKCS5". 13:35:10,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/PKCS5PADDING". 13:35:10,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/PKCS7". 13:35:10,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/PKCS7PADDING". 13:35:10,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/TBC". 13:35:10,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/TBCPADDING". 13:35:10,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/X9.23". 13:35:10,885 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/X9.23PADDING". 13:35:10,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ZEROBYTE". 13:35:10,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB248/ZEROBYTEPADDING". 13:35:10,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/". 13:35:10,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO10126". 13:35:10,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO10126-2". 13:35:10,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO10126-2PADDING". 13:35:10,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO10126PADDING". 13:35:10,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO7816-4". 13:35:10,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ISO7816-4PADDING". 13:35:10,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/NOPADDING". 13:35:10,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/PKCS5". 13:35:10,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/PKCS5PADDING". 13:35:10,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/PKCS7". 13:35:10,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/PKCS7PADDING". 13:35:10,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/TBC". 13:35:10,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/TBCPADDING". 13:35:10,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/X9.23". 13:35:10,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/X9.23PADDING". 13:35:10,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ZEROBYTE". 13:35:10,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB256/ZEROBYTEPADDING". 13:35:10,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/". 13:35:10,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO10126". 13:35:10,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO10126-2". 13:35:10,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO10126-2PADDING". 13:35:10,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO10126PADDING". 13:35:10,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO7816-4". 13:35:10,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ISO7816-4PADDING". 13:35:10,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/NOPADDING". 13:35:10,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/PKCS5". 13:35:10,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/PKCS5PADDING". 13:35:10,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/PKCS7". 13:35:10,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/PKCS7PADDING". 13:35:10,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/TBC". 13:35:10,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/TBCPADDING". 13:35:10,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/X9.23". 13:35:10,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/X9.23PADDING". 13:35:10,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ZEROBYTE". 13:35:10,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB32/ZEROBYTEPADDING". 13:35:10,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/". 13:35:10,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO10126". 13:35:10,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO10126-2". 13:35:10,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO10126-2PADDING". 13:35:10,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO10126PADDING". 13:35:10,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO7816-4". 13:35:10,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ISO7816-4PADDING". 13:35:10,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/NOPADDING". 13:35:10,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/PKCS5". 13:35:10,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/PKCS5PADDING". 13:35:10,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/PKCS7". 13:35:10,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/PKCS7PADDING". 13:35:10,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/TBC". 13:35:10,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/TBCPADDING". 13:35:10,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/X9.23". 13:35:10,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/X9.23PADDING". 13:35:10,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ZEROBYTE". 13:35:10,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB40/ZEROBYTEPADDING". 13:35:10,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO10126". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO10126-2". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO10126-2PADDING". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO10126PADDING". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO7816-4". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ISO7816-4PADDING". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/NOPADDING". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/PKCS5". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/PKCS5PADDING". 13:35:10,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/PKCS7". 13:35:10,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/PKCS7PADDING". 13:35:10,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/TBC". 13:35:10,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/TBCPADDING". 13:35:10,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/X9.23". 13:35:10,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/X9.23PADDING". 13:35:10,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ZEROBYTE". 13:35:10,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB48/ZEROBYTEPADDING". 13:35:10,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/". 13:35:10,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO10126". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO10126-2". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO10126-2PADDING". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO10126PADDING". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO7816-4". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ISO7816-4PADDING". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/NOPADDING". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/PKCS5". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/PKCS5PADDING". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/PKCS7". 13:35:10,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/PKCS7PADDING". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/TBC". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/TBCPADDING". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/X9.23". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/X9.23PADDING". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ZEROBYTE". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB56/ZEROBYTEPADDING". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO10126". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO10126-2". 13:35:10,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO10126-2PADDING". 13:35:10,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO10126PADDING". 13:35:10,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO7816-4". 13:35:10,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ISO7816-4PADDING". 13:35:10,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/NOPADDING". 13:35:10,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/PKCS5". 13:35:10,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/PKCS5PADDING". 13:35:10,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/PKCS7". 13:35:10,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/PKCS7PADDING". 13:35:10,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/TBC". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/TBCPADDING". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/X9.23". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/X9.23PADDING". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ZEROBYTE". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB64/ZEROBYTEPADDING". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO10126". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO10126-2". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO10126-2PADDING". 13:35:10,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO10126PADDING". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO7816-4". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ISO7816-4PADDING". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/NOPADDING". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/PKCS5". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/PKCS5PADDING". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/PKCS7". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/PKCS7PADDING". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/TBC". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/TBCPADDING". 13:35:10,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/X9.23". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/X9.23PADDING". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ZEROBYTE". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB72/ZEROBYTEPADDING". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO10126". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO10126-2". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO10126-2PADDING". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO10126PADDING". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO7816-4". 13:35:10,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ISO7816-4PADDING". 13:35:10,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/NOPADDING". 13:35:10,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/PKCS5". 13:35:10,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/PKCS5PADDING". 13:35:10,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/PKCS7". 13:35:10,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/PKCS7PADDING". 13:35:10,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/TBC". 13:35:10,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/TBCPADDING". 13:35:10,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/X9.23". 13:35:10,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/X9.23PADDING". 13:35:10,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ZEROBYTE". 13:35:10,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB8/ZEROBYTEPADDING". 13:35:10,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/". 13:35:10,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO10126". 13:35:10,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO10126-2". 13:35:10,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO10126-2PADDING". 13:35:10,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO10126PADDING". 13:35:10,907 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO7816-4". 13:35:10,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ISO7816-4PADDING". 13:35:10,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/NOPADDING". 13:35:10,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/PKCS5". 13:35:10,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/PKCS5PADDING". 13:35:10,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/PKCS7". 13:35:10,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/PKCS7PADDING". 13:35:10,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/TBC". 13:35:10,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/TBCPADDING". 13:35:10,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/X9.23". 13:35:10,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/X9.23PADDING". 13:35:10,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ZEROBYTE". 13:35:10,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB80/ZEROBYTEPADDING". 13:35:10,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/". 13:35:10,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO10126". 13:35:10,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO10126-2". 13:35:10,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO10126-2PADDING". 13:35:10,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO10126PADDING". 13:35:10,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO7816-4". 13:35:10,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ISO7816-4PADDING". 13:35:10,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/NOPADDING". 13:35:10,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/PKCS5". 13:35:10,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/PKCS5PADDING". 13:35:10,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/PKCS7". 13:35:10,911 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/PKCS7PADDING". 13:35:10,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/TBC". 13:35:10,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/TBCPADDING". 13:35:10,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/X9.23". 13:35:10,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/X9.23PADDING". 13:35:10,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ZEROBYTE". 13:35:10,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB88/ZEROBYTEPADDING". 13:35:10,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/". 13:35:10,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO10126". 13:35:10,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO10126-2". 13:35:10,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO10126-2PADDING". 13:35:10,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO10126PADDING". 13:35:10,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO7816-4". 13:35:10,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ISO7816-4PADDING". 13:35:10,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/NOPADDING". 13:35:10,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/PKCS5". 13:35:10,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/PKCS5PADDING". 13:35:10,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/PKCS7". 13:35:10,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/PKCS7PADDING". 13:35:10,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/TBC". 13:35:10,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/TBCPADDING". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/X9.23". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/X9.23PADDING". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ZEROBYTE". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CFB96/ZEROBYTEPADDING". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CTS/". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/CTS/NOPADDING". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/EAX/". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/EAX/NOPADDING". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/ECB/". 13:35:10,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/ECB/NOPADDING". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/GCM/". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/GCM/NOPADDING". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO10126". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO10126-2". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO10126-2PADDING". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO10126PADDING". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO7816-4". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ISO7816-4PADDING". 13:35:10,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/NOPADDING". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/PKCS5". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/PKCS5PADDING". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/PKCS7". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/PKCS7PADDING". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/TBC". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/TBCPADDING". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/X9.23". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/X9.23PADDING". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ZEROBYTE". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB/ZEROBYTEPADDING". 13:35:10,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/". 13:35:10,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO10126". 13:35:10,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO10126-2". 13:35:10,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO10126-2PADDING". 13:35:10,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO10126PADDING". 13:35:10,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO7816-4". 13:35:10,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ISO7816-4PADDING". 13:35:10,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/NOPADDING". 13:35:10,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/PKCS5". 13:35:10,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/PKCS5PADDING". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/PKCS7". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/PKCS7PADDING". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/TBC". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/TBCPADDING". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/X9.23". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/X9.23PADDING". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ZEROBYTE". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB104/ZEROBYTEPADDING". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/". 13:35:10,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO10126". 13:35:10,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO10126-2". 13:35:10,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO10126-2PADDING". 13:35:10,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO10126PADDING". 13:35:10,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO7816-4". 13:35:10,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ISO7816-4PADDING". 13:35:10,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/NOPADDING". 13:35:10,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/PKCS5". 13:35:10,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/PKCS5PADDING". 13:35:10,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/PKCS7". 13:35:10,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/PKCS7PADDING". 13:35:10,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/TBC". 13:35:10,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/TBCPADDING". 13:35:10,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/X9.23". 13:35:10,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/X9.23PADDING". 13:35:10,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ZEROBYTE". 13:35:10,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB112/ZEROBYTEPADDING". 13:35:10,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/". 13:35:10,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO10126". 13:35:10,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO10126-2". 13:35:10,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO10126-2PADDING". 13:35:10,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO10126PADDING". 13:35:10,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO7816-4". 13:35:10,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ISO7816-4PADDING". 13:35:10,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/NOPADDING". 13:35:10,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/PKCS5". 13:35:10,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/PKCS5PADDING". 13:35:10,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/PKCS7". 13:35:10,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/PKCS7PADDING". 13:35:10,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/TBC". 13:35:10,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/TBCPADDING". 13:35:10,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/X9.23". 13:35:10,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/X9.23PADDING". 13:35:10,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ZEROBYTE". 13:35:10,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB120/ZEROBYTEPADDING". 13:35:10,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/". 13:35:10,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO10126". 13:35:10,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO10126-2". 13:35:10,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO10126-2PADDING". 13:35:10,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO10126PADDING". 13:35:10,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO7816-4". 13:35:10,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ISO7816-4PADDING". 13:35:10,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/NOPADDING". 13:35:10,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/PKCS5". 13:35:10,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/PKCS5PADDING". 13:35:10,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/PKCS7". 13:35:10,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/PKCS7PADDING". 13:35:10,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/TBC". 13:35:10,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/TBCPADDING". 13:35:10,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/X9.23". 13:35:10,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/X9.23PADDING". 13:35:10,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ZEROBYTE". 13:35:10,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB128/ZEROBYTEPADDING". 13:35:10,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/". 13:35:10,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO10126". 13:35:10,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO10126-2". 13:35:10,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO10126-2PADDING". 13:35:10,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO10126PADDING". 13:35:10,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO7816-4". 13:35:10,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ISO7816-4PADDING". 13:35:10,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/NOPADDING". 13:35:10,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/PKCS5". 13:35:10,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/PKCS5PADDING". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/PKCS7". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/PKCS7PADDING". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/TBC". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/TBCPADDING". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/X9.23". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/X9.23PADDING". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ZEROBYTE". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB136/ZEROBYTEPADDING". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/". 13:35:10,930 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO10126". 13:35:10,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO10126-2". 13:35:10,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO10126-2PADDING". 13:35:10,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO10126PADDING". 13:35:10,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO7816-4". 13:35:10,931 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ISO7816-4PADDING". 13:35:10,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/NOPADDING". 13:35:10,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/PKCS5". 13:35:10,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/PKCS5PADDING". 13:35:10,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/PKCS7". 13:35:10,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/PKCS7PADDING". 13:35:10,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/TBC". 13:35:10,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/TBCPADDING". 13:35:10,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/X9.23". 13:35:10,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/X9.23PADDING". 13:35:10,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ZEROBYTE". 13:35:10,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB144/ZEROBYTEPADDING". 13:35:10,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/". 13:35:10,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO10126". 13:35:10,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO10126-2". 13:35:10,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO10126-2PADDING". 13:35:10,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO10126PADDING". 13:35:10,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO7816-4". 13:35:10,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ISO7816-4PADDING". 13:35:10,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/NOPADDING". 13:35:10,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/PKCS5". 13:35:10,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/PKCS5PADDING". 13:35:10,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/PKCS7". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/PKCS7PADDING". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/TBC". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/TBCPADDING". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/X9.23". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/X9.23PADDING". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ZEROBYTE". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB152/ZEROBYTEPADDING". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO10126". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO10126-2". 13:35:10,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO10126-2PADDING". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO10126PADDING". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO7816-4". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ISO7816-4PADDING". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/NOPADDING". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/PKCS5". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/PKCS5PADDING". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/PKCS7". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/PKCS7PADDING". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/TBC". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/TBCPADDING". 13:35:10,937 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/X9.23". 13:35:10,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/X9.23PADDING". 13:35:10,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ZEROBYTE". 13:35:10,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB16/ZEROBYTEPADDING". 13:35:10,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/". 13:35:10,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO10126". 13:35:10,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO10126-2". 13:35:10,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO10126-2PADDING". 13:35:10,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO10126PADDING". 13:35:10,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO7816-4". 13:35:10,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ISO7816-4PADDING". 13:35:10,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/NOPADDING". 13:35:10,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/PKCS5". 13:35:10,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/PKCS5PADDING". 13:35:10,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/PKCS7". 13:35:10,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/PKCS7PADDING". 13:35:10,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/TBC". 13:35:10,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/TBCPADDING". 13:35:10,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/X9.23". 13:35:10,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/X9.23PADDING". 13:35:10,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ZEROBYTE". 13:35:10,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB160/ZEROBYTEPADDING". 13:35:10,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/". 13:35:10,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO10126". 13:35:10,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO10126-2". 13:35:10,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO10126-2PADDING". 13:35:10,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO10126PADDING". 13:35:10,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO7816-4". 13:35:10,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ISO7816-4PADDING". 13:35:10,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/NOPADDING". 13:35:10,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/PKCS5". 13:35:10,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/PKCS5PADDING". 13:35:10,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/PKCS7". 13:35:10,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/PKCS7PADDING". 13:35:10,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/TBC". 13:35:10,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/TBCPADDING". 13:35:10,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/X9.23". 13:35:10,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/X9.23PADDING". 13:35:10,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ZEROBYTE". 13:35:10,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB168/ZEROBYTEPADDING". 13:35:10,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/". 13:35:10,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO10126". 13:35:10,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO10126-2". 13:35:10,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO10126-2PADDING". 13:35:10,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO10126PADDING". 13:35:10,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO7816-4". 13:35:10,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ISO7816-4PADDING". 13:35:10,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/NOPADDING". 13:35:10,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/PKCS5". 13:35:10,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/PKCS5PADDING". 13:35:10,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/PKCS7". 13:35:10,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/PKCS7PADDING". 13:35:10,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/TBC". 13:35:10,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/TBCPADDING". 13:35:10,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/X9.23". 13:35:10,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/X9.23PADDING". 13:35:10,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ZEROBYTE". 13:35:10,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB176/ZEROBYTEPADDING". 13:35:10,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/". 13:35:10,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO10126". 13:35:10,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO10126-2". 13:35:10,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO10126-2PADDING". 13:35:10,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO10126PADDING". 13:35:10,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO7816-4". 13:35:10,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ISO7816-4PADDING". 13:35:10,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/NOPADDING". 13:35:10,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/PKCS5". 13:35:10,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/PKCS5PADDING". 13:35:10,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/PKCS7". 13:35:10,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/PKCS7PADDING". 13:35:10,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/TBC". 13:35:10,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/TBCPADDING". 13:35:10,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/X9.23". 13:35:10,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/X9.23PADDING". 13:35:10,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ZEROBYTE". 13:35:10,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB184/ZEROBYTEPADDING". 13:35:10,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/". 13:35:10,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO10126". 13:35:10,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO10126-2". 13:35:10,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO10126-2PADDING". 13:35:10,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO10126PADDING". 13:35:10,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO7816-4". 13:35:10,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ISO7816-4PADDING". 13:35:10,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/NOPADDING". 13:35:10,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/PKCS5". 13:35:10,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/PKCS5PADDING". 13:35:10,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/PKCS7". 13:35:10,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/PKCS7PADDING". 13:35:10,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/TBC". 13:35:10,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/TBCPADDING". 13:35:10,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/X9.23". 13:35:10,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/X9.23PADDING". 13:35:10,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ZEROBYTE". 13:35:10,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB192/ZEROBYTEPADDING". 13:35:10,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/". 13:35:10,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO10126". 13:35:10,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO10126-2". 13:35:10,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO10126-2PADDING". 13:35:10,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO10126PADDING". 13:35:10,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO7816-4". 13:35:10,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ISO7816-4PADDING". 13:35:10,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/NOPADDING". 13:35:10,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/PKCS5". 13:35:10,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/PKCS5PADDING". 13:35:10,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/PKCS7". 13:35:10,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/PKCS7PADDING". 13:35:10,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/TBC". 13:35:10,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/TBCPADDING". 13:35:10,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/X9.23". 13:35:10,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/X9.23PADDING". 13:35:10,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ZEROBYTE". 13:35:10,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB200/ZEROBYTEPADDING". 13:35:10,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/". 13:35:10,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO10126". 13:35:10,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO10126-2". 13:35:10,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO10126-2PADDING". 13:35:10,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO10126PADDING". 13:35:10,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO7816-4". 13:35:10,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ISO7816-4PADDING". 13:35:10,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/NOPADDING". 13:35:10,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/PKCS5". 13:35:10,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/PKCS5PADDING". 13:35:10,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/PKCS7". 13:35:10,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/PKCS7PADDING". 13:35:10,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/TBC". 13:35:10,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/TBCPADDING". 13:35:10,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/X9.23". 13:35:10,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/X9.23PADDING". 13:35:10,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ZEROBYTE". 13:35:10,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB208/ZEROBYTEPADDING". 13:35:10,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/". 13:35:10,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO10126". 13:35:10,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO10126-2". 13:35:10,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO10126-2PADDING". 13:35:10,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO10126PADDING". 13:35:10,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO7816-4". 13:35:10,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ISO7816-4PADDING". 13:35:10,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/NOPADDING". 13:35:10,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/PKCS5". 13:35:10,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/PKCS5PADDING". 13:35:10,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/PKCS7". 13:35:10,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/PKCS7PADDING". 13:35:10,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/TBC". 13:35:10,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/TBCPADDING". 13:35:10,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/X9.23". 13:35:10,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/X9.23PADDING". 13:35:10,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ZEROBYTE". 13:35:10,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB216/ZEROBYTEPADDING". 13:35:10,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/". 13:35:10,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO10126". 13:35:10,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO10126-2". 13:35:10,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO10126-2PADDING". 13:35:10,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO10126PADDING". 13:35:10,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO7816-4". 13:35:10,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ISO7816-4PADDING". 13:35:10,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/NOPADDING". 13:35:10,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/PKCS5". 13:35:10,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/PKCS5PADDING". 13:35:10,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/PKCS7". 13:35:10,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/PKCS7PADDING". 13:35:10,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/TBC". 13:35:10,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/TBCPADDING". 13:35:10,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/X9.23". 13:35:10,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/X9.23PADDING". 13:35:10,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ZEROBYTE". 13:35:10,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB224/ZEROBYTEPADDING". 13:35:10,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/". 13:35:10,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO10126". 13:35:10,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO10126-2". 13:35:10,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO10126-2PADDING". 13:35:10,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO10126PADDING". 13:35:10,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO7816-4". 13:35:10,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ISO7816-4PADDING". 13:35:10,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/NOPADDING". 13:35:10,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/PKCS5". 13:35:10,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/PKCS5PADDING". 13:35:10,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/PKCS7". 13:35:10,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/PKCS7PADDING". 13:35:10,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/TBC". 13:35:10,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/TBCPADDING". 13:35:10,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/X9.23". 13:35:10,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/X9.23PADDING". 13:35:10,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ZEROBYTE". 13:35:10,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB232/ZEROBYTEPADDING". 13:35:10,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/". 13:35:10,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO10126". 13:35:10,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO10126-2". 13:35:10,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO10126-2PADDING". 13:35:10,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO10126PADDING". 13:35:10,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO7816-4". 13:35:10,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ISO7816-4PADDING". 13:35:10,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/NOPADDING". 13:35:10,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/PKCS5". 13:35:10,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/PKCS5PADDING". 13:35:10,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/PKCS7". 13:35:10,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/PKCS7PADDING". 13:35:10,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/TBC". 13:35:10,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/TBCPADDING". 13:35:10,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/X9.23". 13:35:10,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/X9.23PADDING". 13:35:10,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ZEROBYTE". 13:35:10,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB24/ZEROBYTEPADDING". 13:35:10,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/". 13:35:10,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO10126". 13:35:10,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO10126-2". 13:35:10,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO10126-2PADDING". 13:35:10,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO10126PADDING". 13:35:10,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO7816-4". 13:35:10,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ISO7816-4PADDING". 13:35:10,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/NOPADDING". 13:35:10,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/PKCS5". 13:35:10,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/PKCS5PADDING". 13:35:10,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/PKCS7". 13:35:10,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/PKCS7PADDING". 13:35:10,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/TBC". 13:35:10,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/TBCPADDING". 13:35:10,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/X9.23". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/X9.23PADDING". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ZEROBYTE". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB240/ZEROBYTEPADDING". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO10126". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO10126-2". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO10126-2PADDING". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO10126PADDING". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO7816-4". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ISO7816-4PADDING". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/NOPADDING". 13:35:10,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/PKCS5". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/PKCS5PADDING". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/PKCS7". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/PKCS7PADDING". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/TBC". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/TBCPADDING". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/X9.23". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/X9.23PADDING". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ZEROBYTE". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB248/ZEROBYTEPADDING". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO10126". 13:35:10,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO10126-2". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO10126-2PADDING". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO10126PADDING". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO7816-4". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ISO7816-4PADDING". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/NOPADDING". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/PKCS5". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/PKCS5PADDING". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/PKCS7". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/PKCS7PADDING". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/TBC". 13:35:10,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/TBCPADDING". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/X9.23". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/X9.23PADDING". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ZEROBYTE". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB256/ZEROBYTEPADDING". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO10126". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO10126-2". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO10126-2PADDING". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO10126PADDING". 13:35:10,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO7816-4". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ISO7816-4PADDING". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/NOPADDING". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/PKCS5". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/PKCS5PADDING". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/PKCS7". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/PKCS7PADDING". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/TBC". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/TBCPADDING". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/X9.23". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/X9.23PADDING". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ZEROBYTE". 13:35:10,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB32/ZEROBYTEPADDING". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO10126". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO10126-2". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO10126-2PADDING". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO10126PADDING". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO7816-4". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ISO7816-4PADDING". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/NOPADDING". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/PKCS5". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/PKCS5PADDING". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/PKCS7". 13:35:10,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/PKCS7PADDING". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/TBC". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/TBCPADDING". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/X9.23". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/X9.23PADDING". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ZEROBYTE". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB40/ZEROBYTEPADDING". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO10126". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO10126-2". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO10126-2PADDING". 13:35:10,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO10126PADDING". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO7816-4". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ISO7816-4PADDING". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/NOPADDING". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/PKCS5". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/PKCS5PADDING". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/PKCS7". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/PKCS7PADDING". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/TBC". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/TBCPADDING". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/X9.23". 13:35:10,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/X9.23PADDING". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ZEROBYTE". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB48/ZEROBYTEPADDING". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO10126". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO10126-2". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO10126-2PADDING". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO10126PADDING". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO7816-4". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ISO7816-4PADDING". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/NOPADDING". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/PKCS5". 13:35:10,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/PKCS5PADDING". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/PKCS7". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/PKCS7PADDING". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/TBC". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/TBCPADDING". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/X9.23". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/X9.23PADDING". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ZEROBYTE". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB56/ZEROBYTEPADDING". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO10126". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO10126-2". 13:35:10,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO10126-2PADDING". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO10126PADDING". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO7816-4". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ISO7816-4PADDING". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/NOPADDING". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/PKCS5". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/PKCS5PADDING". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/PKCS7". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/PKCS7PADDING". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/TBC". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/TBCPADDING". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/X9.23". 13:35:10,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/X9.23PADDING". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ZEROBYTE". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB64/ZEROBYTEPADDING". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO10126". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO10126-2". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO10126-2PADDING". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO10126PADDING". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO7816-4". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ISO7816-4PADDING". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/NOPADDING". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/PKCS5". 13:35:10,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/PKCS5PADDING". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/PKCS7". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/PKCS7PADDING". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/TBC". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/TBCPADDING". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/X9.23". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/X9.23PADDING". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ZEROBYTE". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB72/ZEROBYTEPADDING". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO10126". 13:35:10,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO10126-2". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO10126-2PADDING". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO10126PADDING". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO7816-4". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ISO7816-4PADDING". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/NOPADDING". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/PKCS5". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/PKCS5PADDING". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/PKCS7". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/PKCS7PADDING". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/TBC". 13:35:10,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/TBCPADDING". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/X9.23". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/X9.23PADDING". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ZEROBYTE". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB8/ZEROBYTEPADDING". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO10126". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO10126-2". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO10126-2PADDING". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO10126PADDING". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO7816-4". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ISO7816-4PADDING". 13:35:10,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/NOPADDING". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/PKCS5". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/PKCS5PADDING". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/PKCS7". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/PKCS7PADDING". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/TBC". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/TBCPADDING". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/X9.23". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/X9.23PADDING". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ZEROBYTE". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB80/ZEROBYTEPADDING". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/". 13:35:10,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO10126". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO10126-2". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO10126-2PADDING". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO10126PADDING". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO7816-4". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ISO7816-4PADDING". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/NOPADDING". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/PKCS5". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/PKCS5PADDING". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/PKCS7". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/PKCS7PADDING". 13:35:10,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/TBC". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/TBCPADDING". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/X9.23". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/X9.23PADDING". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ZEROBYTE". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB88/ZEROBYTEPADDING". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO10126". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO10126-2". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO10126-2PADDING". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO10126PADDING". 13:35:10,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO7816-4". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ISO7816-4PADDING". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/NOPADDING". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/PKCS5". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/PKCS5PADDING". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/PKCS7". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/PKCS7PADDING". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/TBC". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/TBCPADDING". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/X9.23". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/X9.23PADDING". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ZEROBYTE". 13:35:10,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/OFB96/ZEROBYTEPADDING". 13:35:10,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/". 13:35:10,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO10126". 13:35:10,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO10126-2". 13:35:10,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO10126-2PADDING". 13:35:10,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO10126PADDING". 13:35:10,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO7816-4". 13:35:10,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ISO7816-4PADDING". 13:35:10,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/NOPADDING". 13:35:10,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/PKCS5". 13:35:10,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/PKCS5PADDING". 13:35:10,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/PKCS7". 13:35:10,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/PKCS7PADDING". 13:35:10,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/TBC". 13:35:10,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/TBCPADDING". 13:35:10,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/X9.23". 13:35:10,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/X9.23PADDING". 13:35:10,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ZEROBYTE". 13:35:10,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "AES/SIC/ZEROBYTEPADDING". 13:35:10,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH//". 13:35:10,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH//NOPADDING". 13:35:10,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC-CTS/". 13:35:10,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC-CTS/NOPADDING". 13:35:10,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/". 13:35:10,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO10126". 13:35:10,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO10126-2". 13:35:10,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO10126-2PADDING". 13:35:10,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO10126PADDING". 13:35:10,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO7816-4". 13:35:10,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ISO7816-4PADDING". 13:35:10,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/NOPADDING". 13:35:10,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/PKCS5". 13:35:10,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/PKCS5PADDING". 13:35:10,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/PKCS7". 13:35:10,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/PKCS7PADDING". 13:35:10,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/TBC". 13:35:10,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/TBCPADDING". 13:35:11,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/X9.23". 13:35:11,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/X9.23PADDING". 13:35:11,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ZEROBYTE". 13:35:11,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CBC/ZEROBYTEPADDING". 13:35:11,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/". 13:35:11,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO10126". 13:35:11,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO10126-2". 13:35:11,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO10126-2PADDING". 13:35:11,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO10126PADDING". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO7816-4". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ISO7816-4PADDING". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/NOPADDING". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/PKCS5". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/PKCS5PADDING". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/PKCS7". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/PKCS7PADDING". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/TBC". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/TBCPADDING". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/X9.23". 13:35:11,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/X9.23PADDING". 13:35:11,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ZEROBYTE". 13:35:11,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB/ZEROBYTEPADDING". 13:35:11,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/". 13:35:11,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO10126". 13:35:11,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO10126-2". 13:35:11,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO10126-2PADDING". 13:35:11,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO10126PADDING". 13:35:11,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO7816-4". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ISO7816-4PADDING". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/NOPADDING". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/PKCS5". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/PKCS5PADDING". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/PKCS7". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/PKCS7PADDING". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/TBC". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/TBCPADDING". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/X9.23". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/X9.23PADDING". 13:35:11,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ZEROBYTE". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB104/ZEROBYTEPADDING". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO10126". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO10126-2". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO10126-2PADDING". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO10126PADDING". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO7816-4". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ISO7816-4PADDING". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/NOPADDING". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/PKCS5". 13:35:11,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/PKCS5PADDING". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/PKCS7". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/PKCS7PADDING". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/TBC". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/TBCPADDING". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/X9.23". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/X9.23PADDING". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ZEROBYTE". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB112/ZEROBYTEPADDING". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/". 13:35:11,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO10126". 13:35:11,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO10126-2". 13:35:11,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO10126-2PADDING". 13:35:11,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO10126PADDING". 13:35:11,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO7816-4". 13:35:11,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ISO7816-4PADDING". 13:35:11,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/NOPADDING". 13:35:11,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/PKCS5". 13:35:11,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/PKCS5PADDING". 13:35:11,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/PKCS7". 13:35:11,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/PKCS7PADDING". 13:35:11,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/TBC". 13:35:11,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/TBCPADDING". 13:35:11,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/X9.23". 13:35:11,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/X9.23PADDING". 13:35:11,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ZEROBYTE". 13:35:11,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB120/ZEROBYTEPADDING". 13:35:11,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/". 13:35:11,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO10126". 13:35:11,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO10126-2". 13:35:11,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO10126-2PADDING". 13:35:11,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO10126PADDING". 13:35:11,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO7816-4". 13:35:11,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ISO7816-4PADDING". 13:35:11,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/NOPADDING". 13:35:11,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/PKCS5". 13:35:11,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/PKCS5PADDING". 13:35:11,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/PKCS7". 13:35:11,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/PKCS7PADDING". 13:35:11,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/TBC". 13:35:11,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/TBCPADDING". 13:35:11,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/X9.23". 13:35:11,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/X9.23PADDING". 13:35:11,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ZEROBYTE". 13:35:11,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB128/ZEROBYTEPADDING". 13:35:11,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/". 13:35:11,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO10126". 13:35:11,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO10126-2". 13:35:11,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO10126-2PADDING". 13:35:11,013 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO10126PADDING". 13:35:11,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO7816-4". 13:35:11,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ISO7816-4PADDING". 13:35:11,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/NOPADDING". 13:35:11,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/PKCS5". 13:35:11,014 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/PKCS5PADDING". 13:35:11,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/PKCS7". 13:35:11,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/PKCS7PADDING". 13:35:11,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/TBC". 13:35:11,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/TBCPADDING". 13:35:11,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/X9.23". 13:35:11,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/X9.23PADDING". 13:35:11,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ZEROBYTE". 13:35:11,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB136/ZEROBYTEPADDING". 13:35:11,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/". 13:35:11,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO10126". 13:35:11,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO10126-2". 13:35:11,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO10126-2PADDING". 13:35:11,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO10126PADDING". 13:35:11,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO7816-4". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ISO7816-4PADDING". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/NOPADDING". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/PKCS5". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/PKCS5PADDING". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/PKCS7". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/PKCS7PADDING". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/TBC". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/TBCPADDING". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/X9.23". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/X9.23PADDING". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ZEROBYTE". 13:35:11,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB144/ZEROBYTEPADDING". 13:35:11,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/". 13:35:11,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO10126". 13:35:11,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO10126-2". 13:35:11,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO10126-2PADDING". 13:35:11,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO10126PADDING". 13:35:11,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO7816-4". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ISO7816-4PADDING". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/NOPADDING". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/PKCS5". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/PKCS5PADDING". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/PKCS7". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/PKCS7PADDING". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/TBC". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/TBCPADDING". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/X9.23". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/X9.23PADDING". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ZEROBYTE". 13:35:11,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB152/ZEROBYTEPADDING". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO10126". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO10126-2". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO10126-2PADDING". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO10126PADDING". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO7816-4". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ISO7816-4PADDING". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/NOPADDING". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/PKCS5". 13:35:11,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/PKCS5PADDING". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/PKCS7". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/PKCS7PADDING". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/TBC". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/TBCPADDING". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/X9.23". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/X9.23PADDING". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ZEROBYTE". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB16/ZEROBYTEPADDING". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO10126". 13:35:11,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO10126-2". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO10126-2PADDING". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO10126PADDING". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO7816-4". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ISO7816-4PADDING". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/NOPADDING". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/PKCS5". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/PKCS5PADDING". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/PKCS7". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/PKCS7PADDING". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/TBC". 13:35:11,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/TBCPADDING". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/X9.23". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/X9.23PADDING". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ZEROBYTE". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB160/ZEROBYTEPADDING". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO10126". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO10126-2". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO10126-2PADDING". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO10126PADDING". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO7816-4". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ISO7816-4PADDING". 13:35:11,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/NOPADDING". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/PKCS5". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/PKCS5PADDING". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/PKCS7". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/PKCS7PADDING". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/TBC". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/TBCPADDING". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/X9.23". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/X9.23PADDING". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ZEROBYTE". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB168/ZEROBYTEPADDING". 13:35:11,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO10126". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO10126-2". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO10126-2PADDING". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO10126PADDING". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO7816-4". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ISO7816-4PADDING". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/NOPADDING". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/PKCS5". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/PKCS5PADDING". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/PKCS7". 13:35:11,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/PKCS7PADDING". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/TBC". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/TBCPADDING". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/X9.23". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/X9.23PADDING". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ZEROBYTE". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB176/ZEROBYTEPADDING". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO10126". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO10126-2". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO10126-2PADDING". 13:35:11,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO10126PADDING". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO7816-4". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ISO7816-4PADDING". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/NOPADDING". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/PKCS5". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/PKCS5PADDING". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/PKCS7". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/PKCS7PADDING". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/TBC". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/TBCPADDING". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/X9.23". 13:35:11,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/X9.23PADDING". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ZEROBYTE". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB184/ZEROBYTEPADDING". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO10126". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO10126-2". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO10126-2PADDING". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO10126PADDING". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO7816-4". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ISO7816-4PADDING". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/NOPADDING". 13:35:11,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/PKCS5". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/PKCS5PADDING". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/PKCS7". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/PKCS7PADDING". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/TBC". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/TBCPADDING". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/X9.23". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/X9.23PADDING". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ZEROBYTE". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB192/ZEROBYTEPADDING". 13:35:11,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/". 13:35:11,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO10126". 13:35:11,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO10126-2". 13:35:11,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO10126-2PADDING". 13:35:11,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO10126PADDING". 13:35:11,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO7816-4". 13:35:11,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ISO7816-4PADDING". 13:35:11,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/NOPADDING". 13:35:11,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/PKCS5". 13:35:11,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/PKCS5PADDING". 13:35:11,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/PKCS7". 13:35:11,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/PKCS7PADDING". 13:35:11,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/TBC". 13:35:11,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/TBCPADDING". 13:35:11,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/X9.23". 13:35:11,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/X9.23PADDING". 13:35:11,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ZEROBYTE". 13:35:11,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB200/ZEROBYTEPADDING". 13:35:11,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/". 13:35:11,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO10126". 13:35:11,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO10126-2". 13:35:11,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO10126-2PADDING". 13:35:11,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO10126PADDING". 13:35:11,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO7816-4". 13:35:11,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ISO7816-4PADDING". 13:35:11,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/NOPADDING". 13:35:11,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/PKCS5". 13:35:11,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/PKCS5PADDING". 13:35:11,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/PKCS7". 13:35:11,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/PKCS7PADDING". 13:35:11,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/TBC". 13:35:11,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/TBCPADDING". 13:35:11,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/X9.23". 13:35:11,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/X9.23PADDING". 13:35:11,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ZEROBYTE". 13:35:11,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB208/ZEROBYTEPADDING". 13:35:11,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/". 13:35:11,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO10126". 13:35:11,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO10126-2". 13:35:11,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO10126-2PADDING". 13:35:11,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO10126PADDING". 13:35:11,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO7816-4". 13:35:11,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ISO7816-4PADDING". 13:35:11,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/NOPADDING". 13:35:11,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/PKCS5". 13:35:11,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/PKCS5PADDING". 13:35:11,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/PKCS7". 13:35:11,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/PKCS7PADDING". 13:35:11,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/TBC". 13:35:11,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/TBCPADDING". 13:35:11,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/X9.23". 13:35:11,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/X9.23PADDING". 13:35:11,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ZEROBYTE". 13:35:11,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB216/ZEROBYTEPADDING". 13:35:11,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/". 13:35:11,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO10126". 13:35:11,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO10126-2". 13:35:11,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO10126-2PADDING". 13:35:11,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO10126PADDING". 13:35:11,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO7816-4". 13:35:11,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ISO7816-4PADDING". 13:35:11,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/NOPADDING". 13:35:11,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/PKCS5". 13:35:11,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/PKCS5PADDING". 13:35:11,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/PKCS7". 13:35:11,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/PKCS7PADDING". 13:35:11,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/TBC". 13:35:11,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/TBCPADDING". 13:35:11,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/X9.23". 13:35:11,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/X9.23PADDING". 13:35:11,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ZEROBYTE". 13:35:11,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB224/ZEROBYTEPADDING". 13:35:11,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/". 13:35:11,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO10126". 13:35:11,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO10126-2". 13:35:11,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO10126-2PADDING". 13:35:11,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO10126PADDING". 13:35:11,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO7816-4". 13:35:11,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ISO7816-4PADDING". 13:35:11,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/NOPADDING". 13:35:11,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/PKCS5". 13:35:11,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/PKCS5PADDING". 13:35:11,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/PKCS7". 13:35:11,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/PKCS7PADDING". 13:35:11,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/TBC". 13:35:11,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/TBCPADDING". 13:35:11,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/X9.23". 13:35:11,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/X9.23PADDING". 13:35:11,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ZEROBYTE". 13:35:11,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB232/ZEROBYTEPADDING". 13:35:11,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/". 13:35:11,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO10126". 13:35:11,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO10126-2". 13:35:11,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO10126-2PADDING". 13:35:11,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO10126PADDING". 13:35:11,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO7816-4". 13:35:11,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ISO7816-4PADDING". 13:35:11,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/NOPADDING". 13:35:11,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/PKCS5". 13:35:11,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/PKCS5PADDING". 13:35:11,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/PKCS7". 13:35:11,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/PKCS7PADDING". 13:35:11,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/TBC". 13:35:11,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/TBCPADDING". 13:35:11,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/X9.23". 13:35:11,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/X9.23PADDING". 13:35:11,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ZEROBYTE". 13:35:11,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB24/ZEROBYTEPADDING". 13:35:11,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/". 13:35:11,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO10126". 13:35:11,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO10126-2". 13:35:11,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO10126-2PADDING". 13:35:11,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO10126PADDING". 13:35:11,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO7816-4". 13:35:11,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ISO7816-4PADDING". 13:35:11,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/NOPADDING". 13:35:11,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/PKCS5". 13:35:11,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/PKCS5PADDING". 13:35:11,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/PKCS7". 13:35:11,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/PKCS7PADDING". 13:35:11,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/TBC". 13:35:11,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/TBCPADDING". 13:35:11,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/X9.23". 13:35:11,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/X9.23PADDING". 13:35:11,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ZEROBYTE". 13:35:11,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB240/ZEROBYTEPADDING". 13:35:11,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/". 13:35:11,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO10126". 13:35:11,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO10126-2". 13:35:11,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO10126-2PADDING". 13:35:11,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO10126PADDING". 13:35:11,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO7816-4". 13:35:11,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ISO7816-4PADDING". 13:35:11,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/NOPADDING". 13:35:11,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/PKCS5". 13:35:11,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/PKCS5PADDING". 13:35:11,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/PKCS7". 13:35:11,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/PKCS7PADDING". 13:35:11,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/TBC". 13:35:11,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/TBCPADDING". 13:35:11,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/X9.23". 13:35:11,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/X9.23PADDING". 13:35:11,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ZEROBYTE". 13:35:11,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB248/ZEROBYTEPADDING". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO10126". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO10126-2". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO10126-2PADDING". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO10126PADDING". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO7816-4". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ISO7816-4PADDING". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/NOPADDING". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/PKCS5". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/PKCS5PADDING". 13:35:11,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/PKCS7". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/PKCS7PADDING". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/TBC". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/TBCPADDING". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/X9.23". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/X9.23PADDING". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ZEROBYTE". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB256/ZEROBYTEPADDING". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO10126". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO10126-2". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO10126-2PADDING". 13:35:11,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO10126PADDING". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO7816-4". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ISO7816-4PADDING". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/NOPADDING". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/PKCS5". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/PKCS5PADDING". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/PKCS7". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/PKCS7PADDING". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/TBC". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/TBCPADDING". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/X9.23". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/X9.23PADDING". 13:35:11,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ZEROBYTE". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB32/ZEROBYTEPADDING". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO10126". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO10126-2". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO10126-2PADDING". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO10126PADDING". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO7816-4". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ISO7816-4PADDING". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/NOPADDING". 13:35:11,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/PKCS5". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/PKCS5PADDING". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/PKCS7". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/PKCS7PADDING". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/TBC". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/TBCPADDING". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/X9.23". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/X9.23PADDING". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ZEROBYTE". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB40/ZEROBYTEPADDING". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/". 13:35:11,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO10126". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO10126-2". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO10126-2PADDING". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO10126PADDING". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO7816-4". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ISO7816-4PADDING". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/NOPADDING". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/PKCS5". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/PKCS5PADDING". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/PKCS7". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/PKCS7PADDING". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/TBC". 13:35:11,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/TBCPADDING". 13:35:11,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/X9.23". 13:35:11,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/X9.23PADDING". 13:35:11,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ZEROBYTE". 13:35:11,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB48/ZEROBYTEPADDING". 13:35:11,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/". 13:35:11,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO10126". 13:35:11,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO10126-2". 13:35:11,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO10126-2PADDING". 13:35:11,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO10126PADDING". 13:35:11,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO7816-4". 13:35:11,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ISO7816-4PADDING". 13:35:11,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/NOPADDING". 13:35:11,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/PKCS5". 13:35:11,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/PKCS5PADDING". 13:35:11,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/PKCS7". 13:35:11,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/PKCS7PADDING". 13:35:11,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/TBC". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/TBCPADDING". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/X9.23". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/X9.23PADDING". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ZEROBYTE". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB56/ZEROBYTEPADDING". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO10126". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO10126-2". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO10126-2PADDING". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO10126PADDING". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO7816-4". 13:35:11,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ISO7816-4PADDING". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/NOPADDING". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/PKCS5". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/PKCS5PADDING". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/PKCS7". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/PKCS7PADDING". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/TBC". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/TBCPADDING". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/X9.23". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/X9.23PADDING". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ZEROBYTE". 13:35:11,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB64/ZEROBYTEPADDING". 13:35:11,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/". 13:35:11,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO10126". 13:35:11,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO10126-2". 13:35:11,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO10126-2PADDING". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO10126PADDING". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO7816-4". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ISO7816-4PADDING". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/NOPADDING". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/PKCS5". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/PKCS5PADDING". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/PKCS7". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/PKCS7PADDING". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/TBC". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/TBCPADDING". 13:35:11,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/X9.23". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/X9.23PADDING". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ZEROBYTE". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB72/ZEROBYTEPADDING". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO10126". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO10126-2". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO10126-2PADDING". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO10126PADDING". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO7816-4". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ISO7816-4PADDING". 13:35:11,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/NOPADDING". 13:35:11,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/PKCS5". 13:35:11,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/PKCS5PADDING". 13:35:11,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/PKCS7". 13:35:11,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/PKCS7PADDING". 13:35:11,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/TBC". 13:35:11,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/TBCPADDING". 13:35:11,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/X9.23". 13:35:11,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/X9.23PADDING". 13:35:11,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ZEROBYTE". 13:35:11,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB8/ZEROBYTEPADDING". 13:35:11,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/". 13:35:11,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO10126". 13:35:11,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO10126-2". 13:35:11,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO10126-2PADDING". 13:35:11,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO10126PADDING". 13:35:11,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO7816-4". 13:35:11,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ISO7816-4PADDING". 13:35:11,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/NOPADDING". 13:35:11,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/PKCS5". 13:35:11,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/PKCS5PADDING". 13:35:11,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/PKCS7". 13:35:11,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/PKCS7PADDING". 13:35:11,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/TBC". 13:35:11,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/TBCPADDING". 13:35:11,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/X9.23". 13:35:11,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/X9.23PADDING". 13:35:11,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ZEROBYTE". 13:35:11,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB80/ZEROBYTEPADDING". 13:35:11,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/". 13:35:11,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO10126". 13:35:11,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO10126-2". 13:35:11,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO10126-2PADDING". 13:35:11,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO10126PADDING". 13:35:11,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO7816-4". 13:35:11,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ISO7816-4PADDING". 13:35:11,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/NOPADDING". 13:35:11,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/PKCS5". 13:35:11,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/PKCS5PADDING". 13:35:11,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/PKCS7". 13:35:11,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/PKCS7PADDING". 13:35:11,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/TBC". 13:35:11,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/TBCPADDING". 13:35:11,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/X9.23". 13:35:11,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/X9.23PADDING". 13:35:11,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ZEROBYTE". 13:35:11,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB88/ZEROBYTEPADDING". 13:35:11,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/". 13:35:11,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO10126". 13:35:11,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO10126-2". 13:35:11,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO10126-2PADDING". 13:35:11,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO10126PADDING". 13:35:11,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO7816-4". 13:35:11,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ISO7816-4PADDING". 13:35:11,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/NOPADDING". 13:35:11,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/PKCS5". 13:35:11,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/PKCS5PADDING". 13:35:11,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/PKCS7". 13:35:11,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/PKCS7PADDING". 13:35:11,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/TBC". 13:35:11,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/TBCPADDING". 13:35:11,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/X9.23". 13:35:11,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/X9.23PADDING". 13:35:11,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ZEROBYTE". 13:35:11,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CFB96/ZEROBYTEPADDING". 13:35:11,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CTS/". 13:35:11,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/CTS/NOPADDING". 13:35:11,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/EAX/". 13:35:11,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/EAX/NOPADDING". 13:35:11,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/ECB/". 13:35:11,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/ECB/NOPADDING". 13:35:11,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/". 13:35:11,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO10126". 13:35:11,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO10126-2". 13:35:11,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO10126-2PADDING". 13:35:11,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO10126PADDING". 13:35:11,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO7816-4". 13:35:11,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ISO7816-4PADDING". 13:35:11,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/NOPADDING". 13:35:11,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/PKCS5". 13:35:11,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/PKCS5PADDING". 13:35:11,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/PKCS7". 13:35:11,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/PKCS7PADDING". 13:35:11,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/TBC". 13:35:11,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/TBCPADDING". 13:35:11,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/X9.23". 13:35:11,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/X9.23PADDING". 13:35:11,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ZEROBYTE". 13:35:11,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/GOFB/ZEROBYTEPADDING". 13:35:11,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/". 13:35:11,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO10126". 13:35:11,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO10126-2". 13:35:11,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO10126-2PADDING". 13:35:11,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO10126PADDING". 13:35:11,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO7816-4". 13:35:11,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ISO7816-4PADDING". 13:35:11,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/NOPADDING". 13:35:11,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/PKCS5". 13:35:11,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/PKCS5PADDING". 13:35:11,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/PKCS7". 13:35:11,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/PKCS7PADDING". 13:35:11,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/TBC". 13:35:11,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/TBCPADDING". 13:35:11,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/X9.23". 13:35:11,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/X9.23PADDING". 13:35:11,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ZEROBYTE". 13:35:11,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB/ZEROBYTEPADDING". 13:35:11,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/". 13:35:11,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO10126". 13:35:11,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO10126-2". 13:35:11,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO10126-2PADDING". 13:35:11,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO10126PADDING". 13:35:11,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO7816-4". 13:35:11,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ISO7816-4PADDING". 13:35:11,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/NOPADDING". 13:35:11,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/PKCS5". 13:35:11,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/PKCS5PADDING". 13:35:11,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/PKCS7". 13:35:11,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/PKCS7PADDING". 13:35:11,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/TBC". 13:35:11,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/TBCPADDING". 13:35:11,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/X9.23". 13:35:11,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/X9.23PADDING". 13:35:11,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ZEROBYTE". 13:35:11,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB104/ZEROBYTEPADDING". 13:35:11,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/". 13:35:11,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO10126". 13:35:11,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO10126-2". 13:35:11,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO10126-2PADDING". 13:35:11,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO10126PADDING". 13:35:11,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO7816-4". 13:35:11,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ISO7816-4PADDING". 13:35:11,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/NOPADDING". 13:35:11,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/PKCS5". 13:35:11,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/PKCS5PADDING". 13:35:11,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/PKCS7". 13:35:11,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/PKCS7PADDING". 13:35:11,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/TBC". 13:35:11,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/TBCPADDING". 13:35:11,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/X9.23". 13:35:11,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/X9.23PADDING". 13:35:11,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ZEROBYTE". 13:35:11,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB112/ZEROBYTEPADDING". 13:35:11,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/". 13:35:11,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO10126". 13:35:11,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO10126-2". 13:35:11,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO10126-2PADDING". 13:35:11,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO10126PADDING". 13:35:11,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO7816-4". 13:35:11,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ISO7816-4PADDING". 13:35:11,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/NOPADDING". 13:35:11,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/PKCS5". 13:35:11,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/PKCS5PADDING". 13:35:11,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/PKCS7". 13:35:11,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/PKCS7PADDING". 13:35:11,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/TBC". 13:35:11,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/TBCPADDING". 13:35:11,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/X9.23". 13:35:11,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/X9.23PADDING". 13:35:11,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ZEROBYTE". 13:35:11,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB120/ZEROBYTEPADDING". 13:35:11,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/". 13:35:11,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO10126". 13:35:11,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO10126-2". 13:35:11,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO10126-2PADDING". 13:35:11,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO10126PADDING". 13:35:11,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO7816-4". 13:35:11,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ISO7816-4PADDING". 13:35:11,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/NOPADDING". 13:35:11,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/PKCS5". 13:35:11,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/PKCS5PADDING". 13:35:11,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/PKCS7". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/PKCS7PADDING". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/TBC". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/TBCPADDING". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/X9.23". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/X9.23PADDING". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ZEROBYTE". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB128/ZEROBYTEPADDING". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO10126". 13:35:11,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO10126-2". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO10126-2PADDING". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO10126PADDING". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO7816-4". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ISO7816-4PADDING". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/NOPADDING". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/PKCS5". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/PKCS5PADDING". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/PKCS7". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/PKCS7PADDING". 13:35:11,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/TBC". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/TBCPADDING". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/X9.23". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/X9.23PADDING". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ZEROBYTE". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB136/ZEROBYTEPADDING". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO10126". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO10126-2". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO10126-2PADDING". 13:35:11,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO10126PADDING". 13:35:11,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO7816-4". 13:35:11,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ISO7816-4PADDING". 13:35:11,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/NOPADDING". 13:35:11,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/PKCS5". 13:35:11,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/PKCS5PADDING". 13:35:11,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/PKCS7". 13:35:11,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/PKCS7PADDING". 13:35:11,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/TBC". 13:35:11,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/TBCPADDING". 13:35:11,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/X9.23". 13:35:11,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/X9.23PADDING". 13:35:11,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ZEROBYTE". 13:35:11,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB144/ZEROBYTEPADDING". 13:35:11,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/". 13:35:11,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO10126". 13:35:11,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO10126-2". 13:35:11,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO10126-2PADDING". 13:35:11,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO10126PADDING". 13:35:11,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO7816-4". 13:35:11,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ISO7816-4PADDING". 13:35:11,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/NOPADDING". 13:35:11,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/PKCS5". 13:35:11,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/PKCS5PADDING". 13:35:11,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/PKCS7". 13:35:11,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/PKCS7PADDING". 13:35:11,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/TBC". 13:35:11,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/TBCPADDING". 13:35:11,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/X9.23". 13:35:11,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/X9.23PADDING". 13:35:11,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ZEROBYTE". 13:35:11,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB152/ZEROBYTEPADDING". 13:35:11,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/". 13:35:11,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO10126". 13:35:11,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO10126-2". 13:35:11,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO10126-2PADDING". 13:35:11,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO10126PADDING". 13:35:11,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO7816-4". 13:35:11,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ISO7816-4PADDING". 13:35:11,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/NOPADDING". 13:35:11,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/PKCS5". 13:35:11,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/PKCS5PADDING". 13:35:11,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/PKCS7". 13:35:11,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/PKCS7PADDING". 13:35:11,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/TBC". 13:35:11,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/TBCPADDING". 13:35:11,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/X9.23". 13:35:11,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/X9.23PADDING". 13:35:11,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ZEROBYTE". 13:35:11,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB16/ZEROBYTEPADDING". 13:35:11,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/". 13:35:11,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO10126". 13:35:11,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO10126-2". 13:35:11,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO10126-2PADDING". 13:35:11,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO10126PADDING". 13:35:11,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO7816-4". 13:35:11,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ISO7816-4PADDING". 13:35:11,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/NOPADDING". 13:35:11,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/PKCS5". 13:35:11,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/PKCS5PADDING". 13:35:11,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/PKCS7". 13:35:11,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/PKCS7PADDING". 13:35:11,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/TBC". 13:35:11,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/TBCPADDING". 13:35:11,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/X9.23". 13:35:11,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/X9.23PADDING". 13:35:11,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ZEROBYTE". 13:35:11,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB160/ZEROBYTEPADDING". 13:35:11,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/". 13:35:11,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO10126". 13:35:11,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO10126-2". 13:35:11,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO10126-2PADDING". 13:35:11,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO10126PADDING". 13:35:11,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO7816-4". 13:35:11,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ISO7816-4PADDING". 13:35:11,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/NOPADDING". 13:35:11,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/PKCS5". 13:35:11,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/PKCS5PADDING". 13:35:11,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/PKCS7". 13:35:11,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/PKCS7PADDING". 13:35:11,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/TBC". 13:35:11,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/TBCPADDING". 13:35:11,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/X9.23". 13:35:11,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/X9.23PADDING". 13:35:11,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ZEROBYTE". 13:35:11,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB168/ZEROBYTEPADDING". 13:35:11,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/". 13:35:11,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO10126". 13:35:11,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO10126-2". 13:35:11,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO10126-2PADDING". 13:35:11,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO10126PADDING". 13:35:11,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO7816-4". 13:35:11,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ISO7816-4PADDING". 13:35:11,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/NOPADDING". 13:35:11,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/PKCS5". 13:35:11,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/PKCS5PADDING". 13:35:11,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/PKCS7". 13:35:11,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/PKCS7PADDING". 13:35:11,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/TBC". 13:35:11,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/TBCPADDING". 13:35:11,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/X9.23". 13:35:11,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/X9.23PADDING". 13:35:11,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ZEROBYTE". 13:35:11,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB176/ZEROBYTEPADDING". 13:35:11,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/". 13:35:11,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO10126". 13:35:11,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO10126-2". 13:35:11,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO10126-2PADDING". 13:35:11,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO10126PADDING". 13:35:11,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO7816-4". 13:35:11,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ISO7816-4PADDING". 13:35:11,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/NOPADDING". 13:35:11,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/PKCS5". 13:35:11,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/PKCS5PADDING". 13:35:11,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/PKCS7". 13:35:11,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/PKCS7PADDING". 13:35:11,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/TBC". 13:35:11,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/TBCPADDING". 13:35:11,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/X9.23". 13:35:11,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/X9.23PADDING". 13:35:11,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ZEROBYTE". 13:35:11,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB184/ZEROBYTEPADDING". 13:35:11,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/". 13:35:11,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO10126". 13:35:11,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO10126-2". 13:35:11,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO10126-2PADDING". 13:35:11,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO10126PADDING". 13:35:11,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO7816-4". 13:35:11,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ISO7816-4PADDING". 13:35:11,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/NOPADDING". 13:35:11,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/PKCS5". 13:35:11,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/PKCS5PADDING". 13:35:11,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/PKCS7". 13:35:11,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/PKCS7PADDING". 13:35:11,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/TBC". 13:35:11,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/TBCPADDING". 13:35:11,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/X9.23". 13:35:11,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/X9.23PADDING". 13:35:11,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ZEROBYTE". 13:35:11,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB192/ZEROBYTEPADDING". 13:35:11,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/". 13:35:11,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO10126". 13:35:11,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO10126-2". 13:35:11,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO10126-2PADDING". 13:35:11,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO10126PADDING". 13:35:11,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO7816-4". 13:35:11,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ISO7816-4PADDING". 13:35:11,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/NOPADDING". 13:35:11,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/PKCS5". 13:35:11,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/PKCS5PADDING". 13:35:11,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/PKCS7". 13:35:11,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/PKCS7PADDING". 13:35:11,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/TBC". 13:35:11,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/TBCPADDING". 13:35:11,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/X9.23". 13:35:11,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/X9.23PADDING". 13:35:11,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ZEROBYTE". 13:35:11,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB200/ZEROBYTEPADDING". 13:35:11,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/". 13:35:11,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO10126". 13:35:11,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO10126-2". 13:35:11,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO10126-2PADDING". 13:35:11,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO10126PADDING". 13:35:11,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO7816-4". 13:35:11,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ISO7816-4PADDING". 13:35:11,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/NOPADDING". 13:35:11,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/PKCS5". 13:35:11,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/PKCS5PADDING". 13:35:11,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/PKCS7". 13:35:11,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/PKCS7PADDING". 13:35:11,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/TBC". 13:35:11,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/TBCPADDING". 13:35:11,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/X9.23". 13:35:11,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/X9.23PADDING". 13:35:11,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ZEROBYTE". 13:35:11,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB208/ZEROBYTEPADDING". 13:35:11,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/". 13:35:11,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO10126". 13:35:11,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO10126-2". 13:35:11,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO10126-2PADDING". 13:35:11,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO10126PADDING". 13:35:11,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO7816-4". 13:35:11,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ISO7816-4PADDING". 13:35:11,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/NOPADDING". 13:35:11,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/PKCS5". 13:35:11,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/PKCS5PADDING". 13:35:11,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/PKCS7". 13:35:11,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/PKCS7PADDING". 13:35:11,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/TBC". 13:35:11,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/TBCPADDING". 13:35:11,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/X9.23". 13:35:11,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/X9.23PADDING". 13:35:11,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ZEROBYTE". 13:35:11,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB216/ZEROBYTEPADDING". 13:35:11,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/". 13:35:11,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO10126". 13:35:11,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO10126-2". 13:35:11,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO10126-2PADDING". 13:35:11,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO10126PADDING". 13:35:11,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO7816-4". 13:35:11,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ISO7816-4PADDING". 13:35:11,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/NOPADDING". 13:35:11,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/PKCS5". 13:35:11,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/PKCS5PADDING". 13:35:11,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/PKCS7". 13:35:11,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/PKCS7PADDING". 13:35:11,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/TBC". 13:35:11,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/TBCPADDING". 13:35:11,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/X9.23". 13:35:11,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/X9.23PADDING". 13:35:11,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ZEROBYTE". 13:35:11,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB224/ZEROBYTEPADDING". 13:35:11,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/". 13:35:11,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO10126". 13:35:11,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO10126-2". 13:35:11,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO10126-2PADDING". 13:35:11,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO10126PADDING". 13:35:11,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO7816-4". 13:35:11,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ISO7816-4PADDING". 13:35:11,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/NOPADDING". 13:35:11,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/PKCS5". 13:35:11,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/PKCS5PADDING". 13:35:11,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/PKCS7". 13:35:11,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/PKCS7PADDING". 13:35:11,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/TBC". 13:35:11,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/TBCPADDING". 13:35:11,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/X9.23". 13:35:11,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/X9.23PADDING". 13:35:11,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ZEROBYTE". 13:35:11,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB232/ZEROBYTEPADDING". 13:35:11,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/". 13:35:11,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO10126". 13:35:11,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO10126-2". 13:35:11,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO10126-2PADDING". 13:35:11,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO10126PADDING". 13:35:11,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO7816-4". 13:35:11,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ISO7816-4PADDING". 13:35:11,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/NOPADDING". 13:35:11,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/PKCS5". 13:35:11,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/PKCS5PADDING". 13:35:11,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/PKCS7". 13:35:11,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/PKCS7PADDING". 13:35:11,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/TBC". 13:35:11,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/TBCPADDING". 13:35:11,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/X9.23". 13:35:11,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/X9.23PADDING". 13:35:11,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ZEROBYTE". 13:35:11,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB24/ZEROBYTEPADDING". 13:35:11,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/". 13:35:11,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO10126". 13:35:11,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO10126-2". 13:35:11,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO10126-2PADDING". 13:35:11,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO10126PADDING". 13:35:11,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO7816-4". 13:35:11,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ISO7816-4PADDING". 13:35:11,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/NOPADDING". 13:35:11,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/PKCS5". 13:35:11,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/PKCS5PADDING". 13:35:11,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/PKCS7". 13:35:11,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/PKCS7PADDING". 13:35:11,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/TBC". 13:35:11,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/TBCPADDING". 13:35:11,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/X9.23". 13:35:11,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/X9.23PADDING". 13:35:11,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ZEROBYTE". 13:35:11,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB240/ZEROBYTEPADDING". 13:35:11,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/". 13:35:11,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO10126". 13:35:11,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO10126-2". 13:35:11,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO10126-2PADDING". 13:35:11,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO10126PADDING". 13:35:11,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO7816-4". 13:35:11,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ISO7816-4PADDING". 13:35:11,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/NOPADDING". 13:35:11,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/PKCS5". 13:35:11,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/PKCS5PADDING". 13:35:11,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/PKCS7". 13:35:11,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/PKCS7PADDING". 13:35:11,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/TBC". 13:35:11,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/TBCPADDING". 13:35:11,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/X9.23". 13:35:11,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/X9.23PADDING". 13:35:11,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ZEROBYTE". 13:35:11,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB248/ZEROBYTEPADDING". 13:35:11,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO10126". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO10126-2". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO10126-2PADDING". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO10126PADDING". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO7816-4". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ISO7816-4PADDING". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/NOPADDING". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/PKCS5". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/PKCS5PADDING". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/PKCS7". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/PKCS7PADDING". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/TBC". 13:35:11,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/TBCPADDING". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/X9.23". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/X9.23PADDING". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ZEROBYTE". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB256/ZEROBYTEPADDING". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO10126". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO10126-2". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO10126-2PADDING". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO10126PADDING". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO7816-4". 13:35:11,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ISO7816-4PADDING". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/NOPADDING". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/PKCS5". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/PKCS5PADDING". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/PKCS7". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/PKCS7PADDING". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/TBC". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/TBCPADDING". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/X9.23". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/X9.23PADDING". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ZEROBYTE". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB32/ZEROBYTEPADDING". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/". 13:35:11,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO10126". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO10126-2". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO10126-2PADDING". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO10126PADDING". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO7816-4". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ISO7816-4PADDING". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/NOPADDING". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/PKCS5". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/PKCS5PADDING". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/PKCS7". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/PKCS7PADDING". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/TBC". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/TBCPADDING". 13:35:11,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/X9.23". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/X9.23PADDING". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ZEROBYTE". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB40/ZEROBYTEPADDING". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO10126". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO10126-2". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO10126-2PADDING". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO10126PADDING". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO7816-4". 13:35:11,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ISO7816-4PADDING". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/NOPADDING". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/PKCS5". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/PKCS5PADDING". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/PKCS7". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/PKCS7PADDING". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/TBC". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/TBCPADDING". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/X9.23". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/X9.23PADDING". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ZEROBYTE". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB48/ZEROBYTEPADDING". 13:35:11,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO10126". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO10126-2". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO10126-2PADDING". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO10126PADDING". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO7816-4". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ISO7816-4PADDING". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/NOPADDING". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/PKCS5". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/PKCS5PADDING". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/PKCS7". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/PKCS7PADDING". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/TBC". 13:35:11,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/TBCPADDING". 13:35:11,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/X9.23". 13:35:11,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/X9.23PADDING". 13:35:11,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ZEROBYTE". 13:35:11,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB56/ZEROBYTEPADDING". 13:35:11,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/". 13:35:11,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO10126". 13:35:11,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO10126-2". 13:35:11,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO10126-2PADDING". 13:35:11,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO10126PADDING". 13:35:11,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO7816-4". 13:35:11,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ISO7816-4PADDING". 13:35:11,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/NOPADDING". 13:35:11,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/PKCS5". 13:35:11,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/PKCS5PADDING". 13:35:11,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/PKCS7". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/PKCS7PADDING". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/TBC". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/TBCPADDING". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/X9.23". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/X9.23PADDING". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ZEROBYTE". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB64/ZEROBYTEPADDING". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO10126". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO10126-2". 13:35:11,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO10126-2PADDING". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO10126PADDING". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO7816-4". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ISO7816-4PADDING". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/NOPADDING". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/PKCS5". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/PKCS5PADDING". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/PKCS7". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/PKCS7PADDING". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/TBC". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/TBCPADDING". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/X9.23". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/X9.23PADDING". 13:35:11,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ZEROBYTE". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB72/ZEROBYTEPADDING". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO10126". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO10126-2". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO10126-2PADDING". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO10126PADDING". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO7816-4". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ISO7816-4PADDING". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/NOPADDING". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/PKCS5". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/PKCS5PADDING". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/PKCS7". 13:35:11,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/PKCS7PADDING". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/TBC". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/TBCPADDING". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/X9.23". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/X9.23PADDING". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ZEROBYTE". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB8/ZEROBYTEPADDING". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO10126". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO10126-2". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO10126-2PADDING". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO10126PADDING". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO7816-4". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ISO7816-4PADDING". 13:35:11,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/NOPADDING". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/PKCS5". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/PKCS5PADDING". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/PKCS7". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/PKCS7PADDING". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/TBC". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/TBCPADDING". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/X9.23". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/X9.23PADDING". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ZEROBYTE". 13:35:11,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB80/ZEROBYTEPADDING". 13:35:11,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/". 13:35:11,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO10126". 13:35:11,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO10126-2". 13:35:11,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO10126-2PADDING". 13:35:11,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO10126PADDING". 13:35:11,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO7816-4". 13:35:11,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ISO7816-4PADDING". 13:35:11,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/NOPADDING". 13:35:11,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/PKCS5". 13:35:11,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/PKCS5PADDING". 13:35:11,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/PKCS7". 13:35:11,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/PKCS7PADDING". 13:35:11,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/TBC". 13:35:11,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/TBCPADDING". 13:35:11,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/X9.23". 13:35:11,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/X9.23PADDING". 13:35:11,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ZEROBYTE". 13:35:11,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB88/ZEROBYTEPADDING". 13:35:11,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/". 13:35:11,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO10126". 13:35:11,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO10126-2". 13:35:11,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO10126-2PADDING". 13:35:11,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO10126PADDING". 13:35:11,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO7816-4". 13:35:11,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ISO7816-4PADDING". 13:35:11,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/NOPADDING". 13:35:11,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/PKCS5". 13:35:11,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/PKCS5PADDING". 13:35:11,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/PKCS7". 13:35:11,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/PKCS7PADDING". 13:35:11,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/TBC". 13:35:11,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/TBCPADDING". 13:35:11,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/X9.23". 13:35:11,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/X9.23PADDING". 13:35:11,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ZEROBYTE". 13:35:11,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/OFB96/ZEROBYTEPADDING". 13:35:11,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/". 13:35:11,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO10126". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO10126-2". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO10126-2PADDING". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO10126PADDING". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO7816-4". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ISO7816-4PADDING". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/NOPADDING". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/PKCS5". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/PKCS5PADDING". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/PKCS7". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/PKCS7PADDING". 13:35:11,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/TBC". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/TBCPADDING". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/X9.23". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/X9.23PADDING". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ZEROBYTE". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "BLOWFISH/SIC/ZEROBYTEPADDING". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT//". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT//NOPADDING". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC-CTS/". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC-CTS/NOPADDING". 13:35:11,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO10126". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO10126-2". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO10126-2PADDING". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO10126PADDING". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO7816-4". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ISO7816-4PADDING". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/NOPADDING". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/PKCS5". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/PKCS5PADDING". 13:35:11,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/PKCS7". 13:35:11,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/PKCS7PADDING". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/TBC". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/TBCPADDING". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/X9.23". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/X9.23PADDING". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ZEROBYTE". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CBC/ZEROBYTEPADDING". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CCM/". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CCM/NOPADDING". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO10126". 13:35:11,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO10126-2". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO10126-2PADDING". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO10126PADDING". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO7816-4". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ISO7816-4PADDING". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/NOPADDING". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/PKCS5". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/PKCS5PADDING". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/PKCS7". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/PKCS7PADDING". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/TBC". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/TBCPADDING". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/X9.23". 13:35:11,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/X9.23PADDING". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ZEROBYTE". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB/ZEROBYTEPADDING". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO10126". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO10126-2". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO10126-2PADDING". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO10126PADDING". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO7816-4". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ISO7816-4PADDING". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/NOPADDING". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/PKCS5". 13:35:11,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/PKCS5PADDING". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/PKCS7". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/PKCS7PADDING". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/TBC". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/TBCPADDING". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/X9.23". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/X9.23PADDING". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ZEROBYTE". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB104/ZEROBYTEPADDING". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO10126". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO10126-2". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO10126-2PADDING". 13:35:11,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO10126PADDING". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO7816-4". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ISO7816-4PADDING". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/NOPADDING". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/PKCS5". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/PKCS5PADDING". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/PKCS7". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/PKCS7PADDING". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/TBC". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/TBCPADDING". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/X9.23". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/X9.23PADDING". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ZEROBYTE". 13:35:11,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB112/ZEROBYTEPADDING". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO10126". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO10126-2". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO10126-2PADDING". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO10126PADDING". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO7816-4". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ISO7816-4PADDING". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/NOPADDING". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/PKCS5". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/PKCS5PADDING". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/PKCS7". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/PKCS7PADDING". 13:35:11,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/TBC". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/TBCPADDING". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/X9.23". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/X9.23PADDING". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ZEROBYTE". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB120/ZEROBYTEPADDING". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO10126". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO10126-2". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO10126-2PADDING". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO10126PADDING". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO7816-4". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ISO7816-4PADDING". 13:35:11,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/NOPADDING". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/PKCS5". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/PKCS5PADDING". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/PKCS7". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/PKCS7PADDING". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/TBC". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/TBCPADDING". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/X9.23". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/X9.23PADDING". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ZEROBYTE". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB128/ZEROBYTEPADDING". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO10126". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO10126-2". 13:35:11,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO10126-2PADDING". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO10126PADDING". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO7816-4". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ISO7816-4PADDING". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/NOPADDING". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/PKCS5". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/PKCS5PADDING". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/PKCS7". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/PKCS7PADDING". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/TBC". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/TBCPADDING". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/X9.23". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/X9.23PADDING". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ZEROBYTE". 13:35:11,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB136/ZEROBYTEPADDING". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO10126". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO10126-2". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO10126-2PADDING". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO10126PADDING". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO7816-4". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ISO7816-4PADDING". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/NOPADDING". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/PKCS5". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/PKCS5PADDING". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/PKCS7". 13:35:11,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/PKCS7PADDING". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/TBC". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/TBCPADDING". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/X9.23". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/X9.23PADDING". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ZEROBYTE". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB144/ZEROBYTEPADDING". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO10126". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO10126-2". 13:35:11,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO10126-2PADDING". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO10126PADDING". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO7816-4". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ISO7816-4PADDING". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/NOPADDING". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/PKCS5". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/PKCS5PADDING". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/PKCS7". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/PKCS7PADDING". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/TBC". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/TBCPADDING". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/X9.23". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/X9.23PADDING". 13:35:11,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ZEROBYTE". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB152/ZEROBYTEPADDING". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO10126". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO10126-2". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO10126-2PADDING". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO10126PADDING". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO7816-4". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ISO7816-4PADDING". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/NOPADDING". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/PKCS5". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/PKCS5PADDING". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/PKCS7". 13:35:11,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/PKCS7PADDING". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/TBC". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/TBCPADDING". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/X9.23". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/X9.23PADDING". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ZEROBYTE". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB16/ZEROBYTEPADDING". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO10126". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO10126-2". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO10126-2PADDING". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO10126PADDING". 13:35:11,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO7816-4". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ISO7816-4PADDING". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/NOPADDING". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/PKCS5". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/PKCS5PADDING". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/PKCS7". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/PKCS7PADDING". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/TBC". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/TBCPADDING". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/X9.23". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/X9.23PADDING". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ZEROBYTE". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB160/ZEROBYTEPADDING". 13:35:11,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO10126". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO10126-2". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO10126-2PADDING". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO10126PADDING". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO7816-4". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ISO7816-4PADDING". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/NOPADDING". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/PKCS5". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/PKCS5PADDING". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/PKCS7". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/PKCS7PADDING". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/TBC". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/TBCPADDING". 13:35:11,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/X9.23". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/X9.23PADDING". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ZEROBYTE". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB168/ZEROBYTEPADDING". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO10126". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO10126-2". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO10126-2PADDING". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO10126PADDING". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO7816-4". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ISO7816-4PADDING". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/NOPADDING". 13:35:11,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/PKCS5". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/PKCS5PADDING". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/PKCS7". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/PKCS7PADDING". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/TBC". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/TBCPADDING". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/X9.23". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/X9.23PADDING". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ZEROBYTE". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB176/ZEROBYTEPADDING". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/". 13:35:11,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO10126". 13:35:11,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO10126-2". 13:35:11,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO10126-2PADDING". 13:35:11,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO10126PADDING". 13:35:11,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO7816-4". 13:35:11,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ISO7816-4PADDING". 13:35:11,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/NOPADDING". 13:35:11,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/PKCS5". 13:35:11,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/PKCS5PADDING". 13:35:11,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/PKCS7". 13:35:11,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/PKCS7PADDING". 13:35:11,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/TBC". 13:35:11,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/TBCPADDING". 13:35:11,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/X9.23". 13:35:11,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/X9.23PADDING". 13:35:11,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ZEROBYTE". 13:35:11,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB184/ZEROBYTEPADDING". 13:35:11,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/". 13:35:11,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO10126". 13:35:11,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO10126-2". 13:35:11,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO10126-2PADDING". 13:35:11,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO10126PADDING". 13:35:11,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO7816-4". 13:35:11,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ISO7816-4PADDING". 13:35:11,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/NOPADDING". 13:35:11,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/PKCS5". 13:35:11,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/PKCS5PADDING". 13:35:11,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/PKCS7". 13:35:11,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/PKCS7PADDING". 13:35:11,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/TBC". 13:35:11,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/TBCPADDING". 13:35:11,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/X9.23". 13:35:11,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/X9.23PADDING". 13:35:11,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ZEROBYTE". 13:35:11,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB192/ZEROBYTEPADDING". 13:35:11,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/". 13:35:11,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO10126". 13:35:11,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO10126-2". 13:35:11,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO10126-2PADDING". 13:35:11,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO10126PADDING". 13:35:11,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO7816-4". 13:35:11,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ISO7816-4PADDING". 13:35:11,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/NOPADDING". 13:35:11,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/PKCS5". 13:35:11,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/PKCS5PADDING". 13:35:11,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/PKCS7". 13:35:11,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/PKCS7PADDING". 13:35:11,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/TBC". 13:35:11,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/TBCPADDING". 13:35:11,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/X9.23". 13:35:11,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/X9.23PADDING". 13:35:11,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ZEROBYTE". 13:35:11,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB200/ZEROBYTEPADDING". 13:35:11,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/". 13:35:11,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO10126". 13:35:11,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO10126-2". 13:35:11,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO10126-2PADDING". 13:35:11,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO10126PADDING". 13:35:11,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO7816-4". 13:35:11,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ISO7816-4PADDING". 13:35:11,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/NOPADDING". 13:35:11,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/PKCS5". 13:35:11,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/PKCS5PADDING". 13:35:11,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/PKCS7". 13:35:11,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/PKCS7PADDING". 13:35:11,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/TBC". 13:35:11,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/TBCPADDING". 13:35:11,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/X9.23". 13:35:11,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/X9.23PADDING". 13:35:11,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ZEROBYTE". 13:35:11,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB208/ZEROBYTEPADDING". 13:35:11,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/". 13:35:11,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO10126". 13:35:11,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO10126-2". 13:35:11,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO10126-2PADDING". 13:35:11,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO10126PADDING". 13:35:11,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO7816-4". 13:35:11,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ISO7816-4PADDING". 13:35:11,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/NOPADDING". 13:35:11,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/PKCS5". 13:35:11,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/PKCS5PADDING". 13:35:11,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/PKCS7". 13:35:11,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/PKCS7PADDING". 13:35:11,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/TBC". 13:35:11,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/TBCPADDING". 13:35:11,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/X9.23". 13:35:11,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/X9.23PADDING". 13:35:11,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ZEROBYTE". 13:35:11,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB216/ZEROBYTEPADDING". 13:35:11,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/". 13:35:11,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO10126". 13:35:11,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO10126-2". 13:35:11,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO10126-2PADDING". 13:35:11,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO10126PADDING". 13:35:11,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO7816-4". 13:35:11,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ISO7816-4PADDING". 13:35:11,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/NOPADDING". 13:35:11,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/PKCS5". 13:35:11,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/PKCS5PADDING". 13:35:11,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/PKCS7". 13:35:11,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/PKCS7PADDING". 13:35:11,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/TBC". 13:35:11,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/TBCPADDING". 13:35:11,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/X9.23". 13:35:11,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/X9.23PADDING". 13:35:11,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ZEROBYTE". 13:35:11,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB224/ZEROBYTEPADDING". 13:35:11,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/". 13:35:11,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO10126". 13:35:11,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO10126-2". 13:35:11,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO10126-2PADDING". 13:35:11,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO10126PADDING". 13:35:11,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO7816-4". 13:35:11,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ISO7816-4PADDING". 13:35:11,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/NOPADDING". 13:35:11,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/PKCS5". 13:35:11,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/PKCS5PADDING". 13:35:11,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/PKCS7". 13:35:11,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/PKCS7PADDING". 13:35:11,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/TBC". 13:35:11,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/TBCPADDING". 13:35:11,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/X9.23". 13:35:11,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/X9.23PADDING". 13:35:11,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ZEROBYTE". 13:35:11,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB232/ZEROBYTEPADDING". 13:35:11,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/". 13:35:11,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO10126". 13:35:11,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO10126-2". 13:35:11,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO10126-2PADDING". 13:35:11,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO10126PADDING". 13:35:11,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO7816-4". 13:35:11,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ISO7816-4PADDING". 13:35:11,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/NOPADDING". 13:35:11,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/PKCS5". 13:35:11,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/PKCS5PADDING". 13:35:11,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/PKCS7". 13:35:11,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/PKCS7PADDING". 13:35:11,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/TBC". 13:35:11,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/TBCPADDING". 13:35:11,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/X9.23". 13:35:11,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/X9.23PADDING". 13:35:11,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ZEROBYTE". 13:35:11,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB24/ZEROBYTEPADDING". 13:35:11,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/". 13:35:11,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO10126". 13:35:11,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO10126-2". 13:35:11,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO10126-2PADDING". 13:35:11,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO10126PADDING". 13:35:11,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO7816-4". 13:35:11,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ISO7816-4PADDING". 13:35:11,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/NOPADDING". 13:35:11,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/PKCS5". 13:35:11,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/PKCS5PADDING". 13:35:11,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/PKCS7". 13:35:11,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/PKCS7PADDING". 13:35:11,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/TBC". 13:35:11,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/TBCPADDING". 13:35:11,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/X9.23". 13:35:11,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/X9.23PADDING". 13:35:11,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ZEROBYTE". 13:35:11,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB240/ZEROBYTEPADDING". 13:35:11,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/". 13:35:11,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO10126". 13:35:11,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO10126-2". 13:35:11,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO10126-2PADDING". 13:35:11,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO10126PADDING". 13:35:11,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO7816-4". 13:35:11,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ISO7816-4PADDING". 13:35:11,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/NOPADDING". 13:35:11,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/PKCS5". 13:35:11,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/PKCS5PADDING". 13:35:11,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/PKCS7". 13:35:11,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/PKCS7PADDING". 13:35:11,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/TBC". 13:35:11,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/TBCPADDING". 13:35:11,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/X9.23". 13:35:11,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/X9.23PADDING". 13:35:11,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ZEROBYTE". 13:35:11,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB248/ZEROBYTEPADDING". 13:35:11,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/". 13:35:11,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO10126". 13:35:11,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO10126-2". 13:35:11,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO10126-2PADDING". 13:35:11,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO10126PADDING". 13:35:11,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO7816-4". 13:35:11,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ISO7816-4PADDING". 13:35:11,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/NOPADDING". 13:35:11,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/PKCS5". 13:35:11,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/PKCS5PADDING". 13:35:11,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/PKCS7". 13:35:11,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/PKCS7PADDING". 13:35:11,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/TBC". 13:35:11,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/TBCPADDING". 13:35:11,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/X9.23". 13:35:11,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/X9.23PADDING". 13:35:11,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ZEROBYTE". 13:35:11,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB256/ZEROBYTEPADDING". 13:35:11,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/". 13:35:11,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO10126". 13:35:11,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO10126-2". 13:35:11,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO10126-2PADDING". 13:35:11,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO10126PADDING". 13:35:11,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO7816-4". 13:35:11,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ISO7816-4PADDING". 13:35:11,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/NOPADDING". 13:35:11,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/PKCS5". 13:35:11,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/PKCS5PADDING". 13:35:11,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/PKCS7". 13:35:11,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/PKCS7PADDING". 13:35:11,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/TBC". 13:35:11,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/TBCPADDING". 13:35:11,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/X9.23". 13:35:11,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/X9.23PADDING". 13:35:11,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ZEROBYTE". 13:35:11,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB32/ZEROBYTEPADDING". 13:35:11,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/". 13:35:11,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO10126". 13:35:11,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO10126-2". 13:35:11,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO10126-2PADDING". 13:35:11,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO10126PADDING". 13:35:11,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO7816-4". 13:35:11,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ISO7816-4PADDING". 13:35:11,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/NOPADDING". 13:35:11,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/PKCS5". 13:35:11,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/PKCS5PADDING". 13:35:11,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/PKCS7". 13:35:11,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/PKCS7PADDING". 13:35:11,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/TBC". 13:35:11,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/TBCPADDING". 13:35:11,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/X9.23". 13:35:11,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/X9.23PADDING". 13:35:11,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ZEROBYTE". 13:35:11,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB40/ZEROBYTEPADDING". 13:35:11,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/". 13:35:11,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO10126". 13:35:11,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO10126-2". 13:35:11,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO10126-2PADDING". 13:35:11,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO10126PADDING". 13:35:11,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO7816-4". 13:35:11,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ISO7816-4PADDING". 13:35:11,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/NOPADDING". 13:35:11,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/PKCS5". 13:35:11,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/PKCS5PADDING". 13:35:11,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/PKCS7". 13:35:11,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/PKCS7PADDING". 13:35:11,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/TBC". 13:35:11,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/TBCPADDING". 13:35:11,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/X9.23". 13:35:11,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/X9.23PADDING". 13:35:11,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ZEROBYTE". 13:35:11,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB48/ZEROBYTEPADDING". 13:35:11,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/". 13:35:11,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO10126". 13:35:11,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO10126-2". 13:35:11,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO10126-2PADDING". 13:35:11,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO10126PADDING". 13:35:11,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO7816-4". 13:35:11,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ISO7816-4PADDING". 13:35:11,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/NOPADDING". 13:35:11,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/PKCS5". 13:35:11,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/PKCS5PADDING". 13:35:11,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/PKCS7". 13:35:11,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/PKCS7PADDING". 13:35:11,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/TBC". 13:35:11,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/TBCPADDING". 13:35:11,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/X9.23". 13:35:11,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/X9.23PADDING". 13:35:11,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ZEROBYTE". 13:35:11,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB56/ZEROBYTEPADDING". 13:35:11,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/". 13:35:11,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO10126". 13:35:11,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO10126-2". 13:35:11,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO10126-2PADDING". 13:35:11,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO10126PADDING". 13:35:11,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO7816-4". 13:35:11,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ISO7816-4PADDING". 13:35:11,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/NOPADDING". 13:35:11,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/PKCS5". 13:35:11,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/PKCS5PADDING". 13:35:11,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/PKCS7". 13:35:11,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/PKCS7PADDING". 13:35:11,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/TBC". 13:35:11,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/TBCPADDING". 13:35:11,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/X9.23". 13:35:11,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/X9.23PADDING". 13:35:11,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ZEROBYTE". 13:35:11,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB64/ZEROBYTEPADDING". 13:35:11,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/". 13:35:11,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO10126". 13:35:11,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO10126-2". 13:35:11,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO10126-2PADDING". 13:35:11,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO10126PADDING". 13:35:11,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO7816-4". 13:35:11,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ISO7816-4PADDING". 13:35:11,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/NOPADDING". 13:35:11,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/PKCS5". 13:35:11,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/PKCS5PADDING". 13:35:11,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/PKCS7". 13:35:11,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/PKCS7PADDING". 13:35:11,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/TBC". 13:35:11,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/TBCPADDING". 13:35:11,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/X9.23". 13:35:11,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/X9.23PADDING". 13:35:11,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ZEROBYTE". 13:35:11,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB72/ZEROBYTEPADDING". 13:35:11,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/". 13:35:11,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO10126". 13:35:11,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO10126-2". 13:35:11,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO10126-2PADDING". 13:35:11,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO10126PADDING". 13:35:11,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO7816-4". 13:35:11,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ISO7816-4PADDING". 13:35:11,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/NOPADDING". 13:35:11,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/PKCS5". 13:35:11,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/PKCS5PADDING". 13:35:11,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/PKCS7". 13:35:11,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/PKCS7PADDING". 13:35:11,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/TBC". 13:35:11,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/TBCPADDING". 13:35:11,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/X9.23". 13:35:11,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/X9.23PADDING". 13:35:11,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ZEROBYTE". 13:35:11,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB8/ZEROBYTEPADDING". 13:35:11,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/". 13:35:11,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO10126". 13:35:11,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO10126-2". 13:35:11,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO10126-2PADDING". 13:35:11,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO10126PADDING". 13:35:11,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO7816-4". 13:35:11,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ISO7816-4PADDING". 13:35:11,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/NOPADDING". 13:35:11,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/PKCS5". 13:35:11,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/PKCS5PADDING". 13:35:11,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/PKCS7". 13:35:11,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/PKCS7PADDING". 13:35:11,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/TBC". 13:35:11,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/TBCPADDING". 13:35:11,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/X9.23". 13:35:11,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/X9.23PADDING". 13:35:11,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ZEROBYTE". 13:35:11,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB80/ZEROBYTEPADDING". 13:35:11,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/". 13:35:11,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO10126". 13:35:11,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO10126-2". 13:35:11,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO10126-2PADDING". 13:35:11,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO10126PADDING". 13:35:11,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO7816-4". 13:35:11,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ISO7816-4PADDING". 13:35:11,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/NOPADDING". 13:35:11,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/PKCS5". 13:35:11,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/PKCS5PADDING". 13:35:11,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/PKCS7". 13:35:11,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/PKCS7PADDING". 13:35:11,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/TBC". 13:35:11,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/TBCPADDING". 13:35:11,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/X9.23". 13:35:11,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/X9.23PADDING". 13:35:11,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ZEROBYTE". 13:35:11,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB88/ZEROBYTEPADDING". 13:35:11,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/". 13:35:11,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO10126". 13:35:11,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO10126-2". 13:35:11,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO10126-2PADDING". 13:35:11,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO10126PADDING". 13:35:11,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO7816-4". 13:35:11,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ISO7816-4PADDING". 13:35:11,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/NOPADDING". 13:35:11,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/PKCS5". 13:35:11,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/PKCS5PADDING". 13:35:11,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/PKCS7". 13:35:11,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/PKCS7PADDING". 13:35:11,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/TBC". 13:35:11,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/TBCPADDING". 13:35:11,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/X9.23". 13:35:11,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/X9.23PADDING". 13:35:11,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ZEROBYTE". 13:35:11,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CFB96/ZEROBYTEPADDING". 13:35:11,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CTS/". 13:35:11,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/CTS/NOPADDING". 13:35:11,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/EAX/". 13:35:11,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/EAX/NOPADDING". 13:35:11,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/ECB/". 13:35:11,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/ECB/NOPADDING". 13:35:11,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/GCM/". 13:35:11,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/GCM/NOPADDING". 13:35:11,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/". 13:35:11,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO10126". 13:35:11,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO10126-2". 13:35:11,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO10126-2PADDING". 13:35:11,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO10126PADDING". 13:35:11,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO7816-4". 13:35:11,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ISO7816-4PADDING". 13:35:11,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/NOPADDING". 13:35:11,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/PKCS5". 13:35:11,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/PKCS5PADDING". 13:35:11,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/PKCS7". 13:35:11,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/PKCS7PADDING". 13:35:11,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/TBC". 13:35:11,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/TBCPADDING". 13:35:11,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/X9.23". 13:35:11,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/X9.23PADDING". 13:35:11,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ZEROBYTE". 13:35:11,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB/ZEROBYTEPADDING". 13:35:11,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/". 13:35:11,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO10126". 13:35:11,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO10126-2". 13:35:11,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO10126-2PADDING". 13:35:11,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO10126PADDING". 13:35:11,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO7816-4". 13:35:11,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ISO7816-4PADDING". 13:35:11,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/NOPADDING". 13:35:11,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/PKCS5". 13:35:11,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/PKCS5PADDING". 13:35:11,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/PKCS7". 13:35:11,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/PKCS7PADDING". 13:35:11,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/TBC". 13:35:11,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/TBCPADDING". 13:35:11,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/X9.23". 13:35:11,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/X9.23PADDING". 13:35:11,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ZEROBYTE". 13:35:11,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB104/ZEROBYTEPADDING". 13:35:11,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/". 13:35:11,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO10126". 13:35:11,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO10126-2". 13:35:11,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO10126-2PADDING". 13:35:11,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO10126PADDING". 13:35:11,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO7816-4". 13:35:11,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ISO7816-4PADDING". 13:35:11,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/NOPADDING". 13:35:11,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/PKCS5". 13:35:11,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/PKCS5PADDING". 13:35:11,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/PKCS7". 13:35:11,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/PKCS7PADDING". 13:35:11,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/TBC". 13:35:11,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/TBCPADDING". 13:35:11,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/X9.23". 13:35:11,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/X9.23PADDING". 13:35:11,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ZEROBYTE". 13:35:11,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB112/ZEROBYTEPADDING". 13:35:11,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/". 13:35:11,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO10126". 13:35:11,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO10126-2". 13:35:11,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO10126-2PADDING". 13:35:11,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO10126PADDING". 13:35:11,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO7816-4". 13:35:11,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ISO7816-4PADDING". 13:35:11,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/NOPADDING". 13:35:11,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/PKCS5". 13:35:11,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/PKCS5PADDING". 13:35:11,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/PKCS7". 13:35:11,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/PKCS7PADDING". 13:35:11,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/TBC". 13:35:11,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/TBCPADDING". 13:35:11,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/X9.23". 13:35:11,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/X9.23PADDING". 13:35:11,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ZEROBYTE". 13:35:11,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB120/ZEROBYTEPADDING". 13:35:11,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/". 13:35:11,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO10126". 13:35:11,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO10126-2". 13:35:11,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO10126-2PADDING". 13:35:11,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO10126PADDING". 13:35:11,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO7816-4". 13:35:11,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ISO7816-4PADDING". 13:35:11,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/NOPADDING". 13:35:11,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/PKCS5". 13:35:11,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/PKCS5PADDING". 13:35:11,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/PKCS7". 13:35:11,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/PKCS7PADDING". 13:35:11,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/TBC". 13:35:11,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/TBCPADDING". 13:35:11,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/X9.23". 13:35:11,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/X9.23PADDING". 13:35:11,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ZEROBYTE". 13:35:11,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB128/ZEROBYTEPADDING". 13:35:11,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/". 13:35:11,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO10126". 13:35:11,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO10126-2". 13:35:11,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO10126-2PADDING". 13:35:11,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO10126PADDING". 13:35:11,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO7816-4". 13:35:11,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ISO7816-4PADDING". 13:35:11,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/NOPADDING". 13:35:11,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/PKCS5". 13:35:11,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/PKCS5PADDING". 13:35:11,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/PKCS7". 13:35:11,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/PKCS7PADDING". 13:35:11,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/TBC". 13:35:11,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/TBCPADDING". 13:35:11,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/X9.23". 13:35:11,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/X9.23PADDING". 13:35:11,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ZEROBYTE". 13:35:11,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB136/ZEROBYTEPADDING". 13:35:11,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/". 13:35:11,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO10126". 13:35:11,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO10126-2". 13:35:11,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO10126-2PADDING". 13:35:11,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO10126PADDING". 13:35:11,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO7816-4". 13:35:11,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ISO7816-4PADDING". 13:35:11,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/NOPADDING". 13:35:11,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/PKCS5". 13:35:11,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/PKCS5PADDING". 13:35:11,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/PKCS7". 13:35:11,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/PKCS7PADDING". 13:35:11,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/TBC". 13:35:11,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/TBCPADDING". 13:35:11,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/X9.23". 13:35:11,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/X9.23PADDING". 13:35:11,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ZEROBYTE". 13:35:11,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB144/ZEROBYTEPADDING". 13:35:11,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/". 13:35:11,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO10126". 13:35:11,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO10126-2". 13:35:11,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO10126-2PADDING". 13:35:11,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO10126PADDING". 13:35:11,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO7816-4". 13:35:11,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ISO7816-4PADDING". 13:35:11,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/NOPADDING". 13:35:11,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/PKCS5". 13:35:11,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/PKCS5PADDING". 13:35:11,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/PKCS7". 13:35:11,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/PKCS7PADDING". 13:35:11,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/TBC". 13:35:11,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/TBCPADDING". 13:35:11,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/X9.23". 13:35:11,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/X9.23PADDING". 13:35:11,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ZEROBYTE". 13:35:11,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB152/ZEROBYTEPADDING". 13:35:11,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/". 13:35:11,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO10126". 13:35:11,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO10126-2". 13:35:11,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO10126-2PADDING". 13:35:11,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO10126PADDING". 13:35:11,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO7816-4". 13:35:11,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ISO7816-4PADDING". 13:35:11,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/NOPADDING". 13:35:11,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/PKCS5". 13:35:11,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/PKCS5PADDING". 13:35:11,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/PKCS7". 13:35:11,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/PKCS7PADDING". 13:35:11,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/TBC". 13:35:11,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/TBCPADDING". 13:35:11,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/X9.23". 13:35:11,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/X9.23PADDING". 13:35:11,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ZEROBYTE". 13:35:11,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB16/ZEROBYTEPADDING". 13:35:11,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/". 13:35:11,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO10126". 13:35:11,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO10126-2". 13:35:11,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO10126-2PADDING". 13:35:11,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO10126PADDING". 13:35:11,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO7816-4". 13:35:11,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ISO7816-4PADDING". 13:35:11,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/NOPADDING". 13:35:11,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/PKCS5". 13:35:11,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/PKCS5PADDING". 13:35:11,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/PKCS7". 13:35:11,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/PKCS7PADDING". 13:35:11,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/TBC". 13:35:11,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/TBCPADDING". 13:35:11,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/X9.23". 13:35:11,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/X9.23PADDING". 13:35:11,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ZEROBYTE". 13:35:11,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB160/ZEROBYTEPADDING". 13:35:11,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/". 13:35:11,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO10126". 13:35:11,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO10126-2". 13:35:11,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO10126-2PADDING". 13:35:11,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO10126PADDING". 13:35:11,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO7816-4". 13:35:11,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ISO7816-4PADDING". 13:35:11,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/NOPADDING". 13:35:11,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/PKCS5". 13:35:11,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/PKCS5PADDING". 13:35:11,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/PKCS7". 13:35:11,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/PKCS7PADDING". 13:35:11,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/TBC". 13:35:11,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/TBCPADDING". 13:35:11,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/X9.23". 13:35:11,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/X9.23PADDING". 13:35:11,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ZEROBYTE". 13:35:11,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB168/ZEROBYTEPADDING". 13:35:11,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/". 13:35:11,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO10126". 13:35:11,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO10126-2". 13:35:11,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO10126-2PADDING". 13:35:11,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO10126PADDING". 13:35:11,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO7816-4". 13:35:11,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ISO7816-4PADDING". 13:35:11,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/NOPADDING". 13:35:11,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/PKCS5". 13:35:11,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/PKCS5PADDING". 13:35:11,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/PKCS7". 13:35:11,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/PKCS7PADDING". 13:35:11,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/TBC". 13:35:11,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/TBCPADDING". 13:35:11,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/X9.23". 13:35:11,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/X9.23PADDING". 13:35:11,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ZEROBYTE". 13:35:11,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB176/ZEROBYTEPADDING". 13:35:11,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/". 13:35:11,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO10126". 13:35:11,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO10126-2". 13:35:11,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO10126-2PADDING". 13:35:11,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO10126PADDING". 13:35:11,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO7816-4". 13:35:11,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ISO7816-4PADDING". 13:35:11,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/NOPADDING". 13:35:11,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/PKCS5". 13:35:11,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/PKCS5PADDING". 13:35:11,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/PKCS7". 13:35:11,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/PKCS7PADDING". 13:35:11,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/TBC". 13:35:11,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/TBCPADDING". 13:35:11,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/X9.23". 13:35:11,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/X9.23PADDING". 13:35:11,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ZEROBYTE". 13:35:11,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB184/ZEROBYTEPADDING". 13:35:11,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/". 13:35:11,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO10126". 13:35:11,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO10126-2". 13:35:11,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO10126-2PADDING". 13:35:11,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO10126PADDING". 13:35:11,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO7816-4". 13:35:11,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ISO7816-4PADDING". 13:35:11,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/NOPADDING". 13:35:11,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/PKCS5". 13:35:11,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/PKCS5PADDING". 13:35:11,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/PKCS7". 13:35:11,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/PKCS7PADDING". 13:35:11,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/TBC". 13:35:11,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/TBCPADDING". 13:35:11,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/X9.23". 13:35:11,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/X9.23PADDING". 13:35:11,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ZEROBYTE". 13:35:11,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB192/ZEROBYTEPADDING". 13:35:11,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/". 13:35:11,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO10126". 13:35:11,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO10126-2". 13:35:11,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO10126-2PADDING". 13:35:11,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO10126PADDING". 13:35:11,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO7816-4". 13:35:11,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ISO7816-4PADDING". 13:35:11,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/NOPADDING". 13:35:11,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/PKCS5". 13:35:11,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/PKCS5PADDING". 13:35:11,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/PKCS7". 13:35:11,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/PKCS7PADDING". 13:35:11,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/TBC". 13:35:11,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/TBCPADDING". 13:35:11,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/X9.23". 13:35:11,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/X9.23PADDING". 13:35:11,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ZEROBYTE". 13:35:11,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB200/ZEROBYTEPADDING". 13:35:11,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/". 13:35:11,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO10126". 13:35:11,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO10126-2". 13:35:11,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO10126-2PADDING". 13:35:11,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO10126PADDING". 13:35:11,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO7816-4". 13:35:11,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ISO7816-4PADDING". 13:35:11,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/NOPADDING". 13:35:11,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/PKCS5". 13:35:11,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/PKCS5PADDING". 13:35:11,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/PKCS7". 13:35:11,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/PKCS7PADDING". 13:35:11,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/TBC". 13:35:11,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/TBCPADDING". 13:35:11,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/X9.23". 13:35:11,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/X9.23PADDING". 13:35:11,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ZEROBYTE". 13:35:11,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB208/ZEROBYTEPADDING". 13:35:11,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/". 13:35:11,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO10126". 13:35:11,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO10126-2". 13:35:11,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO10126-2PADDING". 13:35:11,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO10126PADDING". 13:35:11,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO7816-4". 13:35:11,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ISO7816-4PADDING". 13:35:11,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/NOPADDING". 13:35:11,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/PKCS5". 13:35:11,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/PKCS5PADDING". 13:35:11,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/PKCS7". 13:35:11,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/PKCS7PADDING". 13:35:11,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/TBC". 13:35:11,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/TBCPADDING". 13:35:11,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/X9.23". 13:35:11,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/X9.23PADDING". 13:35:11,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ZEROBYTE". 13:35:11,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB216/ZEROBYTEPADDING". 13:35:11,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/". 13:35:11,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO10126". 13:35:11,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO10126-2". 13:35:11,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO10126-2PADDING". 13:35:11,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO10126PADDING". 13:35:11,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO7816-4". 13:35:11,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ISO7816-4PADDING". 13:35:11,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/NOPADDING". 13:35:11,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/PKCS5". 13:35:11,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/PKCS5PADDING". 13:35:11,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/PKCS7". 13:35:11,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/PKCS7PADDING". 13:35:11,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/TBC". 13:35:11,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/TBCPADDING". 13:35:11,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/X9.23". 13:35:11,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/X9.23PADDING". 13:35:11,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ZEROBYTE". 13:35:11,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB224/ZEROBYTEPADDING". 13:35:11,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/". 13:35:11,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO10126". 13:35:11,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO10126-2". 13:35:11,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO10126-2PADDING". 13:35:11,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO10126PADDING". 13:35:11,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO7816-4". 13:35:11,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ISO7816-4PADDING". 13:35:11,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/NOPADDING". 13:35:11,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/PKCS5". 13:35:11,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/PKCS5PADDING". 13:35:11,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/PKCS7". 13:35:11,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/PKCS7PADDING". 13:35:11,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/TBC". 13:35:11,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/TBCPADDING". 13:35:11,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/X9.23". 13:35:11,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/X9.23PADDING". 13:35:11,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ZEROBYTE". 13:35:11,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB232/ZEROBYTEPADDING". 13:35:11,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/". 13:35:11,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO10126". 13:35:11,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO10126-2". 13:35:11,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO10126-2PADDING". 13:35:11,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO10126PADDING". 13:35:11,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO7816-4". 13:35:11,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ISO7816-4PADDING". 13:35:11,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/NOPADDING". 13:35:11,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/PKCS5". 13:35:11,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/PKCS5PADDING". 13:35:11,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/PKCS7". 13:35:11,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/PKCS7PADDING". 13:35:11,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/TBC". 13:35:11,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/TBCPADDING". 13:35:11,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/X9.23". 13:35:11,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/X9.23PADDING". 13:35:11,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ZEROBYTE". 13:35:11,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB24/ZEROBYTEPADDING". 13:35:11,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/". 13:35:11,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO10126". 13:35:11,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO10126-2". 13:35:11,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO10126-2PADDING". 13:35:11,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO10126PADDING". 13:35:11,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO7816-4". 13:35:11,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ISO7816-4PADDING". 13:35:11,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/NOPADDING". 13:35:11,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/PKCS5". 13:35:11,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/PKCS5PADDING". 13:35:11,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/PKCS7". 13:35:11,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/PKCS7PADDING". 13:35:11,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/TBC". 13:35:11,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/TBCPADDING". 13:35:11,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/X9.23". 13:35:11,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/X9.23PADDING". 13:35:11,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ZEROBYTE". 13:35:11,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB240/ZEROBYTEPADDING". 13:35:11,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/". 13:35:11,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO10126". 13:35:11,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO10126-2". 13:35:11,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO10126-2PADDING". 13:35:11,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO10126PADDING". 13:35:11,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO7816-4". 13:35:11,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ISO7816-4PADDING". 13:35:11,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/NOPADDING". 13:35:11,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/PKCS5". 13:35:11,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/PKCS5PADDING". 13:35:11,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/PKCS7". 13:35:11,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/PKCS7PADDING". 13:35:11,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/TBC". 13:35:11,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/TBCPADDING". 13:35:11,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/X9.23". 13:35:11,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/X9.23PADDING". 13:35:11,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ZEROBYTE". 13:35:11,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB248/ZEROBYTEPADDING". 13:35:11,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/". 13:35:11,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO10126". 13:35:11,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO10126-2". 13:35:11,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO10126-2PADDING". 13:35:11,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO10126PADDING". 13:35:11,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO7816-4". 13:35:11,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ISO7816-4PADDING". 13:35:11,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/NOPADDING". 13:35:11,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/PKCS5". 13:35:11,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/PKCS5PADDING". 13:35:11,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/PKCS7". 13:35:11,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/PKCS7PADDING". 13:35:11,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/TBC". 13:35:11,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/TBCPADDING". 13:35:11,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/X9.23". 13:35:11,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/X9.23PADDING". 13:35:11,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ZEROBYTE". 13:35:11,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB256/ZEROBYTEPADDING". 13:35:11,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/". 13:35:11,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO10126". 13:35:11,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO10126-2". 13:35:11,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO10126-2PADDING". 13:35:11,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO10126PADDING". 13:35:11,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO7816-4". 13:35:11,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ISO7816-4PADDING". 13:35:11,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/NOPADDING". 13:35:11,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/PKCS5". 13:35:11,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/PKCS5PADDING". 13:35:11,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/PKCS7". 13:35:11,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/PKCS7PADDING". 13:35:11,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/TBC". 13:35:11,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/TBCPADDING". 13:35:11,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/X9.23". 13:35:11,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/X9.23PADDING". 13:35:11,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ZEROBYTE". 13:35:11,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB32/ZEROBYTEPADDING". 13:35:11,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/". 13:35:11,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO10126". 13:35:11,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO10126-2". 13:35:11,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO10126-2PADDING". 13:35:11,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO10126PADDING". 13:35:11,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO7816-4". 13:35:11,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ISO7816-4PADDING". 13:35:11,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/NOPADDING". 13:35:11,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/PKCS5". 13:35:11,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/PKCS5PADDING". 13:35:11,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/PKCS7". 13:35:11,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/PKCS7PADDING". 13:35:11,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/TBC". 13:35:11,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/TBCPADDING". 13:35:11,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/X9.23". 13:35:11,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/X9.23PADDING". 13:35:11,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ZEROBYTE". 13:35:11,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB40/ZEROBYTEPADDING". 13:35:11,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/". 13:35:11,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO10126". 13:35:11,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO10126-2". 13:35:11,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO10126-2PADDING". 13:35:11,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO10126PADDING". 13:35:11,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO7816-4". 13:35:11,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ISO7816-4PADDING". 13:35:11,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/NOPADDING". 13:35:11,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/PKCS5". 13:35:11,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/PKCS5PADDING". 13:35:11,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/PKCS7". 13:35:11,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/PKCS7PADDING". 13:35:11,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/TBC". 13:35:11,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/TBCPADDING". 13:35:11,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/X9.23". 13:35:11,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/X9.23PADDING". 13:35:11,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ZEROBYTE". 13:35:11,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB48/ZEROBYTEPADDING". 13:35:11,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/". 13:35:11,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO10126". 13:35:11,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO10126-2". 13:35:11,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO10126-2PADDING". 13:35:11,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO10126PADDING". 13:35:11,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO7816-4". 13:35:11,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ISO7816-4PADDING". 13:35:11,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/NOPADDING". 13:35:11,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/PKCS5". 13:35:11,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/PKCS5PADDING". 13:35:11,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/PKCS7". 13:35:11,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/PKCS7PADDING". 13:35:11,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/TBC". 13:35:11,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/TBCPADDING". 13:35:11,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/X9.23". 13:35:11,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/X9.23PADDING". 13:35:11,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ZEROBYTE". 13:35:11,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB56/ZEROBYTEPADDING". 13:35:11,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/". 13:35:11,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO10126". 13:35:11,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO10126-2". 13:35:11,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO10126-2PADDING". 13:35:11,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO10126PADDING". 13:35:11,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO7816-4". 13:35:11,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ISO7816-4PADDING". 13:35:11,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/NOPADDING". 13:35:11,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/PKCS5". 13:35:11,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/PKCS5PADDING". 13:35:11,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/PKCS7". 13:35:11,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/PKCS7PADDING". 13:35:11,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/TBC". 13:35:11,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/TBCPADDING". 13:35:11,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/X9.23". 13:35:11,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/X9.23PADDING". 13:35:11,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ZEROBYTE". 13:35:11,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB64/ZEROBYTEPADDING". 13:35:11,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/". 13:35:11,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO10126". 13:35:11,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO10126-2". 13:35:11,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO10126-2PADDING". 13:35:11,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO10126PADDING". 13:35:11,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO7816-4". 13:35:11,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ISO7816-4PADDING". 13:35:11,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/NOPADDING". 13:35:11,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/PKCS5". 13:35:11,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/PKCS5PADDING". 13:35:11,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/PKCS7". 13:35:11,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/PKCS7PADDING". 13:35:11,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/TBC". 13:35:11,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/TBCPADDING". 13:35:11,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/X9.23". 13:35:11,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/X9.23PADDING". 13:35:11,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ZEROBYTE". 13:35:11,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB72/ZEROBYTEPADDING". 13:35:11,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/". 13:35:11,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO10126". 13:35:11,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO10126-2". 13:35:11,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO10126-2PADDING". 13:35:11,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO10126PADDING". 13:35:11,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO7816-4". 13:35:11,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ISO7816-4PADDING". 13:35:11,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/NOPADDING". 13:35:11,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/PKCS5". 13:35:11,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/PKCS5PADDING". 13:35:11,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/PKCS7". 13:35:11,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/PKCS7PADDING". 13:35:11,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/TBC". 13:35:11,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/TBCPADDING". 13:35:11,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/X9.23". 13:35:11,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/X9.23PADDING". 13:35:11,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ZEROBYTE". 13:35:11,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB8/ZEROBYTEPADDING". 13:35:11,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/". 13:35:11,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO10126". 13:35:11,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO10126-2". 13:35:11,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO10126-2PADDING". 13:35:11,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO10126PADDING". 13:35:11,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO7816-4". 13:35:11,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ISO7816-4PADDING". 13:35:11,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/NOPADDING". 13:35:11,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/PKCS5". 13:35:11,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/PKCS5PADDING". 13:35:11,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/PKCS7". 13:35:11,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/PKCS7PADDING". 13:35:11,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/TBC". 13:35:11,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/TBCPADDING". 13:35:11,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/X9.23". 13:35:11,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/X9.23PADDING". 13:35:11,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ZEROBYTE". 13:35:11,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB80/ZEROBYTEPADDING". 13:35:11,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/". 13:35:11,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO10126". 13:35:11,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO10126-2". 13:35:11,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO10126-2PADDING". 13:35:11,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO10126PADDING". 13:35:11,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO7816-4". 13:35:11,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ISO7816-4PADDING". 13:35:11,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/NOPADDING". 13:35:11,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/PKCS5". 13:35:11,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/PKCS5PADDING". 13:35:11,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/PKCS7". 13:35:11,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/PKCS7PADDING". 13:35:11,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/TBC". 13:35:11,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/TBCPADDING". 13:35:11,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/X9.23". 13:35:11,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/X9.23PADDING". 13:35:11,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ZEROBYTE". 13:35:11,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB88/ZEROBYTEPADDING". 13:35:11,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/". 13:35:11,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO10126". 13:35:11,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO10126-2". 13:35:11,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO10126-2PADDING". 13:35:11,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO10126PADDING". 13:35:11,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO7816-4". 13:35:11,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ISO7816-4PADDING". 13:35:11,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/NOPADDING". 13:35:11,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/PKCS5". 13:35:11,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/PKCS5PADDING". 13:35:11,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/PKCS7". 13:35:11,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/PKCS7PADDING". 13:35:11,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/TBC". 13:35:11,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/TBCPADDING". 13:35:11,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/X9.23". 13:35:11,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/X9.23PADDING". 13:35:11,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ZEROBYTE". 13:35:11,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/OFB96/ZEROBYTEPADDING". 13:35:11,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/". 13:35:11,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO10126". 13:35:11,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO10126-2". 13:35:11,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO10126-2PADDING". 13:35:11,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO10126PADDING". 13:35:11,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO7816-4". 13:35:11,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ISO7816-4PADDING". 13:35:11,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/NOPADDING". 13:35:11,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/PKCS5". 13:35:11,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/PKCS5PADDING". 13:35:11,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/PKCS7". 13:35:11,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/PKCS7PADDING". 13:35:11,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/TBC". 13:35:11,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/TBCPADDING". 13:35:11,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/X9.23". 13:35:11,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/X9.23PADDING". 13:35:11,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ZEROBYTE". 13:35:11,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA.LIGHT/SIC/ZEROBYTEPADDING". 13:35:11,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA//". 13:35:11,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA//NOPADDING". 13:35:11,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC-CTS/". 13:35:11,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC-CTS/NOPADDING". 13:35:11,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/". 13:35:11,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO10126". 13:35:11,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO10126-2". 13:35:11,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO10126-2PADDING". 13:35:11,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO10126PADDING". 13:35:11,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO7816-4". 13:35:11,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ISO7816-4PADDING". 13:35:11,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/NOPADDING". 13:35:11,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/PKCS5". 13:35:11,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/PKCS5PADDING". 13:35:11,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/PKCS7". 13:35:11,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/PKCS7PADDING". 13:35:11,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/TBC". 13:35:11,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/TBCPADDING". 13:35:11,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/X9.23". 13:35:11,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/X9.23PADDING". 13:35:11,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ZEROBYTE". 13:35:11,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CBC/ZEROBYTEPADDING". 13:35:11,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CCM/". 13:35:11,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CCM/NOPADDING". 13:35:11,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/". 13:35:11,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO10126". 13:35:11,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO10126-2". 13:35:11,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO10126-2PADDING". 13:35:11,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO10126PADDING". 13:35:11,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO7816-4". 13:35:11,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ISO7816-4PADDING". 13:35:11,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/NOPADDING". 13:35:11,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/PKCS5". 13:35:11,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/PKCS5PADDING". 13:35:11,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/PKCS7". 13:35:11,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/PKCS7PADDING". 13:35:11,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/TBC". 13:35:11,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/TBCPADDING". 13:35:11,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/X9.23". 13:35:11,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/X9.23PADDING". 13:35:11,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ZEROBYTE". 13:35:11,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB/ZEROBYTEPADDING". 13:35:11,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/". 13:35:11,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO10126". 13:35:11,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO10126-2". 13:35:11,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO10126-2PADDING". 13:35:11,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO10126PADDING". 13:35:11,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO7816-4". 13:35:11,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ISO7816-4PADDING". 13:35:11,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/NOPADDING". 13:35:11,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/PKCS5". 13:35:11,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/PKCS5PADDING". 13:35:11,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/PKCS7". 13:35:11,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/PKCS7PADDING". 13:35:11,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/TBC". 13:35:11,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/TBCPADDING". 13:35:11,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/X9.23". 13:35:11,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/X9.23PADDING". 13:35:11,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ZEROBYTE". 13:35:11,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB104/ZEROBYTEPADDING". 13:35:11,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/". 13:35:11,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO10126". 13:35:11,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO10126-2". 13:35:11,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO10126-2PADDING". 13:35:11,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO10126PADDING". 13:35:11,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO7816-4". 13:35:11,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ISO7816-4PADDING". 13:35:11,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/NOPADDING". 13:35:11,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/PKCS5". 13:35:11,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/PKCS5PADDING". 13:35:11,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/PKCS7". 13:35:11,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/PKCS7PADDING". 13:35:11,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/TBC". 13:35:11,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/TBCPADDING". 13:35:11,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/X9.23". 13:35:11,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/X9.23PADDING". 13:35:11,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ZEROBYTE". 13:35:11,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB112/ZEROBYTEPADDING". 13:35:11,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/". 13:35:11,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO10126". 13:35:11,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO10126-2". 13:35:11,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO10126-2PADDING". 13:35:11,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO10126PADDING". 13:35:11,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO7816-4". 13:35:11,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ISO7816-4PADDING". 13:35:11,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/NOPADDING". 13:35:11,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/PKCS5". 13:35:11,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/PKCS5PADDING". 13:35:11,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/PKCS7". 13:35:11,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/PKCS7PADDING". 13:35:11,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/TBC". 13:35:11,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/TBCPADDING". 13:35:11,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/X9.23". 13:35:11,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/X9.23PADDING". 13:35:11,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ZEROBYTE". 13:35:11,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB120/ZEROBYTEPADDING". 13:35:11,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/". 13:35:11,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO10126". 13:35:11,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO10126-2". 13:35:11,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO10126-2PADDING". 13:35:11,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO10126PADDING". 13:35:11,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO7816-4". 13:35:11,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ISO7816-4PADDING". 13:35:11,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/NOPADDING". 13:35:11,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/PKCS5". 13:35:11,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/PKCS5PADDING". 13:35:11,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/PKCS7". 13:35:11,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/PKCS7PADDING". 13:35:11,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/TBC". 13:35:11,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/TBCPADDING". 13:35:11,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/X9.23". 13:35:11,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/X9.23PADDING". 13:35:11,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ZEROBYTE". 13:35:11,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB128/ZEROBYTEPADDING". 13:35:11,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/". 13:35:11,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO10126". 13:35:11,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO10126-2". 13:35:11,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO10126-2PADDING". 13:35:11,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO10126PADDING". 13:35:11,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO7816-4". 13:35:11,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ISO7816-4PADDING". 13:35:11,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/NOPADDING". 13:35:11,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/PKCS5". 13:35:11,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/PKCS5PADDING". 13:35:11,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/PKCS7". 13:35:11,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/PKCS7PADDING". 13:35:11,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/TBC". 13:35:11,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/TBCPADDING". 13:35:11,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/X9.23". 13:35:11,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/X9.23PADDING". 13:35:11,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ZEROBYTE". 13:35:11,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB136/ZEROBYTEPADDING". 13:35:11,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/". 13:35:11,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO10126". 13:35:11,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO10126-2". 13:35:11,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO10126-2PADDING". 13:35:11,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO10126PADDING". 13:35:11,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO7816-4". 13:35:11,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ISO7816-4PADDING". 13:35:11,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/NOPADDING". 13:35:11,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/PKCS5". 13:35:11,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/PKCS5PADDING". 13:35:11,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/PKCS7". 13:35:11,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/PKCS7PADDING". 13:35:11,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/TBC". 13:35:11,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/TBCPADDING". 13:35:11,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/X9.23". 13:35:11,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/X9.23PADDING". 13:35:11,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ZEROBYTE". 13:35:11,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB144/ZEROBYTEPADDING". 13:35:11,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/". 13:35:11,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO10126". 13:35:11,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO10126-2". 13:35:11,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO10126-2PADDING". 13:35:11,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO10126PADDING". 13:35:11,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO7816-4". 13:35:11,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ISO7816-4PADDING". 13:35:11,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/NOPADDING". 13:35:11,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/PKCS5". 13:35:11,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/PKCS5PADDING". 13:35:11,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/PKCS7". 13:35:11,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/PKCS7PADDING". 13:35:11,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/TBC". 13:35:11,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/TBCPADDING". 13:35:11,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/X9.23". 13:35:11,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/X9.23PADDING". 13:35:11,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ZEROBYTE". 13:35:11,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB152/ZEROBYTEPADDING". 13:35:11,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/". 13:35:11,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO10126". 13:35:11,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO10126-2". 13:35:11,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO10126-2PADDING". 13:35:11,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO10126PADDING". 13:35:11,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO7816-4". 13:35:11,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ISO7816-4PADDING". 13:35:11,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/NOPADDING". 13:35:11,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/PKCS5". 13:35:11,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/PKCS5PADDING". 13:35:11,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/PKCS7". 13:35:11,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/PKCS7PADDING". 13:35:11,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/TBC". 13:35:11,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/TBCPADDING". 13:35:11,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/X9.23". 13:35:11,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/X9.23PADDING". 13:35:11,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ZEROBYTE". 13:35:11,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB16/ZEROBYTEPADDING". 13:35:11,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/". 13:35:11,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO10126". 13:35:11,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO10126-2". 13:35:11,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO10126-2PADDING". 13:35:11,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO10126PADDING". 13:35:11,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO7816-4". 13:35:11,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ISO7816-4PADDING". 13:35:11,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/NOPADDING". 13:35:11,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/PKCS5". 13:35:11,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/PKCS5PADDING". 13:35:11,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/PKCS7". 13:35:11,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/PKCS7PADDING". 13:35:11,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/TBC". 13:35:11,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/TBCPADDING". 13:35:11,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/X9.23". 13:35:11,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/X9.23PADDING". 13:35:11,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ZEROBYTE". 13:35:11,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB160/ZEROBYTEPADDING". 13:35:11,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/". 13:35:11,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO10126". 13:35:11,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO10126-2". 13:35:11,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO10126-2PADDING". 13:35:11,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO10126PADDING". 13:35:11,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO7816-4". 13:35:11,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ISO7816-4PADDING". 13:35:11,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/NOPADDING". 13:35:11,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/PKCS5". 13:35:11,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/PKCS5PADDING". 13:35:11,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/PKCS7". 13:35:11,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/PKCS7PADDING". 13:35:11,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/TBC". 13:35:11,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/TBCPADDING". 13:35:11,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/X9.23". 13:35:11,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/X9.23PADDING". 13:35:11,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ZEROBYTE". 13:35:11,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB168/ZEROBYTEPADDING". 13:35:11,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/". 13:35:11,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO10126". 13:35:11,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO10126-2". 13:35:11,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO10126-2PADDING". 13:35:11,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO10126PADDING". 13:35:11,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO7816-4". 13:35:11,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ISO7816-4PADDING". 13:35:11,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/NOPADDING". 13:35:11,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/PKCS5". 13:35:11,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/PKCS5PADDING". 13:35:11,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/PKCS7". 13:35:11,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/PKCS7PADDING". 13:35:11,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/TBC". 13:35:11,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/TBCPADDING". 13:35:11,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/X9.23". 13:35:11,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/X9.23PADDING". 13:35:11,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ZEROBYTE". 13:35:11,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB176/ZEROBYTEPADDING". 13:35:11,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/". 13:35:11,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO10126". 13:35:11,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO10126-2". 13:35:11,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO10126-2PADDING". 13:35:11,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO10126PADDING". 13:35:11,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO7816-4". 13:35:11,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ISO7816-4PADDING". 13:35:11,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/NOPADDING". 13:35:11,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/PKCS5". 13:35:11,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/PKCS5PADDING". 13:35:11,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/PKCS7". 13:35:11,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/PKCS7PADDING". 13:35:11,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/TBC". 13:35:11,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/TBCPADDING". 13:35:11,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/X9.23". 13:35:11,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/X9.23PADDING". 13:35:11,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ZEROBYTE". 13:35:11,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB184/ZEROBYTEPADDING". 13:35:11,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/". 13:35:11,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO10126". 13:35:11,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO10126-2". 13:35:11,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO10126-2PADDING". 13:35:11,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO10126PADDING". 13:35:11,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO7816-4". 13:35:11,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ISO7816-4PADDING". 13:35:11,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/NOPADDING". 13:35:11,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/PKCS5". 13:35:11,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/PKCS5PADDING". 13:35:11,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/PKCS7". 13:35:11,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/PKCS7PADDING". 13:35:11,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/TBC". 13:35:11,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/TBCPADDING". 13:35:11,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/X9.23". 13:35:11,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/X9.23PADDING". 13:35:11,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ZEROBYTE". 13:35:11,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB192/ZEROBYTEPADDING". 13:35:11,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/". 13:35:11,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO10126". 13:35:11,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO10126-2". 13:35:11,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO10126-2PADDING". 13:35:11,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO10126PADDING". 13:35:11,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO7816-4". 13:35:11,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ISO7816-4PADDING". 13:35:11,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/NOPADDING". 13:35:11,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/PKCS5". 13:35:11,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/PKCS5PADDING". 13:35:11,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/PKCS7". 13:35:11,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/PKCS7PADDING". 13:35:11,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/TBC". 13:35:11,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/TBCPADDING". 13:35:11,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/X9.23". 13:35:11,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/X9.23PADDING". 13:35:11,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ZEROBYTE". 13:35:11,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB200/ZEROBYTEPADDING". 13:35:11,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/". 13:35:11,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO10126". 13:35:11,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO10126-2". 13:35:11,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO10126-2PADDING". 13:35:11,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO10126PADDING". 13:35:11,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO7816-4". 13:35:11,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ISO7816-4PADDING". 13:35:11,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/NOPADDING". 13:35:11,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/PKCS5". 13:35:11,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/PKCS5PADDING". 13:35:11,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/PKCS7". 13:35:11,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/PKCS7PADDING". 13:35:11,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/TBC". 13:35:11,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/TBCPADDING". 13:35:11,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/X9.23". 13:35:11,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/X9.23PADDING". 13:35:11,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ZEROBYTE". 13:35:11,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB208/ZEROBYTEPADDING". 13:35:11,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/". 13:35:11,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO10126". 13:35:11,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO10126-2". 13:35:11,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO10126-2PADDING". 13:35:11,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO10126PADDING". 13:35:11,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO7816-4". 13:35:11,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ISO7816-4PADDING". 13:35:11,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/NOPADDING". 13:35:11,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/PKCS5". 13:35:11,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/PKCS5PADDING". 13:35:11,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/PKCS7". 13:35:11,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/PKCS7PADDING". 13:35:11,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/TBC". 13:35:11,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/TBCPADDING". 13:35:11,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/X9.23". 13:35:11,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/X9.23PADDING". 13:35:11,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ZEROBYTE". 13:35:11,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB216/ZEROBYTEPADDING". 13:35:11,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/". 13:35:11,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO10126". 13:35:11,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO10126-2". 13:35:11,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO10126-2PADDING". 13:35:11,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO10126PADDING". 13:35:11,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO7816-4". 13:35:11,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ISO7816-4PADDING". 13:35:11,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/NOPADDING". 13:35:11,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/PKCS5". 13:35:11,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/PKCS5PADDING". 13:35:11,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/PKCS7". 13:35:11,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/PKCS7PADDING". 13:35:11,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/TBC". 13:35:11,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/TBCPADDING". 13:35:11,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/X9.23". 13:35:11,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/X9.23PADDING". 13:35:11,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ZEROBYTE". 13:35:11,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB224/ZEROBYTEPADDING". 13:35:11,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/". 13:35:11,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO10126". 13:35:11,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO10126-2". 13:35:11,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO10126-2PADDING". 13:35:11,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO10126PADDING". 13:35:11,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO7816-4". 13:35:11,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ISO7816-4PADDING". 13:35:11,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/NOPADDING". 13:35:11,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/PKCS5". 13:35:11,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/PKCS5PADDING". 13:35:11,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/PKCS7". 13:35:11,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/PKCS7PADDING". 13:35:11,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/TBC". 13:35:11,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/TBCPADDING". 13:35:11,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/X9.23". 13:35:11,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/X9.23PADDING". 13:35:11,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ZEROBYTE". 13:35:11,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB232/ZEROBYTEPADDING". 13:35:11,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/". 13:35:11,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO10126". 13:35:11,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO10126-2". 13:35:11,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO10126-2PADDING". 13:35:11,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO10126PADDING". 13:35:11,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO7816-4". 13:35:11,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ISO7816-4PADDING". 13:35:11,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/NOPADDING". 13:35:11,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/PKCS5". 13:35:11,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/PKCS5PADDING". 13:35:11,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/PKCS7". 13:35:11,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/PKCS7PADDING". 13:35:11,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/TBC". 13:35:11,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/TBCPADDING". 13:35:11,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/X9.23". 13:35:11,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/X9.23PADDING". 13:35:11,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ZEROBYTE". 13:35:11,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB24/ZEROBYTEPADDING". 13:35:11,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/". 13:35:11,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO10126". 13:35:11,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO10126-2". 13:35:11,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO10126-2PADDING". 13:35:11,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO10126PADDING". 13:35:11,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO7816-4". 13:35:11,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ISO7816-4PADDING". 13:35:11,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/NOPADDING". 13:35:11,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/PKCS5". 13:35:11,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/PKCS5PADDING". 13:35:11,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/PKCS7". 13:35:11,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/PKCS7PADDING". 13:35:11,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/TBC". 13:35:11,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/TBCPADDING". 13:35:11,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/X9.23". 13:35:11,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/X9.23PADDING". 13:35:11,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ZEROBYTE". 13:35:11,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB240/ZEROBYTEPADDING". 13:35:11,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/". 13:35:11,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO10126". 13:35:11,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO10126-2". 13:35:11,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO10126-2PADDING". 13:35:11,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO10126PADDING". 13:35:11,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO7816-4". 13:35:11,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ISO7816-4PADDING". 13:35:11,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/NOPADDING". 13:35:11,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/PKCS5". 13:35:11,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/PKCS5PADDING". 13:35:11,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/PKCS7". 13:35:11,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/PKCS7PADDING". 13:35:11,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/TBC". 13:35:11,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/TBCPADDING". 13:35:11,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/X9.23". 13:35:11,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/X9.23PADDING". 13:35:11,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ZEROBYTE". 13:35:11,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB248/ZEROBYTEPADDING". 13:35:11,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/". 13:35:11,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO10126". 13:35:11,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO10126-2". 13:35:11,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO10126-2PADDING". 13:35:11,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO10126PADDING". 13:35:11,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO7816-4". 13:35:11,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ISO7816-4PADDING". 13:35:11,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/NOPADDING". 13:35:11,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/PKCS5". 13:35:11,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/PKCS5PADDING". 13:35:11,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/PKCS7". 13:35:11,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/PKCS7PADDING". 13:35:11,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/TBC". 13:35:11,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/TBCPADDING". 13:35:11,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/X9.23". 13:35:11,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/X9.23PADDING". 13:35:11,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ZEROBYTE". 13:35:11,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB256/ZEROBYTEPADDING". 13:35:11,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/". 13:35:11,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO10126". 13:35:11,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO10126-2". 13:35:11,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO10126-2PADDING". 13:35:11,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO10126PADDING". 13:35:11,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO7816-4". 13:35:11,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ISO7816-4PADDING". 13:35:11,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/NOPADDING". 13:35:11,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/PKCS5". 13:35:11,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/PKCS5PADDING". 13:35:11,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/PKCS7". 13:35:11,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/PKCS7PADDING". 13:35:11,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/TBC". 13:35:11,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/TBCPADDING". 13:35:11,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/X9.23". 13:35:11,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/X9.23PADDING". 13:35:11,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ZEROBYTE". 13:35:11,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB32/ZEROBYTEPADDING". 13:35:11,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/". 13:35:11,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO10126". 13:35:11,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO10126-2". 13:35:11,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO10126-2PADDING". 13:35:11,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO10126PADDING". 13:35:11,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO7816-4". 13:35:11,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ISO7816-4PADDING". 13:35:11,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/NOPADDING". 13:35:11,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/PKCS5". 13:35:11,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/PKCS5PADDING". 13:35:11,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/PKCS7". 13:35:11,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/PKCS7PADDING". 13:35:11,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/TBC". 13:35:11,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/TBCPADDING". 13:35:11,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/X9.23". 13:35:11,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/X9.23PADDING". 13:35:11,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ZEROBYTE". 13:35:11,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB40/ZEROBYTEPADDING". 13:35:11,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/". 13:35:11,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO10126". 13:35:11,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO10126-2". 13:35:11,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO10126-2PADDING". 13:35:11,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO10126PADDING". 13:35:11,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO7816-4". 13:35:11,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ISO7816-4PADDING". 13:35:11,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/NOPADDING". 13:35:11,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/PKCS5". 13:35:11,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/PKCS5PADDING". 13:35:11,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/PKCS7". 13:35:11,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/PKCS7PADDING". 13:35:11,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/TBC". 13:35:11,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/TBCPADDING". 13:35:11,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/X9.23". 13:35:11,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/X9.23PADDING". 13:35:11,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ZEROBYTE". 13:35:11,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB48/ZEROBYTEPADDING". 13:35:11,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/". 13:35:11,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO10126". 13:35:11,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO10126-2". 13:35:11,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO10126-2PADDING". 13:35:11,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO10126PADDING". 13:35:11,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO7816-4". 13:35:11,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ISO7816-4PADDING". 13:35:11,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/NOPADDING". 13:35:11,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/PKCS5". 13:35:11,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/PKCS5PADDING". 13:35:11,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/PKCS7". 13:35:11,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/PKCS7PADDING". 13:35:11,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/TBC". 13:35:11,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/TBCPADDING". 13:35:11,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/X9.23". 13:35:11,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/X9.23PADDING". 13:35:11,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ZEROBYTE". 13:35:11,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB56/ZEROBYTEPADDING". 13:35:11,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/". 13:35:11,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO10126". 13:35:11,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO10126-2". 13:35:11,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO10126-2PADDING". 13:35:11,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO10126PADDING". 13:35:11,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO7816-4". 13:35:11,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ISO7816-4PADDING". 13:35:11,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/NOPADDING". 13:35:11,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/PKCS5". 13:35:11,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/PKCS5PADDING". 13:35:11,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/PKCS7". 13:35:11,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/PKCS7PADDING". 13:35:11,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/TBC". 13:35:11,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/TBCPADDING". 13:35:11,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/X9.23". 13:35:11,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/X9.23PADDING". 13:35:11,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ZEROBYTE". 13:35:11,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB64/ZEROBYTEPADDING". 13:35:11,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/". 13:35:11,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO10126". 13:35:11,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO10126-2". 13:35:11,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO10126-2PADDING". 13:35:11,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO10126PADDING". 13:35:11,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO7816-4". 13:35:11,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ISO7816-4PADDING". 13:35:11,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/NOPADDING". 13:35:11,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/PKCS5". 13:35:11,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/PKCS5PADDING". 13:35:11,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/PKCS7". 13:35:11,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/PKCS7PADDING". 13:35:11,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/TBC". 13:35:11,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/TBCPADDING". 13:35:11,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/X9.23". 13:35:11,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/X9.23PADDING". 13:35:11,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ZEROBYTE". 13:35:11,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB72/ZEROBYTEPADDING". 13:35:11,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/". 13:35:11,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO10126". 13:35:11,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO10126-2". 13:35:11,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO10126-2PADDING". 13:35:11,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO10126PADDING". 13:35:11,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO7816-4". 13:35:11,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ISO7816-4PADDING". 13:35:11,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/NOPADDING". 13:35:11,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/PKCS5". 13:35:11,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/PKCS5PADDING". 13:35:11,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/PKCS7". 13:35:11,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/PKCS7PADDING". 13:35:11,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/TBC". 13:35:11,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/TBCPADDING". 13:35:11,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/X9.23". 13:35:11,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/X9.23PADDING". 13:35:11,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ZEROBYTE". 13:35:11,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB8/ZEROBYTEPADDING". 13:35:11,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/". 13:35:11,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO10126". 13:35:11,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO10126-2". 13:35:11,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO10126-2PADDING". 13:35:11,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO10126PADDING". 13:35:11,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO7816-4". 13:35:11,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ISO7816-4PADDING". 13:35:11,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/NOPADDING". 13:35:11,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/PKCS5". 13:35:11,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/PKCS5PADDING". 13:35:11,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/PKCS7". 13:35:11,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/PKCS7PADDING". 13:35:11,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/TBC". 13:35:11,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/TBCPADDING". 13:35:11,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/X9.23". 13:35:11,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/X9.23PADDING". 13:35:11,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ZEROBYTE". 13:35:11,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB80/ZEROBYTEPADDING". 13:35:11,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/". 13:35:11,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO10126". 13:35:11,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO10126-2". 13:35:11,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO10126-2PADDING". 13:35:11,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO10126PADDING". 13:35:11,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO7816-4". 13:35:11,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ISO7816-4PADDING". 13:35:11,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/NOPADDING". 13:35:11,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/PKCS5". 13:35:11,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/PKCS5PADDING". 13:35:11,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/PKCS7". 13:35:11,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/PKCS7PADDING". 13:35:11,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/TBC". 13:35:11,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/TBCPADDING". 13:35:11,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/X9.23". 13:35:11,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/X9.23PADDING". 13:35:11,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ZEROBYTE". 13:35:11,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB88/ZEROBYTEPADDING". 13:35:11,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/". 13:35:11,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO10126". 13:35:11,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO10126-2". 13:35:11,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO10126-2PADDING". 13:35:11,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO10126PADDING". 13:35:11,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO7816-4". 13:35:11,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ISO7816-4PADDING". 13:35:11,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/NOPADDING". 13:35:11,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/PKCS5". 13:35:11,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/PKCS5PADDING". 13:35:11,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/PKCS7". 13:35:11,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/PKCS7PADDING". 13:35:11,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/TBC". 13:35:11,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/TBCPADDING". 13:35:11,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/X9.23". 13:35:11,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/X9.23PADDING". 13:35:11,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ZEROBYTE". 13:35:11,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CFB96/ZEROBYTEPADDING". 13:35:11,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CTS/". 13:35:11,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/CTS/NOPADDING". 13:35:11,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/EAX/". 13:35:11,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/EAX/NOPADDING". 13:35:11,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/ECB/". 13:35:11,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/ECB/NOPADDING". 13:35:11,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/GCM/". 13:35:11,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/GCM/NOPADDING". 13:35:11,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/". 13:35:11,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO10126". 13:35:11,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO10126-2". 13:35:11,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO10126-2PADDING". 13:35:11,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO10126PADDING". 13:35:11,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO7816-4". 13:35:11,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ISO7816-4PADDING". 13:35:11,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/NOPADDING". 13:35:11,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/PKCS5". 13:35:11,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/PKCS5PADDING". 13:35:11,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/PKCS7". 13:35:11,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/PKCS7PADDING". 13:35:11,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/TBC". 13:35:11,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/TBCPADDING". 13:35:11,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/X9.23". 13:35:11,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/X9.23PADDING". 13:35:11,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ZEROBYTE". 13:35:11,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB/ZEROBYTEPADDING". 13:35:11,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/". 13:35:11,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO10126". 13:35:11,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO10126-2". 13:35:11,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO10126-2PADDING". 13:35:11,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO10126PADDING". 13:35:11,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO7816-4". 13:35:11,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ISO7816-4PADDING". 13:35:11,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/NOPADDING". 13:35:11,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/PKCS5". 13:35:11,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/PKCS5PADDING". 13:35:11,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/PKCS7". 13:35:11,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/PKCS7PADDING". 13:35:11,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/TBC". 13:35:11,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/TBCPADDING". 13:35:11,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/X9.23". 13:35:11,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/X9.23PADDING". 13:35:11,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ZEROBYTE". 13:35:11,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB104/ZEROBYTEPADDING". 13:35:11,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/". 13:35:11,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO10126". 13:35:11,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO10126-2". 13:35:11,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO10126-2PADDING". 13:35:11,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO10126PADDING". 13:35:11,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO7816-4". 13:35:11,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ISO7816-4PADDING". 13:35:11,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/NOPADDING". 13:35:11,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/PKCS5". 13:35:11,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/PKCS5PADDING". 13:35:11,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/PKCS7". 13:35:11,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/PKCS7PADDING". 13:35:11,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/TBC". 13:35:11,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/TBCPADDING". 13:35:11,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/X9.23". 13:35:11,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/X9.23PADDING". 13:35:11,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ZEROBYTE". 13:35:11,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB112/ZEROBYTEPADDING". 13:35:11,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/". 13:35:11,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO10126". 13:35:11,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO10126-2". 13:35:11,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO10126-2PADDING". 13:35:11,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO10126PADDING". 13:35:11,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO7816-4". 13:35:11,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ISO7816-4PADDING". 13:35:11,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/NOPADDING". 13:35:11,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/PKCS5". 13:35:11,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/PKCS5PADDING". 13:35:11,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/PKCS7". 13:35:11,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/PKCS7PADDING". 13:35:11,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/TBC". 13:35:11,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/TBCPADDING". 13:35:11,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/X9.23". 13:35:11,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/X9.23PADDING". 13:35:11,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ZEROBYTE". 13:35:11,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB120/ZEROBYTEPADDING". 13:35:11,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/". 13:35:11,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO10126". 13:35:11,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO10126-2". 13:35:11,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO10126-2PADDING". 13:35:11,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO10126PADDING". 13:35:11,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO7816-4". 13:35:11,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ISO7816-4PADDING". 13:35:11,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/NOPADDING". 13:35:11,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/PKCS5". 13:35:11,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/PKCS5PADDING". 13:35:11,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/PKCS7". 13:35:11,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/PKCS7PADDING". 13:35:11,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/TBC". 13:35:11,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/TBCPADDING". 13:35:11,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/X9.23". 13:35:11,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/X9.23PADDING". 13:35:11,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ZEROBYTE". 13:35:11,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB128/ZEROBYTEPADDING". 13:35:11,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/". 13:35:11,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO10126". 13:35:11,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO10126-2". 13:35:11,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO10126-2PADDING". 13:35:11,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO10126PADDING". 13:35:11,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO7816-4". 13:35:11,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ISO7816-4PADDING". 13:35:11,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/NOPADDING". 13:35:11,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/PKCS5". 13:35:11,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/PKCS5PADDING". 13:35:11,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/PKCS7". 13:35:11,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/PKCS7PADDING". 13:35:11,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/TBC". 13:35:11,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/TBCPADDING". 13:35:11,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/X9.23". 13:35:11,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/X9.23PADDING". 13:35:11,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ZEROBYTE". 13:35:11,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB136/ZEROBYTEPADDING". 13:35:11,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/". 13:35:11,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO10126". 13:35:11,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO10126-2". 13:35:11,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO10126-2PADDING". 13:35:11,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO10126PADDING". 13:35:11,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO7816-4". 13:35:11,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ISO7816-4PADDING". 13:35:11,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/NOPADDING". 13:35:11,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/PKCS5". 13:35:11,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/PKCS5PADDING". 13:35:11,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/PKCS7". 13:35:11,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/PKCS7PADDING". 13:35:11,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/TBC". 13:35:11,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/TBCPADDING". 13:35:11,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/X9.23". 13:35:11,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/X9.23PADDING". 13:35:11,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ZEROBYTE". 13:35:11,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB144/ZEROBYTEPADDING". 13:35:11,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/". 13:35:11,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO10126". 13:35:11,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO10126-2". 13:35:11,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO10126-2PADDING". 13:35:11,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO10126PADDING". 13:35:11,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO7816-4". 13:35:11,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ISO7816-4PADDING". 13:35:11,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/NOPADDING". 13:35:11,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/PKCS5". 13:35:11,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/PKCS5PADDING". 13:35:11,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/PKCS7". 13:35:11,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/PKCS7PADDING". 13:35:11,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/TBC". 13:35:11,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/TBCPADDING". 13:35:11,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/X9.23". 13:35:11,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/X9.23PADDING". 13:35:11,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ZEROBYTE". 13:35:11,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB152/ZEROBYTEPADDING". 13:35:11,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/". 13:35:11,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO10126". 13:35:11,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO10126-2". 13:35:11,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO10126-2PADDING". 13:35:11,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO10126PADDING". 13:35:11,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO7816-4". 13:35:11,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ISO7816-4PADDING". 13:35:11,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/NOPADDING". 13:35:11,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/PKCS5". 13:35:11,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/PKCS5PADDING". 13:35:11,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/PKCS7". 13:35:11,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/PKCS7PADDING". 13:35:11,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/TBC". 13:35:11,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/TBCPADDING". 13:35:11,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/X9.23". 13:35:11,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/X9.23PADDING". 13:35:11,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ZEROBYTE". 13:35:11,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB16/ZEROBYTEPADDING". 13:35:11,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/". 13:35:11,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO10126". 13:35:11,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO10126-2". 13:35:11,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO10126-2PADDING". 13:35:11,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO10126PADDING". 13:35:11,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO7816-4". 13:35:11,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ISO7816-4PADDING". 13:35:11,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/NOPADDING". 13:35:11,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/PKCS5". 13:35:11,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/PKCS5PADDING". 13:35:11,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/PKCS7". 13:35:11,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/PKCS7PADDING". 13:35:11,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/TBC". 13:35:11,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/TBCPADDING". 13:35:11,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/X9.23". 13:35:11,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/X9.23PADDING". 13:35:11,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ZEROBYTE". 13:35:11,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB160/ZEROBYTEPADDING". 13:35:11,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/". 13:35:11,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO10126". 13:35:11,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO10126-2". 13:35:11,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO10126-2PADDING". 13:35:11,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO10126PADDING". 13:35:11,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO7816-4". 13:35:11,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ISO7816-4PADDING". 13:35:11,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/NOPADDING". 13:35:11,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/PKCS5". 13:35:11,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/PKCS5PADDING". 13:35:11,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/PKCS7". 13:35:11,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/PKCS7PADDING". 13:35:11,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/TBC". 13:35:11,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/TBCPADDING". 13:35:11,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/X9.23". 13:35:11,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/X9.23PADDING". 13:35:11,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ZEROBYTE". 13:35:11,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB168/ZEROBYTEPADDING". 13:35:11,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/". 13:35:11,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO10126". 13:35:11,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO10126-2". 13:35:11,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO10126-2PADDING". 13:35:11,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO10126PADDING". 13:35:11,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO7816-4". 13:35:11,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ISO7816-4PADDING". 13:35:11,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/NOPADDING". 13:35:11,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/PKCS5". 13:35:11,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/PKCS5PADDING". 13:35:11,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/PKCS7". 13:35:11,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/PKCS7PADDING". 13:35:11,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/TBC". 13:35:11,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/TBCPADDING". 13:35:11,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/X9.23". 13:35:11,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/X9.23PADDING". 13:35:11,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ZEROBYTE". 13:35:11,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB176/ZEROBYTEPADDING". 13:35:11,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/". 13:35:11,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO10126". 13:35:11,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO10126-2". 13:35:11,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO10126-2PADDING". 13:35:11,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO10126PADDING". 13:35:11,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO7816-4". 13:35:11,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ISO7816-4PADDING". 13:35:11,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/NOPADDING". 13:35:11,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/PKCS5". 13:35:11,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/PKCS5PADDING". 13:35:11,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/PKCS7". 13:35:11,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/PKCS7PADDING". 13:35:11,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/TBC". 13:35:11,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/TBCPADDING". 13:35:11,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/X9.23". 13:35:11,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/X9.23PADDING". 13:35:11,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ZEROBYTE". 13:35:11,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB184/ZEROBYTEPADDING". 13:35:11,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/". 13:35:11,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO10126". 13:35:11,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO10126-2". 13:35:11,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO10126-2PADDING". 13:35:11,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO10126PADDING". 13:35:11,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO7816-4". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ISO7816-4PADDING". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/NOPADDING". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/PKCS5". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/PKCS5PADDING". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/PKCS7". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/PKCS7PADDING". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/TBC". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/TBCPADDING". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/X9.23". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/X9.23PADDING". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ZEROBYTE". 13:35:11,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB192/ZEROBYTEPADDING". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO10126". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO10126-2". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO10126-2PADDING". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO10126PADDING". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO7816-4". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ISO7816-4PADDING". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/NOPADDING". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/PKCS5". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/PKCS5PADDING". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/PKCS7". 13:35:11,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/PKCS7PADDING". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/TBC". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/TBCPADDING". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/X9.23". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/X9.23PADDING". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ZEROBYTE". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB200/ZEROBYTEPADDING". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO10126". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO10126-2". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO10126-2PADDING". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO10126PADDING". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO7816-4". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ISO7816-4PADDING". 13:35:11,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/NOPADDING". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/PKCS5". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/PKCS5PADDING". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/PKCS7". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/PKCS7PADDING". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/TBC". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/TBCPADDING". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/X9.23". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/X9.23PADDING". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ZEROBYTE". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB208/ZEROBYTEPADDING". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/". 13:35:11,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO10126". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO10126-2". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO10126-2PADDING". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO10126PADDING". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO7816-4". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ISO7816-4PADDING". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/NOPADDING". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/PKCS5". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/PKCS5PADDING". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/PKCS7". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/PKCS7PADDING". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/TBC". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/TBCPADDING". 13:35:11,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/X9.23". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/X9.23PADDING". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ZEROBYTE". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB216/ZEROBYTEPADDING". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO10126". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO10126-2". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO10126-2PADDING". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO10126PADDING". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO7816-4". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ISO7816-4PADDING". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/NOPADDING". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/PKCS5". 13:35:11,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/PKCS5PADDING". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/PKCS7". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/PKCS7PADDING". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/TBC". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/TBCPADDING". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/X9.23". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/X9.23PADDING". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ZEROBYTE". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB224/ZEROBYTEPADDING". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO10126". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO10126-2". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO10126-2PADDING". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO10126PADDING". 13:35:11,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO7816-4". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ISO7816-4PADDING". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/NOPADDING". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/PKCS5". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/PKCS5PADDING". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/PKCS7". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/PKCS7PADDING". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/TBC". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/TBCPADDING". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/X9.23". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/X9.23PADDING". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ZEROBYTE". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB232/ZEROBYTEPADDING". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO10126". 13:35:11,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO10126-2". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO10126-2PADDING". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO10126PADDING". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO7816-4". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ISO7816-4PADDING". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/NOPADDING". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/PKCS5". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/PKCS5PADDING". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/PKCS7". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/PKCS7PADDING". 13:35:11,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/TBC". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/TBCPADDING". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/X9.23". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/X9.23PADDING". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ZEROBYTE". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB24/ZEROBYTEPADDING". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO10126". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO10126-2". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO10126-2PADDING". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO10126PADDING". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO7816-4". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ISO7816-4PADDING". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/NOPADDING". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/PKCS5". 13:35:11,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/PKCS5PADDING". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/PKCS7". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/PKCS7PADDING". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/TBC". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/TBCPADDING". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/X9.23". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/X9.23PADDING". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ZEROBYTE". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB240/ZEROBYTEPADDING". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO10126". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO10126-2". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO10126-2PADDING". 13:35:11,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO10126PADDING". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO7816-4". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ISO7816-4PADDING". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/NOPADDING". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/PKCS5". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/PKCS5PADDING". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/PKCS7". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/PKCS7PADDING". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/TBC". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/TBCPADDING". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/X9.23". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/X9.23PADDING". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ZEROBYTE". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB248/ZEROBYTEPADDING". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/". 13:35:11,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO10126". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO10126-2". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO10126-2PADDING". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO10126PADDING". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO7816-4". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ISO7816-4PADDING". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/NOPADDING". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/PKCS5". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/PKCS5PADDING". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/PKCS7". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/PKCS7PADDING". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/TBC". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/TBCPADDING". 13:35:11,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/X9.23". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/X9.23PADDING". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ZEROBYTE". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB256/ZEROBYTEPADDING". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO10126". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO10126-2". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO10126-2PADDING". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO10126PADDING". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO7816-4". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ISO7816-4PADDING". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/NOPADDING". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/PKCS5". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/PKCS5PADDING". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/PKCS7". 13:35:11,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/PKCS7PADDING". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/TBC". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/TBCPADDING". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/X9.23". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/X9.23PADDING". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ZEROBYTE". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB32/ZEROBYTEPADDING". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO10126". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO10126-2". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO10126-2PADDING". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO10126PADDING". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO7816-4". 13:35:11,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ISO7816-4PADDING". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/NOPADDING". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/PKCS5". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/PKCS5PADDING". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/PKCS7". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/PKCS7PADDING". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/TBC". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/TBCPADDING". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/X9.23". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/X9.23PADDING". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ZEROBYTE". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB40/ZEROBYTEPADDING". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO10126". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO10126-2". 13:35:11,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO10126-2PADDING". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO10126PADDING". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO7816-4". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ISO7816-4PADDING". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/NOPADDING". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/PKCS5". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/PKCS5PADDING". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/PKCS7". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/PKCS7PADDING". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/TBC". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/TBCPADDING". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/X9.23". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/X9.23PADDING". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ZEROBYTE". 13:35:11,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB48/ZEROBYTEPADDING". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO10126". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO10126-2". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO10126-2PADDING". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO10126PADDING". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO7816-4". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ISO7816-4PADDING". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/NOPADDING". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/PKCS5". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/PKCS5PADDING". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/PKCS7". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/PKCS7PADDING". 13:35:11,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/TBC". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/TBCPADDING". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/X9.23". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/X9.23PADDING". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ZEROBYTE". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB56/ZEROBYTEPADDING". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO10126". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO10126-2". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO10126-2PADDING". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO10126PADDING". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO7816-4". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ISO7816-4PADDING". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/NOPADDING". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/PKCS5". 13:35:11,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/PKCS5PADDING". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/PKCS7". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/PKCS7PADDING". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/TBC". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/TBCPADDING". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/X9.23". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/X9.23PADDING". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ZEROBYTE". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB64/ZEROBYTEPADDING". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO10126". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO10126-2". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO10126-2PADDING". 13:35:11,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO10126PADDING". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO7816-4". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ISO7816-4PADDING". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/NOPADDING". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/PKCS5". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/PKCS5PADDING". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/PKCS7". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/PKCS7PADDING". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/TBC". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/TBCPADDING". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/X9.23". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/X9.23PADDING". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ZEROBYTE". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB72/ZEROBYTEPADDING". 13:35:11,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO10126". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO10126-2". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO10126-2PADDING". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO10126PADDING". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO7816-4". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ISO7816-4PADDING". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/NOPADDING". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/PKCS5". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/PKCS5PADDING". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/PKCS7". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/PKCS7PADDING". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/TBC". 13:35:11,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/TBCPADDING". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/X9.23". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/X9.23PADDING". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ZEROBYTE". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB8/ZEROBYTEPADDING". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO10126". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO10126-2". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO10126-2PADDING". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO10126PADDING". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO7816-4". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ISO7816-4PADDING". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/NOPADDING". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/PKCS5". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/PKCS5PADDING". 13:35:11,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/PKCS7". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/PKCS7PADDING". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/TBC". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/TBCPADDING". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/X9.23". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/X9.23PADDING". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ZEROBYTE". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB80/ZEROBYTEPADDING". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO10126". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO10126-2". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO10126-2PADDING". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO10126PADDING". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO7816-4". 13:35:11,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ISO7816-4PADDING". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/NOPADDING". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/PKCS5". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/PKCS5PADDING". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/PKCS7". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/PKCS7PADDING". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/TBC". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/TBCPADDING". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/X9.23". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/X9.23PADDING". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ZEROBYTE". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB88/ZEROBYTEPADDING". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO10126". 13:35:11,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO10126-2". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO10126-2PADDING". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO10126PADDING". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO7816-4". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ISO7816-4PADDING". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/NOPADDING". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/PKCS5". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/PKCS5PADDING". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/PKCS7". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/PKCS7PADDING". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/TBC". 13:35:11,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/TBCPADDING". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/X9.23". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/X9.23PADDING". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ZEROBYTE". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/OFB96/ZEROBYTEPADDING". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO10126". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO10126-2". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO10126-2PADDING". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO10126PADDING". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO7816-4". 13:35:11,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ISO7816-4PADDING". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/NOPADDING". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/PKCS5". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/PKCS5PADDING". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/PKCS7". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/PKCS7PADDING". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/TBC". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/TBCPADDING". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/X9.23". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/X9.23PADDING". 13:35:11,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ZEROBYTE". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAMELLIA/SIC/ZEROBYTEPADDING". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5//". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5//NOPADDING". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC-CTS/". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC-CTS/NOPADDING". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO10126". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO10126-2". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO10126-2PADDING". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO10126PADDING". 13:35:11,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO7816-4". 13:35:11,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ISO7816-4PADDING". 13:35:11,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/NOPADDING". 13:35:11,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/PKCS5". 13:35:11,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/PKCS5PADDING". 13:35:11,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/PKCS7". 13:35:11,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/PKCS7PADDING". 13:35:11,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/TBC". 13:35:11,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/TBCPADDING". 13:35:11,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/X9.23". 13:35:11,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/X9.23PADDING". 13:35:11,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ZEROBYTE". 13:35:11,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CBC/ZEROBYTEPADDING". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO10126". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO10126-2". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO10126-2PADDING". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO10126PADDING". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO7816-4". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ISO7816-4PADDING". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/NOPADDING". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/PKCS5". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/PKCS5PADDING". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/PKCS7". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/PKCS7PADDING". 13:35:11,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/TBC". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/TBCPADDING". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/X9.23". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/X9.23PADDING". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ZEROBYTE". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB/ZEROBYTEPADDING". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO10126". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO10126-2". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO10126-2PADDING". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO10126PADDING". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO7816-4". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ISO7816-4PADDING". 13:35:11,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/NOPADDING". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/PKCS5". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/PKCS5PADDING". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/PKCS7". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/PKCS7PADDING". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/TBC". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/TBCPADDING". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/X9.23". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/X9.23PADDING". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ZEROBYTE". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB104/ZEROBYTEPADDING". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO10126". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO10126-2". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO10126-2PADDING". 13:35:11,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO10126PADDING". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO7816-4". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ISO7816-4PADDING". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/NOPADDING". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/PKCS5". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/PKCS5PADDING". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/PKCS7". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/PKCS7PADDING". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/TBC". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/TBCPADDING". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/X9.23". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/X9.23PADDING". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ZEROBYTE". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB112/ZEROBYTEPADDING". 13:35:11,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO10126". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO10126-2". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO10126-2PADDING". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO10126PADDING". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO7816-4". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ISO7816-4PADDING". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/NOPADDING". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/PKCS5". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/PKCS5PADDING". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/PKCS7". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/PKCS7PADDING". 13:35:11,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/TBC". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/TBCPADDING". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/X9.23". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/X9.23PADDING". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ZEROBYTE". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB120/ZEROBYTEPADDING". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO10126". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO10126-2". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO10126-2PADDING". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO10126PADDING". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO7816-4". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ISO7816-4PADDING". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/NOPADDING". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/PKCS5". 13:35:11,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/PKCS5PADDING". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/PKCS7". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/PKCS7PADDING". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/TBC". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/TBCPADDING". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/X9.23". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/X9.23PADDING". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ZEROBYTE". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB128/ZEROBYTEPADDING". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO10126". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO10126-2". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO10126-2PADDING". 13:35:11,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO10126PADDING". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO7816-4". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ISO7816-4PADDING". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/NOPADDING". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/PKCS5". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/PKCS5PADDING". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/PKCS7". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/PKCS7PADDING". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/TBC". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/TBCPADDING". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/X9.23". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/X9.23PADDING". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ZEROBYTE". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB136/ZEROBYTEPADDING". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/". 13:35:11,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO10126". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO10126-2". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO10126-2PADDING". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO10126PADDING". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO7816-4". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ISO7816-4PADDING". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/NOPADDING". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/PKCS5". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/PKCS5PADDING". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/PKCS7". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/PKCS7PADDING". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/TBC". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/TBCPADDING". 13:35:11,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/X9.23". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/X9.23PADDING". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ZEROBYTE". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB144/ZEROBYTEPADDING". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO10126". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO10126-2". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO10126-2PADDING". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO10126PADDING". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO7816-4". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ISO7816-4PADDING". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/NOPADDING". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/PKCS5". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/PKCS5PADDING". 13:35:11,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/PKCS7". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/PKCS7PADDING". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/TBC". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/TBCPADDING". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/X9.23". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/X9.23PADDING". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ZEROBYTE". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB152/ZEROBYTEPADDING". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO10126". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO10126-2". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO10126-2PADDING". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO10126PADDING". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO7816-4". 13:35:11,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ISO7816-4PADDING". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/NOPADDING". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/PKCS5". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/PKCS5PADDING". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/PKCS7". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/PKCS7PADDING". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/TBC". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/TBCPADDING". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/X9.23". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/X9.23PADDING". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ZEROBYTE". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB16/ZEROBYTEPADDING". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO10126". 13:35:11,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO10126-2". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO10126-2PADDING". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO10126PADDING". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO7816-4". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ISO7816-4PADDING". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/NOPADDING". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/PKCS5". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/PKCS5PADDING". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/PKCS7". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/PKCS7PADDING". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/TBC". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/TBCPADDING". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/X9.23". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/X9.23PADDING". 13:35:11,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ZEROBYTE". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB160/ZEROBYTEPADDING". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO10126". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO10126-2". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO10126-2PADDING". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO10126PADDING". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO7816-4". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ISO7816-4PADDING". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/NOPADDING". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/PKCS5". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/PKCS5PADDING". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/PKCS7". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/PKCS7PADDING". 13:35:11,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/TBC". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/TBCPADDING". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/X9.23". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/X9.23PADDING". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ZEROBYTE". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB168/ZEROBYTEPADDING". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO10126". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO10126-2". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO10126-2PADDING". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO10126PADDING". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO7816-4". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ISO7816-4PADDING". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/NOPADDING". 13:35:11,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/PKCS5". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/PKCS5PADDING". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/PKCS7". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/PKCS7PADDING". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/TBC". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/TBCPADDING". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/X9.23". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/X9.23PADDING". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ZEROBYTE". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB176/ZEROBYTEPADDING". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO10126". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO10126-2". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO10126-2PADDING". 13:35:11,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO10126PADDING". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO7816-4". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ISO7816-4PADDING". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/NOPADDING". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/PKCS5". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/PKCS5PADDING". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/PKCS7". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/PKCS7PADDING". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/TBC". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/TBCPADDING". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/X9.23". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/X9.23PADDING". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ZEROBYTE". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB184/ZEROBYTEPADDING". 13:35:11,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO10126". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO10126-2". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO10126-2PADDING". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO10126PADDING". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO7816-4". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ISO7816-4PADDING". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/NOPADDING". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/PKCS5". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/PKCS5PADDING". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/PKCS7". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/PKCS7PADDING". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/TBC". 13:35:11,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/TBCPADDING". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/X9.23". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/X9.23PADDING". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ZEROBYTE". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB192/ZEROBYTEPADDING". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO10126". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO10126-2". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO10126-2PADDING". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO10126PADDING". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO7816-4". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ISO7816-4PADDING". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/NOPADDING". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/PKCS5". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/PKCS5PADDING". 13:35:11,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/PKCS7". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/PKCS7PADDING". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/TBC". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/TBCPADDING". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/X9.23". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/X9.23PADDING". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ZEROBYTE". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB200/ZEROBYTEPADDING". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO10126". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO10126-2". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO10126-2PADDING". 13:35:11,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO10126PADDING". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO7816-4". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ISO7816-4PADDING". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/NOPADDING". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/PKCS5". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/PKCS5PADDING". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/PKCS7". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/PKCS7PADDING". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/TBC". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/TBCPADDING". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/X9.23". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/X9.23PADDING". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ZEROBYTE". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB208/ZEROBYTEPADDING". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/". 13:35:11,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO10126". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO10126-2". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO10126-2PADDING". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO10126PADDING". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO7816-4". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ISO7816-4PADDING". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/NOPADDING". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/PKCS5". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/PKCS5PADDING". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/PKCS7". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/PKCS7PADDING". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/TBC". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/TBCPADDING". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/X9.23". 13:35:11,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/X9.23PADDING". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ZEROBYTE". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB216/ZEROBYTEPADDING". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO10126". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO10126-2". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO10126-2PADDING". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO10126PADDING". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO7816-4". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ISO7816-4PADDING". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/NOPADDING". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/PKCS5". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/PKCS5PADDING". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/PKCS7". 13:35:11,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/PKCS7PADDING". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/TBC". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/TBCPADDING". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/X9.23". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/X9.23PADDING". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ZEROBYTE". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB224/ZEROBYTEPADDING". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO10126". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO10126-2". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO10126-2PADDING". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO10126PADDING". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO7816-4". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ISO7816-4PADDING". 13:35:11,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/NOPADDING". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/PKCS5". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/PKCS5PADDING". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/PKCS7". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/PKCS7PADDING". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/TBC". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/TBCPADDING". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/X9.23". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/X9.23PADDING". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ZEROBYTE". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB232/ZEROBYTEPADDING". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO10126". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO10126-2". 13:35:11,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO10126-2PADDING". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO10126PADDING". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO7816-4". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ISO7816-4PADDING". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/NOPADDING". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/PKCS5". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/PKCS5PADDING". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/PKCS7". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/PKCS7PADDING". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/TBC". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/TBCPADDING". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/X9.23". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/X9.23PADDING". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ZEROBYTE". 13:35:11,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB24/ZEROBYTEPADDING". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO10126". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO10126-2". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO10126-2PADDING". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO10126PADDING". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO7816-4". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ISO7816-4PADDING". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/NOPADDING". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/PKCS5". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/PKCS5PADDING". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/PKCS7". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/PKCS7PADDING". 13:35:11,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/TBC". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/TBCPADDING". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/X9.23". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/X9.23PADDING". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ZEROBYTE". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB240/ZEROBYTEPADDING". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO10126". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO10126-2". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO10126-2PADDING". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO10126PADDING". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO7816-4". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ISO7816-4PADDING". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/NOPADDING". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/PKCS5". 13:35:11,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/PKCS5PADDING". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/PKCS7". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/PKCS7PADDING". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/TBC". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/TBCPADDING". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/X9.23". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/X9.23PADDING". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ZEROBYTE". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB248/ZEROBYTEPADDING". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO10126". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO10126-2". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO10126-2PADDING". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO10126PADDING". 13:35:11,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO7816-4". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ISO7816-4PADDING". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/NOPADDING". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/PKCS5". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/PKCS5PADDING". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/PKCS7". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/PKCS7PADDING". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/TBC". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/TBCPADDING". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/X9.23". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/X9.23PADDING". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ZEROBYTE". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB256/ZEROBYTEPADDING". 13:35:11,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO10126". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO10126-2". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO10126-2PADDING". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO10126PADDING". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO7816-4". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ISO7816-4PADDING". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/NOPADDING". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/PKCS5". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/PKCS5PADDING". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/PKCS7". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/PKCS7PADDING". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/TBC". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/TBCPADDING". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/X9.23". 13:35:11,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/X9.23PADDING". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ZEROBYTE". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB32/ZEROBYTEPADDING". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO10126". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO10126-2". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO10126-2PADDING". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO10126PADDING". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO7816-4". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ISO7816-4PADDING". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/NOPADDING". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/PKCS5". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/PKCS5PADDING". 13:35:11,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/PKCS7". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/PKCS7PADDING". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/TBC". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/TBCPADDING". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/X9.23". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/X9.23PADDING". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ZEROBYTE". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB40/ZEROBYTEPADDING". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO10126". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO10126-2". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO10126-2PADDING". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO10126PADDING". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO7816-4". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ISO7816-4PADDING". 13:35:11,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/NOPADDING". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/PKCS5". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/PKCS5PADDING". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/PKCS7". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/PKCS7PADDING". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/TBC". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/TBCPADDING". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/X9.23". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/X9.23PADDING". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ZEROBYTE". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB48/ZEROBYTEPADDING". 13:35:11,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO10126". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO10126-2". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO10126-2PADDING". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO10126PADDING". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO7816-4". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ISO7816-4PADDING". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/NOPADDING". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/PKCS5". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/PKCS5PADDING". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/PKCS7". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/PKCS7PADDING". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/TBC". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/TBCPADDING". 13:35:11,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/X9.23". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/X9.23PADDING". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ZEROBYTE". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB56/ZEROBYTEPADDING". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO10126". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO10126-2". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO10126-2PADDING". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO10126PADDING". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO7816-4". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ISO7816-4PADDING". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/NOPADDING". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/PKCS5". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/PKCS5PADDING". 13:35:11,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/PKCS7". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/PKCS7PADDING". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/TBC". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/TBCPADDING". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/X9.23". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/X9.23PADDING". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ZEROBYTE". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB64/ZEROBYTEPADDING". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO10126". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO10126-2". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO10126-2PADDING". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO10126PADDING". 13:35:11,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO7816-4". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ISO7816-4PADDING". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/NOPADDING". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/PKCS5". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/PKCS5PADDING". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/PKCS7". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/PKCS7PADDING". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/TBC". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/TBCPADDING". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/X9.23". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/X9.23PADDING". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ZEROBYTE". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB72/ZEROBYTEPADDING". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/". 13:35:11,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO10126". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO10126-2". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO10126-2PADDING". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO10126PADDING". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO7816-4". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ISO7816-4PADDING". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/NOPADDING". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/PKCS5". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/PKCS5PADDING". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/PKCS7". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/PKCS7PADDING". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/TBC". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/TBCPADDING". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/X9.23". 13:35:11,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/X9.23PADDING". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ZEROBYTE". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB8/ZEROBYTEPADDING". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO10126". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO10126-2". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO10126-2PADDING". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO10126PADDING". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO7816-4". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ISO7816-4PADDING". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/NOPADDING". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/PKCS5". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/PKCS5PADDING". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/PKCS7". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/PKCS7PADDING". 13:35:11,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/TBC". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/TBCPADDING". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/X9.23". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/X9.23PADDING". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ZEROBYTE". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB80/ZEROBYTEPADDING". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO10126". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO10126-2". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO10126-2PADDING". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO10126PADDING". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO7816-4". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ISO7816-4PADDING". 13:35:11,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/NOPADDING". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/PKCS5". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/PKCS5PADDING". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/PKCS7". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/PKCS7PADDING". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/TBC". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/TBCPADDING". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/X9.23". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/X9.23PADDING". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ZEROBYTE". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB88/ZEROBYTEPADDING". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO10126". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO10126-2". 13:35:11,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO10126-2PADDING". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO10126PADDING". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO7816-4". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ISO7816-4PADDING". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/NOPADDING". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/PKCS5". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/PKCS5PADDING". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/PKCS7". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/PKCS7PADDING". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/TBC". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/TBCPADDING". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/X9.23". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/X9.23PADDING". 13:35:11,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ZEROBYTE". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CFB96/ZEROBYTEPADDING". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CTS/". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/CTS/NOPADDING". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/EAX/". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/EAX/NOPADDING". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/ECB/". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/ECB/NOPADDING". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO10126". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO10126-2". 13:35:11,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO10126-2PADDING". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO10126PADDING". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO7816-4". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ISO7816-4PADDING". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/NOPADDING". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/PKCS5". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/PKCS5PADDING". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/PKCS7". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/PKCS7PADDING". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/TBC". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/TBCPADDING". 13:35:11,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/X9.23". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/X9.23PADDING". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ZEROBYTE". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/GOFB/ZEROBYTEPADDING". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO10126". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO10126-2". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO10126-2PADDING". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO10126PADDING". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO7816-4". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ISO7816-4PADDING". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/NOPADDING". 13:35:11,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/PKCS5". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/PKCS5PADDING". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/PKCS7". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/PKCS7PADDING". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/TBC". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/TBCPADDING". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/X9.23". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/X9.23PADDING". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ZEROBYTE". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB/ZEROBYTEPADDING". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO10126". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO10126-2". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO10126-2PADDING". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO10126PADDING". 13:35:11,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO7816-4". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ISO7816-4PADDING". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/NOPADDING". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/PKCS5". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/PKCS5PADDING". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/PKCS7". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/PKCS7PADDING". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/TBC". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/TBCPADDING". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/X9.23". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/X9.23PADDING". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ZEROBYTE". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB104/ZEROBYTEPADDING". 13:35:11,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO10126". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO10126-2". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO10126-2PADDING". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO10126PADDING". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO7816-4". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ISO7816-4PADDING". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/NOPADDING". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/PKCS5". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/PKCS5PADDING". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/PKCS7". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/PKCS7PADDING". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/TBC". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/TBCPADDING". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/X9.23". 13:35:11,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/X9.23PADDING". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ZEROBYTE". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB112/ZEROBYTEPADDING". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO10126". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO10126-2". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO10126-2PADDING". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO10126PADDING". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO7816-4". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ISO7816-4PADDING". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/NOPADDING". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/PKCS5". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/PKCS5PADDING". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/PKCS7". 13:35:11,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/PKCS7PADDING". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/TBC". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/TBCPADDING". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/X9.23". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/X9.23PADDING". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ZEROBYTE". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB120/ZEROBYTEPADDING". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO10126". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO10126-2". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO10126-2PADDING". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO10126PADDING". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO7816-4". 13:35:11,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ISO7816-4PADDING". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/NOPADDING". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/PKCS5". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/PKCS5PADDING". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/PKCS7". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/PKCS7PADDING". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/TBC". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/TBCPADDING". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/X9.23". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/X9.23PADDING". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ZEROBYTE". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB128/ZEROBYTEPADDING". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO10126". 13:35:11,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO10126-2". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO10126-2PADDING". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO10126PADDING". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO7816-4". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ISO7816-4PADDING". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/NOPADDING". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/PKCS5". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/PKCS5PADDING". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/PKCS7". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/PKCS7PADDING". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/TBC". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/TBCPADDING". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/X9.23". 13:35:11,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/X9.23PADDING". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ZEROBYTE". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB136/ZEROBYTEPADDING". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO10126". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO10126-2". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO10126-2PADDING". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO10126PADDING". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO7816-4". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ISO7816-4PADDING". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/NOPADDING". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/PKCS5". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/PKCS5PADDING". 13:35:11,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/PKCS7". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/PKCS7PADDING". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/TBC". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/TBCPADDING". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/X9.23". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/X9.23PADDING". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ZEROBYTE". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB144/ZEROBYTEPADDING". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO10126". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO10126-2". 13:35:11,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO10126-2PADDING". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO10126PADDING". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO7816-4". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ISO7816-4PADDING". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/NOPADDING". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/PKCS5". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/PKCS5PADDING". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/PKCS7". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/PKCS7PADDING". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/TBC". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/TBCPADDING". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/X9.23". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/X9.23PADDING". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ZEROBYTE". 13:35:11,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB152/ZEROBYTEPADDING". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO10126". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO10126-2". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO10126-2PADDING". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO10126PADDING". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO7816-4". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ISO7816-4PADDING". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/NOPADDING". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/PKCS5". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/PKCS5PADDING". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/PKCS7". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/PKCS7PADDING". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/TBC". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/TBCPADDING". 13:35:11,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/X9.23". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/X9.23PADDING". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ZEROBYTE". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB16/ZEROBYTEPADDING". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO10126". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO10126-2". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO10126-2PADDING". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO10126PADDING". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO7816-4". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ISO7816-4PADDING". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/NOPADDING". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/PKCS5". 13:35:11,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/PKCS5PADDING". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/PKCS7". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/PKCS7PADDING". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/TBC". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/TBCPADDING". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/X9.23". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/X9.23PADDING". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ZEROBYTE". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB160/ZEROBYTEPADDING". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO10126". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO10126-2". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO10126-2PADDING". 13:35:11,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO10126PADDING". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO7816-4". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ISO7816-4PADDING". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/NOPADDING". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/PKCS5". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/PKCS5PADDING". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/PKCS7". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/PKCS7PADDING". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/TBC". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/TBCPADDING". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/X9.23". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/X9.23PADDING". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ZEROBYTE". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB168/ZEROBYTEPADDING". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/". 13:35:11,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO10126". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO10126-2". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO10126-2PADDING". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO10126PADDING". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO7816-4". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ISO7816-4PADDING". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/NOPADDING". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/PKCS5". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/PKCS5PADDING". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/PKCS7". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/PKCS7PADDING". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/TBC". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/TBCPADDING". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/X9.23". 13:35:11,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/X9.23PADDING". 13:35:11,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ZEROBYTE". 13:35:11,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB176/ZEROBYTEPADDING". 13:35:11,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/". 13:35:11,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO10126". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO10126-2". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO10126-2PADDING". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO10126PADDING". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO7816-4". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ISO7816-4PADDING". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/NOPADDING". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/PKCS5". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/PKCS5PADDING". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/PKCS7". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/PKCS7PADDING". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/TBC". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/TBCPADDING". 13:35:11,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/X9.23". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/X9.23PADDING". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ZEROBYTE". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB184/ZEROBYTEPADDING". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO10126". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO10126-2". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO10126-2PADDING". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO10126PADDING". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO7816-4". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ISO7816-4PADDING". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/NOPADDING". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/PKCS5". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/PKCS5PADDING". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/PKCS7". 13:35:11,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/PKCS7PADDING". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/TBC". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/TBCPADDING". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/X9.23". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/X9.23PADDING". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ZEROBYTE". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB192/ZEROBYTEPADDING". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO10126". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO10126-2". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO10126-2PADDING". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO10126PADDING". 13:35:11,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO7816-4". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ISO7816-4PADDING". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/NOPADDING". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/PKCS5". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/PKCS5PADDING". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/PKCS7". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/PKCS7PADDING". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/TBC". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/TBCPADDING". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/X9.23". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/X9.23PADDING". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ZEROBYTE". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB200/ZEROBYTEPADDING". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/". 13:35:11,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO10126". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO10126-2". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO10126-2PADDING". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO10126PADDING". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO7816-4". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ISO7816-4PADDING". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/NOPADDING". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/PKCS5". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/PKCS5PADDING". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/PKCS7". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/PKCS7PADDING". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/TBC". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/TBCPADDING". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/X9.23". 13:35:11,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/X9.23PADDING". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ZEROBYTE". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB208/ZEROBYTEPADDING". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO10126". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO10126-2". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO10126-2PADDING". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO10126PADDING". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO7816-4". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ISO7816-4PADDING". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/NOPADDING". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/PKCS5". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/PKCS5PADDING". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/PKCS7". 13:35:11,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/PKCS7PADDING". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/TBC". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/TBCPADDING". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/X9.23". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/X9.23PADDING". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ZEROBYTE". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB216/ZEROBYTEPADDING". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO10126". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO10126-2". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO10126-2PADDING". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO10126PADDING". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO7816-4". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ISO7816-4PADDING". 13:35:11,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/NOPADDING". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/PKCS5". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/PKCS5PADDING". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/PKCS7". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/PKCS7PADDING". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/TBC". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/TBCPADDING". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/X9.23". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/X9.23PADDING". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ZEROBYTE". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB224/ZEROBYTEPADDING". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO10126". 13:35:11,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO10126-2". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO10126-2PADDING". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO10126PADDING". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO7816-4". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ISO7816-4PADDING". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/NOPADDING". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/PKCS5". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/PKCS5PADDING". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/PKCS7". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/PKCS7PADDING". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/TBC". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/TBCPADDING". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/X9.23". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/X9.23PADDING". 13:35:11,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ZEROBYTE". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB232/ZEROBYTEPADDING". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO10126". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO10126-2". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO10126-2PADDING". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO10126PADDING". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO7816-4". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ISO7816-4PADDING". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/NOPADDING". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/PKCS5". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/PKCS5PADDING". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/PKCS7". 13:35:11,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/PKCS7PADDING". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/TBC". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/TBCPADDING". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/X9.23". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/X9.23PADDING". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ZEROBYTE". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB24/ZEROBYTEPADDING". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO10126". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO10126-2". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO10126-2PADDING". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO10126PADDING". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO7816-4". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ISO7816-4PADDING". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/NOPADDING". 13:35:11,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/PKCS5". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/PKCS5PADDING". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/PKCS7". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/PKCS7PADDING". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/TBC". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/TBCPADDING". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/X9.23". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/X9.23PADDING". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ZEROBYTE". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB240/ZEROBYTEPADDING". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO10126". 13:35:11,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO10126-2". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO10126-2PADDING". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO10126PADDING". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO7816-4". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ISO7816-4PADDING". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/NOPADDING". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/PKCS5". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/PKCS5PADDING". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/PKCS7". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/PKCS7PADDING". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/TBC". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/TBCPADDING". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/X9.23". 13:35:11,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/X9.23PADDING". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ZEROBYTE". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB248/ZEROBYTEPADDING". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO10126". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO10126-2". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO10126-2PADDING". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO10126PADDING". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO7816-4". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ISO7816-4PADDING". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/NOPADDING". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/PKCS5". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/PKCS5PADDING". 13:35:11,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/PKCS7". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/PKCS7PADDING". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/TBC". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/TBCPADDING". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/X9.23". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/X9.23PADDING". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ZEROBYTE". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB256/ZEROBYTEPADDING". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO10126". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO10126-2". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO10126-2PADDING". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO10126PADDING". 13:35:11,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO7816-4". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ISO7816-4PADDING". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/NOPADDING". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/PKCS5". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/PKCS5PADDING". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/PKCS7". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/PKCS7PADDING". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/TBC". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/TBCPADDING". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/X9.23". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/X9.23PADDING". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ZEROBYTE". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB32/ZEROBYTEPADDING". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/". 13:35:11,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO10126". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO10126-2". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO10126-2PADDING". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO10126PADDING". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO7816-4". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ISO7816-4PADDING". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/NOPADDING". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/PKCS5". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/PKCS5PADDING". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/PKCS7". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/PKCS7PADDING". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/TBC". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/TBCPADDING". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/X9.23". 13:35:11,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/X9.23PADDING". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ZEROBYTE". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB40/ZEROBYTEPADDING". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO10126". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO10126-2". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO10126-2PADDING". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO10126PADDING". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO7816-4". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ISO7816-4PADDING". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/NOPADDING". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/PKCS5". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/PKCS5PADDING". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/PKCS7". 13:35:11,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/PKCS7PADDING". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/TBC". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/TBCPADDING". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/X9.23". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/X9.23PADDING". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ZEROBYTE". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB48/ZEROBYTEPADDING". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO10126". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO10126-2". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO10126-2PADDING". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO10126PADDING". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO7816-4". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ISO7816-4PADDING". 13:35:11,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/NOPADDING". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/PKCS5". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/PKCS5PADDING". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/PKCS7". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/PKCS7PADDING". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/TBC". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/TBCPADDING". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/X9.23". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/X9.23PADDING". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ZEROBYTE". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB56/ZEROBYTEPADDING". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO10126". 13:35:11,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO10126-2". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO10126-2PADDING". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO10126PADDING". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO7816-4". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ISO7816-4PADDING". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/NOPADDING". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/PKCS5". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/PKCS5PADDING". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/PKCS7". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/PKCS7PADDING". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/TBC". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/TBCPADDING". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/X9.23". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/X9.23PADDING". 13:35:11,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ZEROBYTE". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB64/ZEROBYTEPADDING". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO10126". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO10126-2". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO10126-2PADDING". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO10126PADDING". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO7816-4". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ISO7816-4PADDING". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/NOPADDING". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/PKCS5". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/PKCS5PADDING". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/PKCS7". 13:35:11,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/PKCS7PADDING". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/TBC". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/TBCPADDING". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/X9.23". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/X9.23PADDING". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ZEROBYTE". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB72/ZEROBYTEPADDING". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO10126". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO10126-2". 13:35:11,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO10126-2PADDING". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO10126PADDING". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO7816-4". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ISO7816-4PADDING". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/NOPADDING". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/PKCS5". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/PKCS5PADDING". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/PKCS7". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/PKCS7PADDING". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/TBC". 13:35:11,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/TBCPADDING". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/X9.23". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/X9.23PADDING". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ZEROBYTE". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB8/ZEROBYTEPADDING". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO10126". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO10126-2". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO10126-2PADDING". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO10126PADDING". 13:35:11,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO7816-4". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ISO7816-4PADDING". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/NOPADDING". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/PKCS5". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/PKCS5PADDING". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/PKCS7". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/PKCS7PADDING". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/TBC". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/TBCPADDING". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/X9.23". 13:35:11,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/X9.23PADDING". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ZEROBYTE". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB80/ZEROBYTEPADDING". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO10126". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO10126-2". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO10126-2PADDING". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO10126PADDING". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO7816-4". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ISO7816-4PADDING". 13:35:11,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/NOPADDING". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/PKCS5". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/PKCS5PADDING". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/PKCS7". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/PKCS7PADDING". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/TBC". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/TBCPADDING". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/X9.23". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/X9.23PADDING". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ZEROBYTE". 13:35:11,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB88/ZEROBYTEPADDING". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO10126". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO10126-2". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO10126-2PADDING". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO10126PADDING". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO7816-4". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ISO7816-4PADDING". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/NOPADDING". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/PKCS5". 13:35:11,639 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/PKCS5PADDING". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/PKCS7". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/PKCS7PADDING". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/TBC". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/TBCPADDING". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/X9.23". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/X9.23PADDING". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ZEROBYTE". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/OFB96/ZEROBYTEPADDING". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO10126". 13:35:11,640 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO10126-2". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO10126-2PADDING". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO10126PADDING". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO7816-4". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ISO7816-4PADDING". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/NOPADDING". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/PKCS5". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/PKCS5PADDING". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/PKCS7". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/PKCS7PADDING". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/TBC". 13:35:11,641 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/TBCPADDING". 13:35:11,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/X9.23". 13:35:11,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/X9.23PADDING". 13:35:11,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ZEROBYTE". 13:35:11,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST5/SIC/ZEROBYTEPADDING". 13:35:11,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6//". 13:35:11,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6//NOPADDING". 13:35:11,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC-CTS/". 13:35:11,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC-CTS/NOPADDING". 13:35:11,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/". 13:35:11,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO10126". 13:35:11,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO10126-2". 13:35:11,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO10126-2PADDING". 13:35:11,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO10126PADDING". 13:35:11,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO7816-4". 13:35:11,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ISO7816-4PADDING". 13:35:11,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/NOPADDING". 13:35:11,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/PKCS5". 13:35:11,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/PKCS5PADDING". 13:35:11,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/PKCS7". 13:35:11,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/PKCS7PADDING". 13:35:11,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/TBC". 13:35:11,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/TBCPADDING". 13:35:11,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/X9.23". 13:35:11,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/X9.23PADDING". 13:35:11,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ZEROBYTE". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CBC/ZEROBYTEPADDING". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CCM/". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CCM/NOPADDING". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO10126". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO10126-2". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO10126-2PADDING". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO10126PADDING". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO7816-4". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ISO7816-4PADDING". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/NOPADDING". 13:35:11,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/PKCS5". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/PKCS5PADDING". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/PKCS7". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/PKCS7PADDING". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/TBC". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/TBCPADDING". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/X9.23". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/X9.23PADDING". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ZEROBYTE". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB/ZEROBYTEPADDING". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO10126". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO10126-2". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO10126-2PADDING". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO10126PADDING". 13:35:11,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO7816-4". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ISO7816-4PADDING". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/NOPADDING". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/PKCS5". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/PKCS5PADDING". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/PKCS7". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/PKCS7PADDING". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/TBC". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/TBCPADDING". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/X9.23". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/X9.23PADDING". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ZEROBYTE". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB104/ZEROBYTEPADDING". 13:35:11,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO10126". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO10126-2". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO10126-2PADDING". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO10126PADDING". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO7816-4". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ISO7816-4PADDING". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/NOPADDING". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/PKCS5". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/PKCS5PADDING". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/PKCS7". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/PKCS7PADDING". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/TBC". 13:35:11,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/TBCPADDING". 13:35:11,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/X9.23". 13:35:11,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/X9.23PADDING". 13:35:11,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ZEROBYTE". 13:35:11,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB112/ZEROBYTEPADDING". 13:35:11,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO10126". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO10126-2". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO10126-2PADDING". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO10126PADDING". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO7816-4". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ISO7816-4PADDING". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/NOPADDING". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/PKCS5". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/PKCS5PADDING". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/PKCS7". 13:35:11,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/PKCS7PADDING". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/TBC". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/TBCPADDING". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/X9.23". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/X9.23PADDING". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ZEROBYTE". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB120/ZEROBYTEPADDING". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO10126". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO10126-2". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO10126-2PADDING". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO10126PADDING". 13:35:11,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO7816-4". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ISO7816-4PADDING". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/NOPADDING". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/PKCS5". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/PKCS5PADDING". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/PKCS7". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/PKCS7PADDING". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/TBC". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/TBCPADDING". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/X9.23". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/X9.23PADDING". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ZEROBYTE". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB128/ZEROBYTEPADDING". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/". 13:35:11,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO10126". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO10126-2". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO10126-2PADDING". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO10126PADDING". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO7816-4". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ISO7816-4PADDING". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/NOPADDING". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/PKCS5". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/PKCS5PADDING". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/PKCS7". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/PKCS7PADDING". 13:35:11,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/TBC". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/TBCPADDING". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/X9.23". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/X9.23PADDING". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ZEROBYTE". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB136/ZEROBYTEPADDING". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO10126". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO10126-2". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO10126-2PADDING". 13:35:11,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO10126PADDING". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO7816-4". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ISO7816-4PADDING". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/NOPADDING". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/PKCS5". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/PKCS5PADDING". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/PKCS7". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/PKCS7PADDING". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/TBC". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/TBCPADDING". 13:35:11,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/X9.23". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/X9.23PADDING". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ZEROBYTE". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB144/ZEROBYTEPADDING". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO10126". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO10126-2". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO10126-2PADDING". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO10126PADDING". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO7816-4". 13:35:11,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ISO7816-4PADDING". 13:35:11,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/NOPADDING". 13:35:11,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/PKCS5". 13:35:11,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/PKCS5PADDING". 13:35:11,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/PKCS7". 13:35:11,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/PKCS7PADDING". 13:35:11,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/TBC". 13:35:11,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/TBCPADDING". 13:35:11,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/X9.23". 13:35:11,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/X9.23PADDING". 13:35:11,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ZEROBYTE". 13:35:11,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB152/ZEROBYTEPADDING". 13:35:11,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/". 13:35:11,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO10126". 13:35:11,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO10126-2". 13:35:11,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO10126-2PADDING". 13:35:11,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO10126PADDING". 13:35:11,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO7816-4". 13:35:11,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ISO7816-4PADDING". 13:35:11,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/NOPADDING". 13:35:11,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/PKCS5". 13:35:11,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/PKCS5PADDING". 13:35:11,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/PKCS7". 13:35:11,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/PKCS7PADDING". 13:35:11,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/TBC". 13:35:11,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/TBCPADDING". 13:35:11,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/X9.23". 13:35:11,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/X9.23PADDING". 13:35:11,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ZEROBYTE". 13:35:11,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB16/ZEROBYTEPADDING". 13:35:11,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/". 13:35:11,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO10126". 13:35:11,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO10126-2". 13:35:11,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO10126-2PADDING". 13:35:11,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO10126PADDING". 13:35:11,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO7816-4". 13:35:11,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ISO7816-4PADDING". 13:35:11,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/NOPADDING". 13:35:11,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/PKCS5". 13:35:11,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/PKCS5PADDING". 13:35:11,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/PKCS7". 13:35:11,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/PKCS7PADDING". 13:35:11,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/TBC". 13:35:11,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/TBCPADDING". 13:35:11,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/X9.23". 13:35:11,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/X9.23PADDING". 13:35:11,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ZEROBYTE". 13:35:11,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB160/ZEROBYTEPADDING". 13:35:11,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/". 13:35:11,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO10126". 13:35:11,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO10126-2". 13:35:11,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO10126-2PADDING". 13:35:11,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO10126PADDING". 13:35:11,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO7816-4". 13:35:11,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ISO7816-4PADDING". 13:35:11,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/NOPADDING". 13:35:11,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/PKCS5". 13:35:11,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/PKCS5PADDING". 13:35:11,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/PKCS7". 13:35:11,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/PKCS7PADDING". 13:35:11,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/TBC". 13:35:11,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/TBCPADDING". 13:35:11,686 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/X9.23". 13:35:11,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/X9.23PADDING". 13:35:11,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ZEROBYTE". 13:35:11,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB168/ZEROBYTEPADDING". 13:35:11,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/". 13:35:11,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO10126". 13:35:11,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO10126-2". 13:35:11,687 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO10126-2PADDING". 13:35:11,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO10126PADDING". 13:35:11,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO7816-4". 13:35:11,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ISO7816-4PADDING". 13:35:11,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/NOPADDING". 13:35:11,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/PKCS5". 13:35:11,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/PKCS5PADDING". 13:35:11,688 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/PKCS7". 13:35:11,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/PKCS7PADDING". 13:35:11,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/TBC". 13:35:11,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/TBCPADDING". 13:35:11,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/X9.23". 13:35:11,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/X9.23PADDING". 13:35:11,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ZEROBYTE". 13:35:11,689 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB176/ZEROBYTEPADDING". 13:35:11,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/". 13:35:11,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO10126". 13:35:11,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO10126-2". 13:35:11,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO10126-2PADDING". 13:35:11,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO10126PADDING". 13:35:11,690 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO7816-4". 13:35:11,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ISO7816-4PADDING". 13:35:11,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/NOPADDING". 13:35:11,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/PKCS5". 13:35:11,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/PKCS5PADDING". 13:35:11,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/PKCS7". 13:35:11,691 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/PKCS7PADDING". 13:35:11,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/TBC". 13:35:11,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/TBCPADDING". 13:35:11,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/X9.23". 13:35:11,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/X9.23PADDING". 13:35:11,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ZEROBYTE". 13:35:11,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB184/ZEROBYTEPADDING". 13:35:11,692 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/". 13:35:11,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO10126". 13:35:11,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO10126-2". 13:35:11,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO10126-2PADDING". 13:35:11,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO10126PADDING". 13:35:11,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO7816-4". 13:35:11,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ISO7816-4PADDING". 13:35:11,693 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/NOPADDING". 13:35:11,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/PKCS5". 13:35:11,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/PKCS5PADDING". 13:35:11,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/PKCS7". 13:35:11,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/PKCS7PADDING". 13:35:11,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/TBC". 13:35:11,694 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/TBCPADDING". 13:35:11,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/X9.23". 13:35:11,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/X9.23PADDING". 13:35:11,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ZEROBYTE". 13:35:11,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB192/ZEROBYTEPADDING". 13:35:11,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/". 13:35:11,695 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO10126". 13:35:11,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO10126-2". 13:35:11,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO10126-2PADDING". 13:35:11,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO10126PADDING". 13:35:11,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO7816-4". 13:35:11,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ISO7816-4PADDING". 13:35:11,696 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/NOPADDING". 13:35:11,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/PKCS5". 13:35:11,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/PKCS5PADDING". 13:35:11,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/PKCS7". 13:35:11,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/PKCS7PADDING". 13:35:11,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/TBC". 13:35:11,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/TBCPADDING". 13:35:11,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/X9.23". 13:35:11,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/X9.23PADDING". 13:35:11,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ZEROBYTE". 13:35:11,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB200/ZEROBYTEPADDING". 13:35:11,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/". 13:35:11,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO10126". 13:35:11,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO10126-2". 13:35:11,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO10126-2PADDING". 13:35:11,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO10126PADDING". 13:35:11,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO7816-4". 13:35:11,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ISO7816-4PADDING". 13:35:11,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/NOPADDING". 13:35:11,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/PKCS5". 13:35:11,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/PKCS5PADDING". 13:35:11,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/PKCS7". 13:35:11,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/PKCS7PADDING". 13:35:11,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/TBC". 13:35:11,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/TBCPADDING". 13:35:11,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/X9.23". 13:35:11,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/X9.23PADDING". 13:35:11,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ZEROBYTE". 13:35:11,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB208/ZEROBYTEPADDING". 13:35:11,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/". 13:35:11,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO10126". 13:35:11,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO10126-2". 13:35:11,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO10126-2PADDING". 13:35:11,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO10126PADDING". 13:35:11,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO7816-4". 13:35:11,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ISO7816-4PADDING". 13:35:11,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/NOPADDING". 13:35:11,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/PKCS5". 13:35:11,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/PKCS5PADDING". 13:35:11,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/PKCS7". 13:35:11,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/PKCS7PADDING". 13:35:11,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/TBC". 13:35:11,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/TBCPADDING". 13:35:11,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/X9.23". 13:35:11,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/X9.23PADDING". 13:35:11,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ZEROBYTE". 13:35:11,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB216/ZEROBYTEPADDING". 13:35:11,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/". 13:35:11,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO10126". 13:35:11,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO10126-2". 13:35:11,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO10126-2PADDING". 13:35:11,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO10126PADDING". 13:35:11,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO7816-4". 13:35:11,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ISO7816-4PADDING". 13:35:11,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/NOPADDING". 13:35:11,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/PKCS5". 13:35:11,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/PKCS5PADDING". 13:35:11,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/PKCS7". 13:35:11,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/PKCS7PADDING". 13:35:11,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/TBC". 13:35:11,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/TBCPADDING". 13:35:11,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/X9.23". 13:35:11,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/X9.23PADDING". 13:35:11,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ZEROBYTE". 13:35:11,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB224/ZEROBYTEPADDING". 13:35:11,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/". 13:35:11,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO10126". 13:35:11,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO10126-2". 13:35:11,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO10126-2PADDING". 13:35:11,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO10126PADDING". 13:35:11,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO7816-4". 13:35:11,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ISO7816-4PADDING". 13:35:11,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/NOPADDING". 13:35:11,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/PKCS5". 13:35:11,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/PKCS5PADDING". 13:35:11,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/PKCS7". 13:35:11,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/PKCS7PADDING". 13:35:11,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/TBC". 13:35:11,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/TBCPADDING". 13:35:11,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/X9.23". 13:35:11,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/X9.23PADDING". 13:35:11,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ZEROBYTE". 13:35:11,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB232/ZEROBYTEPADDING". 13:35:11,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/". 13:35:11,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO10126". 13:35:11,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO10126-2". 13:35:11,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO10126-2PADDING". 13:35:11,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO10126PADDING". 13:35:11,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO7816-4". 13:35:11,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ISO7816-4PADDING". 13:35:11,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/NOPADDING". 13:35:11,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/PKCS5". 13:35:11,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/PKCS5PADDING". 13:35:11,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/PKCS7". 13:35:11,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/PKCS7PADDING". 13:35:11,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/TBC". 13:35:11,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/TBCPADDING". 13:35:11,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/X9.23". 13:35:11,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/X9.23PADDING". 13:35:11,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ZEROBYTE". 13:35:11,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB24/ZEROBYTEPADDING". 13:35:11,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/". 13:35:11,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO10126". 13:35:11,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO10126-2". 13:35:11,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO10126-2PADDING". 13:35:11,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO10126PADDING". 13:35:11,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO7816-4". 13:35:11,712 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ISO7816-4PADDING". 13:35:11,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/NOPADDING". 13:35:11,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/PKCS5". 13:35:11,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/PKCS5PADDING". 13:35:11,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/PKCS7". 13:35:11,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/PKCS7PADDING". 13:35:11,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/TBC". 13:35:11,713 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/TBCPADDING". 13:35:11,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/X9.23". 13:35:11,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/X9.23PADDING". 13:35:11,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ZEROBYTE". 13:35:11,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB240/ZEROBYTEPADDING". 13:35:11,714 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/". 13:35:11,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO10126". 13:35:11,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO10126-2". 13:35:11,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO10126-2PADDING". 13:35:11,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO10126PADDING". 13:35:11,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO7816-4". 13:35:11,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ISO7816-4PADDING". 13:35:11,715 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/NOPADDING". 13:35:11,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/PKCS5". 13:35:11,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/PKCS5PADDING". 13:35:11,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/PKCS7". 13:35:11,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/PKCS7PADDING". 13:35:11,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/TBC". 13:35:11,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/TBCPADDING". 13:35:11,716 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/X9.23". 13:35:11,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/X9.23PADDING". 13:35:11,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ZEROBYTE". 13:35:11,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB248/ZEROBYTEPADDING". 13:35:11,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/". 13:35:11,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO10126". 13:35:11,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO10126-2". 13:35:11,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO10126-2PADDING". 13:35:11,717 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO10126PADDING". 13:35:11,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO7816-4". 13:35:11,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ISO7816-4PADDING". 13:35:11,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/NOPADDING". 13:35:11,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/PKCS5". 13:35:11,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/PKCS5PADDING". 13:35:11,718 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/PKCS7". 13:35:11,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/PKCS7PADDING". 13:35:11,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/TBC". 13:35:11,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/TBCPADDING". 13:35:11,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/X9.23". 13:35:11,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/X9.23PADDING". 13:35:11,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ZEROBYTE". 13:35:11,719 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB256/ZEROBYTEPADDING". 13:35:11,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/". 13:35:11,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO10126". 13:35:11,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO10126-2". 13:35:11,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO10126-2PADDING". 13:35:11,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO10126PADDING". 13:35:11,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO7816-4". 13:35:11,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ISO7816-4PADDING". 13:35:11,720 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/NOPADDING". 13:35:11,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/PKCS5". 13:35:11,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/PKCS5PADDING". 13:35:11,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/PKCS7". 13:35:11,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/PKCS7PADDING". 13:35:11,721 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/TBC". 13:35:11,730 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/TBCPADDING". 13:35:11,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/X9.23". 13:35:11,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/X9.23PADDING". 13:35:11,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ZEROBYTE". 13:35:11,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB32/ZEROBYTEPADDING". 13:35:11,731 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/". 13:35:11,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO10126". 13:35:11,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO10126-2". 13:35:11,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO10126-2PADDING". 13:35:11,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO10126PADDING". 13:35:11,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO7816-4". 13:35:11,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ISO7816-4PADDING". 13:35:11,732 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/NOPADDING". 13:35:11,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/PKCS5". 13:35:11,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/PKCS5PADDING". 13:35:11,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/PKCS7". 13:35:11,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/PKCS7PADDING". 13:35:11,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/TBC". 13:35:11,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/TBCPADDING". 13:35:11,733 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/X9.23". 13:35:11,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/X9.23PADDING". 13:35:11,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ZEROBYTE". 13:35:11,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB40/ZEROBYTEPADDING". 13:35:11,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/". 13:35:11,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO10126". 13:35:11,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO10126-2". 13:35:11,734 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO10126-2PADDING". 13:35:11,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO10126PADDING". 13:35:11,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO7816-4". 13:35:11,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ISO7816-4PADDING". 13:35:11,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/NOPADDING". 13:35:11,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/PKCS5". 13:35:11,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/PKCS5PADDING". 13:35:11,735 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/PKCS7". 13:35:11,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/PKCS7PADDING". 13:35:11,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/TBC". 13:35:11,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/TBCPADDING". 13:35:11,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/X9.23". 13:35:11,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/X9.23PADDING". 13:35:11,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ZEROBYTE". 13:35:11,736 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB48/ZEROBYTEPADDING". 13:35:11,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/". 13:35:11,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO10126". 13:35:11,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO10126-2". 13:35:11,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO10126-2PADDING". 13:35:11,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO10126PADDING". 13:35:11,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO7816-4". 13:35:11,737 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ISO7816-4PADDING". 13:35:11,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/NOPADDING". 13:35:11,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/PKCS5". 13:35:11,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/PKCS5PADDING". 13:35:11,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/PKCS7". 13:35:11,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/PKCS7PADDING". 13:35:11,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/TBC". 13:35:11,738 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/TBCPADDING". 13:35:11,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/X9.23". 13:35:11,739 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/X9.23PADDING". 13:35:11,746 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ZEROBYTE". 13:35:11,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB56/ZEROBYTEPADDING". 13:35:11,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/". 13:35:11,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO10126". 13:35:11,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO10126-2". 13:35:11,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO10126-2PADDING". 13:35:11,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO10126PADDING". 13:35:11,747 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO7816-4". 13:35:11,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ISO7816-4PADDING". 13:35:11,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/NOPADDING". 13:35:11,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/PKCS5". 13:35:11,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/PKCS5PADDING". 13:35:11,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/PKCS7". 13:35:11,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/PKCS7PADDING". 13:35:11,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/TBC". 13:35:11,748 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/TBCPADDING". 13:35:11,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/X9.23". 13:35:11,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/X9.23PADDING". 13:35:11,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ZEROBYTE". 13:35:11,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB64/ZEROBYTEPADDING". 13:35:11,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/". 13:35:11,749 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO10126". 13:35:11,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO10126-2". 13:35:11,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO10126-2PADDING". 13:35:11,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO10126PADDING". 13:35:11,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO7816-4". 13:35:11,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ISO7816-4PADDING". 13:35:11,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/NOPADDING". 13:35:11,750 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/PKCS5". 13:35:11,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/PKCS5PADDING". 13:35:11,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/PKCS7". 13:35:11,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/PKCS7PADDING". 13:35:11,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/TBC". 13:35:11,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/TBCPADDING". 13:35:11,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/X9.23". 13:35:11,751 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/X9.23PADDING". 13:35:11,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ZEROBYTE". 13:35:11,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB72/ZEROBYTEPADDING". 13:35:11,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/". 13:35:11,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO10126". 13:35:11,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO10126-2". 13:35:11,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO10126-2PADDING". 13:35:11,752 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO10126PADDING". 13:35:11,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO7816-4". 13:35:11,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ISO7816-4PADDING". 13:35:11,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/NOPADDING". 13:35:11,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/PKCS5". 13:35:11,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/PKCS5PADDING". 13:35:11,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/PKCS7". 13:35:11,753 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/PKCS7PADDING". 13:35:11,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/TBC". 13:35:11,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/TBCPADDING". 13:35:11,754 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/X9.23". 13:35:11,786 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/X9.23PADDING". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ZEROBYTE". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB8/ZEROBYTEPADDING". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO10126". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO10126-2". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO10126-2PADDING". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO10126PADDING". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO7816-4". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ISO7816-4PADDING". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/NOPADDING". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/PKCS5". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/PKCS5PADDING". 13:35:11,787 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/PKCS7". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/PKCS7PADDING". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/TBC". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/TBCPADDING". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/X9.23". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/X9.23PADDING". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ZEROBYTE". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB80/ZEROBYTEPADDING". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO10126". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO10126-2". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO10126-2PADDING". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO10126PADDING". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO7816-4". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ISO7816-4PADDING". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/NOPADDING". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/PKCS5". 13:35:11,788 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/PKCS5PADDING". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/PKCS7". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/PKCS7PADDING". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/TBC". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/TBCPADDING". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/X9.23". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/X9.23PADDING". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ZEROBYTE". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB88/ZEROBYTEPADDING". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO10126". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO10126-2". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO10126-2PADDING". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO10126PADDING". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO7816-4". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ISO7816-4PADDING". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/NOPADDING". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/PKCS5". 13:35:11,789 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/PKCS5PADDING". 13:35:11,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/PKCS7". 13:35:11,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/PKCS7PADDING". 13:35:11,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/TBC". 13:35:11,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/TBCPADDING". 13:35:11,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/X9.23". 13:35:11,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/X9.23PADDING". 13:35:11,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ZEROBYTE". 13:35:11,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CFB96/ZEROBYTEPADDING". 13:35:11,790 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CTS/". 13:35:11,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/CTS/NOPADDING". 13:35:11,792 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/EAX/". 13:35:11,793 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/EAX/NOPADDING". 13:35:11,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/ECB/". 13:35:11,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/ECB/NOPADDING". 13:35:11,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/GCM/". 13:35:11,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/GCM/NOPADDING". 13:35:11,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/". 13:35:11,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO10126". 13:35:11,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO10126-2". 13:35:11,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO10126-2PADDING". 13:35:11,804 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO10126PADDING". 13:35:11,810 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO7816-4". 13:35:11,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ISO7816-4PADDING". 13:35:11,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/NOPADDING". 13:35:11,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/PKCS5". 13:35:11,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/PKCS5PADDING". 13:35:11,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/PKCS7". 13:35:11,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/PKCS7PADDING". 13:35:11,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/TBC". 13:35:11,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/TBCPADDING". 13:35:11,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/X9.23". 13:35:11,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/X9.23PADDING". 13:35:11,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ZEROBYTE". 13:35:11,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB/ZEROBYTEPADDING". 13:35:11,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/". 13:35:11,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO10126". 13:35:11,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO10126-2". 13:35:11,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO10126-2PADDING". 13:35:11,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO10126PADDING". 13:35:11,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO7816-4". 13:35:11,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ISO7816-4PADDING". 13:35:11,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/NOPADDING". 13:35:11,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/PKCS5". 13:35:11,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/PKCS5PADDING". 13:35:11,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/PKCS7". 13:35:11,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/PKCS7PADDING". 13:35:11,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/TBC". 13:35:11,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/TBCPADDING". 13:35:11,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/X9.23". 13:35:11,814 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/X9.23PADDING". 13:35:11,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ZEROBYTE". 13:35:11,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB104/ZEROBYTEPADDING". 13:35:11,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/". 13:35:11,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO10126". 13:35:11,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO10126-2". 13:35:11,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO10126-2PADDING". 13:35:11,815 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO10126PADDING". 13:35:11,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO7816-4". 13:35:11,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ISO7816-4PADDING". 13:35:11,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/NOPADDING". 13:35:11,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/PKCS5". 13:35:11,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/PKCS5PADDING". 13:35:11,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/PKCS7". 13:35:11,816 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/PKCS7PADDING". 13:35:11,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/TBC". 13:35:11,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/TBCPADDING". 13:35:11,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/X9.23". 13:35:11,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/X9.23PADDING". 13:35:11,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ZEROBYTE". 13:35:11,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB112/ZEROBYTEPADDING". 13:35:11,817 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/". 13:35:11,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO10126". 13:35:11,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO10126-2". 13:35:11,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO10126-2PADDING". 13:35:11,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO10126PADDING". 13:35:11,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO7816-4". 13:35:11,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ISO7816-4PADDING". 13:35:11,818 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/NOPADDING". 13:35:11,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/PKCS5". 13:35:11,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/PKCS5PADDING". 13:35:11,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/PKCS7". 13:35:11,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/PKCS7PADDING". 13:35:11,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/TBC". 13:35:11,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/TBCPADDING". 13:35:11,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/X9.23". 13:35:11,819 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/X9.23PADDING". 13:35:11,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ZEROBYTE". 13:35:11,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB120/ZEROBYTEPADDING". 13:35:11,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/". 13:35:11,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO10126". 13:35:11,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO10126-2". 13:35:11,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO10126-2PADDING". 13:35:11,820 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO10126PADDING". 13:35:11,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO7816-4". 13:35:11,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ISO7816-4PADDING". 13:35:11,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/NOPADDING". 13:35:11,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/PKCS5". 13:35:11,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/PKCS5PADDING". 13:35:11,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/PKCS7". 13:35:11,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/PKCS7PADDING". 13:35:11,821 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/TBC". 13:35:11,822 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/TBCPADDING". 13:35:11,822 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/X9.23". 13:35:11,826 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/X9.23PADDING". 13:35:11,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ZEROBYTE". 13:35:11,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB128/ZEROBYTEPADDING". 13:35:11,834 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/". 13:35:11,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO10126". 13:35:11,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO10126-2". 13:35:11,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO10126-2PADDING". 13:35:11,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO10126PADDING". 13:35:11,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO7816-4". 13:35:11,835 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ISO7816-4PADDING". 13:35:11,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/NOPADDING". 13:35:11,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/PKCS5". 13:35:11,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/PKCS5PADDING". 13:35:11,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/PKCS7". 13:35:11,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/PKCS7PADDING". 13:35:11,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/TBC". 13:35:11,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/TBCPADDING". 13:35:11,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/X9.23". 13:35:11,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/X9.23PADDING". 13:35:11,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ZEROBYTE". 13:35:11,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB136/ZEROBYTEPADDING". 13:35:11,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/". 13:35:11,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO10126". 13:35:11,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO10126-2". 13:35:11,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO10126-2PADDING". 13:35:11,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO10126PADDING". 13:35:11,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO7816-4". 13:35:11,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ISO7816-4PADDING". 13:35:11,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/NOPADDING". 13:35:11,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/PKCS5". 13:35:11,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/PKCS5PADDING". 13:35:11,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/PKCS7". 13:35:11,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/PKCS7PADDING". 13:35:11,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/TBC". 13:35:11,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/TBCPADDING". 13:35:11,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/X9.23". 13:35:11,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/X9.23PADDING". 13:35:11,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ZEROBYTE". 13:35:11,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB144/ZEROBYTEPADDING". 13:35:11,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/". 13:35:11,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO10126". 13:35:11,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO10126-2". 13:35:11,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO10126-2PADDING". 13:35:11,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO10126PADDING". 13:35:11,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO7816-4". 13:35:11,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ISO7816-4PADDING". 13:35:11,841 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/NOPADDING". 13:35:11,841 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/PKCS5". 13:35:11,841 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/PKCS5PADDING". 13:35:11,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/PKCS7". 13:35:11,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/PKCS7PADDING". 13:35:11,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/TBC". 13:35:11,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/TBCPADDING". 13:35:11,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/X9.23". 13:35:11,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/X9.23PADDING". 13:35:11,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ZEROBYTE". 13:35:11,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB152/ZEROBYTEPADDING". 13:35:11,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/". 13:35:11,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO10126". 13:35:11,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO10126-2". 13:35:11,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO10126-2PADDING". 13:35:11,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO10126PADDING". 13:35:11,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO7816-4". 13:35:11,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ISO7816-4PADDING". 13:35:11,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/NOPADDING". 13:35:11,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/PKCS5". 13:35:11,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/PKCS5PADDING". 13:35:11,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/PKCS7". 13:35:11,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/PKCS7PADDING". 13:35:11,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/TBC". 13:35:11,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/TBCPADDING". 13:35:11,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/X9.23". 13:35:11,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/X9.23PADDING". 13:35:11,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ZEROBYTE". 13:35:11,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB16/ZEROBYTEPADDING". 13:35:11,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/". 13:35:11,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO10126". 13:35:11,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO10126-2". 13:35:11,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO10126-2PADDING". 13:35:11,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO10126PADDING". 13:35:11,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO7816-4". 13:35:11,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ISO7816-4PADDING". 13:35:11,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/NOPADDING". 13:35:11,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/PKCS5". 13:35:11,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/PKCS5PADDING". 13:35:11,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/PKCS7". 13:35:11,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/PKCS7PADDING". 13:35:11,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/TBC". 13:35:11,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/TBCPADDING". 13:35:11,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/X9.23". 13:35:11,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/X9.23PADDING". 13:35:11,852 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ZEROBYTE". 13:35:11,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB160/ZEROBYTEPADDING". 13:35:11,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/". 13:35:11,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO10126". 13:35:11,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO10126-2". 13:35:11,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO10126-2PADDING". 13:35:11,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO10126PADDING". 13:35:11,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO7816-4". 13:35:11,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ISO7816-4PADDING". 13:35:11,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/NOPADDING". 13:35:11,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/PKCS5". 13:35:11,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/PKCS5PADDING". 13:35:11,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/PKCS7". 13:35:11,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/PKCS7PADDING". 13:35:11,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/TBC". 13:35:11,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/TBCPADDING". 13:35:11,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/X9.23". 13:35:11,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/X9.23PADDING". 13:35:11,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ZEROBYTE". 13:35:11,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB168/ZEROBYTEPADDING". 13:35:11,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/". 13:35:11,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO10126". 13:35:11,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO10126-2". 13:35:11,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO10126-2PADDING". 13:35:11,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO10126PADDING". 13:35:11,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO7816-4". 13:35:11,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ISO7816-4PADDING". 13:35:11,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/NOPADDING". 13:35:11,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/PKCS5". 13:35:11,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/PKCS5PADDING". 13:35:11,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/PKCS7". 13:35:11,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/PKCS7PADDING". 13:35:11,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/TBC". 13:35:11,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/TBCPADDING". 13:35:11,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/X9.23". 13:35:11,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/X9.23PADDING". 13:35:11,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ZEROBYTE". 13:35:11,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB176/ZEROBYTEPADDING". 13:35:11,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/". 13:35:11,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO10126". 13:35:11,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO10126-2". 13:35:11,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO10126-2PADDING". 13:35:11,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO10126PADDING". 13:35:11,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO7816-4". 13:35:11,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ISO7816-4PADDING". 13:35:11,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/NOPADDING". 13:35:11,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/PKCS5". 13:35:11,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/PKCS5PADDING". 13:35:11,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/PKCS7". 13:35:11,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/PKCS7PADDING". 13:35:11,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/TBC". 13:35:11,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/TBCPADDING". 13:35:11,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/X9.23". 13:35:11,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/X9.23PADDING". 13:35:11,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ZEROBYTE". 13:35:11,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB184/ZEROBYTEPADDING". 13:35:11,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/". 13:35:11,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO10126". 13:35:11,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO10126-2". 13:35:11,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO10126-2PADDING". 13:35:11,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO10126PADDING". 13:35:11,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO7816-4". 13:35:11,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ISO7816-4PADDING". 13:35:11,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/NOPADDING". 13:35:11,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/PKCS5". 13:35:11,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/PKCS5PADDING". 13:35:11,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/PKCS7". 13:35:11,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/PKCS7PADDING". 13:35:11,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/TBC". 13:35:11,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/TBCPADDING". 13:35:11,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/X9.23". 13:35:11,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/X9.23PADDING". 13:35:11,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ZEROBYTE". 13:35:11,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB192/ZEROBYTEPADDING". 13:35:11,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/". 13:35:11,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO10126". 13:35:11,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO10126-2". 13:35:11,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO10126-2PADDING". 13:35:11,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO10126PADDING". 13:35:11,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO7816-4". 13:35:11,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ISO7816-4PADDING". 13:35:11,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/NOPADDING". 13:35:11,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/PKCS5". 13:35:11,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/PKCS5PADDING". 13:35:11,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/PKCS7". 13:35:11,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/PKCS7PADDING". 13:35:11,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/TBC". 13:35:11,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/TBCPADDING". 13:35:11,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/X9.23". 13:35:11,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/X9.23PADDING". 13:35:11,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ZEROBYTE". 13:35:11,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB200/ZEROBYTEPADDING". 13:35:11,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/". 13:35:11,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO10126". 13:35:11,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO10126-2". 13:35:11,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO10126-2PADDING". 13:35:11,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO10126PADDING". 13:35:11,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO7816-4". 13:35:11,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ISO7816-4PADDING". 13:35:11,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/NOPADDING". 13:35:11,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/PKCS5". 13:35:11,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/PKCS5PADDING". 13:35:11,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/PKCS7". 13:35:11,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/PKCS7PADDING". 13:35:11,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/TBC". 13:35:11,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/TBCPADDING". 13:35:11,890 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/X9.23". 13:35:11,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/X9.23PADDING". 13:35:11,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ZEROBYTE". 13:35:11,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB208/ZEROBYTEPADDING". 13:35:11,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/". 13:35:11,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO10126". 13:35:11,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO10126-2". 13:35:11,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO10126-2PADDING". 13:35:11,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO10126PADDING". 13:35:11,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO7816-4". 13:35:11,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ISO7816-4PADDING". 13:35:11,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/NOPADDING". 13:35:11,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/PKCS5". 13:35:11,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/PKCS5PADDING". 13:35:11,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/PKCS7". 13:35:11,892 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/PKCS7PADDING". 13:35:11,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/TBC". 13:35:11,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/TBCPADDING". 13:35:11,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/X9.23". 13:35:11,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/X9.23PADDING". 13:35:11,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ZEROBYTE". 13:35:11,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB216/ZEROBYTEPADDING". 13:35:11,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/". 13:35:11,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO10126". 13:35:11,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO10126-2". 13:35:11,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO10126-2PADDING". 13:35:11,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO10126PADDING". 13:35:11,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO7816-4". 13:35:11,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ISO7816-4PADDING". 13:35:11,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/NOPADDING". 13:35:11,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/PKCS5". 13:35:11,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/PKCS5PADDING". 13:35:11,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/PKCS7". 13:35:11,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/PKCS7PADDING". 13:35:11,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/TBC". 13:35:11,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/TBCPADDING". 13:35:11,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/X9.23". 13:35:11,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/X9.23PADDING". 13:35:11,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ZEROBYTE". 13:35:11,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB224/ZEROBYTEPADDING". 13:35:11,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/". 13:35:11,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO10126". 13:35:11,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO10126-2". 13:35:11,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO10126-2PADDING". 13:35:11,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO10126PADDING". 13:35:11,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO7816-4". 13:35:11,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ISO7816-4PADDING". 13:35:11,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/NOPADDING". 13:35:11,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/PKCS5". 13:35:11,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/PKCS5PADDING". 13:35:11,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/PKCS7". 13:35:11,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/PKCS7PADDING". 13:35:11,902 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/TBC". 13:35:11,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/TBCPADDING". 13:35:11,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/X9.23". 13:35:11,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/X9.23PADDING". 13:35:11,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ZEROBYTE". 13:35:11,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB232/ZEROBYTEPADDING". 13:35:11,903 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/". 13:35:11,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO10126". 13:35:11,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO10126-2". 13:35:11,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO10126-2PADDING". 13:35:11,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO10126PADDING". 13:35:11,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO7816-4". 13:35:11,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ISO7816-4PADDING". 13:35:11,904 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/NOPADDING". 13:35:11,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/PKCS5". 13:35:11,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/PKCS5PADDING". 13:35:11,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/PKCS7". 13:35:11,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/PKCS7PADDING". 13:35:11,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/TBC". 13:35:11,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/TBCPADDING". 13:35:11,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/X9.23". 13:35:11,905 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/X9.23PADDING". 13:35:11,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ZEROBYTE". 13:35:11,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB24/ZEROBYTEPADDING". 13:35:11,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/". 13:35:11,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO10126". 13:35:11,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO10126-2". 13:35:11,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO10126-2PADDING". 13:35:11,906 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO10126PADDING". 13:35:11,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO7816-4". 13:35:11,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ISO7816-4PADDING". 13:35:11,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/NOPADDING". 13:35:11,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/PKCS5". 13:35:11,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/PKCS5PADDING". 13:35:11,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/PKCS7". 13:35:11,915 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/PKCS7PADDING". 13:35:11,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/TBC". 13:35:11,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/TBCPADDING". 13:35:11,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/X9.23". 13:35:11,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/X9.23PADDING". 13:35:11,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ZEROBYTE". 13:35:11,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB240/ZEROBYTEPADDING". 13:35:11,916 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/". 13:35:11,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO10126". 13:35:11,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO10126-2". 13:35:11,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO10126-2PADDING". 13:35:11,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO10126PADDING". 13:35:11,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO7816-4". 13:35:11,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ISO7816-4PADDING". 13:35:11,917 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/NOPADDING". 13:35:11,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/PKCS5". 13:35:11,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/PKCS5PADDING". 13:35:11,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/PKCS7". 13:35:11,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/PKCS7PADDING". 13:35:11,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/TBC". 13:35:11,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/TBCPADDING". 13:35:11,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/X9.23". 13:35:11,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/X9.23PADDING". 13:35:11,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ZEROBYTE". 13:35:11,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB248/ZEROBYTEPADDING". 13:35:11,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/". 13:35:11,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO10126". 13:35:11,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO10126-2". 13:35:11,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO10126-2PADDING". 13:35:11,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO10126PADDING". 13:35:11,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO7816-4". 13:35:11,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ISO7816-4PADDING". 13:35:11,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/NOPADDING". 13:35:11,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/PKCS5". 13:35:11,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/PKCS5PADDING". 13:35:11,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/PKCS7". 13:35:11,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/PKCS7PADDING". 13:35:11,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/TBC". 13:35:11,921 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/TBCPADDING". 13:35:11,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/X9.23". 13:35:11,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/X9.23PADDING". 13:35:11,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ZEROBYTE". 13:35:11,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB256/ZEROBYTEPADDING". 13:35:11,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/". 13:35:11,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO10126". 13:35:11,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO10126-2". 13:35:11,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO10126-2PADDING". 13:35:11,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO10126PADDING". 13:35:11,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO7816-4". 13:35:11,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ISO7816-4PADDING". 13:35:11,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/NOPADDING". 13:35:11,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/PKCS5". 13:35:11,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/PKCS5PADDING". 13:35:11,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/PKCS7". 13:35:11,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/PKCS7PADDING". 13:35:11,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/TBC". 13:35:11,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/TBCPADDING". 13:35:11,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/X9.23". 13:35:11,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/X9.23PADDING". 13:35:11,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ZEROBYTE". 13:35:11,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB32/ZEROBYTEPADDING". 13:35:11,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/". 13:35:11,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO10126". 13:35:11,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO10126-2". 13:35:11,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO10126-2PADDING". 13:35:11,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO10126PADDING". 13:35:11,925 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO7816-4". 13:35:11,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ISO7816-4PADDING". 13:35:11,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/NOPADDING". 13:35:11,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/PKCS5". 13:35:11,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/PKCS5PADDING". 13:35:11,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/PKCS7". 13:35:11,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/PKCS7PADDING". 13:35:11,926 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/TBC". 13:35:11,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/TBCPADDING". 13:35:11,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/X9.23". 13:35:11,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/X9.23PADDING". 13:35:11,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ZEROBYTE". 13:35:11,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB40/ZEROBYTEPADDING". 13:35:11,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/". 13:35:11,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO10126". 13:35:11,927 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO10126-2". 13:35:11,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO10126-2PADDING". 13:35:11,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO10126PADDING". 13:35:11,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO7816-4". 13:35:11,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ISO7816-4PADDING". 13:35:11,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/NOPADDING". 13:35:11,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/PKCS5". 13:35:11,938 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/PKCS5PADDING". 13:35:11,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/PKCS7". 13:35:11,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/PKCS7PADDING". 13:35:11,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/TBC". 13:35:11,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/TBCPADDING". 13:35:11,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/X9.23". 13:35:11,939 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/X9.23PADDING". 13:35:11,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ZEROBYTE". 13:35:11,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB48/ZEROBYTEPADDING". 13:35:11,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/". 13:35:11,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO10126". 13:35:11,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO10126-2". 13:35:11,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO10126-2PADDING". 13:35:11,940 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO10126PADDING". 13:35:11,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO7816-4". 13:35:11,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ISO7816-4PADDING". 13:35:11,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/NOPADDING". 13:35:11,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/PKCS5". 13:35:11,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/PKCS5PADDING". 13:35:11,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/PKCS7". 13:35:11,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/PKCS7PADDING". 13:35:11,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/TBC". 13:35:11,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/TBCPADDING". 13:35:11,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/X9.23". 13:35:11,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/X9.23PADDING". 13:35:11,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ZEROBYTE". 13:35:11,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB56/ZEROBYTEPADDING". 13:35:11,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/". 13:35:11,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO10126". 13:35:11,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO10126-2". 13:35:11,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO10126-2PADDING". 13:35:11,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO10126PADDING". 13:35:11,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO7816-4". 13:35:11,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ISO7816-4PADDING". 13:35:11,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/NOPADDING". 13:35:11,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/PKCS5". 13:35:11,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/PKCS5PADDING". 13:35:11,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/PKCS7". 13:35:11,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/PKCS7PADDING". 13:35:11,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/TBC". 13:35:11,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/TBCPADDING". 13:35:11,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/X9.23". 13:35:11,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/X9.23PADDING". 13:35:11,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ZEROBYTE". 13:35:11,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB64/ZEROBYTEPADDING". 13:35:11,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/". 13:35:11,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO10126". 13:35:11,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO10126-2". 13:35:11,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO10126-2PADDING". 13:35:11,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO10126PADDING". 13:35:11,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO7816-4". 13:35:11,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ISO7816-4PADDING". 13:35:11,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/NOPADDING". 13:35:11,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/PKCS5". 13:35:11,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/PKCS5PADDING". 13:35:11,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/PKCS7". 13:35:11,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/PKCS7PADDING". 13:35:11,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/TBC". 13:35:11,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/TBCPADDING". 13:35:11,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/X9.23". 13:35:11,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/X9.23PADDING". 13:35:11,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ZEROBYTE". 13:35:11,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB72/ZEROBYTEPADDING". 13:35:11,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/". 13:35:11,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO10126". 13:35:11,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO10126-2". 13:35:11,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO10126-2PADDING". 13:35:11,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO10126PADDING". 13:35:11,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO7816-4". 13:35:11,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ISO7816-4PADDING". 13:35:11,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/NOPADDING". 13:35:11,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/PKCS5". 13:35:11,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/PKCS5PADDING". 13:35:11,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/PKCS7". 13:35:11,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/PKCS7PADDING". 13:35:11,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/TBC". 13:35:11,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/TBCPADDING". 13:35:11,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/X9.23". 13:35:11,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/X9.23PADDING". 13:35:11,949 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ZEROBYTE". 13:35:11,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB8/ZEROBYTEPADDING". 13:35:11,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/". 13:35:11,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO10126". 13:35:11,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO10126-2". 13:35:11,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO10126-2PADDING". 13:35:11,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO10126PADDING". 13:35:11,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO7816-4". 13:35:11,950 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ISO7816-4PADDING". 13:35:11,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/NOPADDING". 13:35:11,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/PKCS5". 13:35:11,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/PKCS5PADDING". 13:35:11,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/PKCS7". 13:35:11,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/PKCS7PADDING". 13:35:11,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/TBC". 13:35:11,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/TBCPADDING". 13:35:11,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/X9.23". 13:35:11,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/X9.23PADDING". 13:35:11,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ZEROBYTE". 13:35:11,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB80/ZEROBYTEPADDING". 13:35:11,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/". 13:35:11,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO10126". 13:35:11,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO10126-2". 13:35:11,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO10126-2PADDING". 13:35:11,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO10126PADDING". 13:35:11,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO7816-4". 13:35:11,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ISO7816-4PADDING". 13:35:11,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/NOPADDING". 13:35:11,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/PKCS5". 13:35:11,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/PKCS5PADDING". 13:35:11,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/PKCS7". 13:35:11,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/PKCS7PADDING". 13:35:11,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/TBC". 13:35:11,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/TBCPADDING". 13:35:11,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/X9.23". 13:35:11,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/X9.23PADDING". 13:35:11,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ZEROBYTE". 13:35:11,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB88/ZEROBYTEPADDING". 13:35:11,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/". 13:35:11,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO10126". 13:35:11,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO10126-2". 13:35:11,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO10126-2PADDING". 13:35:11,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO10126PADDING". 13:35:11,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO7816-4". 13:35:11,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ISO7816-4PADDING". 13:35:11,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/NOPADDING". 13:35:11,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/PKCS5". 13:35:11,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/PKCS5PADDING". 13:35:11,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/PKCS7". 13:35:11,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/PKCS7PADDING". 13:35:11,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/TBC". 13:35:11,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/TBCPADDING". 13:35:11,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/X9.23". 13:35:11,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/X9.23PADDING". 13:35:11,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ZEROBYTE". 13:35:11,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/OFB96/ZEROBYTEPADDING". 13:35:11,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/". 13:35:11,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO10126". 13:35:11,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO10126-2". 13:35:11,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO10126-2PADDING". 13:35:11,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO10126PADDING". 13:35:11,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO7816-4". 13:35:11,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ISO7816-4PADDING". 13:35:11,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/NOPADDING". 13:35:11,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/PKCS5". 13:35:11,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/PKCS5PADDING". 13:35:11,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/PKCS7". 13:35:11,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/PKCS7PADDING". 13:35:11,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/TBC". 13:35:11,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/TBCPADDING". 13:35:11,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/X9.23". 13:35:11,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/X9.23PADDING". 13:35:11,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ZEROBYTE". 13:35:11,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "CAST6/SIC/ZEROBYTEPADDING". 13:35:11,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES//". 13:35:11,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES//NOPADDING". 13:35:11,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC-CTS/". 13:35:11,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC-CTS/NOPADDING". 13:35:11,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/". 13:35:11,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO10126". 13:35:11,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO10126-2". 13:35:11,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO10126-2PADDING". 13:35:11,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO10126PADDING". 13:35:11,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO7816-4". 13:35:11,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ISO7816-4PADDING". 13:35:11,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/NOPADDING". 13:35:11,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/PKCS5". 13:35:11,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/PKCS5PADDING". 13:35:11,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/PKCS7". 13:35:11,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/PKCS7PADDING". 13:35:11,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/TBC". 13:35:11,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/TBCPADDING". 13:35:11,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/X9.23". 13:35:11,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/X9.23PADDING". 13:35:11,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ZEROBYTE". 13:35:11,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CBC/ZEROBYTEPADDING". 13:35:11,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/". 13:35:11,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO10126". 13:35:11,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO10126-2". 13:35:11,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO10126-2PADDING". 13:35:11,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO10126PADDING". 13:35:11,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO7816-4". 13:35:11,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ISO7816-4PADDING". 13:35:11,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/NOPADDING". 13:35:11,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/PKCS5". 13:35:11,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/PKCS5PADDING". 13:35:11,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/PKCS7". 13:35:11,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/PKCS7PADDING". 13:35:11,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/TBC". 13:35:11,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/TBCPADDING". 13:35:11,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/X9.23". 13:35:11,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/X9.23PADDING". 13:35:11,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ZEROBYTE". 13:35:11,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB/ZEROBYTEPADDING". 13:35:11,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/". 13:35:11,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO10126". 13:35:11,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO10126-2". 13:35:11,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO10126-2PADDING". 13:35:11,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO10126PADDING". 13:35:11,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO7816-4". 13:35:11,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ISO7816-4PADDING". 13:35:11,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/NOPADDING". 13:35:11,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/PKCS5". 13:35:11,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/PKCS5PADDING". 13:35:11,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/PKCS7". 13:35:11,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/PKCS7PADDING". 13:35:11,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/TBC". 13:35:11,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/TBCPADDING". 13:35:11,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/X9.23". 13:35:11,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/X9.23PADDING". 13:35:11,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ZEROBYTE". 13:35:11,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB104/ZEROBYTEPADDING". 13:35:11,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/". 13:35:11,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO10126". 13:35:11,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO10126-2". 13:35:11,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO10126-2PADDING". 13:35:11,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO10126PADDING". 13:35:11,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO7816-4". 13:35:11,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ISO7816-4PADDING". 13:35:11,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/NOPADDING". 13:35:11,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/PKCS5". 13:35:11,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/PKCS5PADDING". 13:35:11,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/PKCS7". 13:35:11,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/PKCS7PADDING". 13:35:11,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/TBC". 13:35:11,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/TBCPADDING". 13:35:11,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/X9.23". 13:35:11,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/X9.23PADDING". 13:35:11,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ZEROBYTE". 13:35:11,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB112/ZEROBYTEPADDING". 13:35:11,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/". 13:35:11,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO10126". 13:35:11,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO10126-2". 13:35:11,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO10126-2PADDING". 13:35:11,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO10126PADDING". 13:35:11,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO7816-4". 13:35:11,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ISO7816-4PADDING". 13:35:11,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/NOPADDING". 13:35:11,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/PKCS5". 13:35:11,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/PKCS5PADDING". 13:35:11,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/PKCS7". 13:35:11,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/PKCS7PADDING". 13:35:11,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/TBC". 13:35:11,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/TBCPADDING". 13:35:11,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/X9.23". 13:35:11,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/X9.23PADDING". 13:35:11,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ZEROBYTE". 13:35:11,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB120/ZEROBYTEPADDING". 13:35:11,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/". 13:35:11,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO10126". 13:35:11,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO10126-2". 13:35:11,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO10126-2PADDING". 13:35:11,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO10126PADDING". 13:35:11,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO7816-4". 13:35:11,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ISO7816-4PADDING". 13:35:11,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/NOPADDING". 13:35:11,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/PKCS5". 13:35:11,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/PKCS5PADDING". 13:35:11,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/PKCS7". 13:35:11,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/PKCS7PADDING". 13:35:11,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/TBC". 13:35:11,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/TBCPADDING". 13:35:11,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/X9.23". 13:35:11,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/X9.23PADDING". 13:35:11,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ZEROBYTE". 13:35:11,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB128/ZEROBYTEPADDING". 13:35:11,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/". 13:35:11,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO10126". 13:35:11,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO10126-2". 13:35:11,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO10126-2PADDING". 13:35:11,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO10126PADDING". 13:35:11,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO7816-4". 13:35:11,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ISO7816-4PADDING". 13:35:11,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/NOPADDING". 13:35:11,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/PKCS5". 13:35:11,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/PKCS5PADDING". 13:35:11,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/PKCS7". 13:35:11,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/PKCS7PADDING". 13:35:11,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/TBC". 13:35:11,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/TBCPADDING". 13:35:11,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/X9.23". 13:35:11,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/X9.23PADDING". 13:35:11,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ZEROBYTE". 13:35:11,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB136/ZEROBYTEPADDING". 13:35:11,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/". 13:35:11,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO10126". 13:35:12,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO10126-2". 13:35:12,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO10126-2PADDING". 13:35:12,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO10126PADDING". 13:35:12,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO7816-4". 13:35:12,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ISO7816-4PADDING". 13:35:12,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/NOPADDING". 13:35:12,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/PKCS5". 13:35:12,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/PKCS5PADDING". 13:35:12,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/PKCS7". 13:35:12,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/PKCS7PADDING". 13:35:12,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/TBC". 13:35:12,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/TBCPADDING". 13:35:12,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/X9.23". 13:35:12,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/X9.23PADDING". 13:35:12,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ZEROBYTE". 13:35:12,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB144/ZEROBYTEPADDING". 13:35:12,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/". 13:35:12,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO10126". 13:35:12,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO10126-2". 13:35:12,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO10126-2PADDING". 13:35:12,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO10126PADDING". 13:35:12,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO7816-4". 13:35:12,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ISO7816-4PADDING". 13:35:12,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/NOPADDING". 13:35:12,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/PKCS5". 13:35:12,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/PKCS5PADDING". 13:35:12,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/PKCS7". 13:35:12,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/PKCS7PADDING". 13:35:12,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/TBC". 13:35:12,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/TBCPADDING". 13:35:12,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/X9.23". 13:35:12,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/X9.23PADDING". 13:35:12,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ZEROBYTE". 13:35:12,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB152/ZEROBYTEPADDING". 13:35:12,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/". 13:35:12,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO10126". 13:35:12,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO10126-2". 13:35:12,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO10126-2PADDING". 13:35:12,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO10126PADDING". 13:35:12,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO7816-4". 13:35:12,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ISO7816-4PADDING". 13:35:12,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/NOPADDING". 13:35:12,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/PKCS5". 13:35:12,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/PKCS5PADDING". 13:35:12,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/PKCS7". 13:35:12,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/PKCS7PADDING". 13:35:12,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/TBC". 13:35:12,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/TBCPADDING". 13:35:12,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/X9.23". 13:35:12,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/X9.23PADDING". 13:35:12,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ZEROBYTE". 13:35:12,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB16/ZEROBYTEPADDING". 13:35:12,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/". 13:35:12,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO10126". 13:35:12,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO10126-2". 13:35:12,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO10126-2PADDING". 13:35:12,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO10126PADDING". 13:35:12,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO7816-4". 13:35:12,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ISO7816-4PADDING". 13:35:12,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/NOPADDING". 13:35:12,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/PKCS5". 13:35:12,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/PKCS5PADDING". 13:35:12,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/PKCS7". 13:35:12,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/PKCS7PADDING". 13:35:12,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/TBC". 13:35:12,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/TBCPADDING". 13:35:12,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/X9.23". 13:35:12,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/X9.23PADDING". 13:35:12,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ZEROBYTE". 13:35:12,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB160/ZEROBYTEPADDING". 13:35:12,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/". 13:35:12,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO10126". 13:35:12,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO10126-2". 13:35:12,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO10126-2PADDING". 13:35:12,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO10126PADDING". 13:35:12,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO7816-4". 13:35:12,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ISO7816-4PADDING". 13:35:12,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/NOPADDING". 13:35:12,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/PKCS5". 13:35:12,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/PKCS5PADDING". 13:35:12,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/PKCS7". 13:35:12,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/PKCS7PADDING". 13:35:12,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/TBC". 13:35:12,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/TBCPADDING". 13:35:12,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/X9.23". 13:35:12,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/X9.23PADDING". 13:35:12,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ZEROBYTE". 13:35:12,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB168/ZEROBYTEPADDING". 13:35:12,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/". 13:35:12,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO10126". 13:35:12,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO10126-2". 13:35:12,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO10126-2PADDING". 13:35:12,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO10126PADDING". 13:35:12,018 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO7816-4". 13:35:12,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ISO7816-4PADDING". 13:35:12,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/NOPADDING". 13:35:12,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/PKCS5". 13:35:12,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/PKCS5PADDING". 13:35:12,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/PKCS7". 13:35:12,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/PKCS7PADDING". 13:35:12,019 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/TBC". 13:35:12,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/TBCPADDING". 13:35:12,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/X9.23". 13:35:12,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/X9.23PADDING". 13:35:12,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ZEROBYTE". 13:35:12,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB176/ZEROBYTEPADDING". 13:35:12,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/". 13:35:12,020 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO10126". 13:35:12,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO10126-2". 13:35:12,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO10126-2PADDING". 13:35:12,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO10126PADDING". 13:35:12,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO7816-4". 13:35:12,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ISO7816-4PADDING". 13:35:12,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/NOPADDING". 13:35:12,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/PKCS5". 13:35:12,021 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/PKCS5PADDING". 13:35:12,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/PKCS7". 13:35:12,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/PKCS7PADDING". 13:35:12,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/TBC". 13:35:12,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/TBCPADDING". 13:35:12,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/X9.23". 13:35:12,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/X9.23PADDING". 13:35:12,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ZEROBYTE". 13:35:12,022 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB184/ZEROBYTEPADDING". 13:35:12,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/". 13:35:12,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO10126". 13:35:12,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO10126-2". 13:35:12,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO10126-2PADDING". 13:35:12,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO10126PADDING". 13:35:12,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO7816-4". 13:35:12,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ISO7816-4PADDING". 13:35:12,023 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/NOPADDING". 13:35:12,024 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/PKCS5". 13:35:12,024 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/PKCS5PADDING". 13:35:12,024 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/PKCS7". 13:35:12,024 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/PKCS7PADDING". 13:35:12,024 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/TBC". 13:35:12,024 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/TBCPADDING". 13:35:12,024 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/X9.23". 13:35:12,024 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/X9.23PADDING". 13:35:12,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ZEROBYTE". 13:35:12,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB192/ZEROBYTEPADDING". 13:35:12,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/". 13:35:12,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO10126". 13:35:12,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO10126-2". 13:35:12,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO10126-2PADDING". 13:35:12,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO10126PADDING". 13:35:12,025 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO7816-4". 13:35:12,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ISO7816-4PADDING". 13:35:12,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/NOPADDING". 13:35:12,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/PKCS5". 13:35:12,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/PKCS5PADDING". 13:35:12,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/PKCS7". 13:35:12,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/PKCS7PADDING". 13:35:12,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/TBC". 13:35:12,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/TBCPADDING". 13:35:12,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/X9.23". 13:35:12,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/X9.23PADDING". 13:35:12,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ZEROBYTE". 13:35:12,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB200/ZEROBYTEPADDING". 13:35:12,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/". 13:35:12,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO10126". 13:35:12,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO10126-2". 13:35:12,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO10126-2PADDING". 13:35:12,028 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO10126PADDING". 13:35:12,028 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO7816-4". 13:35:12,028 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ISO7816-4PADDING". 13:35:12,028 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/NOPADDING". 13:35:12,028 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/PKCS5". 13:35:12,028 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/PKCS5PADDING". 13:35:12,028 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/PKCS7". 13:35:12,028 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/PKCS7PADDING". 13:35:12,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/TBC". 13:35:12,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/TBCPADDING". 13:35:12,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/X9.23". 13:35:12,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/X9.23PADDING". 13:35:12,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ZEROBYTE". 13:35:12,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB208/ZEROBYTEPADDING". 13:35:12,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/". 13:35:12,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO10126". 13:35:12,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO10126-2". 13:35:12,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO10126-2PADDING". 13:35:12,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO10126PADDING". 13:35:12,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO7816-4". 13:35:12,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ISO7816-4PADDING". 13:35:12,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/NOPADDING". 13:35:12,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/PKCS5". 13:35:12,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/PKCS5PADDING". 13:35:12,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/PKCS7". 13:35:12,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/PKCS7PADDING". 13:35:12,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/TBC". 13:35:12,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/TBCPADDING". 13:35:12,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/X9.23". 13:35:12,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/X9.23PADDING". 13:35:12,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ZEROBYTE". 13:35:12,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB216/ZEROBYTEPADDING". 13:35:12,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/". 13:35:12,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO10126". 13:35:12,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO10126-2". 13:35:12,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO10126-2PADDING". 13:35:12,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO10126PADDING". 13:35:12,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO7816-4". 13:35:12,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ISO7816-4PADDING". 13:35:12,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/NOPADDING". 13:35:12,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/PKCS5". 13:35:12,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/PKCS5PADDING". 13:35:12,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/PKCS7". 13:35:12,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/PKCS7PADDING". 13:35:12,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/TBC". 13:35:12,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/TBCPADDING". 13:35:12,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/X9.23". 13:35:12,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/X9.23PADDING". 13:35:12,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ZEROBYTE". 13:35:12,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB224/ZEROBYTEPADDING". 13:35:12,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/". 13:35:12,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO10126". 13:35:12,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO10126-2". 13:35:12,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO10126-2PADDING". 13:35:12,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO10126PADDING". 13:35:12,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO7816-4". 13:35:12,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ISO7816-4PADDING". 13:35:12,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/NOPADDING". 13:35:12,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/PKCS5". 13:35:12,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/PKCS5PADDING". 13:35:12,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/PKCS7". 13:35:12,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/PKCS7PADDING". 13:35:12,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/TBC". 13:35:12,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/TBCPADDING". 13:35:12,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/X9.23". 13:35:12,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/X9.23PADDING". 13:35:12,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ZEROBYTE". 13:35:12,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB232/ZEROBYTEPADDING". 13:35:12,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/". 13:35:12,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO10126". 13:35:12,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO10126-2". 13:35:12,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO10126-2PADDING". 13:35:12,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO10126PADDING". 13:35:12,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO7816-4". 13:35:12,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ISO7816-4PADDING". 13:35:12,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/NOPADDING". 13:35:12,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/PKCS5". 13:35:12,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/PKCS5PADDING". 13:35:12,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/PKCS7". 13:35:12,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/PKCS7PADDING". 13:35:12,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/TBC". 13:35:12,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/TBCPADDING". 13:35:12,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/X9.23". 13:35:12,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/X9.23PADDING". 13:35:12,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ZEROBYTE". 13:35:12,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB24/ZEROBYTEPADDING". 13:35:12,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/". 13:35:12,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO10126". 13:35:12,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO10126-2". 13:35:12,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO10126-2PADDING". 13:35:12,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO10126PADDING". 13:35:12,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO7816-4". 13:35:12,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ISO7816-4PADDING". 13:35:12,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/NOPADDING". 13:35:12,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/PKCS5". 13:35:12,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/PKCS5PADDING". 13:35:12,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/PKCS7". 13:35:12,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/PKCS7PADDING". 13:35:12,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/TBC". 13:35:12,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/TBCPADDING". 13:35:12,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/X9.23". 13:35:12,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/X9.23PADDING". 13:35:12,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ZEROBYTE". 13:35:12,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB240/ZEROBYTEPADDING". 13:35:12,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/". 13:35:12,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO10126". 13:35:12,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO10126-2". 13:35:12,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO10126-2PADDING". 13:35:12,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO10126PADDING". 13:35:12,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO7816-4". 13:35:12,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ISO7816-4PADDING". 13:35:12,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/NOPADDING". 13:35:12,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/PKCS5". 13:35:12,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/PKCS5PADDING". 13:35:12,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/PKCS7". 13:35:12,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/PKCS7PADDING". 13:35:12,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/TBC". 13:35:12,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/TBCPADDING". 13:35:12,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/X9.23". 13:35:12,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/X9.23PADDING". 13:35:12,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ZEROBYTE". 13:35:12,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB248/ZEROBYTEPADDING". 13:35:12,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/". 13:35:12,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO10126". 13:35:12,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO10126-2". 13:35:12,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO10126-2PADDING". 13:35:12,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO10126PADDING". 13:35:12,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO7816-4". 13:35:12,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ISO7816-4PADDING". 13:35:12,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/NOPADDING". 13:35:12,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/PKCS5". 13:35:12,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/PKCS5PADDING". 13:35:12,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/PKCS7". 13:35:12,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/PKCS7PADDING". 13:35:12,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/TBC". 13:35:12,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/TBCPADDING". 13:35:12,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/X9.23". 13:35:12,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/X9.23PADDING". 13:35:12,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ZEROBYTE". 13:35:12,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB256/ZEROBYTEPADDING". 13:35:12,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/". 13:35:12,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO10126". 13:35:12,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO10126-2". 13:35:12,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO10126-2PADDING". 13:35:12,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO10126PADDING". 13:35:12,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO7816-4". 13:35:12,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ISO7816-4PADDING". 13:35:12,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/NOPADDING". 13:35:12,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/PKCS5". 13:35:12,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/PKCS5PADDING". 13:35:12,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/PKCS7". 13:35:12,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/PKCS7PADDING". 13:35:12,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/TBC". 13:35:12,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/TBCPADDING". 13:35:12,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/X9.23". 13:35:12,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/X9.23PADDING". 13:35:12,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ZEROBYTE". 13:35:12,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB32/ZEROBYTEPADDING". 13:35:12,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/". 13:35:12,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO10126". 13:35:12,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO10126-2". 13:35:12,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO10126-2PADDING". 13:35:12,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO10126PADDING". 13:35:12,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO7816-4". 13:35:12,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ISO7816-4PADDING". 13:35:12,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/NOPADDING". 13:35:12,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/PKCS5". 13:35:12,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/PKCS5PADDING". 13:35:12,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/PKCS7". 13:35:12,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/PKCS7PADDING". 13:35:12,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/TBC". 13:35:12,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/TBCPADDING". 13:35:12,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/X9.23". 13:35:12,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/X9.23PADDING". 13:35:12,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ZEROBYTE". 13:35:12,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB40/ZEROBYTEPADDING". 13:35:12,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/". 13:35:12,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO10126". 13:35:12,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO10126-2". 13:35:12,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO10126-2PADDING". 13:35:12,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO10126PADDING". 13:35:12,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO7816-4". 13:35:12,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ISO7816-4PADDING". 13:35:12,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/NOPADDING". 13:35:12,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/PKCS5". 13:35:12,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/PKCS5PADDING". 13:35:12,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/PKCS7". 13:35:12,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/PKCS7PADDING". 13:35:12,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/TBC". 13:35:12,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/TBCPADDING". 13:35:12,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/X9.23". 13:35:12,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/X9.23PADDING". 13:35:12,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ZEROBYTE". 13:35:12,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB48/ZEROBYTEPADDING". 13:35:12,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/". 13:35:12,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO10126". 13:35:12,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO10126-2". 13:35:12,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO10126-2PADDING". 13:35:12,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO10126PADDING". 13:35:12,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO7816-4". 13:35:12,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ISO7816-4PADDING". 13:35:12,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/NOPADDING". 13:35:12,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/PKCS5". 13:35:12,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/PKCS5PADDING". 13:35:12,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/PKCS7". 13:35:12,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/PKCS7PADDING". 13:35:12,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/TBC". 13:35:12,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/TBCPADDING". 13:35:12,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/X9.23". 13:35:12,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/X9.23PADDING". 13:35:12,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ZEROBYTE". 13:35:12,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB56/ZEROBYTEPADDING". 13:35:12,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/". 13:35:12,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO10126". 13:35:12,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO10126-2". 13:35:12,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO10126-2PADDING". 13:35:12,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO10126PADDING". 13:35:12,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO7816-4". 13:35:12,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ISO7816-4PADDING". 13:35:12,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/NOPADDING". 13:35:12,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/PKCS5". 13:35:12,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/PKCS5PADDING". 13:35:12,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/PKCS7". 13:35:12,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/PKCS7PADDING". 13:35:12,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/TBC". 13:35:12,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/TBCPADDING". 13:35:12,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/X9.23". 13:35:12,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/X9.23PADDING". 13:35:12,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ZEROBYTE". 13:35:12,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB64/ZEROBYTEPADDING". 13:35:12,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/". 13:35:12,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO10126". 13:35:12,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO10126-2". 13:35:12,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO10126-2PADDING". 13:35:12,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO10126PADDING". 13:35:12,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO7816-4". 13:35:12,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ISO7816-4PADDING". 13:35:12,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/NOPADDING". 13:35:12,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/PKCS5". 13:35:12,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/PKCS5PADDING". 13:35:12,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/PKCS7". 13:35:12,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/PKCS7PADDING". 13:35:12,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/TBC". 13:35:12,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/TBCPADDING". 13:35:12,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/X9.23". 13:35:12,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/X9.23PADDING". 13:35:12,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ZEROBYTE". 13:35:12,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB72/ZEROBYTEPADDING". 13:35:12,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/". 13:35:12,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO10126". 13:35:12,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO10126-2". 13:35:12,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO10126-2PADDING". 13:35:12,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO10126PADDING". 13:35:12,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO7816-4". 13:35:12,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ISO7816-4PADDING". 13:35:12,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/NOPADDING". 13:35:12,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/PKCS5". 13:35:12,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/PKCS5PADDING". 13:35:12,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/PKCS7". 13:35:12,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/PKCS7PADDING". 13:35:12,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/TBC". 13:35:12,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/TBCPADDING". 13:35:12,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/X9.23". 13:35:12,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/X9.23PADDING". 13:35:12,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ZEROBYTE". 13:35:12,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB8/ZEROBYTEPADDING". 13:35:12,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/". 13:35:12,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO10126". 13:35:12,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO10126-2". 13:35:12,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO10126-2PADDING". 13:35:12,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO10126PADDING". 13:35:12,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO7816-4". 13:35:12,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ISO7816-4PADDING". 13:35:12,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/NOPADDING". 13:35:12,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/PKCS5". 13:35:12,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/PKCS5PADDING". 13:35:12,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/PKCS7". 13:35:12,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/PKCS7PADDING". 13:35:12,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/TBC". 13:35:12,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/TBCPADDING". 13:35:12,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/X9.23". 13:35:12,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/X9.23PADDING". 13:35:12,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ZEROBYTE". 13:35:12,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB80/ZEROBYTEPADDING". 13:35:12,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/". 13:35:12,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO10126". 13:35:12,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO10126-2". 13:35:12,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO10126-2PADDING". 13:35:12,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO10126PADDING". 13:35:12,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO7816-4". 13:35:12,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ISO7816-4PADDING". 13:35:12,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/NOPADDING". 13:35:12,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/PKCS5". 13:35:12,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/PKCS5PADDING". 13:35:12,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/PKCS7". 13:35:12,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/PKCS7PADDING". 13:35:12,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/TBC". 13:35:12,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/TBCPADDING". 13:35:12,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/X9.23". 13:35:12,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/X9.23PADDING". 13:35:12,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ZEROBYTE". 13:35:12,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB88/ZEROBYTEPADDING". 13:35:12,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/". 13:35:12,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO10126". 13:35:12,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO10126-2". 13:35:12,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO10126-2PADDING". 13:35:12,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO10126PADDING". 13:35:12,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO7816-4". 13:35:12,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ISO7816-4PADDING". 13:35:12,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/NOPADDING". 13:35:12,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/PKCS5". 13:35:12,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/PKCS5PADDING". 13:35:12,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/PKCS7". 13:35:12,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/PKCS7PADDING". 13:35:12,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/TBC". 13:35:12,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/TBCPADDING". 13:35:12,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/X9.23". 13:35:12,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/X9.23PADDING". 13:35:12,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ZEROBYTE". 13:35:12,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CFB96/ZEROBYTEPADDING". 13:35:12,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CTS/". 13:35:12,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/CTS/NOPADDING". 13:35:12,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/EAX/". 13:35:12,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/EAX/NOPADDING". 13:35:12,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/ECB/". 13:35:12,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/ECB/NOPADDING". 13:35:12,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/". 13:35:12,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO10126". 13:35:12,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO10126-2". 13:35:12,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO10126-2PADDING". 13:35:12,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO10126PADDING". 13:35:12,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO7816-4". 13:35:12,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ISO7816-4PADDING". 13:35:12,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/NOPADDING". 13:35:12,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/PKCS5". 13:35:12,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/PKCS5PADDING". 13:35:12,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/PKCS7". 13:35:12,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/PKCS7PADDING". 13:35:12,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/TBC". 13:35:12,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/TBCPADDING". 13:35:12,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/X9.23". 13:35:12,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/X9.23PADDING". 13:35:12,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ZEROBYTE". 13:35:12,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/GOFB/ZEROBYTEPADDING". 13:35:12,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/". 13:35:12,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO10126". 13:35:12,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO10126-2". 13:35:12,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO10126-2PADDING". 13:35:12,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO10126PADDING". 13:35:12,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO7816-4". 13:35:12,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ISO7816-4PADDING". 13:35:12,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/NOPADDING". 13:35:12,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/PKCS5". 13:35:12,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/PKCS5PADDING". 13:35:12,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/PKCS7". 13:35:12,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/PKCS7PADDING". 13:35:12,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/TBC". 13:35:12,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/TBCPADDING". 13:35:12,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/X9.23". 13:35:12,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/X9.23PADDING". 13:35:12,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ZEROBYTE". 13:35:12,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB/ZEROBYTEPADDING". 13:35:12,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/". 13:35:12,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO10126". 13:35:12,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO10126-2". 13:35:12,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO10126-2PADDING". 13:35:12,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO10126PADDING". 13:35:12,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO7816-4". 13:35:12,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ISO7816-4PADDING". 13:35:12,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/NOPADDING". 13:35:12,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/PKCS5". 13:35:12,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/PKCS5PADDING". 13:35:12,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/PKCS7". 13:35:12,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/PKCS7PADDING". 13:35:12,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/TBC". 13:35:12,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/TBCPADDING". 13:35:12,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/X9.23". 13:35:12,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/X9.23PADDING". 13:35:12,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ZEROBYTE". 13:35:12,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB104/ZEROBYTEPADDING". 13:35:12,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/". 13:35:12,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO10126". 13:35:12,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO10126-2". 13:35:12,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO10126-2PADDING". 13:35:12,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO10126PADDING". 13:35:12,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO7816-4". 13:35:12,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ISO7816-4PADDING". 13:35:12,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/NOPADDING". 13:35:12,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/PKCS5". 13:35:12,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/PKCS5PADDING". 13:35:12,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/PKCS7". 13:35:12,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/PKCS7PADDING". 13:35:12,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/TBC". 13:35:12,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/TBCPADDING". 13:35:12,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/X9.23". 13:35:12,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/X9.23PADDING". 13:35:12,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ZEROBYTE". 13:35:12,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB112/ZEROBYTEPADDING". 13:35:12,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/". 13:35:12,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO10126". 13:35:12,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO10126-2". 13:35:12,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO10126-2PADDING". 13:35:12,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO10126PADDING". 13:35:12,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO7816-4". 13:35:12,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ISO7816-4PADDING". 13:35:12,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/NOPADDING". 13:35:12,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/PKCS5". 13:35:12,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/PKCS5PADDING". 13:35:12,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/PKCS7". 13:35:12,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/PKCS7PADDING". 13:35:12,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/TBC". 13:35:12,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/TBCPADDING". 13:35:12,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/X9.23". 13:35:12,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/X9.23PADDING". 13:35:12,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ZEROBYTE". 13:35:12,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB120/ZEROBYTEPADDING". 13:35:12,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/". 13:35:12,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO10126". 13:35:12,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO10126-2". 13:35:12,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO10126-2PADDING". 13:35:12,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO10126PADDING". 13:35:12,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO7816-4". 13:35:12,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ISO7816-4PADDING". 13:35:12,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/NOPADDING". 13:35:12,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/PKCS5". 13:35:12,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/PKCS5PADDING". 13:35:12,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/PKCS7". 13:35:12,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/PKCS7PADDING". 13:35:12,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/TBC". 13:35:12,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/TBCPADDING". 13:35:12,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/X9.23". 13:35:12,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/X9.23PADDING". 13:35:12,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ZEROBYTE". 13:35:12,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB128/ZEROBYTEPADDING". 13:35:12,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/". 13:35:12,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO10126". 13:35:12,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO10126-2". 13:35:12,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO10126-2PADDING". 13:35:12,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO10126PADDING". 13:35:12,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO7816-4". 13:35:12,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ISO7816-4PADDING". 13:35:12,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/NOPADDING". 13:35:12,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/PKCS5". 13:35:12,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/PKCS5PADDING". 13:35:12,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/PKCS7". 13:35:12,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/PKCS7PADDING". 13:35:12,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/TBC". 13:35:12,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/TBCPADDING". 13:35:12,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/X9.23". 13:35:12,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/X9.23PADDING". 13:35:12,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ZEROBYTE". 13:35:12,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB136/ZEROBYTEPADDING". 13:35:12,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/". 13:35:12,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO10126". 13:35:12,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO10126-2". 13:35:12,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO10126-2PADDING". 13:35:12,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO10126PADDING". 13:35:12,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO7816-4". 13:35:12,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ISO7816-4PADDING". 13:35:12,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/NOPADDING". 13:35:12,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/PKCS5". 13:35:12,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/PKCS5PADDING". 13:35:12,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/PKCS7". 13:35:12,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/PKCS7PADDING". 13:35:12,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/TBC". 13:35:12,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/TBCPADDING". 13:35:12,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/X9.23". 13:35:12,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/X9.23PADDING". 13:35:12,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ZEROBYTE". 13:35:12,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB144/ZEROBYTEPADDING". 13:35:12,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/". 13:35:12,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO10126". 13:35:12,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO10126-2". 13:35:12,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO10126-2PADDING". 13:35:12,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO10126PADDING". 13:35:12,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO7816-4". 13:35:12,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ISO7816-4PADDING". 13:35:12,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/NOPADDING". 13:35:12,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/PKCS5". 13:35:12,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/PKCS5PADDING". 13:35:12,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/PKCS7". 13:35:12,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/PKCS7PADDING". 13:35:12,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/TBC". 13:35:12,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/TBCPADDING". 13:35:12,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/X9.23". 13:35:12,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/X9.23PADDING". 13:35:12,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ZEROBYTE". 13:35:12,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB152/ZEROBYTEPADDING". 13:35:12,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/". 13:35:12,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO10126". 13:35:12,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO10126-2". 13:35:12,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO10126-2PADDING". 13:35:12,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO10126PADDING". 13:35:12,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO7816-4". 13:35:12,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ISO7816-4PADDING". 13:35:12,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/NOPADDING". 13:35:12,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/PKCS5". 13:35:12,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/PKCS5PADDING". 13:35:12,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/PKCS7". 13:35:12,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/PKCS7PADDING". 13:35:12,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/TBC". 13:35:12,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/TBCPADDING". 13:35:12,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/X9.23". 13:35:12,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/X9.23PADDING". 13:35:12,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ZEROBYTE". 13:35:12,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB16/ZEROBYTEPADDING". 13:35:12,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/". 13:35:12,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO10126". 13:35:12,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO10126-2". 13:35:12,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO10126-2PADDING". 13:35:12,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO10126PADDING". 13:35:12,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO7816-4". 13:35:12,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ISO7816-4PADDING". 13:35:12,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/NOPADDING". 13:35:12,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/PKCS5". 13:35:12,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/PKCS5PADDING". 13:35:12,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/PKCS7". 13:35:12,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/PKCS7PADDING". 13:35:12,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/TBC". 13:35:12,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/TBCPADDING". 13:35:12,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/X9.23". 13:35:12,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/X9.23PADDING". 13:35:12,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ZEROBYTE". 13:35:12,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB160/ZEROBYTEPADDING". 13:35:12,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/". 13:35:12,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO10126". 13:35:12,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO10126-2". 13:35:12,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO10126-2PADDING". 13:35:12,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO10126PADDING". 13:35:12,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO7816-4". 13:35:12,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ISO7816-4PADDING". 13:35:12,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/NOPADDING". 13:35:12,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/PKCS5". 13:35:12,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/PKCS5PADDING". 13:35:12,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/PKCS7". 13:35:12,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/PKCS7PADDING". 13:35:12,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/TBC". 13:35:12,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/TBCPADDING". 13:35:12,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/X9.23". 13:35:12,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/X9.23PADDING". 13:35:12,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ZEROBYTE". 13:35:12,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB168/ZEROBYTEPADDING". 13:35:12,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/". 13:35:12,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO10126". 13:35:12,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO10126-2". 13:35:12,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO10126-2PADDING". 13:35:12,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO10126PADDING". 13:35:12,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO7816-4". 13:35:12,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ISO7816-4PADDING". 13:35:12,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/NOPADDING". 13:35:12,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/PKCS5". 13:35:12,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/PKCS5PADDING". 13:35:12,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/PKCS7". 13:35:12,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/PKCS7PADDING". 13:35:12,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/TBC". 13:35:12,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/TBCPADDING". 13:35:12,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/X9.23". 13:35:12,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/X9.23PADDING". 13:35:12,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ZEROBYTE". 13:35:12,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB176/ZEROBYTEPADDING". 13:35:12,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/". 13:35:12,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO10126". 13:35:12,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO10126-2". 13:35:12,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO10126-2PADDING". 13:35:12,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO10126PADDING". 13:35:12,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO7816-4". 13:35:12,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ISO7816-4PADDING". 13:35:12,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/NOPADDING". 13:35:12,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/PKCS5". 13:35:12,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/PKCS5PADDING". 13:35:12,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/PKCS7". 13:35:12,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/PKCS7PADDING". 13:35:12,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/TBC". 13:35:12,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/TBCPADDING". 13:35:12,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/X9.23". 13:35:12,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/X9.23PADDING". 13:35:12,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ZEROBYTE". 13:35:12,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB184/ZEROBYTEPADDING". 13:35:12,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/". 13:35:12,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO10126". 13:35:12,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO10126-2". 13:35:12,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO10126-2PADDING". 13:35:12,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO10126PADDING". 13:35:12,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO7816-4". 13:35:12,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ISO7816-4PADDING". 13:35:12,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/NOPADDING". 13:35:12,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/PKCS5". 13:35:12,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/PKCS5PADDING". 13:35:12,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/PKCS7". 13:35:12,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/PKCS7PADDING". 13:35:12,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/TBC". 13:35:12,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/TBCPADDING". 13:35:12,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/X9.23". 13:35:12,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/X9.23PADDING". 13:35:12,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ZEROBYTE". 13:35:12,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB192/ZEROBYTEPADDING". 13:35:12,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/". 13:35:12,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO10126". 13:35:12,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO10126-2". 13:35:12,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO10126-2PADDING". 13:35:12,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO10126PADDING". 13:35:12,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO7816-4". 13:35:12,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ISO7816-4PADDING". 13:35:12,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/NOPADDING". 13:35:12,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/PKCS5". 13:35:12,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/PKCS5PADDING". 13:35:12,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/PKCS7". 13:35:12,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/PKCS7PADDING". 13:35:12,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/TBC". 13:35:12,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/TBCPADDING". 13:35:12,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/X9.23". 13:35:12,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/X9.23PADDING". 13:35:12,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ZEROBYTE". 13:35:12,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB200/ZEROBYTEPADDING". 13:35:12,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/". 13:35:12,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO10126". 13:35:12,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO10126-2". 13:35:12,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO10126-2PADDING". 13:35:12,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO10126PADDING". 13:35:12,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO7816-4". 13:35:12,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ISO7816-4PADDING". 13:35:12,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/NOPADDING". 13:35:12,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/PKCS5". 13:35:12,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/PKCS5PADDING". 13:35:12,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/PKCS7". 13:35:12,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/PKCS7PADDING". 13:35:12,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/TBC". 13:35:12,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/TBCPADDING". 13:35:12,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/X9.23". 13:35:12,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/X9.23PADDING". 13:35:12,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ZEROBYTE". 13:35:12,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB208/ZEROBYTEPADDING". 13:35:12,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/". 13:35:12,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO10126". 13:35:12,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO10126-2". 13:35:12,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO10126-2PADDING". 13:35:12,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO10126PADDING". 13:35:12,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO7816-4". 13:35:12,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ISO7816-4PADDING". 13:35:12,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/NOPADDING". 13:35:12,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/PKCS5". 13:35:12,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/PKCS5PADDING". 13:35:12,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/PKCS7". 13:35:12,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/PKCS7PADDING". 13:35:12,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/TBC". 13:35:12,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/TBCPADDING". 13:35:12,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/X9.23". 13:35:12,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/X9.23PADDING". 13:35:12,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ZEROBYTE". 13:35:12,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB216/ZEROBYTEPADDING". 13:35:12,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/". 13:35:12,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO10126". 13:35:12,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO10126-2". 13:35:12,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO10126-2PADDING". 13:35:12,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO10126PADDING". 13:35:12,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO7816-4". 13:35:12,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ISO7816-4PADDING". 13:35:12,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/NOPADDING". 13:35:12,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/PKCS5". 13:35:12,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/PKCS5PADDING". 13:35:12,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/PKCS7". 13:35:12,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/PKCS7PADDING". 13:35:12,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/TBC". 13:35:12,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/TBCPADDING". 13:35:12,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/X9.23". 13:35:12,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/X9.23PADDING". 13:35:12,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ZEROBYTE". 13:35:12,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB224/ZEROBYTEPADDING". 13:35:12,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/". 13:35:12,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO10126". 13:35:12,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO10126-2". 13:35:12,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO10126-2PADDING". 13:35:12,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO10126PADDING". 13:35:12,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO7816-4". 13:35:12,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ISO7816-4PADDING". 13:35:12,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/NOPADDING". 13:35:12,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/PKCS5". 13:35:12,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/PKCS5PADDING". 13:35:12,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/PKCS7". 13:35:12,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/PKCS7PADDING". 13:35:12,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/TBC". 13:35:12,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/TBCPADDING". 13:35:12,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/X9.23". 13:35:12,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/X9.23PADDING". 13:35:12,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ZEROBYTE". 13:35:12,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB232/ZEROBYTEPADDING". 13:35:12,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/". 13:35:12,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO10126". 13:35:12,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO10126-2". 13:35:12,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO10126-2PADDING". 13:35:12,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO10126PADDING". 13:35:12,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO7816-4". 13:35:12,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ISO7816-4PADDING". 13:35:12,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/NOPADDING". 13:35:12,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/PKCS5". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/PKCS5PADDING". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/PKCS7". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/PKCS7PADDING". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/TBC". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/TBCPADDING". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/X9.23". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/X9.23PADDING". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ZEROBYTE". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB24/ZEROBYTEPADDING". 13:35:12,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/". 13:35:12,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO10126". 13:35:12,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO10126-2". 13:35:12,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO10126-2PADDING". 13:35:12,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO10126PADDING". 13:35:12,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO7816-4". 13:35:12,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ISO7816-4PADDING". 13:35:12,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/NOPADDING". 13:35:12,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/PKCS5". 13:35:12,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/PKCS5PADDING". 13:35:12,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/PKCS7". 13:35:12,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/PKCS7PADDING". 13:35:12,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/TBC". 13:35:12,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/TBCPADDING". 13:35:12,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/X9.23". 13:35:12,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/X9.23PADDING". 13:35:12,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ZEROBYTE". 13:35:12,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB240/ZEROBYTEPADDING". 13:35:12,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/". 13:35:12,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO10126". 13:35:12,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO10126-2". 13:35:12,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO10126-2PADDING". 13:35:12,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO10126PADDING". 13:35:12,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO7816-4". 13:35:12,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ISO7816-4PADDING". 13:35:12,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/NOPADDING". 13:35:12,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/PKCS5". 13:35:12,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/PKCS5PADDING". 13:35:12,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/PKCS7". 13:35:12,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/PKCS7PADDING". 13:35:12,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/TBC". 13:35:12,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/TBCPADDING". 13:35:12,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/X9.23". 13:35:12,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/X9.23PADDING". 13:35:12,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ZEROBYTE". 13:35:12,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB248/ZEROBYTEPADDING". 13:35:12,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/". 13:35:12,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO10126". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO10126-2". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO10126-2PADDING". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO10126PADDING". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO7816-4". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ISO7816-4PADDING". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/NOPADDING". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/PKCS5". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/PKCS5PADDING". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/PKCS7". 13:35:12,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/PKCS7PADDING". 13:35:12,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/TBC". 13:35:12,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/TBCPADDING". 13:35:12,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/X9.23". 13:35:12,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/X9.23PADDING". 13:35:12,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ZEROBYTE". 13:35:12,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB256/ZEROBYTEPADDING". 13:35:12,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/". 13:35:12,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO10126". 13:35:12,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO10126-2". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO10126-2PADDING". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO10126PADDING". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO7816-4". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ISO7816-4PADDING". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/NOPADDING". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/PKCS5". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/PKCS5PADDING". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/PKCS7". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/PKCS7PADDING". 13:35:12,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/TBC". 13:35:12,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/TBCPADDING". 13:35:12,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/X9.23". 13:35:12,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/X9.23PADDING". 13:35:12,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ZEROBYTE". 13:35:12,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB32/ZEROBYTEPADDING". 13:35:12,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/". 13:35:12,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO10126". 13:35:12,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO10126-2". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO10126-2PADDING". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO10126PADDING". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO7816-4". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ISO7816-4PADDING". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/NOPADDING". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/PKCS5". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/PKCS5PADDING". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/PKCS7". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/PKCS7PADDING". 13:35:12,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/TBC". 13:35:12,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/TBCPADDING". 13:35:12,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/X9.23". 13:35:12,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/X9.23PADDING". 13:35:12,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ZEROBYTE". 13:35:12,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB40/ZEROBYTEPADDING". 13:35:12,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/". 13:35:12,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO10126". 13:35:12,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO10126-2". 13:35:12,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO10126-2PADDING". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO10126PADDING". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO7816-4". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ISO7816-4PADDING". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/NOPADDING". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/PKCS5". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/PKCS5PADDING". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/PKCS7". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/PKCS7PADDING". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/TBC". 13:35:12,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/TBCPADDING". 13:35:12,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/X9.23". 13:35:12,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/X9.23PADDING". 13:35:12,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ZEROBYTE". 13:35:12,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB48/ZEROBYTEPADDING". 13:35:12,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/". 13:35:12,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO10126". 13:35:12,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO10126-2". 13:35:12,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO10126-2PADDING". 13:35:12,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO10126PADDING". 13:35:12,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO7816-4". 13:35:12,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ISO7816-4PADDING". 13:35:12,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/NOPADDING". 13:35:12,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/PKCS5". 13:35:12,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/PKCS5PADDING". 13:35:12,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/PKCS7". 13:35:12,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/PKCS7PADDING". 13:35:12,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/TBC". 13:35:12,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/TBCPADDING". 13:35:12,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/X9.23". 13:35:12,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/X9.23PADDING". 13:35:12,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ZEROBYTE". 13:35:12,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB56/ZEROBYTEPADDING". 13:35:12,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/". 13:35:12,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO10126". 13:35:12,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO10126-2". 13:35:12,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO10126-2PADDING". 13:35:12,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO10126PADDING". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO7816-4". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ISO7816-4PADDING". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/NOPADDING". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/PKCS5". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/PKCS5PADDING". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/PKCS7". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/PKCS7PADDING". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/TBC". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/TBCPADDING". 13:35:12,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/X9.23". 13:35:12,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/X9.23PADDING". 13:35:12,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ZEROBYTE". 13:35:12,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB64/ZEROBYTEPADDING". 13:35:12,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/". 13:35:12,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO10126". 13:35:12,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO10126-2". 13:35:12,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO10126-2PADDING". 13:35:12,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO10126PADDING". 13:35:12,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO7816-4". 13:35:12,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ISO7816-4PADDING". 13:35:12,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/NOPADDING". 13:35:12,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/PKCS5". 13:35:12,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/PKCS5PADDING". 13:35:12,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/PKCS7". 13:35:12,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/PKCS7PADDING". 13:35:12,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/TBC". 13:35:12,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/TBCPADDING". 13:35:12,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/X9.23". 13:35:12,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/X9.23PADDING". 13:35:12,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ZEROBYTE". 13:35:12,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB72/ZEROBYTEPADDING". 13:35:12,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/". 13:35:12,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO10126". 13:35:12,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO10126-2". 13:35:12,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO10126-2PADDING". 13:35:12,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO10126PADDING". 13:35:12,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO7816-4". 13:35:12,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ISO7816-4PADDING". 13:35:12,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/NOPADDING". 13:35:12,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/PKCS5". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/PKCS5PADDING". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/PKCS7". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/PKCS7PADDING". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/TBC". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/TBCPADDING". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/X9.23". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/X9.23PADDING". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ZEROBYTE". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB8/ZEROBYTEPADDING". 13:35:12,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/". 13:35:12,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO10126". 13:35:12,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO10126-2". 13:35:12,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO10126-2PADDING". 13:35:12,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO10126PADDING". 13:35:12,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO7816-4". 13:35:12,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ISO7816-4PADDING". 13:35:12,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/NOPADDING". 13:35:12,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/PKCS5". 13:35:12,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/PKCS5PADDING". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/PKCS7". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/PKCS7PADDING". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/TBC". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/TBCPADDING". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/X9.23". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/X9.23PADDING". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ZEROBYTE". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB80/ZEROBYTEPADDING". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/". 13:35:12,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO10126". 13:35:12,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO10126-2". 13:35:12,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO10126-2PADDING". 13:35:12,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO10126PADDING". 13:35:12,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO7816-4". 13:35:12,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ISO7816-4PADDING". 13:35:12,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/NOPADDING". 13:35:12,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/PKCS5". 13:35:12,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/PKCS5PADDING". 13:35:12,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/PKCS7". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/PKCS7PADDING". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/TBC". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/TBCPADDING". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/X9.23". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/X9.23PADDING". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ZEROBYTE". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB88/ZEROBYTEPADDING". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO10126". 13:35:12,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO10126-2". 13:35:12,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO10126-2PADDING". 13:35:12,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO10126PADDING". 13:35:12,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO7816-4". 13:35:12,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ISO7816-4PADDING". 13:35:12,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/NOPADDING". 13:35:12,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/PKCS5". 13:35:12,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/PKCS5PADDING". 13:35:12,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/PKCS7". 13:35:12,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/PKCS7PADDING". 13:35:12,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/TBC". 13:35:12,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/TBCPADDING". 13:35:12,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/X9.23". 13:35:12,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/X9.23PADDING". 13:35:12,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ZEROBYTE". 13:35:12,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/OFB96/ZEROBYTEPADDING". 13:35:12,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/". 13:35:12,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO10126". 13:35:12,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO10126-2". 13:35:12,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO10126-2PADDING". 13:35:12,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO10126PADDING". 13:35:12,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO7816-4". 13:35:12,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ISO7816-4PADDING". 13:35:12,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/NOPADDING". 13:35:12,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/PKCS5". 13:35:12,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/PKCS5PADDING". 13:35:12,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/PKCS7". 13:35:12,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/PKCS7PADDING". 13:35:12,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/TBC". 13:35:12,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/TBCPADDING". 13:35:12,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/X9.23". 13:35:12,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/X9.23PADDING". 13:35:12,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ZEROBYTE". 13:35:12,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DES/SIC/ZEROBYTEPADDING". 13:35:12,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE//". 13:35:12,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE//NOPADDING". 13:35:12,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC-CTS/". 13:35:12,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC-CTS/NOPADDING". 13:35:12,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/". 13:35:12,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO10126". 13:35:12,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO10126-2". 13:35:12,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO10126-2PADDING". 13:35:12,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO10126PADDING". 13:35:12,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO7816-4". 13:35:12,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ISO7816-4PADDING". 13:35:12,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/NOPADDING". 13:35:12,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/PKCS5". 13:35:12,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/PKCS5PADDING". 13:35:12,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/PKCS7". 13:35:12,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/PKCS7PADDING". 13:35:12,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/TBC". 13:35:12,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/TBCPADDING". 13:35:12,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/X9.23". 13:35:12,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/X9.23PADDING". 13:35:12,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ZEROBYTE". 13:35:12,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CBC/ZEROBYTEPADDING". 13:35:12,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/". 13:35:12,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO10126". 13:35:12,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO10126-2". 13:35:12,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO10126-2PADDING". 13:35:12,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO10126PADDING". 13:35:12,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO7816-4". 13:35:12,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ISO7816-4PADDING". 13:35:12,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/NOPADDING". 13:35:12,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/PKCS5". 13:35:12,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/PKCS5PADDING". 13:35:12,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/PKCS7". 13:35:12,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/PKCS7PADDING". 13:35:12,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/TBC". 13:35:12,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/TBCPADDING". 13:35:12,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/X9.23". 13:35:12,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/X9.23PADDING". 13:35:12,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ZEROBYTE". 13:35:12,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB/ZEROBYTEPADDING". 13:35:12,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/". 13:35:12,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO10126". 13:35:12,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO10126-2". 13:35:12,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO10126-2PADDING". 13:35:12,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO10126PADDING". 13:35:12,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO7816-4". 13:35:12,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ISO7816-4PADDING". 13:35:12,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/NOPADDING". 13:35:12,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/PKCS5". 13:35:12,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/PKCS5PADDING". 13:35:12,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/PKCS7". 13:35:12,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/PKCS7PADDING". 13:35:12,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/TBC". 13:35:12,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/TBCPADDING". 13:35:12,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/X9.23". 13:35:12,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/X9.23PADDING". 13:35:12,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ZEROBYTE". 13:35:12,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB104/ZEROBYTEPADDING". 13:35:12,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/". 13:35:12,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO10126". 13:35:12,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO10126-2". 13:35:12,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO10126-2PADDING". 13:35:12,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO10126PADDING". 13:35:12,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO7816-4". 13:35:12,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ISO7816-4PADDING". 13:35:12,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/NOPADDING". 13:35:12,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/PKCS5". 13:35:12,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/PKCS5PADDING". 13:35:12,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/PKCS7". 13:35:12,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/PKCS7PADDING". 13:35:12,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/TBC". 13:35:12,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/TBCPADDING". 13:35:12,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/X9.23". 13:35:12,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/X9.23PADDING". 13:35:12,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ZEROBYTE". 13:35:12,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB112/ZEROBYTEPADDING". 13:35:12,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/". 13:35:12,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO10126". 13:35:12,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO10126-2". 13:35:12,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO10126-2PADDING". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO10126PADDING". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO7816-4". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ISO7816-4PADDING". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/NOPADDING". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/PKCS5". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/PKCS5PADDING". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/PKCS7". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/PKCS7PADDING". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/TBC". 13:35:12,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/TBCPADDING". 13:35:12,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/X9.23". 13:35:12,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/X9.23PADDING". 13:35:12,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ZEROBYTE". 13:35:12,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB120/ZEROBYTEPADDING". 13:35:12,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/". 13:35:12,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO10126". 13:35:12,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO10126-2". 13:35:12,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO10126-2PADDING". 13:35:12,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO10126PADDING". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO7816-4". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ISO7816-4PADDING". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/NOPADDING". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/PKCS5". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/PKCS5PADDING". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/PKCS7". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/PKCS7PADDING". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/TBC". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/TBCPADDING". 13:35:12,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/X9.23". 13:35:12,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/X9.23PADDING". 13:35:12,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ZEROBYTE". 13:35:12,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB128/ZEROBYTEPADDING". 13:35:12,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/". 13:35:12,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO10126". 13:35:12,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO10126-2". 13:35:12,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO10126-2PADDING". 13:35:12,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO10126PADDING". 13:35:12,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO7816-4". 13:35:12,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ISO7816-4PADDING". 13:35:12,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/NOPADDING". 13:35:12,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/PKCS5". 13:35:12,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/PKCS5PADDING". 13:35:12,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/PKCS7". 13:35:12,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/PKCS7PADDING". 13:35:12,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/TBC". 13:35:12,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/TBCPADDING". 13:35:12,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/X9.23". 13:35:12,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/X9.23PADDING". 13:35:12,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ZEROBYTE". 13:35:12,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB136/ZEROBYTEPADDING". 13:35:12,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/". 13:35:12,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO10126". 13:35:12,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO10126-2". 13:35:12,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO10126-2PADDING". 13:35:12,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO10126PADDING". 13:35:12,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO7816-4". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ISO7816-4PADDING". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/NOPADDING". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/PKCS5". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/PKCS5PADDING". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/PKCS7". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/PKCS7PADDING". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/TBC". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/TBCPADDING". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/X9.23". 13:35:12,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/X9.23PADDING". 13:35:12,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ZEROBYTE". 13:35:12,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB144/ZEROBYTEPADDING". 13:35:12,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/". 13:35:12,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO10126". 13:35:12,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO10126-2". 13:35:12,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO10126-2PADDING". 13:35:12,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO10126PADDING". 13:35:12,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO7816-4". 13:35:12,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ISO7816-4PADDING". 13:35:12,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/NOPADDING". 13:35:12,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/PKCS5". 13:35:12,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/PKCS5PADDING". 13:35:12,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/PKCS7". 13:35:12,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/PKCS7PADDING". 13:35:12,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/TBC". 13:35:12,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/TBCPADDING". 13:35:12,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/X9.23". 13:35:12,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/X9.23PADDING". 13:35:12,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ZEROBYTE". 13:35:12,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB152/ZEROBYTEPADDING". 13:35:12,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/". 13:35:12,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO10126". 13:35:12,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO10126-2". 13:35:12,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO10126-2PADDING". 13:35:12,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO10126PADDING". 13:35:12,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO7816-4". 13:35:12,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ISO7816-4PADDING". 13:35:12,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/NOPADDING". 13:35:12,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/PKCS5". 13:35:12,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/PKCS5PADDING". 13:35:12,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/PKCS7". 13:35:12,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/PKCS7PADDING". 13:35:12,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/TBC". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/TBCPADDING". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/X9.23". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/X9.23PADDING". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ZEROBYTE". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB16/ZEROBYTEPADDING". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO10126". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO10126-2". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO10126-2PADDING". 13:35:12,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO10126PADDING". 13:35:12,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO7816-4". 13:35:12,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ISO7816-4PADDING". 13:35:12,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/NOPADDING". 13:35:12,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/PKCS5". 13:35:12,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/PKCS5PADDING". 13:35:12,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/PKCS7". 13:35:12,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/PKCS7PADDING". 13:35:12,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/TBC". 13:35:12,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/TBCPADDING". 13:35:12,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/X9.23". 13:35:12,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/X9.23PADDING". 13:35:12,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ZEROBYTE". 13:35:12,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB160/ZEROBYTEPADDING". 13:35:12,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/". 13:35:12,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO10126". 13:35:12,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO10126-2". 13:35:12,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO10126-2PADDING". 13:35:12,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO10126PADDING". 13:35:12,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO7816-4". 13:35:12,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ISO7816-4PADDING". 13:35:12,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/NOPADDING". 13:35:12,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/PKCS5". 13:35:12,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/PKCS5PADDING". 13:35:12,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/PKCS7". 13:35:12,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/PKCS7PADDING". 13:35:12,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/TBC". 13:35:12,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/TBCPADDING". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/X9.23". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/X9.23PADDING". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ZEROBYTE". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB168/ZEROBYTEPADDING". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO10126". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO10126-2". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO10126-2PADDING". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO10126PADDING". 13:35:12,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO7816-4". 13:35:12,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ISO7816-4PADDING". 13:35:12,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/NOPADDING". 13:35:12,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/PKCS5". 13:35:12,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/PKCS5PADDING". 13:35:12,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/PKCS7". 13:35:12,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/PKCS7PADDING". 13:35:12,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/TBC". 13:35:12,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/TBCPADDING". 13:35:12,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/X9.23". 13:35:12,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/X9.23PADDING". 13:35:12,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ZEROBYTE". 13:35:12,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB176/ZEROBYTEPADDING". 13:35:12,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/". 13:35:12,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO10126". 13:35:12,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO10126-2". 13:35:12,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO10126-2PADDING". 13:35:12,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO10126PADDING". 13:35:12,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO7816-4". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ISO7816-4PADDING". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/NOPADDING". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/PKCS5". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/PKCS5PADDING". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/PKCS7". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/PKCS7PADDING". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/TBC". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/TBCPADDING". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/X9.23". 13:35:12,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/X9.23PADDING". 13:35:12,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ZEROBYTE". 13:35:12,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB184/ZEROBYTEPADDING". 13:35:12,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/". 13:35:12,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO10126". 13:35:12,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO10126-2". 13:35:12,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO10126-2PADDING". 13:35:12,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO10126PADDING". 13:35:12,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO7816-4". 13:35:12,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ISO7816-4PADDING". 13:35:12,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/NOPADDING". 13:35:12,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/PKCS5". 13:35:12,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/PKCS5PADDING". 13:35:12,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/PKCS7". 13:35:12,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/PKCS7PADDING". 13:35:12,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/TBC". 13:35:12,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/TBCPADDING". 13:35:12,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/X9.23". 13:35:12,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/X9.23PADDING". 13:35:12,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ZEROBYTE". 13:35:12,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB192/ZEROBYTEPADDING". 13:35:12,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/". 13:35:12,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO10126". 13:35:12,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO10126-2". 13:35:12,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO10126-2PADDING". 13:35:12,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO10126PADDING". 13:35:12,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO7816-4". 13:35:12,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ISO7816-4PADDING". 13:35:12,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/NOPADDING". 13:35:12,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/PKCS5". 13:35:12,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/PKCS5PADDING". 13:35:12,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/PKCS7". 13:35:12,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/PKCS7PADDING". 13:35:12,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/TBC". 13:35:12,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/TBCPADDING". 13:35:12,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/X9.23". 13:35:12,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/X9.23PADDING". 13:35:12,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ZEROBYTE". 13:35:12,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB200/ZEROBYTEPADDING". 13:35:12,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/". 13:35:12,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO10126". 13:35:12,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO10126-2". 13:35:12,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO10126-2PADDING". 13:35:12,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO10126PADDING". 13:35:12,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO7816-4". 13:35:12,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ISO7816-4PADDING". 13:35:12,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/NOPADDING". 13:35:12,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/PKCS5". 13:35:12,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/PKCS5PADDING". 13:35:12,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/PKCS7". 13:35:12,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/PKCS7PADDING". 13:35:12,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/TBC". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/TBCPADDING". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/X9.23". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/X9.23PADDING". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ZEROBYTE". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB208/ZEROBYTEPADDING". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO10126". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO10126-2". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO10126-2PADDING". 13:35:12,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO10126PADDING". 13:35:12,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO7816-4". 13:35:12,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ISO7816-4PADDING". 13:35:12,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/NOPADDING". 13:35:12,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/PKCS5". 13:35:12,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/PKCS5PADDING". 13:35:12,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/PKCS7". 13:35:12,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/PKCS7PADDING". 13:35:12,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/TBC". 13:35:12,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/TBCPADDING". 13:35:12,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/X9.23". 13:35:12,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/X9.23PADDING". 13:35:12,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ZEROBYTE". 13:35:12,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB216/ZEROBYTEPADDING". 13:35:12,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/". 13:35:12,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO10126". 13:35:12,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO10126-2". 13:35:12,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO10126-2PADDING". 13:35:12,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO10126PADDING". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO7816-4". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ISO7816-4PADDING". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/NOPADDING". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/PKCS5". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/PKCS5PADDING". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/PKCS7". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/PKCS7PADDING". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/TBC". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/TBCPADDING". 13:35:12,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/X9.23". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/X9.23PADDING". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ZEROBYTE". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB224/ZEROBYTEPADDING". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO10126". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO10126-2". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO10126-2PADDING". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO10126PADDING". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO7816-4". 13:35:12,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ISO7816-4PADDING". 13:35:12,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/NOPADDING". 13:35:12,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/PKCS5". 13:35:12,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/PKCS5PADDING". 13:35:12,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/PKCS7". 13:35:12,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/PKCS7PADDING". 13:35:12,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/TBC". 13:35:12,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/TBCPADDING". 13:35:12,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/X9.23". 13:35:12,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/X9.23PADDING". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ZEROBYTE". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB232/ZEROBYTEPADDING". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO10126". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO10126-2". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO10126-2PADDING". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO10126PADDING". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO7816-4". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ISO7816-4PADDING". 13:35:12,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/NOPADDING". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/PKCS5". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/PKCS5PADDING". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/PKCS7". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/PKCS7PADDING". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/TBC". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/TBCPADDING". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/X9.23". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/X9.23PADDING". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ZEROBYTE". 13:35:12,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB24/ZEROBYTEPADDING". 13:35:12,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/". 13:35:12,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO10126". 13:35:12,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO10126-2". 13:35:12,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO10126-2PADDING". 13:35:12,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO10126PADDING". 13:35:12,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO7816-4". 13:35:12,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ISO7816-4PADDING". 13:35:12,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/NOPADDING". 13:35:12,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/PKCS5". 13:35:12,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/PKCS5PADDING". 13:35:12,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/PKCS7". 13:35:12,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/PKCS7PADDING". 13:35:12,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/TBC". 13:35:12,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/TBCPADDING". 13:35:12,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/X9.23". 13:35:12,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/X9.23PADDING". 13:35:12,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ZEROBYTE". 13:35:12,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB240/ZEROBYTEPADDING". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO10126". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO10126-2". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO10126-2PADDING". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO10126PADDING". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO7816-4". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ISO7816-4PADDING". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/NOPADDING". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/PKCS5". 13:35:12,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/PKCS5PADDING". 13:35:12,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/PKCS7". 13:35:12,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/PKCS7PADDING". 13:35:12,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/TBC". 13:35:12,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/TBCPADDING". 13:35:12,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/X9.23". 13:35:12,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/X9.23PADDING". 13:35:12,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ZEROBYTE". 13:35:12,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB248/ZEROBYTEPADDING". 13:35:12,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO10126". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO10126-2". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO10126-2PADDING". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO10126PADDING". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO7816-4". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ISO7816-4PADDING". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/NOPADDING". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/PKCS5". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/PKCS5PADDING". 13:35:12,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/PKCS7". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/PKCS7PADDING". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/TBC". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/TBCPADDING". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/X9.23". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/X9.23PADDING". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ZEROBYTE". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB256/ZEROBYTEPADDING". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO10126". 13:35:12,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO10126-2". 13:35:12,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO10126-2PADDING". 13:35:12,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO10126PADDING". 13:35:12,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO7816-4". 13:35:12,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ISO7816-4PADDING". 13:35:12,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/NOPADDING". 13:35:12,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/PKCS5". 13:35:12,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/PKCS5PADDING". 13:35:12,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/PKCS7". 13:35:12,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/PKCS7PADDING". 13:35:12,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/TBC". 13:35:12,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/TBCPADDING". 13:35:12,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/X9.23". 13:35:12,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/X9.23PADDING". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ZEROBYTE". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB32/ZEROBYTEPADDING". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO10126". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO10126-2". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO10126-2PADDING". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO10126PADDING". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO7816-4". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ISO7816-4PADDING". 13:35:12,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/NOPADDING". 13:35:12,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/PKCS5". 13:35:12,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/PKCS5PADDING". 13:35:12,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/PKCS7". 13:35:12,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/PKCS7PADDING". 13:35:12,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/TBC". 13:35:12,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/TBCPADDING". 13:35:12,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/X9.23". 13:35:12,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/X9.23PADDING". 13:35:12,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ZEROBYTE". 13:35:12,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB40/ZEROBYTEPADDING". 13:35:12,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/". 13:35:12,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO10126". 13:35:12,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO10126-2". 13:35:12,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO10126-2PADDING". 13:35:12,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO10126PADDING". 13:35:12,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO7816-4". 13:35:12,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ISO7816-4PADDING". 13:35:12,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/NOPADDING". 13:35:12,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/PKCS5". 13:35:12,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/PKCS5PADDING". 13:35:12,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/PKCS7". 13:35:12,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/PKCS7PADDING". 13:35:12,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/TBC". 13:35:12,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/TBCPADDING". 13:35:12,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/X9.23". 13:35:12,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/X9.23PADDING". 13:35:12,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ZEROBYTE". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB48/ZEROBYTEPADDING". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO10126". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO10126-2". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO10126-2PADDING". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO10126PADDING". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO7816-4". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ISO7816-4PADDING". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/NOPADDING". 13:35:12,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/PKCS5". 13:35:12,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/PKCS5PADDING". 13:35:12,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/PKCS7". 13:35:12,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/PKCS7PADDING". 13:35:12,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/TBC". 13:35:12,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/TBCPADDING". 13:35:12,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/X9.23". 13:35:12,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/X9.23PADDING". 13:35:12,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ZEROBYTE". 13:35:12,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB56/ZEROBYTEPADDING". 13:35:12,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/". 13:35:12,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO10126". 13:35:12,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO10126-2". 13:35:12,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO10126-2PADDING". 13:35:12,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO10126PADDING". 13:35:12,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO7816-4". 13:35:12,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ISO7816-4PADDING". 13:35:12,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/NOPADDING". 13:35:12,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/PKCS5". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/PKCS5PADDING". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/PKCS7". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/PKCS7PADDING". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/TBC". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/TBCPADDING". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/X9.23". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/X9.23PADDING". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ZEROBYTE". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB64/ZEROBYTEPADDING". 13:35:12,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/". 13:35:12,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO10126". 13:35:12,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO10126-2". 13:35:12,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO10126-2PADDING". 13:35:12,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO10126PADDING". 13:35:12,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO7816-4". 13:35:12,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ISO7816-4PADDING". 13:35:12,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/NOPADDING". 13:35:12,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/PKCS5". 13:35:12,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/PKCS5PADDING". 13:35:12,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/PKCS7". 13:35:12,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/PKCS7PADDING". 13:35:12,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/TBC". 13:35:12,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/TBCPADDING". 13:35:12,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/X9.23". 13:35:12,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/X9.23PADDING". 13:35:12,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ZEROBYTE". 13:35:12,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB72/ZEROBYTEPADDING". 13:35:12,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/". 13:35:12,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO10126". 13:35:12,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO10126-2". 13:35:12,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO10126-2PADDING". 13:35:12,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO10126PADDING". 13:35:12,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO7816-4". 13:35:12,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ISO7816-4PADDING". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/NOPADDING". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/PKCS5". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/PKCS5PADDING". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/PKCS7". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/PKCS7PADDING". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/TBC". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/TBCPADDING". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/X9.23". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/X9.23PADDING". 13:35:12,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ZEROBYTE". 13:35:12,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB8/ZEROBYTEPADDING". 13:35:12,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/". 13:35:12,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO10126". 13:35:12,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO10126-2". 13:35:12,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO10126-2PADDING". 13:35:12,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO10126PADDING". 13:35:12,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO7816-4". 13:35:12,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ISO7816-4PADDING". 13:35:12,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/NOPADDING". 13:35:12,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/PKCS5". 13:35:12,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/PKCS5PADDING". 13:35:12,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/PKCS7". 13:35:12,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/PKCS7PADDING". 13:35:12,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/TBC". 13:35:12,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/TBCPADDING". 13:35:12,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/X9.23". 13:35:12,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/X9.23PADDING". 13:35:12,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ZEROBYTE". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB80/ZEROBYTEPADDING". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO10126". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO10126-2". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO10126-2PADDING". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO10126PADDING". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO7816-4". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ISO7816-4PADDING". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/NOPADDING". 13:35:12,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/PKCS5". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/PKCS5PADDING". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/PKCS7". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/PKCS7PADDING". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/TBC". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/TBCPADDING". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/X9.23". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/X9.23PADDING". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ZEROBYTE". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB88/ZEROBYTEPADDING". 13:35:12,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/". 13:35:12,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO10126". 13:35:12,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO10126-2". 13:35:12,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO10126-2PADDING". 13:35:12,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO10126PADDING". 13:35:12,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO7816-4". 13:35:12,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ISO7816-4PADDING". 13:35:12,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/NOPADDING". 13:35:12,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/PKCS5". 13:35:12,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/PKCS5PADDING". 13:35:12,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/PKCS7". 13:35:12,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/PKCS7PADDING". 13:35:12,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/TBC". 13:35:12,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/TBCPADDING". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/X9.23". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/X9.23PADDING". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ZEROBYTE". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CFB96/ZEROBYTEPADDING". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CTS/". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/CTS/NOPADDING". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/EAX/". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/EAX/NOPADDING". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/ECB/". 13:35:12,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/ECB/NOPADDING". 13:35:12,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/". 13:35:12,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO10126". 13:35:12,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO10126-2". 13:35:12,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO10126-2PADDING". 13:35:12,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO10126PADDING". 13:35:12,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO7816-4". 13:35:12,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ISO7816-4PADDING". 13:35:12,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/NOPADDING". 13:35:12,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/PKCS5". 13:35:12,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/PKCS5PADDING". 13:35:12,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/PKCS7". 13:35:12,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/PKCS7PADDING". 13:35:12,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/TBC". 13:35:12,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/TBCPADDING". 13:35:12,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/X9.23". 13:35:12,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/X9.23PADDING". 13:35:12,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ZEROBYTE". 13:35:12,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/GOFB/ZEROBYTEPADDING". 13:35:12,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/". 13:35:12,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO10126". 13:35:12,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO10126-2". 13:35:12,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO10126-2PADDING". 13:35:12,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO10126PADDING". 13:35:12,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO7816-4". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ISO7816-4PADDING". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/NOPADDING". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/PKCS5". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/PKCS5PADDING". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/PKCS7". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/PKCS7PADDING". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/TBC". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/TBCPADDING". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/X9.23". 13:35:12,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/X9.23PADDING". 13:35:12,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ZEROBYTE". 13:35:12,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB/ZEROBYTEPADDING". 13:35:12,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/". 13:35:12,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO10126". 13:35:12,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO10126-2". 13:35:12,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO10126-2PADDING". 13:35:12,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO10126PADDING". 13:35:12,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO7816-4". 13:35:12,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ISO7816-4PADDING". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/NOPADDING". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/PKCS5". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/PKCS5PADDING". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/PKCS7". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/PKCS7PADDING". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/TBC". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/TBCPADDING". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/X9.23". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/X9.23PADDING". 13:35:12,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ZEROBYTE". 13:35:12,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB104/ZEROBYTEPADDING". 13:35:12,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/". 13:35:12,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO10126". 13:35:12,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO10126-2". 13:35:12,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO10126-2PADDING". 13:35:12,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO10126PADDING". 13:35:12,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO7816-4". 13:35:12,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ISO7816-4PADDING". 13:35:12,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/NOPADDING". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/PKCS5". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/PKCS5PADDING". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/PKCS7". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/PKCS7PADDING". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/TBC". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/TBCPADDING". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/X9.23". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/X9.23PADDING". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ZEROBYTE". 13:35:12,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB112/ZEROBYTEPADDING". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO10126". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO10126-2". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO10126-2PADDING". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO10126PADDING". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO7816-4". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ISO7816-4PADDING". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/NOPADDING". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/PKCS5". 13:35:12,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/PKCS5PADDING". 13:35:12,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/PKCS7". 13:35:12,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/PKCS7PADDING". 13:35:12,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/TBC". 13:35:12,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/TBCPADDING". 13:35:12,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/X9.23". 13:35:12,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/X9.23PADDING". 13:35:12,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ZEROBYTE". 13:35:12,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB120/ZEROBYTEPADDING". 13:35:12,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO10126". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO10126-2". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO10126-2PADDING". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO10126PADDING". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO7816-4". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ISO7816-4PADDING". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/NOPADDING". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/PKCS5". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/PKCS5PADDING". 13:35:12,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/PKCS7". 13:35:12,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/PKCS7PADDING". 13:35:12,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/TBC". 13:35:12,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/TBCPADDING". 13:35:12,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/X9.23". 13:35:12,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/X9.23PADDING". 13:35:12,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ZEROBYTE". 13:35:12,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB128/ZEROBYTEPADDING". 13:35:12,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/". 13:35:12,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO10126". 13:35:12,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO10126-2". 13:35:12,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO10126-2PADDING". 13:35:12,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO10126PADDING". 13:35:12,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO7816-4". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ISO7816-4PADDING". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/NOPADDING". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/PKCS5". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/PKCS5PADDING". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/PKCS7". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/PKCS7PADDING". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/TBC". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/TBCPADDING". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/X9.23". 13:35:12,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/X9.23PADDING". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ZEROBYTE". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB136/ZEROBYTEPADDING". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO10126". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO10126-2". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO10126-2PADDING". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO10126PADDING". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO7816-4". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ISO7816-4PADDING". 13:35:12,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/NOPADDING". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/PKCS5". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/PKCS5PADDING". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/PKCS7". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/PKCS7PADDING". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/TBC". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/TBCPADDING". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/X9.23". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/X9.23PADDING". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ZEROBYTE". 13:35:12,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB144/ZEROBYTEPADDING". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO10126". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO10126-2". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO10126-2PADDING". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO10126PADDING". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO7816-4". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ISO7816-4PADDING". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/NOPADDING". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/PKCS5". 13:35:12,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/PKCS5PADDING". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/PKCS7". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/PKCS7PADDING". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/TBC". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/TBCPADDING". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/X9.23". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/X9.23PADDING". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ZEROBYTE". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB152/ZEROBYTEPADDING". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO10126". 13:35:12,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO10126-2". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO10126-2PADDING". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO10126PADDING". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO7816-4". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ISO7816-4PADDING". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/NOPADDING". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/PKCS5". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/PKCS5PADDING". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/PKCS7". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/PKCS7PADDING". 13:35:12,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/TBC". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/TBCPADDING". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/X9.23". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/X9.23PADDING". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ZEROBYTE". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB16/ZEROBYTEPADDING". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO10126". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO10126-2". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO10126-2PADDING". 13:35:12,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO10126PADDING". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO7816-4". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ISO7816-4PADDING". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/NOPADDING". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/PKCS5". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/PKCS5PADDING". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/PKCS7". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/PKCS7PADDING". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/TBC". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/TBCPADDING". 13:35:12,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/X9.23". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/X9.23PADDING". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ZEROBYTE". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB160/ZEROBYTEPADDING". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO10126". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO10126-2". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO10126-2PADDING". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO10126PADDING". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO7816-4". 13:35:12,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ISO7816-4PADDING". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/NOPADDING". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/PKCS5". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/PKCS5PADDING". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/PKCS7". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/PKCS7PADDING". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/TBC". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/TBCPADDING". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/X9.23". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/X9.23PADDING". 13:35:12,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ZEROBYTE". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB168/ZEROBYTEPADDING". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO10126". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO10126-2". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO10126-2PADDING". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO10126PADDING". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO7816-4". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ISO7816-4PADDING". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/NOPADDING". 13:35:12,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/PKCS5". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/PKCS5PADDING". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/PKCS7". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/PKCS7PADDING". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/TBC". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/TBCPADDING". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/X9.23". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/X9.23PADDING". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ZEROBYTE". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB176/ZEROBYTEPADDING". 13:35:12,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO10126". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO10126-2". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO10126-2PADDING". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO10126PADDING". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO7816-4". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ISO7816-4PADDING". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/NOPADDING". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/PKCS5". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/PKCS5PADDING". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/PKCS7". 13:35:12,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/PKCS7PADDING". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/TBC". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/TBCPADDING". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/X9.23". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/X9.23PADDING". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ZEROBYTE". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB184/ZEROBYTEPADDING". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO10126". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO10126-2". 13:35:12,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO10126-2PADDING". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO10126PADDING". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO7816-4". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ISO7816-4PADDING". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/NOPADDING". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/PKCS5". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/PKCS5PADDING". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/PKCS7". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/PKCS7PADDING". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/TBC". 13:35:12,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/TBCPADDING". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/X9.23". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/X9.23PADDING". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ZEROBYTE". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB192/ZEROBYTEPADDING". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO10126". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO10126-2". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO10126-2PADDING". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO10126PADDING". 13:35:12,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO7816-4". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ISO7816-4PADDING". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/NOPADDING". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/PKCS5". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/PKCS5PADDING". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/PKCS7". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/PKCS7PADDING". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/TBC". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/TBCPADDING". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/X9.23". 13:35:12,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/X9.23PADDING". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ZEROBYTE". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB200/ZEROBYTEPADDING". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO10126". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO10126-2". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO10126-2PADDING". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO10126PADDING". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO7816-4". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ISO7816-4PADDING". 13:35:12,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/NOPADDING". 13:35:12,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/PKCS5". 13:35:12,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/PKCS5PADDING". 13:35:12,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/PKCS7". 13:35:12,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/PKCS7PADDING". 13:35:12,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/TBC". 13:35:12,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/TBCPADDING". 13:35:12,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/X9.23". 13:35:12,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/X9.23PADDING". 13:35:12,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ZEROBYTE". 13:35:12,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB208/ZEROBYTEPADDING". 13:35:12,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/". 13:35:12,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO10126". 13:35:12,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO10126-2". 13:35:12,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO10126-2PADDING". 13:35:12,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO10126PADDING". 13:35:12,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO7816-4". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ISO7816-4PADDING". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/NOPADDING". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/PKCS5". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/PKCS5PADDING". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/PKCS7". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/PKCS7PADDING". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/TBC". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/TBCPADDING". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/X9.23". 13:35:12,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/X9.23PADDING". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ZEROBYTE". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB216/ZEROBYTEPADDING". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO10126". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO10126-2". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO10126-2PADDING". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO10126PADDING". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO7816-4". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ISO7816-4PADDING". 13:35:12,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/NOPADDING". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/PKCS5". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/PKCS5PADDING". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/PKCS7". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/PKCS7PADDING". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/TBC". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/TBCPADDING". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/X9.23". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/X9.23PADDING". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ZEROBYTE". 13:35:12,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB224/ZEROBYTEPADDING". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO10126". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO10126-2". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO10126-2PADDING". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO10126PADDING". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO7816-4". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ISO7816-4PADDING". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/NOPADDING". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/PKCS5". 13:35:12,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/PKCS5PADDING". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/PKCS7". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/PKCS7PADDING". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/TBC". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/TBCPADDING". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/X9.23". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/X9.23PADDING". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ZEROBYTE". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB232/ZEROBYTEPADDING". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/". 13:35:12,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO10126". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO10126-2". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO10126-2PADDING". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO10126PADDING". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO7816-4". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ISO7816-4PADDING". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/NOPADDING". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/PKCS5". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/PKCS5PADDING". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/PKCS7". 13:35:12,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/PKCS7PADDING". 13:35:12,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/TBC". 13:35:12,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/TBCPADDING". 13:35:12,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/X9.23". 13:35:12,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/X9.23PADDING". 13:35:12,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ZEROBYTE". 13:35:12,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB24/ZEROBYTEPADDING". 13:35:12,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/". 13:35:12,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO10126". 13:35:12,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO10126-2". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO10126-2PADDING". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO10126PADDING". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO7816-4". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ISO7816-4PADDING". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/NOPADDING". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/PKCS5". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/PKCS5PADDING". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/PKCS7". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/PKCS7PADDING". 13:35:12,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/TBC". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/TBCPADDING". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/X9.23". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/X9.23PADDING". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ZEROBYTE". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB240/ZEROBYTEPADDING". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO10126". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO10126-2". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO10126-2PADDING". 13:35:12,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO10126PADDING". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO7816-4". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ISO7816-4PADDING". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/NOPADDING". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/PKCS5". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/PKCS5PADDING". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/PKCS7". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/PKCS7PADDING". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/TBC". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/TBCPADDING". 13:35:12,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/X9.23". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/X9.23PADDING". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ZEROBYTE". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB248/ZEROBYTEPADDING". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO10126". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO10126-2". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO10126-2PADDING". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO10126PADDING". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO7816-4". 13:35:12,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ISO7816-4PADDING". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/NOPADDING". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/PKCS5". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/PKCS5PADDING". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/PKCS7". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/PKCS7PADDING". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/TBC". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/TBCPADDING". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/X9.23". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/X9.23PADDING". 13:35:12,363 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ZEROBYTE". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB256/ZEROBYTEPADDING". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO10126". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO10126-2". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO10126-2PADDING". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO10126PADDING". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO7816-4". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ISO7816-4PADDING". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/NOPADDING". 13:35:12,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/PKCS5". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/PKCS5PADDING". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/PKCS7". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/PKCS7PADDING". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/TBC". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/TBCPADDING". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/X9.23". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/X9.23PADDING". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ZEROBYTE". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB32/ZEROBYTEPADDING". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/". 13:35:12,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO10126". 13:35:12,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO10126-2". 13:35:12,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO10126-2PADDING". 13:35:12,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO10126PADDING". 13:35:12,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO7816-4". 13:35:12,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ISO7816-4PADDING". 13:35:12,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/NOPADDING". 13:35:12,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/PKCS5". 13:35:12,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/PKCS5PADDING". 13:35:12,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/PKCS7". 13:35:12,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/PKCS7PADDING". 13:35:12,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/TBC". 13:35:12,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/TBCPADDING". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/X9.23". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/X9.23PADDING". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ZEROBYTE". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB40/ZEROBYTEPADDING". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO10126". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO10126-2". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO10126-2PADDING". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO10126PADDING". 13:35:12,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO7816-4". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ISO7816-4PADDING". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/NOPADDING". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/PKCS5". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/PKCS5PADDING". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/PKCS7". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/PKCS7PADDING". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/TBC". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/TBCPADDING". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/X9.23". 13:35:12,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/X9.23PADDING". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ZEROBYTE". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB48/ZEROBYTEPADDING". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO10126". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO10126-2". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO10126-2PADDING". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO10126PADDING". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO7816-4". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ISO7816-4PADDING". 13:35:12,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/NOPADDING". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/PKCS5". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/PKCS5PADDING". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/PKCS7". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/PKCS7PADDING". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/TBC". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/TBCPADDING". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/X9.23". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/X9.23PADDING". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ZEROBYTE". 13:35:12,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB56/ZEROBYTEPADDING". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO10126". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO10126-2". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO10126-2PADDING". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO10126PADDING". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO7816-4". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ISO7816-4PADDING". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/NOPADDING". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/PKCS5". 13:35:12,372 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/PKCS5PADDING". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/PKCS7". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/PKCS7PADDING". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/TBC". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/TBCPADDING". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/X9.23". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/X9.23PADDING". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ZEROBYTE". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB64/ZEROBYTEPADDING". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/". 13:35:12,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO10126". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO10126-2". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO10126-2PADDING". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO10126PADDING". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO7816-4". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ISO7816-4PADDING". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/NOPADDING". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/PKCS5". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/PKCS5PADDING". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/PKCS7". 13:35:12,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/PKCS7PADDING". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/TBC". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/TBCPADDING". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/X9.23". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/X9.23PADDING". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ZEROBYTE". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB72/ZEROBYTEPADDING". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO10126". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO10126-2". 13:35:12,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO10126-2PADDING". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO10126PADDING". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO7816-4". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ISO7816-4PADDING". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/NOPADDING". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/PKCS5". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/PKCS5PADDING". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/PKCS7". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/PKCS7PADDING". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/TBC". 13:35:12,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/TBCPADDING". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/X9.23". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/X9.23PADDING". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ZEROBYTE". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB8/ZEROBYTEPADDING". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO10126". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO10126-2". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO10126-2PADDING". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO10126PADDING". 13:35:12,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO7816-4". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ISO7816-4PADDING". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/NOPADDING". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/PKCS5". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/PKCS5PADDING". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/PKCS7". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/PKCS7PADDING". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/TBC". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/TBCPADDING". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/X9.23". 13:35:12,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/X9.23PADDING". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ZEROBYTE". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB80/ZEROBYTEPADDING". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO10126". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO10126-2". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO10126-2PADDING". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO10126PADDING". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO7816-4". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ISO7816-4PADDING". 13:35:12,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/NOPADDING". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/PKCS5". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/PKCS5PADDING". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/PKCS7". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/PKCS7PADDING". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/TBC". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/TBCPADDING". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/X9.23". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/X9.23PADDING". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ZEROBYTE". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB88/ZEROBYTEPADDING". 13:35:12,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/". 13:35:12,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO10126". 13:35:12,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO10126-2". 13:35:12,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO10126-2PADDING". 13:35:12,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO10126PADDING". 13:35:12,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO7816-4". 13:35:12,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ISO7816-4PADDING". 13:35:12,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/NOPADDING". 13:35:12,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/PKCS5". 13:35:12,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/PKCS5PADDING". 13:35:12,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/PKCS7". 13:35:12,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/PKCS7PADDING". 13:35:12,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/TBC". 13:35:12,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/TBCPADDING". 13:35:12,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/X9.23". 13:35:12,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/X9.23PADDING". 13:35:12,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ZEROBYTE". 13:35:12,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/OFB96/ZEROBYTEPADDING". 13:35:12,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/". 13:35:12,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO10126". 13:35:12,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO10126-2". 13:35:12,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO10126-2PADDING". 13:35:12,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO10126PADDING". 13:35:12,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO7816-4". 13:35:12,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ISO7816-4PADDING". 13:35:12,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/NOPADDING". 13:35:12,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/PKCS5". 13:35:12,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/PKCS5PADDING". 13:35:12,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/PKCS7". 13:35:12,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/PKCS7PADDING". 13:35:12,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/TBC". 13:35:12,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/TBCPADDING". 13:35:12,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/X9.23". 13:35:12,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/X9.23PADDING". 13:35:12,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ZEROBYTE". 13:35:12,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "DESEDE/SIC/ZEROBYTEPADDING". 13:35:12,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//". 13:35:12,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//ISO9796-1". 13:35:12,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//ISO9796-1PADDING". 13:35:12,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//NOPADDING". 13:35:12,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//OAEP". 13:35:12,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//OAEPPADDING". 13:35:12,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//OAEPWITHSHA1ANDMGF1". 13:35:12,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//OAEPWITHSHA1ANDMGF1PADDING". 13:35:12,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//PKCS1". 13:35:12,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL//PKCS1PADDING". 13:35:12,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/". 13:35:12,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/ISO9796-1". 13:35:12,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/ISO9796-1PADDING". 13:35:12,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/NOPADDING". 13:35:12,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/OAEP". 13:35:12,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/OAEPPADDING". 13:35:12,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/OAEPWITHSHA1ANDMGF1". 13:35:12,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/OAEPWITHSHA1ANDMGF1PADDING". 13:35:12,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/PKCS1". 13:35:12,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ELGAMAL/ECB/PKCS1PADDING". 13:35:12,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147//". 13:35:12,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147//NOPADDING". 13:35:12,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC-CTS/". 13:35:12,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC-CTS/NOPADDING". 13:35:12,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/". 13:35:12,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO10126". 13:35:12,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO10126-2". 13:35:12,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO10126-2PADDING". 13:35:12,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO10126PADDING". 13:35:12,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO7816-4". 13:35:12,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ISO7816-4PADDING". 13:35:12,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/NOPADDING". 13:35:12,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/PKCS5". 13:35:12,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/PKCS5PADDING". 13:35:12,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/PKCS7". 13:35:12,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/PKCS7PADDING". 13:35:12,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/TBC". 13:35:12,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/TBCPADDING". 13:35:12,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/X9.23". 13:35:12,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/X9.23PADDING". 13:35:12,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ZEROBYTE". 13:35:12,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CBC/ZEROBYTEPADDING". 13:35:12,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/". 13:35:12,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO10126". 13:35:12,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO10126-2". 13:35:12,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO10126-2PADDING". 13:35:12,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO10126PADDING". 13:35:12,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO7816-4". 13:35:12,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ISO7816-4PADDING". 13:35:12,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/NOPADDING". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/PKCS5". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/PKCS5PADDING". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/PKCS7". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/PKCS7PADDING". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/TBC". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/TBCPADDING". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/X9.23". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/X9.23PADDING". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ZEROBYTE". 13:35:12,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB/ZEROBYTEPADDING". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO10126". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO10126-2". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO10126-2PADDING". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO10126PADDING". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO7816-4". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ISO7816-4PADDING". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/NOPADDING". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/PKCS5". 13:35:12,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/PKCS5PADDING". 13:35:12,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/PKCS7". 13:35:12,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/PKCS7PADDING". 13:35:12,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/TBC". 13:35:12,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/TBCPADDING". 13:35:12,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/X9.23". 13:35:12,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/X9.23PADDING". 13:35:12,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ZEROBYTE". 13:35:12,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB104/ZEROBYTEPADDING". 13:35:12,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO10126". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO10126-2". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO10126-2PADDING". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO10126PADDING". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO7816-4". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ISO7816-4PADDING". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/NOPADDING". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/PKCS5". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/PKCS5PADDING". 13:35:12,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/PKCS7". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/PKCS7PADDING". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/TBC". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/TBCPADDING". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/X9.23". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/X9.23PADDING". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ZEROBYTE". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB112/ZEROBYTEPADDING". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO10126". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO10126-2". 13:35:12,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO10126-2PADDING". 13:35:12,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO10126PADDING". 13:35:12,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO7816-4". 13:35:12,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ISO7816-4PADDING". 13:35:12,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/NOPADDING". 13:35:12,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/PKCS5". 13:35:12,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/PKCS5PADDING". 13:35:12,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/PKCS7". 13:35:12,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/PKCS7PADDING". 13:35:12,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/TBC". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/TBCPADDING". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/X9.23". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/X9.23PADDING". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ZEROBYTE". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB120/ZEROBYTEPADDING". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO10126". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO10126-2". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO10126-2PADDING". 13:35:12,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO10126PADDING". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO7816-4". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ISO7816-4PADDING". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/NOPADDING". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/PKCS5". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/PKCS5PADDING". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/PKCS7". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/PKCS7PADDING". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/TBC". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/TBCPADDING". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/X9.23". 13:35:12,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/X9.23PADDING". 13:35:12,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ZEROBYTE". 13:35:12,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB128/ZEROBYTEPADDING". 13:35:12,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/". 13:35:12,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO10126". 13:35:12,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO10126-2". 13:35:12,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO10126-2PADDING". 13:35:12,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO10126PADDING". 13:35:12,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO7816-4". 13:35:12,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ISO7816-4PADDING". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/NOPADDING". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/PKCS5". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/PKCS5PADDING". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/PKCS7". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/PKCS7PADDING". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/TBC". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/TBCPADDING". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/X9.23". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/X9.23PADDING". 13:35:12,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ZEROBYTE". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB136/ZEROBYTEPADDING". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO10126". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO10126-2". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO10126-2PADDING". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO10126PADDING". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO7816-4". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ISO7816-4PADDING". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/NOPADDING". 13:35:12,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/PKCS5". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/PKCS5PADDING". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/PKCS7". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/PKCS7PADDING". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/TBC". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/TBCPADDING". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/X9.23". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/X9.23PADDING". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ZEROBYTE". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB144/ZEROBYTEPADDING". 13:35:12,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO10126". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO10126-2". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO10126-2PADDING". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO10126PADDING". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO7816-4". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ISO7816-4PADDING". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/NOPADDING". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/PKCS5". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/PKCS5PADDING". 13:35:12,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/PKCS7". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/PKCS7PADDING". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/TBC". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/TBCPADDING". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/X9.23". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/X9.23PADDING". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ZEROBYTE". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB152/ZEROBYTEPADDING". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO10126". 13:35:12,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO10126-2". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO10126-2PADDING". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO10126PADDING". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO7816-4". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ISO7816-4PADDING". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/NOPADDING". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/PKCS5". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/PKCS5PADDING". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/PKCS7". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/PKCS7PADDING". 13:35:12,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/TBC". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/TBCPADDING". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/X9.23". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/X9.23PADDING". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ZEROBYTE". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB16/ZEROBYTEPADDING". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO10126". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO10126-2". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO10126-2PADDING". 13:35:12,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO10126PADDING". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO7816-4". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ISO7816-4PADDING". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/NOPADDING". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/PKCS5". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/PKCS5PADDING". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/PKCS7". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/PKCS7PADDING". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/TBC". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/TBCPADDING". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/X9.23". 13:35:12,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/X9.23PADDING". 13:35:12,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ZEROBYTE". 13:35:12,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB160/ZEROBYTEPADDING". 13:35:12,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/". 13:35:12,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO10126". 13:35:12,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO10126-2". 13:35:12,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO10126-2PADDING". 13:35:12,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO10126PADDING". 13:35:12,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO7816-4". 13:35:12,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ISO7816-4PADDING". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/NOPADDING". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/PKCS5". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/PKCS5PADDING". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/PKCS7". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/PKCS7PADDING". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/TBC". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/TBCPADDING". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/X9.23". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/X9.23PADDING". 13:35:12,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ZEROBYTE". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB168/ZEROBYTEPADDING". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO10126". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO10126-2". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO10126-2PADDING". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO10126PADDING". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO7816-4". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ISO7816-4PADDING". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/NOPADDING". 13:35:12,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/PKCS5". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/PKCS5PADDING". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/PKCS7". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/PKCS7PADDING". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/TBC". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/TBCPADDING". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/X9.23". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/X9.23PADDING". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ZEROBYTE". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB176/ZEROBYTEPADDING". 13:35:12,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO10126". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO10126-2". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO10126-2PADDING". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO10126PADDING". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO7816-4". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ISO7816-4PADDING". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/NOPADDING". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/PKCS5". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/PKCS5PADDING". 13:35:12,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/PKCS7". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/PKCS7PADDING". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/TBC". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/TBCPADDING". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/X9.23". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/X9.23PADDING". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ZEROBYTE". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB184/ZEROBYTEPADDING". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO10126". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO10126-2". 13:35:12,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO10126-2PADDING". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO10126PADDING". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO7816-4". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ISO7816-4PADDING". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/NOPADDING". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/PKCS5". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/PKCS5PADDING". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/PKCS7". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/PKCS7PADDING". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/TBC". 13:35:12,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/TBCPADDING". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/X9.23". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/X9.23PADDING". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ZEROBYTE". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB192/ZEROBYTEPADDING". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO10126". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO10126-2". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO10126-2PADDING". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO10126PADDING". 13:35:12,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO7816-4". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ISO7816-4PADDING". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/NOPADDING". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/PKCS5". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/PKCS5PADDING". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/PKCS7". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/PKCS7PADDING". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/TBC". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/TBCPADDING". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/X9.23". 13:35:12,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/X9.23PADDING". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ZEROBYTE". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB200/ZEROBYTEPADDING". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO10126". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO10126-2". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO10126-2PADDING". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO10126PADDING". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO7816-4". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ISO7816-4PADDING". 13:35:12,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/NOPADDING". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/PKCS5". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/PKCS5PADDING". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/PKCS7". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/PKCS7PADDING". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/TBC". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/TBCPADDING". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/X9.23". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/X9.23PADDING". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ZEROBYTE". 13:35:12,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB208/ZEROBYTEPADDING". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO10126". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO10126-2". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO10126-2PADDING". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO10126PADDING". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO7816-4". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ISO7816-4PADDING". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/NOPADDING". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/PKCS5". 13:35:12,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/PKCS5PADDING". 13:35:12,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/PKCS7". 13:35:12,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/PKCS7PADDING". 13:35:12,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/TBC". 13:35:12,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/TBCPADDING". 13:35:12,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/X9.23". 13:35:12,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/X9.23PADDING". 13:35:12,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ZEROBYTE". 13:35:12,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB216/ZEROBYTEPADDING". 13:35:12,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO10126". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO10126-2". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO10126-2PADDING". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO10126PADDING". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO7816-4". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ISO7816-4PADDING". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/NOPADDING". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/PKCS5". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/PKCS5PADDING". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/PKCS7". 13:35:12,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/PKCS7PADDING". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/TBC". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/TBCPADDING". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/X9.23". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/X9.23PADDING". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ZEROBYTE". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB224/ZEROBYTEPADDING". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO10126". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO10126-2". 13:35:12,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO10126-2PADDING". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO10126PADDING". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO7816-4". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ISO7816-4PADDING". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/NOPADDING". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/PKCS5". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/PKCS5PADDING". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/PKCS7". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/PKCS7PADDING". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/TBC". 13:35:12,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/TBCPADDING". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/X9.23". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/X9.23PADDING". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ZEROBYTE". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB232/ZEROBYTEPADDING". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO10126". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO10126-2". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO10126-2PADDING". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO10126PADDING". 13:35:12,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO7816-4". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ISO7816-4PADDING". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/NOPADDING". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/PKCS5". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/PKCS5PADDING". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/PKCS7". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/PKCS7PADDING". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/TBC". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/TBCPADDING". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/X9.23". 13:35:12,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/X9.23PADDING". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ZEROBYTE". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB24/ZEROBYTEPADDING". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO10126". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO10126-2". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO10126-2PADDING". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO10126PADDING". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO7816-4". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ISO7816-4PADDING". 13:35:12,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/NOPADDING". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/PKCS5". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/PKCS5PADDING". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/PKCS7". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/PKCS7PADDING". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/TBC". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/TBCPADDING". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/X9.23". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/X9.23PADDING". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ZEROBYTE". 13:35:12,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB240/ZEROBYTEPADDING". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO10126". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO10126-2". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO10126-2PADDING". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO10126PADDING". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO7816-4". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ISO7816-4PADDING". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/NOPADDING". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/PKCS5". 13:35:12,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/PKCS5PADDING". 13:35:12,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/PKCS7". 13:35:12,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/PKCS7PADDING". 13:35:12,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/TBC". 13:35:12,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/TBCPADDING". 13:35:12,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/X9.23". 13:35:12,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/X9.23PADDING". 13:35:12,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ZEROBYTE". 13:35:12,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB248/ZEROBYTEPADDING". 13:35:12,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO10126". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO10126-2". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO10126-2PADDING". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO10126PADDING". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO7816-4". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ISO7816-4PADDING". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/NOPADDING". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/PKCS5". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/PKCS5PADDING". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/PKCS7". 13:35:12,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/PKCS7PADDING". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/TBC". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/TBCPADDING". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/X9.23". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/X9.23PADDING". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ZEROBYTE". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB256/ZEROBYTEPADDING". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO10126". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO10126-2". 13:35:12,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO10126-2PADDING". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO10126PADDING". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO7816-4". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ISO7816-4PADDING". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/NOPADDING". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/PKCS5". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/PKCS5PADDING". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/PKCS7". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/PKCS7PADDING". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/TBC". 13:35:12,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/TBCPADDING". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/X9.23". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/X9.23PADDING". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ZEROBYTE". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB32/ZEROBYTEPADDING". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO10126". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO10126-2". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO10126-2PADDING". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO10126PADDING". 13:35:12,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO7816-4". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ISO7816-4PADDING". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/NOPADDING". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/PKCS5". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/PKCS5PADDING". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/PKCS7". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/PKCS7PADDING". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/TBC". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/TBCPADDING". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/X9.23". 13:35:12,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/X9.23PADDING". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ZEROBYTE". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB40/ZEROBYTEPADDING". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO10126". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO10126-2". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO10126-2PADDING". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO10126PADDING". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO7816-4". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ISO7816-4PADDING". 13:35:12,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/NOPADDING". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/PKCS5". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/PKCS5PADDING". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/PKCS7". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/PKCS7PADDING". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/TBC". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/TBCPADDING". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/X9.23". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/X9.23PADDING". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ZEROBYTE". 13:35:12,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB48/ZEROBYTEPADDING". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO10126". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO10126-2". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO10126-2PADDING". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO10126PADDING". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO7816-4". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ISO7816-4PADDING". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/NOPADDING". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/PKCS5". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/PKCS5PADDING". 13:35:12,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/PKCS7". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/PKCS7PADDING". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/TBC". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/TBCPADDING". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/X9.23". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/X9.23PADDING". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ZEROBYTE". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB56/ZEROBYTEPADDING". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO10126". 13:35:12,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO10126-2". 13:35:12,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO10126-2PADDING". 13:35:12,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO10126PADDING". 13:35:12,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO7816-4". 13:35:12,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ISO7816-4PADDING". 13:35:12,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/NOPADDING". 13:35:12,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/PKCS5". 13:35:12,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/PKCS5PADDING". 13:35:12,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/PKCS7". 13:35:12,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/PKCS7PADDING". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/TBC". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/TBCPADDING". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/X9.23". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/X9.23PADDING". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ZEROBYTE". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB64/ZEROBYTEPADDING". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO10126". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO10126-2". 13:35:12,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO10126-2PADDING". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO10126PADDING". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO7816-4". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ISO7816-4PADDING". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/NOPADDING". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/PKCS5". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/PKCS5PADDING". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/PKCS7". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/PKCS7PADDING". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/TBC". 13:35:12,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/TBCPADDING". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/X9.23". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/X9.23PADDING". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ZEROBYTE". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB72/ZEROBYTEPADDING". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO10126". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO10126-2". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO10126-2PADDING". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO10126PADDING". 13:35:12,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO7816-4". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ISO7816-4PADDING". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/NOPADDING". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/PKCS5". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/PKCS5PADDING". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/PKCS7". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/PKCS7PADDING". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/TBC". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/TBCPADDING". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/X9.23". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/X9.23PADDING". 13:35:12,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ZEROBYTE". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB8/ZEROBYTEPADDING". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO10126". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO10126-2". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO10126-2PADDING". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO10126PADDING". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO7816-4". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ISO7816-4PADDING". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/NOPADDING". 13:35:12,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/PKCS5". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/PKCS5PADDING". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/PKCS7". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/PKCS7PADDING". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/TBC". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/TBCPADDING". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/X9.23". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/X9.23PADDING". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ZEROBYTE". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB80/ZEROBYTEPADDING". 13:35:12,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO10126". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO10126-2". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO10126-2PADDING". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO10126PADDING". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO7816-4". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ISO7816-4PADDING". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/NOPADDING". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/PKCS5". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/PKCS5PADDING". 13:35:12,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/PKCS7". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/PKCS7PADDING". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/TBC". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/TBCPADDING". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/X9.23". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/X9.23PADDING". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ZEROBYTE". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB88/ZEROBYTEPADDING". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO10126". 13:35:12,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO10126-2". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO10126-2PADDING". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO10126PADDING". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO7816-4". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ISO7816-4PADDING". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/NOPADDING". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/PKCS5". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/PKCS5PADDING". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/PKCS7". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/PKCS7PADDING". 13:35:12,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/TBC". 13:35:12,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/TBCPADDING". 13:35:12,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/X9.23". 13:35:12,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/X9.23PADDING". 13:35:12,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ZEROBYTE". 13:35:12,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CFB96/ZEROBYTEPADDING". 13:35:12,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CTS/". 13:35:12,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/CTS/NOPADDING". 13:35:12,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/EAX/". 13:35:12,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/EAX/NOPADDING". 13:35:12,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/ECB/". 13:35:12,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/ECB/NOPADDING". 13:35:12,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/". 13:35:12,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO10126". 13:35:12,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO10126-2". 13:35:12,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO10126-2PADDING". 13:35:12,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO10126PADDING". 13:35:12,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO7816-4". 13:35:12,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ISO7816-4PADDING". 13:35:12,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/NOPADDING". 13:35:12,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/PKCS5". 13:35:12,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/PKCS5PADDING". 13:35:12,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/PKCS7". 13:35:12,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/PKCS7PADDING". 13:35:12,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/TBC". 13:35:12,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/TBCPADDING". 13:35:12,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/X9.23". 13:35:12,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/X9.23PADDING". 13:35:12,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ZEROBYTE". 13:35:12,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/GOFB/ZEROBYTEPADDING". 13:35:12,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/". 13:35:12,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO10126". 13:35:12,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO10126-2". 13:35:12,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO10126-2PADDING". 13:35:12,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO10126PADDING". 13:35:12,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO7816-4". 13:35:12,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ISO7816-4PADDING". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/NOPADDING". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/PKCS5". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/PKCS5PADDING". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/PKCS7". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/PKCS7PADDING". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/TBC". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/TBCPADDING". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/X9.23". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/X9.23PADDING". 13:35:12,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ZEROBYTE". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB/ZEROBYTEPADDING". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO10126". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO10126-2". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO10126-2PADDING". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO10126PADDING". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO7816-4". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ISO7816-4PADDING". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/NOPADDING". 13:35:12,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/PKCS5". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/PKCS5PADDING". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/PKCS7". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/PKCS7PADDING". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/TBC". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/TBCPADDING". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/X9.23". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/X9.23PADDING". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ZEROBYTE". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB104/ZEROBYTEPADDING". 13:35:12,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO10126". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO10126-2". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO10126-2PADDING". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO10126PADDING". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO7816-4". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ISO7816-4PADDING". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/NOPADDING". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/PKCS5". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/PKCS5PADDING". 13:35:12,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/PKCS7". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/PKCS7PADDING". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/TBC". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/TBCPADDING". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/X9.23". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/X9.23PADDING". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ZEROBYTE". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB112/ZEROBYTEPADDING". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO10126". 13:35:12,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO10126-2". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO10126-2PADDING". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO10126PADDING". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO7816-4". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ISO7816-4PADDING". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/NOPADDING". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/PKCS5". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/PKCS5PADDING". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/PKCS7". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/PKCS7PADDING". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/TBC". 13:35:12,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/TBCPADDING". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/X9.23". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/X9.23PADDING". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ZEROBYTE". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB120/ZEROBYTEPADDING". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO10126". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO10126-2". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO10126-2PADDING". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO10126PADDING". 13:35:12,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO7816-4". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ISO7816-4PADDING". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/NOPADDING". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/PKCS5". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/PKCS5PADDING". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/PKCS7". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/PKCS7PADDING". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/TBC". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/TBCPADDING". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/X9.23". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/X9.23PADDING". 13:35:12,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ZEROBYTE". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB128/ZEROBYTEPADDING". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO10126". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO10126-2". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO10126-2PADDING". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO10126PADDING". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO7816-4". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ISO7816-4PADDING". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/NOPADDING". 13:35:12,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/PKCS5". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/PKCS5PADDING". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/PKCS7". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/PKCS7PADDING". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/TBC". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/TBCPADDING". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/X9.23". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/X9.23PADDING". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ZEROBYTE". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB136/ZEROBYTEPADDING". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/". 13:35:12,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO10126". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO10126-2". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO10126-2PADDING". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO10126PADDING". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO7816-4". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ISO7816-4PADDING". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/NOPADDING". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/PKCS5". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/PKCS5PADDING". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/PKCS7". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/PKCS7PADDING". 13:35:12,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/TBC". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/TBCPADDING". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/X9.23". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/X9.23PADDING". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ZEROBYTE". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB144/ZEROBYTEPADDING". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO10126". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO10126-2". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO10126-2PADDING". 13:35:12,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO10126PADDING". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO7816-4". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ISO7816-4PADDING". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/NOPADDING". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/PKCS5". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/PKCS5PADDING". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/PKCS7". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/PKCS7PADDING". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/TBC". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/TBCPADDING". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/X9.23". 13:35:12,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/X9.23PADDING". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ZEROBYTE". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB152/ZEROBYTEPADDING". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO10126". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO10126-2". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO10126-2PADDING". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO10126PADDING". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO7816-4". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ISO7816-4PADDING". 13:35:12,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/NOPADDING". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/PKCS5". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/PKCS5PADDING". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/PKCS7". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/PKCS7PADDING". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/TBC". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/TBCPADDING". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/X9.23". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/X9.23PADDING". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ZEROBYTE". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB16/ZEROBYTEPADDING". 13:35:12,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO10126". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO10126-2". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO10126-2PADDING". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO10126PADDING". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO7816-4". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ISO7816-4PADDING". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/NOPADDING". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/PKCS5". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/PKCS5PADDING". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/PKCS7". 13:35:12,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/PKCS7PADDING". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/TBC". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/TBCPADDING". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/X9.23". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/X9.23PADDING". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ZEROBYTE". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB160/ZEROBYTEPADDING". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO10126". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO10126-2". 13:35:12,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO10126-2PADDING". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO10126PADDING". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO7816-4". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ISO7816-4PADDING". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/NOPADDING". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/PKCS5". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/PKCS5PADDING". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/PKCS7". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/PKCS7PADDING". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/TBC". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/TBCPADDING". 13:35:12,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/X9.23". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/X9.23PADDING". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ZEROBYTE". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB168/ZEROBYTEPADDING". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO10126". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO10126-2". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO10126-2PADDING". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO10126PADDING". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO7816-4". 13:35:12,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ISO7816-4PADDING". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/NOPADDING". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/PKCS5". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/PKCS5PADDING". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/PKCS7". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/PKCS7PADDING". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/TBC". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/TBCPADDING". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/X9.23". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/X9.23PADDING". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ZEROBYTE". 13:35:12,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB176/ZEROBYTEPADDING". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO10126". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO10126-2". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO10126-2PADDING". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO10126PADDING". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO7816-4". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ISO7816-4PADDING". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/NOPADDING". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/PKCS5". 13:35:12,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/PKCS5PADDING". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/PKCS7". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/PKCS7PADDING". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/TBC". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/TBCPADDING". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/X9.23". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/X9.23PADDING". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ZEROBYTE". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB184/ZEROBYTEPADDING". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO10126". 13:35:12,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO10126-2". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO10126-2PADDING". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO10126PADDING". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO7816-4". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ISO7816-4PADDING". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/NOPADDING". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/PKCS5". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/PKCS5PADDING". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/PKCS7". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/PKCS7PADDING". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/TBC". 13:35:12,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/TBCPADDING". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/X9.23". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/X9.23PADDING". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ZEROBYTE". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB192/ZEROBYTEPADDING". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO10126". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO10126-2". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO10126-2PADDING". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO10126PADDING". 13:35:12,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO7816-4". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ISO7816-4PADDING". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/NOPADDING". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/PKCS5". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/PKCS5PADDING". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/PKCS7". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/PKCS7PADDING". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/TBC". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/TBCPADDING". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/X9.23". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/X9.23PADDING". 13:35:12,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ZEROBYTE". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB200/ZEROBYTEPADDING". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO10126". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO10126-2". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO10126-2PADDING". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO10126PADDING". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO7816-4". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ISO7816-4PADDING". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/NOPADDING". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/PKCS5". 13:35:12,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/PKCS5PADDING". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/PKCS7". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/PKCS7PADDING". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/TBC". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/TBCPADDING". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/X9.23". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/X9.23PADDING". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ZEROBYTE". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB208/ZEROBYTEPADDING". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/". 13:35:12,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO10126". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO10126-2". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO10126-2PADDING". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO10126PADDING". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO7816-4". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ISO7816-4PADDING". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/NOPADDING". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/PKCS5". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/PKCS5PADDING". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/PKCS7". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/PKCS7PADDING". 13:35:12,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/TBC". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/TBCPADDING". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/X9.23". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/X9.23PADDING". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ZEROBYTE". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB216/ZEROBYTEPADDING". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO10126". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO10126-2". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO10126-2PADDING". 13:35:12,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO10126PADDING". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO7816-4". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ISO7816-4PADDING". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/NOPADDING". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/PKCS5". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/PKCS5PADDING". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/PKCS7". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/PKCS7PADDING". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/TBC". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/TBCPADDING". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/X9.23". 13:35:12,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/X9.23PADDING". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ZEROBYTE". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB224/ZEROBYTEPADDING". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO10126". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO10126-2". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO10126-2PADDING". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO10126PADDING". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO7816-4". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ISO7816-4PADDING". 13:35:12,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/NOPADDING". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/PKCS5". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/PKCS5PADDING". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/PKCS7". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/PKCS7PADDING". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/TBC". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/TBCPADDING". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/X9.23". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/X9.23PADDING". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ZEROBYTE". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB232/ZEROBYTEPADDING". 13:35:12,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO10126". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO10126-2". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO10126-2PADDING". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO10126PADDING". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO7816-4". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ISO7816-4PADDING". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/NOPADDING". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/PKCS5". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/PKCS5PADDING". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/PKCS7". 13:35:12,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/PKCS7PADDING". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/TBC". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/TBCPADDING". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/X9.23". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/X9.23PADDING". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ZEROBYTE". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB24/ZEROBYTEPADDING". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO10126". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO10126-2". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO10126-2PADDING". 13:35:12,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO10126PADDING". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO7816-4". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ISO7816-4PADDING". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/NOPADDING". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/PKCS5". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/PKCS5PADDING". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/PKCS7". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/PKCS7PADDING". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/TBC". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/TBCPADDING". 13:35:12,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/X9.23". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/X9.23PADDING". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ZEROBYTE". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB240/ZEROBYTEPADDING". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO10126". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO10126-2". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO10126-2PADDING". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO10126PADDING". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO7816-4". 13:35:12,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ISO7816-4PADDING". 13:35:12,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/NOPADDING". 13:35:12,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/PKCS5". 13:35:12,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/PKCS5PADDING". 13:35:12,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/PKCS7". 13:35:12,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/PKCS7PADDING". 13:35:12,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/TBC". 13:35:12,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/TBCPADDING". 13:35:12,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/X9.23". 13:35:12,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/X9.23PADDING". 13:35:12,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ZEROBYTE". 13:35:12,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB248/ZEROBYTEPADDING". 13:35:12,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/". 13:35:12,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO10126". 13:35:12,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO10126-2". 13:35:12,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO10126-2PADDING". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO10126PADDING". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO7816-4". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ISO7816-4PADDING". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/NOPADDING". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/PKCS5". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/PKCS5PADDING". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/PKCS7". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/PKCS7PADDING". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/TBC". 13:35:12,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/TBCPADDING". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/X9.23". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/X9.23PADDING". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ZEROBYTE". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB256/ZEROBYTEPADDING". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO10126". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO10126-2". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO10126-2PADDING". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO10126PADDING". 13:35:12,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO7816-4". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ISO7816-4PADDING". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/NOPADDING". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/PKCS5". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/PKCS5PADDING". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/PKCS7". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/PKCS7PADDING". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/TBC". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/TBCPADDING". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/X9.23". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/X9.23PADDING". 13:35:12,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ZEROBYTE". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB32/ZEROBYTEPADDING". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO10126". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO10126-2". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO10126-2PADDING". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO10126PADDING". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO7816-4". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ISO7816-4PADDING". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/NOPADDING". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/PKCS5". 13:35:12,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/PKCS5PADDING". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/PKCS7". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/PKCS7PADDING". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/TBC". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/TBCPADDING". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/X9.23". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/X9.23PADDING". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ZEROBYTE". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB40/ZEROBYTEPADDING". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO10126". 13:35:12,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO10126-2". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO10126-2PADDING". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO10126PADDING". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO7816-4". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ISO7816-4PADDING". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/NOPADDING". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/PKCS5". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/PKCS5PADDING". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/PKCS7". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/PKCS7PADDING". 13:35:12,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/TBC". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/TBCPADDING". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/X9.23". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/X9.23PADDING". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ZEROBYTE". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB48/ZEROBYTEPADDING". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO10126". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO10126-2". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO10126-2PADDING". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO10126PADDING". 13:35:12,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO7816-4". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ISO7816-4PADDING". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/NOPADDING". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/PKCS5". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/PKCS5PADDING". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/PKCS7". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/PKCS7PADDING". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/TBC". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/TBCPADDING". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/X9.23". 13:35:12,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/X9.23PADDING". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ZEROBYTE". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB56/ZEROBYTEPADDING". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO10126". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO10126-2". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO10126-2PADDING". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO10126PADDING". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO7816-4". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ISO7816-4PADDING". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/NOPADDING". 13:35:12,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/PKCS5". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/PKCS5PADDING". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/PKCS7". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/PKCS7PADDING". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/TBC". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/TBCPADDING". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/X9.23". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/X9.23PADDING". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ZEROBYTE". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB64/ZEROBYTEPADDING". 13:35:12,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO10126". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO10126-2". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO10126-2PADDING". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO10126PADDING". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO7816-4". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ISO7816-4PADDING". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/NOPADDING". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/PKCS5". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/PKCS5PADDING". 13:35:12,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/PKCS7". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/PKCS7PADDING". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/TBC". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/TBCPADDING". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/X9.23". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/X9.23PADDING". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ZEROBYTE". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB72/ZEROBYTEPADDING". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO10126". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO10126-2". 13:35:12,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO10126-2PADDING". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO10126PADDING". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO7816-4". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ISO7816-4PADDING". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/NOPADDING". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/PKCS5". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/PKCS5PADDING". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/PKCS7". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/PKCS7PADDING". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/TBC". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/TBCPADDING". 13:35:12,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/X9.23". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/X9.23PADDING". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ZEROBYTE". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB8/ZEROBYTEPADDING". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO10126". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO10126-2". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO10126-2PADDING". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO10126PADDING". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO7816-4". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ISO7816-4PADDING". 13:35:12,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/NOPADDING". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/PKCS5". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/PKCS5PADDING". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/PKCS7". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/PKCS7PADDING". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/TBC". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/TBCPADDING". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/X9.23". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/X9.23PADDING". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ZEROBYTE". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB80/ZEROBYTEPADDING". 13:35:12,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO10126". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO10126-2". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO10126-2PADDING". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO10126PADDING". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO7816-4". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ISO7816-4PADDING". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/NOPADDING". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/PKCS5". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/PKCS5PADDING". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/PKCS7". 13:35:12,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/PKCS7PADDING". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/TBC". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/TBCPADDING". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/X9.23". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/X9.23PADDING". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ZEROBYTE". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB88/ZEROBYTEPADDING". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO10126". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO10126-2". 13:35:12,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO10126-2PADDING". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO10126PADDING". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO7816-4". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ISO7816-4PADDING". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/NOPADDING". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/PKCS5". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/PKCS5PADDING". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/PKCS7". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/PKCS7PADDING". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/TBC". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/TBCPADDING". 13:35:12,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/X9.23". 13:35:12,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/X9.23PADDING". 13:35:12,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ZEROBYTE". 13:35:12,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/OFB96/ZEROBYTEPADDING". 13:35:12,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/". 13:35:12,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO10126". 13:35:12,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO10126-2". 13:35:12,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO10126-2PADDING". 13:35:12,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO10126PADDING". 13:35:12,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO7816-4". 13:35:12,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ISO7816-4PADDING". 13:35:12,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/NOPADDING". 13:35:12,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/PKCS5". 13:35:12,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/PKCS5PADDING". 13:35:12,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/PKCS7". 13:35:12,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/PKCS7PADDING". 13:35:12,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/TBC". 13:35:12,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/TBCPADDING". 13:35:12,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/X9.23". 13:35:12,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/X9.23PADDING". 13:35:12,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ZEROBYTE". 13:35:12,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GOST28147/SIC/ZEROBYTEPADDING". 13:35:12,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-128//". 13:35:12,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-128//NOPADDING". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-128/ECB/". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-128/ECB/NOPADDING". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-V1//". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-V1//NOPADDING". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-V1/ECB/". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "GRAIN-V1/ECB/NOPADDING". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-128//". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-128//NOPADDING". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-128/ECB/". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-128/ECB/NOPADDING". 13:35:12,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-256//". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-256//NOPADDING". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-256/ECB/". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "HC-256/ECB/NOPADDING". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ISAAC//". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ISAAC//NOPADDING". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ISAAC/ECB/". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "ISAAC/ECB/NOPADDING". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//ISO9796-1". 13:35:12,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//ISO9796-1PADDING". 13:35:12,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//NOPADDING". 13:35:12,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//OAEP". 13:35:12,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//OAEPPADDING". 13:35:12,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//OAEPWITHSHA1ANDMGF1". 13:35:12,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//OAEPWITHSHA1ANDMGF1PADDING". 13:35:12,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//PKCS1". 13:35:12,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN//PKCS1PADDING". 13:35:12,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/". 13:35:12,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/ISO9796-1". 13:35:12,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/ISO9796-1PADDING". 13:35:12,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/NOPADDING". 13:35:12,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/OAEP". 13:35:12,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/OAEPPADDING". 13:35:12,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/OAEPWITHSHA1ANDMGF1". 13:35:12,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/OAEPWITHSHA1ANDMGF1PADDING". 13:35:12,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/PKCS1". 13:35:12,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NACCACHESTERN/ECB/PKCS1PADDING". 13:35:12,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON//". 13:35:12,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON//NOPADDING". 13:35:12,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC-CTS/". 13:35:12,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC-CTS/NOPADDING". 13:35:12,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/". 13:35:12,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO10126". 13:35:12,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO10126-2". 13:35:12,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO10126-2PADDING". 13:35:12,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO10126PADDING". 13:35:12,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO7816-4". 13:35:12,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ISO7816-4PADDING". 13:35:12,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/NOPADDING". 13:35:12,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/PKCS5". 13:35:12,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/PKCS5PADDING". 13:35:12,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/PKCS7". 13:35:12,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/PKCS7PADDING". 13:35:12,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/TBC". 13:35:12,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/TBCPADDING". 13:35:12,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/X9.23". 13:35:12,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/X9.23PADDING". 13:35:12,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ZEROBYTE". 13:35:12,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CBC/ZEROBYTEPADDING". 13:35:12,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CCM/". 13:35:12,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CCM/NOPADDING". 13:35:12,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/". 13:35:12,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO10126". 13:35:12,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO10126-2". 13:35:12,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO10126-2PADDING". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO10126PADDING". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO7816-4". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ISO7816-4PADDING". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/NOPADDING". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/PKCS5". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/PKCS5PADDING". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/PKCS7". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/PKCS7PADDING". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/TBC". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/TBCPADDING". 13:35:12,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/X9.23". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/X9.23PADDING". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ZEROBYTE". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB/ZEROBYTEPADDING". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO10126". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO10126-2". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO10126-2PADDING". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO10126PADDING". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO7816-4". 13:35:12,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ISO7816-4PADDING". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/NOPADDING". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/PKCS5". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/PKCS5PADDING". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/PKCS7". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/PKCS7PADDING". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/TBC". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/TBCPADDING". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/X9.23". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/X9.23PADDING". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ZEROBYTE". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB104/ZEROBYTEPADDING". 13:35:12,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO10126". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO10126-2". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO10126-2PADDING". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO10126PADDING". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO7816-4". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ISO7816-4PADDING". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/NOPADDING". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/PKCS5". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/PKCS5PADDING". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/PKCS7". 13:35:12,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/PKCS7PADDING". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/TBC". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/TBCPADDING". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/X9.23". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/X9.23PADDING". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ZEROBYTE". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB112/ZEROBYTEPADDING". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO10126". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO10126-2". 13:35:12,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO10126-2PADDING". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO10126PADDING". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO7816-4". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ISO7816-4PADDING". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/NOPADDING". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/PKCS5". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/PKCS5PADDING". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/PKCS7". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/PKCS7PADDING". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/TBC". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/TBCPADDING". 13:35:12,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/X9.23". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/X9.23PADDING". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ZEROBYTE". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB120/ZEROBYTEPADDING". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO10126". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO10126-2". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO10126-2PADDING". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO10126PADDING". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO7816-4". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ISO7816-4PADDING". 13:35:12,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/NOPADDING". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/PKCS5". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/PKCS5PADDING". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/PKCS7". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/PKCS7PADDING". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/TBC". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/TBCPADDING". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/X9.23". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/X9.23PADDING". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ZEROBYTE". 13:35:12,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB128/ZEROBYTEPADDING". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO10126". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO10126-2". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO10126-2PADDING". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO10126PADDING". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO7816-4". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ISO7816-4PADDING". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/NOPADDING". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/PKCS5". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/PKCS5PADDING". 13:35:12,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/PKCS7". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/PKCS7PADDING". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/TBC". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/TBCPADDING". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/X9.23". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/X9.23PADDING". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ZEROBYTE". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB136/ZEROBYTEPADDING". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO10126". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO10126-2". 13:35:12,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO10126-2PADDING". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO10126PADDING". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO7816-4". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ISO7816-4PADDING". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/NOPADDING". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/PKCS5". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/PKCS5PADDING". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/PKCS7". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/PKCS7PADDING". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/TBC". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/TBCPADDING". 13:35:12,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/X9.23". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/X9.23PADDING". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ZEROBYTE". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB144/ZEROBYTEPADDING". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO10126". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO10126-2". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO10126-2PADDING". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO10126PADDING". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO7816-4". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ISO7816-4PADDING". 13:35:12,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/NOPADDING". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/PKCS5". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/PKCS5PADDING". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/PKCS7". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/PKCS7PADDING". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/TBC". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/TBCPADDING". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/X9.23". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/X9.23PADDING". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ZEROBYTE". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB152/ZEROBYTEPADDING". 13:35:12,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO10126". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO10126-2". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO10126-2PADDING". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO10126PADDING". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO7816-4". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ISO7816-4PADDING". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/NOPADDING". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/PKCS5". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/PKCS5PADDING". 13:35:12,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/PKCS7". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/PKCS7PADDING". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/TBC". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/TBCPADDING". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/X9.23". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/X9.23PADDING". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ZEROBYTE". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB16/ZEROBYTEPADDING". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO10126". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO10126-2". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO10126-2PADDING". 13:35:12,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO10126PADDING". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO7816-4". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ISO7816-4PADDING". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/NOPADDING". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/PKCS5". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/PKCS5PADDING". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/PKCS7". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/PKCS7PADDING". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/TBC". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/TBCPADDING". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/X9.23". 13:35:12,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/X9.23PADDING". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ZEROBYTE". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB160/ZEROBYTEPADDING". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO10126". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO10126-2". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO10126-2PADDING". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO10126PADDING". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO7816-4". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ISO7816-4PADDING". 13:35:12,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/NOPADDING". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/PKCS5". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/PKCS5PADDING". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/PKCS7". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/PKCS7PADDING". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/TBC". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/TBCPADDING". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/X9.23". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/X9.23PADDING". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ZEROBYTE". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB168/ZEROBYTEPADDING". 13:35:12,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO10126". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO10126-2". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO10126-2PADDING". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO10126PADDING". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO7816-4". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ISO7816-4PADDING". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/NOPADDING". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/PKCS5". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/PKCS5PADDING". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/PKCS7". 13:35:12,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/PKCS7PADDING". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/TBC". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/TBCPADDING". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/X9.23". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/X9.23PADDING". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ZEROBYTE". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB176/ZEROBYTEPADDING". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO10126". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO10126-2". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO10126-2PADDING". 13:35:12,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO10126PADDING". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO7816-4". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ISO7816-4PADDING". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/NOPADDING". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/PKCS5". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/PKCS5PADDING". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/PKCS7". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/PKCS7PADDING". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/TBC". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/TBCPADDING". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/X9.23". 13:35:12,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/X9.23PADDING". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ZEROBYTE". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB184/ZEROBYTEPADDING". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO10126". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO10126-2". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO10126-2PADDING". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO10126PADDING". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO7816-4". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ISO7816-4PADDING". 13:35:12,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/NOPADDING". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/PKCS5". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/PKCS5PADDING". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/PKCS7". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/PKCS7PADDING". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/TBC". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/TBCPADDING". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/X9.23". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/X9.23PADDING". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ZEROBYTE". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB192/ZEROBYTEPADDING". 13:35:12,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO10126". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO10126-2". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO10126-2PADDING". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO10126PADDING". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO7816-4". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ISO7816-4PADDING". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/NOPADDING". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/PKCS5". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/PKCS5PADDING". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/PKCS7". 13:35:12,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/PKCS7PADDING". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/TBC". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/TBCPADDING". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/X9.23". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/X9.23PADDING". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ZEROBYTE". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB200/ZEROBYTEPADDING". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO10126". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO10126-2". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO10126-2PADDING". 13:35:12,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO10126PADDING". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO7816-4". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ISO7816-4PADDING". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/NOPADDING". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/PKCS5". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/PKCS5PADDING". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/PKCS7". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/PKCS7PADDING". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/TBC". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/TBCPADDING". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/X9.23". 13:35:12,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/X9.23PADDING". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ZEROBYTE". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB208/ZEROBYTEPADDING". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO10126". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO10126-2". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO10126-2PADDING". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO10126PADDING". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO7816-4". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ISO7816-4PADDING". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/NOPADDING". 13:35:12,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/PKCS5". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/PKCS5PADDING". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/PKCS7". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/PKCS7PADDING". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/TBC". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/TBCPADDING". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/X9.23". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/X9.23PADDING". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ZEROBYTE". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB216/ZEROBYTEPADDING". 13:35:12,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO10126". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO10126-2". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO10126-2PADDING". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO10126PADDING". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO7816-4". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ISO7816-4PADDING". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/NOPADDING". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/PKCS5". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/PKCS5PADDING". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/PKCS7". 13:35:12,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/PKCS7PADDING". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/TBC". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/TBCPADDING". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/X9.23". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/X9.23PADDING". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ZEROBYTE". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB224/ZEROBYTEPADDING". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO10126". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO10126-2". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO10126-2PADDING". 13:35:12,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO10126PADDING". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO7816-4". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ISO7816-4PADDING". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/NOPADDING". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/PKCS5". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/PKCS5PADDING". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/PKCS7". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/PKCS7PADDING". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/TBC". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/TBCPADDING". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/X9.23". 13:35:12,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/X9.23PADDING". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ZEROBYTE". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB232/ZEROBYTEPADDING". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO10126". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO10126-2". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO10126-2PADDING". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO10126PADDING". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO7816-4". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ISO7816-4PADDING". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/NOPADDING". 13:35:12,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/PKCS5". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/PKCS5PADDING". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/PKCS7". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/PKCS7PADDING". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/TBC". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/TBCPADDING". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/X9.23". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/X9.23PADDING". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ZEROBYTE". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB24/ZEROBYTEPADDING". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/". 13:35:12,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO10126". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO10126-2". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO10126-2PADDING". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO10126PADDING". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO7816-4". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ISO7816-4PADDING". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/NOPADDING". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/PKCS5". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/PKCS5PADDING". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/PKCS7". 13:35:12,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/PKCS7PADDING". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/TBC". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/TBCPADDING". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/X9.23". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/X9.23PADDING". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ZEROBYTE". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB240/ZEROBYTEPADDING". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO10126". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO10126-2". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO10126-2PADDING". 13:35:12,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO10126PADDING". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO7816-4". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ISO7816-4PADDING". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/NOPADDING". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/PKCS5". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/PKCS5PADDING". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/PKCS7". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/PKCS7PADDING". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/TBC". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/TBCPADDING". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/X9.23". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/X9.23PADDING". 13:35:12,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ZEROBYTE". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB248/ZEROBYTEPADDING". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO10126". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO10126-2". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO10126-2PADDING". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO10126PADDING". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO7816-4". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ISO7816-4PADDING". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/NOPADDING". 13:35:12,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/PKCS5". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/PKCS5PADDING". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/PKCS7". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/PKCS7PADDING". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/TBC". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/TBCPADDING". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/X9.23". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/X9.23PADDING". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ZEROBYTE". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB256/ZEROBYTEPADDING". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/". 13:35:12,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO10126". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO10126-2". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO10126-2PADDING". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO10126PADDING". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO7816-4". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ISO7816-4PADDING". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/NOPADDING". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/PKCS5". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/PKCS5PADDING". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/PKCS7". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/PKCS7PADDING". 13:35:12,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/TBC". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/TBCPADDING". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/X9.23". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/X9.23PADDING". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ZEROBYTE". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB32/ZEROBYTEPADDING". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO10126". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO10126-2". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO10126-2PADDING". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO10126PADDING". 13:35:12,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO7816-4". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ISO7816-4PADDING". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/NOPADDING". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/PKCS5". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/PKCS5PADDING". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/PKCS7". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/PKCS7PADDING". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/TBC". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/TBCPADDING". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/X9.23". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/X9.23PADDING". 13:35:12,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ZEROBYTE". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB40/ZEROBYTEPADDING". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO10126". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO10126-2". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO10126-2PADDING". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO10126PADDING". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO7816-4". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ISO7816-4PADDING". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/NOPADDING". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/PKCS5". 13:35:12,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/PKCS5PADDING". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/PKCS7". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/PKCS7PADDING". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/TBC". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/TBCPADDING". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/X9.23". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/X9.23PADDING". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ZEROBYTE". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB48/ZEROBYTEPADDING". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO10126". 13:35:12,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO10126-2". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO10126-2PADDING". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO10126PADDING". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO7816-4". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ISO7816-4PADDING". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/NOPADDING". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/PKCS5". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/PKCS5PADDING". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/PKCS7". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/PKCS7PADDING". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/TBC". 13:35:12,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/TBCPADDING". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/X9.23". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/X9.23PADDING". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ZEROBYTE". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB56/ZEROBYTEPADDING". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO10126". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO10126-2". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO10126-2PADDING". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO10126PADDING". 13:35:12,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO7816-4". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ISO7816-4PADDING". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/NOPADDING". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/PKCS5". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/PKCS5PADDING". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/PKCS7". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/PKCS7PADDING". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/TBC". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/TBCPADDING". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/X9.23". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/X9.23PADDING". 13:35:12,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ZEROBYTE". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB64/ZEROBYTEPADDING". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO10126". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO10126-2". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO10126-2PADDING". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO10126PADDING". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO7816-4". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ISO7816-4PADDING". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/NOPADDING". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/PKCS5". 13:35:12,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/PKCS5PADDING". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/PKCS7". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/PKCS7PADDING". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/TBC". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/TBCPADDING". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/X9.23". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/X9.23PADDING". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ZEROBYTE". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB72/ZEROBYTEPADDING". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO10126". 13:35:12,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO10126-2". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO10126-2PADDING". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO10126PADDING". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO7816-4". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ISO7816-4PADDING". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/NOPADDING". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/PKCS5". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/PKCS5PADDING". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/PKCS7". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/PKCS7PADDING". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/TBC". 13:35:12,573 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/TBCPADDING". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/X9.23". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/X9.23PADDING". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ZEROBYTE". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB8/ZEROBYTEPADDING". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO10126". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO10126-2". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO10126-2PADDING". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO10126PADDING". 13:35:12,574 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO7816-4". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ISO7816-4PADDING". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/NOPADDING". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/PKCS5". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/PKCS5PADDING". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/PKCS7". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/PKCS7PADDING". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/TBC". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/TBCPADDING". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/X9.23". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/X9.23PADDING". 13:35:12,575 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ZEROBYTE". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB80/ZEROBYTEPADDING". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO10126". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO10126-2". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO10126-2PADDING". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO10126PADDING". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO7816-4". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ISO7816-4PADDING". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/NOPADDING". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/PKCS5". 13:35:12,576 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/PKCS5PADDING". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/PKCS7". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/PKCS7PADDING". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/TBC". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/TBCPADDING". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/X9.23". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/X9.23PADDING". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ZEROBYTE". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB88/ZEROBYTEPADDING". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO10126". 13:35:12,577 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO10126-2". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO10126-2PADDING". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO10126PADDING". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO7816-4". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ISO7816-4PADDING". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/NOPADDING". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/PKCS5". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/PKCS5PADDING". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/PKCS7". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/PKCS7PADDING". 13:35:12,578 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/TBC". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/TBCPADDING". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/X9.23". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/X9.23PADDING". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ZEROBYTE". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CFB96/ZEROBYTEPADDING". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CTS/". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/CTS/NOPADDING". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/EAX/". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/EAX/NOPADDING". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/ECB/". 13:35:12,579 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/ECB/NOPADDING". 13:35:12,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/GCM/". 13:35:12,580 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/GCM/NOPADDING". 13:35:12,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/". 13:35:12,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO10126". 13:35:12,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO10126-2". 13:35:12,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO10126-2PADDING". 13:35:12,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO10126PADDING". 13:35:12,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO7816-4". 13:35:12,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ISO7816-4PADDING". 13:35:12,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/NOPADDING". 13:35:12,581 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/PKCS5". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/PKCS5PADDING". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/PKCS7". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/PKCS7PADDING". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/TBC". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/TBCPADDING". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/X9.23". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/X9.23PADDING". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ZEROBYTE". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB/ZEROBYTEPADDING". 13:35:12,582 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO10126". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO10126-2". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO10126-2PADDING". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO10126PADDING". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO7816-4". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ISO7816-4PADDING". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/NOPADDING". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/PKCS5". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/PKCS5PADDING". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/PKCS7". 13:35:12,583 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/PKCS7PADDING". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/TBC". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/TBCPADDING". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/X9.23". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/X9.23PADDING". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ZEROBYTE". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB104/ZEROBYTEPADDING". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO10126". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO10126-2". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO10126-2PADDING". 13:35:12,584 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO10126PADDING". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO7816-4". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ISO7816-4PADDING". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/NOPADDING". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/PKCS5". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/PKCS5PADDING". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/PKCS7". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/PKCS7PADDING". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/TBC". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/TBCPADDING". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/X9.23". 13:35:12,585 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/X9.23PADDING". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ZEROBYTE". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB112/ZEROBYTEPADDING". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO10126". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO10126-2". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO10126-2PADDING". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO10126PADDING". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO7816-4". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ISO7816-4PADDING". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/NOPADDING". 13:35:12,586 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/PKCS5". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/PKCS5PADDING". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/PKCS7". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/PKCS7PADDING". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/TBC". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/TBCPADDING". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/X9.23". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/X9.23PADDING". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ZEROBYTE". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB120/ZEROBYTEPADDING". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/". 13:35:12,587 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO10126". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO10126-2". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO10126-2PADDING". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO10126PADDING". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO7816-4". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ISO7816-4PADDING". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/NOPADDING". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/PKCS5". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/PKCS5PADDING". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/PKCS7". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/PKCS7PADDING". 13:35:12,588 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/TBC". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/TBCPADDING". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/X9.23". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/X9.23PADDING". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ZEROBYTE". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB128/ZEROBYTEPADDING". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO10126". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO10126-2". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO10126-2PADDING". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO10126PADDING". 13:35:12,589 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO7816-4". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ISO7816-4PADDING". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/NOPADDING". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/PKCS5". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/PKCS5PADDING". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/PKCS7". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/PKCS7PADDING". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/TBC". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/TBCPADDING". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/X9.23". 13:35:12,590 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/X9.23PADDING". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ZEROBYTE". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB136/ZEROBYTEPADDING". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO10126". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO10126-2". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO10126-2PADDING". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO10126PADDING". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO7816-4". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ISO7816-4PADDING". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/NOPADDING". 13:35:12,591 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/PKCS5". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/PKCS5PADDING". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/PKCS7". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/PKCS7PADDING". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/TBC". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/TBCPADDING". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/X9.23". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/X9.23PADDING". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ZEROBYTE". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB144/ZEROBYTEPADDING". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/". 13:35:12,592 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO10126". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO10126-2". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO10126-2PADDING". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO10126PADDING". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO7816-4". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ISO7816-4PADDING". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/NOPADDING". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/PKCS5". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/PKCS5PADDING". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/PKCS7". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/PKCS7PADDING". 13:35:12,593 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/TBC". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/TBCPADDING". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/X9.23". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/X9.23PADDING". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ZEROBYTE". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB152/ZEROBYTEPADDING". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO10126". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO10126-2". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO10126-2PADDING". 13:35:12,594 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO10126PADDING". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO7816-4". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ISO7816-4PADDING". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/NOPADDING". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/PKCS5". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/PKCS5PADDING". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/PKCS7". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/PKCS7PADDING". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/TBC". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/TBCPADDING". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/X9.23". 13:35:12,595 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/X9.23PADDING". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ZEROBYTE". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB16/ZEROBYTEPADDING". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO10126". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO10126-2". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO10126-2PADDING". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO10126PADDING". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO7816-4". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ISO7816-4PADDING". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/NOPADDING". 13:35:12,596 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/PKCS5". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/PKCS5PADDING". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/PKCS7". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/PKCS7PADDING". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/TBC". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/TBCPADDING". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/X9.23". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/X9.23PADDING". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ZEROBYTE". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB160/ZEROBYTEPADDING". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/". 13:35:12,597 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO10126". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO10126-2". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO10126-2PADDING". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO10126PADDING". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO7816-4". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ISO7816-4PADDING". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/NOPADDING". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/PKCS5". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/PKCS5PADDING". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/PKCS7". 13:35:12,598 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/PKCS7PADDING". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/TBC". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/TBCPADDING". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/X9.23". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/X9.23PADDING". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ZEROBYTE". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB168/ZEROBYTEPADDING". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO10126". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO10126-2". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO10126-2PADDING". 13:35:12,599 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO10126PADDING". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO7816-4". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ISO7816-4PADDING". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/NOPADDING". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/PKCS5". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/PKCS5PADDING". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/PKCS7". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/PKCS7PADDING". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/TBC". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/TBCPADDING". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/X9.23". 13:35:12,600 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/X9.23PADDING". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ZEROBYTE". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB176/ZEROBYTEPADDING". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO10126". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO10126-2". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO10126-2PADDING". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO10126PADDING". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO7816-4". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ISO7816-4PADDING". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/NOPADDING". 13:35:12,601 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/PKCS5". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/PKCS5PADDING". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/PKCS7". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/PKCS7PADDING". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/TBC". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/TBCPADDING". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/X9.23". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/X9.23PADDING". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ZEROBYTE". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB184/ZEROBYTEPADDING". 13:35:12,602 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO10126". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO10126-2". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO10126-2PADDING". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO10126PADDING". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO7816-4". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ISO7816-4PADDING". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/NOPADDING". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/PKCS5". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/PKCS5PADDING". 13:35:12,603 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/PKCS7". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/PKCS7PADDING". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/TBC". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/TBCPADDING". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/X9.23". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/X9.23PADDING". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ZEROBYTE". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB192/ZEROBYTEPADDING". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO10126". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO10126-2". 13:35:12,604 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO10126-2PADDING". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO10126PADDING". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO7816-4". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ISO7816-4PADDING". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/NOPADDING". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/PKCS5". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/PKCS5PADDING". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/PKCS7". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/PKCS7PADDING". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/TBC". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/TBCPADDING". 13:35:12,605 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/X9.23". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/X9.23PADDING". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ZEROBYTE". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB200/ZEROBYTEPADDING". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO10126". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO10126-2". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO10126-2PADDING". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO10126PADDING". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO7816-4". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ISO7816-4PADDING". 13:35:12,606 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/NOPADDING". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/PKCS5". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/PKCS5PADDING". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/PKCS7". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/PKCS7PADDING". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/TBC". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/TBCPADDING". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/X9.23". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/X9.23PADDING". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ZEROBYTE". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB208/ZEROBYTEPADDING". 13:35:12,607 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO10126". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO10126-2". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO10126-2PADDING". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO10126PADDING". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO7816-4". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ISO7816-4PADDING". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/NOPADDING". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/PKCS5". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/PKCS5PADDING". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/PKCS7". 13:35:12,608 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/PKCS7PADDING". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/TBC". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/TBCPADDING". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/X9.23". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/X9.23PADDING". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ZEROBYTE". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB216/ZEROBYTEPADDING". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO10126". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO10126-2". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO10126-2PADDING". 13:35:12,609 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO10126PADDING". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO7816-4". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ISO7816-4PADDING". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/NOPADDING". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/PKCS5". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/PKCS5PADDING". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/PKCS7". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/PKCS7PADDING". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/TBC". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/TBCPADDING". 13:35:12,610 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/X9.23". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/X9.23PADDING". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ZEROBYTE". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB224/ZEROBYTEPADDING". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO10126". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO10126-2". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO10126-2PADDING". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO10126PADDING". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO7816-4". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ISO7816-4PADDING". 13:35:12,611 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/NOPADDING". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/PKCS5". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/PKCS5PADDING". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/PKCS7". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/PKCS7PADDING". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/TBC". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/TBCPADDING". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/X9.23". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/X9.23PADDING". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ZEROBYTE". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB232/ZEROBYTEPADDING". 13:35:12,612 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO10126". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO10126-2". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO10126-2PADDING". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO10126PADDING". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO7816-4". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ISO7816-4PADDING". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/NOPADDING". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/PKCS5". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/PKCS5PADDING". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/PKCS7". 13:35:12,613 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/PKCS7PADDING". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/TBC". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/TBCPADDING". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/X9.23". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/X9.23PADDING". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ZEROBYTE". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB24/ZEROBYTEPADDING". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO10126". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO10126-2". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO10126-2PADDING". 13:35:12,614 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO10126PADDING". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO7816-4". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ISO7816-4PADDING". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/NOPADDING". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/PKCS5". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/PKCS5PADDING". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/PKCS7". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/PKCS7PADDING". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/TBC". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/TBCPADDING". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/X9.23". 13:35:12,615 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/X9.23PADDING". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ZEROBYTE". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB240/ZEROBYTEPADDING". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO10126". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO10126-2". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO10126-2PADDING". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO10126PADDING". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO7816-4". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ISO7816-4PADDING". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/NOPADDING". 13:35:12,616 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/PKCS5". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/PKCS5PADDING". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/PKCS7". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/PKCS7PADDING". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/TBC". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/TBCPADDING". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/X9.23". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/X9.23PADDING". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ZEROBYTE". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB248/ZEROBYTEPADDING". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/". 13:35:12,617 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO10126". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO10126-2". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO10126-2PADDING". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO10126PADDING". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO7816-4". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ISO7816-4PADDING". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/NOPADDING". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/PKCS5". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/PKCS5PADDING". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/PKCS7". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/PKCS7PADDING". 13:35:12,618 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/TBC". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/TBCPADDING". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/X9.23". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/X9.23PADDING". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ZEROBYTE". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB256/ZEROBYTEPADDING". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO10126". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO10126-2". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO10126-2PADDING". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO10126PADDING". 13:35:12,619 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO7816-4". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ISO7816-4PADDING". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/NOPADDING". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/PKCS5". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/PKCS5PADDING". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/PKCS7". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/PKCS7PADDING". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/TBC". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/TBCPADDING". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/X9.23". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/X9.23PADDING". 13:35:12,620 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ZEROBYTE". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB32/ZEROBYTEPADDING". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO10126". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO10126-2". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO10126-2PADDING". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO10126PADDING". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO7816-4". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ISO7816-4PADDING". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/NOPADDING". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/PKCS5". 13:35:12,621 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/PKCS5PADDING". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/PKCS7". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/PKCS7PADDING". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/TBC". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/TBCPADDING". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/X9.23". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/X9.23PADDING". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ZEROBYTE". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB40/ZEROBYTEPADDING". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/". 13:35:12,622 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO10126". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO10126-2". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO10126-2PADDING". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO10126PADDING". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO7816-4". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ISO7816-4PADDING". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/NOPADDING". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/PKCS5". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/PKCS5PADDING". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/PKCS7". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/PKCS7PADDING". 13:35:12,623 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/TBC". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/TBCPADDING". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/X9.23". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/X9.23PADDING". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ZEROBYTE". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB48/ZEROBYTEPADDING". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO10126". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO10126-2". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO10126-2PADDING". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO10126PADDING". 13:35:12,624 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO7816-4". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ISO7816-4PADDING". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/NOPADDING". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/PKCS5". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/PKCS5PADDING". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/PKCS7". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/PKCS7PADDING". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/TBC". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/TBCPADDING". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/X9.23". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/X9.23PADDING". 13:35:12,625 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ZEROBYTE". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB56/ZEROBYTEPADDING". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO10126". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO10126-2". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO10126-2PADDING". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO10126PADDING". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO7816-4". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ISO7816-4PADDING". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/NOPADDING". 13:35:12,626 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/PKCS5". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/PKCS5PADDING". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/PKCS7". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/PKCS7PADDING". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/TBC". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/TBCPADDING". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/X9.23". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/X9.23PADDING". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ZEROBYTE". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB64/ZEROBYTEPADDING". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO10126". 13:35:12,627 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO10126-2". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO10126-2PADDING". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO10126PADDING". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO7816-4". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ISO7816-4PADDING". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/NOPADDING". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/PKCS5". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/PKCS5PADDING". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/PKCS7". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/PKCS7PADDING". 13:35:12,628 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/TBC". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/TBCPADDING". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/X9.23". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/X9.23PADDING". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ZEROBYTE". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB72/ZEROBYTEPADDING". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO10126". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO10126-2". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO10126-2PADDING". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO10126PADDING". 13:35:12,629 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO7816-4". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ISO7816-4PADDING". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/NOPADDING". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/PKCS5". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/PKCS5PADDING". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/PKCS7". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/PKCS7PADDING". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/TBC". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/TBCPADDING". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/X9.23". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/X9.23PADDING". 13:35:12,630 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ZEROBYTE". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB8/ZEROBYTEPADDING". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO10126". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO10126-2". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO10126-2PADDING". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO10126PADDING". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO7816-4". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ISO7816-4PADDING". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/NOPADDING". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/PKCS5". 13:35:12,631 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/PKCS5PADDING". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/PKCS7". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/PKCS7PADDING". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/TBC". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/TBCPADDING". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/X9.23". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/X9.23PADDING". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ZEROBYTE". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB80/ZEROBYTEPADDING". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO10126". 13:35:12,632 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO10126-2". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO10126-2PADDING". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO10126PADDING". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO7816-4". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ISO7816-4PADDING". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/NOPADDING". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/PKCS5". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/PKCS5PADDING". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/PKCS7". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/PKCS7PADDING". 13:35:12,633 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/TBC". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/TBCPADDING". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/X9.23". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/X9.23PADDING". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ZEROBYTE". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB88/ZEROBYTEPADDING". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO10126". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO10126-2". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO10126-2PADDING". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO10126PADDING". 13:35:12,634 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO7816-4". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ISO7816-4PADDING". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/NOPADDING". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/PKCS5". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/PKCS5PADDING". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/PKCS7". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/PKCS7PADDING". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/TBC". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/TBCPADDING". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/X9.23". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/X9.23PADDING". 13:35:12,635 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ZEROBYTE". 13:35:12,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/OFB96/ZEROBYTEPADDING". 13:35:12,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/". 13:35:12,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO10126". 13:35:12,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO10126-2". 13:35:12,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO10126-2PADDING". 13:35:12,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO10126PADDING". 13:35:12,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO7816-4". 13:35:12,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ISO7816-4PADDING". 13:35:12,636 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/NOPADDING". 13:35:12,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/PKCS5". 13:35:12,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/PKCS5PADDING". 13:35:12,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/PKCS7". 13:35:12,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/PKCS7PADDING". 13:35:12,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/TBC". 13:35:12,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/TBCPADDING". 13:35:12,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/X9.23". 13:35:12,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/X9.23PADDING". 13:35:12,637 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ZEROBYTE". 13:35:12,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NOEKEON/SIC/ZEROBYTEPADDING". 13:35:12,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL//". 13:35:12,638 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL//NOPADDING". 13:35:12,642 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC-CTS/". 13:35:12,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC-CTS/NOPADDING". 13:35:12,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/". 13:35:12,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO10126". 13:35:12,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO10126-2". 13:35:12,643 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO10126-2PADDING". 13:35:12,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO10126PADDING". 13:35:12,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO7816-4". 13:35:12,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ISO7816-4PADDING". 13:35:12,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/NOPADDING". 13:35:12,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/PKCS5". 13:35:12,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/PKCS5PADDING". 13:35:12,644 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/PKCS7". 13:35:12,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/PKCS7PADDING". 13:35:12,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/TBC". 13:35:12,645 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/TBCPADDING". 13:35:12,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/X9.23". 13:35:12,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/X9.23PADDING". 13:35:12,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ZEROBYTE". 13:35:12,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CBC/ZEROBYTEPADDING". 13:35:12,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/". 13:35:12,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO10126". 13:35:12,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO10126-2". 13:35:12,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO10126-2PADDING". 13:35:12,646 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO10126PADDING". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO7816-4". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ISO7816-4PADDING". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/NOPADDING". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/PKCS5". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/PKCS5PADDING". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/PKCS7". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/PKCS7PADDING". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/TBC". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/TBCPADDING". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/X9.23". 13:35:12,647 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/X9.23PADDING". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ZEROBYTE". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB/ZEROBYTEPADDING". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO10126". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO10126-2". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO10126-2PADDING". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO10126PADDING". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO7816-4". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ISO7816-4PADDING". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/NOPADDING". 13:35:12,648 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/PKCS5". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/PKCS5PADDING". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/PKCS7". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/PKCS7PADDING". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/TBC". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/TBCPADDING". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/X9.23". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/X9.23PADDING". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ZEROBYTE". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB104/ZEROBYTEPADDING". 13:35:12,649 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO10126". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO10126-2". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO10126-2PADDING". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO10126PADDING". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO7816-4". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ISO7816-4PADDING". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/NOPADDING". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/PKCS5". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/PKCS5PADDING". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/PKCS7". 13:35:12,650 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/PKCS7PADDING". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/TBC". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/TBCPADDING". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/X9.23". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/X9.23PADDING". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ZEROBYTE". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB112/ZEROBYTEPADDING". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO10126". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO10126-2". 13:35:12,651 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO10126-2PADDING". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO10126PADDING". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO7816-4". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ISO7816-4PADDING". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/NOPADDING". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/PKCS5". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/PKCS5PADDING". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/PKCS7". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/PKCS7PADDING". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/TBC". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/TBCPADDING". 13:35:12,652 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/X9.23". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/X9.23PADDING". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ZEROBYTE". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB120/ZEROBYTEPADDING". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO10126". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO10126-2". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO10126-2PADDING". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO10126PADDING". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO7816-4". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ISO7816-4PADDING". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/NOPADDING". 13:35:12,653 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/PKCS5". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/PKCS5PADDING". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/PKCS7". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/PKCS7PADDING". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/TBC". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/TBCPADDING". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/X9.23". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/X9.23PADDING". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ZEROBYTE". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB128/ZEROBYTEPADDING". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/". 13:35:12,654 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO10126". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO10126-2". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO10126-2PADDING". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO10126PADDING". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO7816-4". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ISO7816-4PADDING". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/NOPADDING". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/PKCS5". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/PKCS5PADDING". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/PKCS7". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/PKCS7PADDING". 13:35:12,655 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/TBC". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/TBCPADDING". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/X9.23". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/X9.23PADDING". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ZEROBYTE". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB136/ZEROBYTEPADDING". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO10126". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO10126-2". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO10126-2PADDING". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO10126PADDING". 13:35:12,656 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO7816-4". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ISO7816-4PADDING". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/NOPADDING". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/PKCS5". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/PKCS5PADDING". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/PKCS7". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/PKCS7PADDING". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/TBC". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/TBCPADDING". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/X9.23". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/X9.23PADDING". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ZEROBYTE". 13:35:12,657 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB144/ZEROBYTEPADDING". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO10126". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO10126-2". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO10126-2PADDING". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO10126PADDING". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO7816-4". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ISO7816-4PADDING". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/NOPADDING". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/PKCS5". 13:35:12,658 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/PKCS5PADDING". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/PKCS7". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/PKCS7PADDING". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/TBC". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/TBCPADDING". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/X9.23". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/X9.23PADDING". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ZEROBYTE". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB152/ZEROBYTEPADDING". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/". 13:35:12,659 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO10126". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO10126-2". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO10126-2PADDING". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO10126PADDING". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO7816-4". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ISO7816-4PADDING". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/NOPADDING". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/PKCS5". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/PKCS5PADDING". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/PKCS7". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/PKCS7PADDING". 13:35:12,660 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/TBC". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/TBCPADDING". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/X9.23". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/X9.23PADDING". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ZEROBYTE". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB16/ZEROBYTEPADDING". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO10126". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO10126-2". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO10126-2PADDING". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO10126PADDING". 13:35:12,661 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO7816-4". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ISO7816-4PADDING". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/NOPADDING". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/PKCS5". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/PKCS5PADDING". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/PKCS7". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/PKCS7PADDING". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/TBC". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/TBCPADDING". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/X9.23". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/X9.23PADDING". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ZEROBYTE". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB160/ZEROBYTEPADDING". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO10126". 13:35:12,662 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO10126-2". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO10126-2PADDING". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO10126PADDING". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO7816-4". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ISO7816-4PADDING". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/NOPADDING". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/PKCS5". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/PKCS5PADDING". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/PKCS7". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/PKCS7PADDING". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/TBC". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/TBCPADDING". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/X9.23". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/X9.23PADDING". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ZEROBYTE". 13:35:12,664 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB168/ZEROBYTEPADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO10126". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO10126-2". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO10126-2PADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO10126PADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO7816-4". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ISO7816-4PADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/NOPADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/PKCS5". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/PKCS5PADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/PKCS7". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/PKCS7PADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/TBC". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/TBCPADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/X9.23". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/X9.23PADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ZEROBYTE". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB176/ZEROBYTEPADDING". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO10126". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO10126-2". 13:35:12,665 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO10126-2PADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO10126PADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO7816-4". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ISO7816-4PADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/NOPADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/PKCS5". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/PKCS5PADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/PKCS7". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/PKCS7PADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/TBC". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/TBCPADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/X9.23". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/X9.23PADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ZEROBYTE". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB184/ZEROBYTEPADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO10126". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO10126-2". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO10126-2PADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO10126PADDING". 13:35:12,666 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO7816-4". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ISO7816-4PADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/NOPADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/PKCS5". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/PKCS5PADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/PKCS7". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/PKCS7PADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/TBC". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/TBCPADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/X9.23". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/X9.23PADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ZEROBYTE". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB192/ZEROBYTEPADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO10126". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO10126-2". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO10126-2PADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO10126PADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO7816-4". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ISO7816-4PADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/NOPADDING". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/PKCS5". 13:35:12,667 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/PKCS5PADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/PKCS7". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/PKCS7PADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/TBC". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/TBCPADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/X9.23". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/X9.23PADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ZEROBYTE". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB200/ZEROBYTEPADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO10126". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO10126-2". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO10126-2PADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO10126PADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO7816-4". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ISO7816-4PADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/NOPADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/PKCS5". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/PKCS5PADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/PKCS7". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/PKCS7PADDING". 13:35:12,668 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/TBC". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/TBCPADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/X9.23". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/X9.23PADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ZEROBYTE". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB208/ZEROBYTEPADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO10126". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO10126-2". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO10126-2PADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO10126PADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO7816-4". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ISO7816-4PADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/NOPADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/PKCS5". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/PKCS5PADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/PKCS7". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/PKCS7PADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/TBC". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/TBCPADDING". 13:35:12,669 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/X9.23". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/X9.23PADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ZEROBYTE". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB216/ZEROBYTEPADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO10126". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO10126-2". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO10126-2PADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO10126PADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO7816-4". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ISO7816-4PADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/NOPADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/PKCS5". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/PKCS5PADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/PKCS7". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/PKCS7PADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/TBC". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/TBCPADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/X9.23". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/X9.23PADDING". 13:35:12,670 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ZEROBYTE". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB224/ZEROBYTEPADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO10126". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO10126-2". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO10126-2PADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO10126PADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO7816-4". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ISO7816-4PADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/NOPADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/PKCS5". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/PKCS5PADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/PKCS7". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/PKCS7PADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/TBC". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/TBCPADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/X9.23". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/X9.23PADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ZEROBYTE". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB232/ZEROBYTEPADDING". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/". 13:35:12,671 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO10126". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO10126-2". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO10126-2PADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO10126PADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO7816-4". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ISO7816-4PADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/NOPADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/PKCS5". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/PKCS5PADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/PKCS7". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/PKCS7PADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/TBC". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/TBCPADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/X9.23". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/X9.23PADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ZEROBYTE". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB24/ZEROBYTEPADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO10126". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO10126-2". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO10126-2PADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO10126PADDING". 13:35:12,672 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO7816-4". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ISO7816-4PADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/NOPADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/PKCS5". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/PKCS5PADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/PKCS7". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/PKCS7PADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/TBC". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/TBCPADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/X9.23". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/X9.23PADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ZEROBYTE". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB240/ZEROBYTEPADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO10126". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO10126-2". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO10126-2PADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO10126PADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO7816-4". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ISO7816-4PADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/NOPADDING". 13:35:12,673 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/PKCS5". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/PKCS5PADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/PKCS7". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/PKCS7PADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/TBC". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/TBCPADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/X9.23". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/X9.23PADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ZEROBYTE". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB248/ZEROBYTEPADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO10126". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO10126-2". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO10126-2PADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO10126PADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO7816-4". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ISO7816-4PADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/NOPADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/PKCS5". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/PKCS5PADDING". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/PKCS7". 13:35:12,674 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/PKCS7PADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/TBC". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/TBCPADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/X9.23". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/X9.23PADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ZEROBYTE". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB256/ZEROBYTEPADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO10126". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO10126-2". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO10126-2PADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO10126PADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO7816-4". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ISO7816-4PADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/NOPADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/PKCS5". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/PKCS5PADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/PKCS7". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/PKCS7PADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/TBC". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/TBCPADDING". 13:35:12,675 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/X9.23". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/X9.23PADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ZEROBYTE". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB32/ZEROBYTEPADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO10126". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO10126-2". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO10126-2PADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO10126PADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO7816-4". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ISO7816-4PADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/NOPADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/PKCS5". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/PKCS5PADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/PKCS7". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/PKCS7PADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/TBC". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/TBCPADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/X9.23". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/X9.23PADDING". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ZEROBYTE". 13:35:12,676 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB40/ZEROBYTEPADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO10126". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO10126-2". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO10126-2PADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO10126PADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO7816-4". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ISO7816-4PADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/NOPADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/PKCS5". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/PKCS5PADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/PKCS7". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/PKCS7PADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/TBC". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/TBCPADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/X9.23". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/X9.23PADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ZEROBYTE". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB48/ZEROBYTEPADDING". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO10126". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO10126-2". 13:35:12,677 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO10126-2PADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO10126PADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO7816-4". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ISO7816-4PADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/NOPADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/PKCS5". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/PKCS5PADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/PKCS7". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/PKCS7PADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/TBC". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/TBCPADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/X9.23". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/X9.23PADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ZEROBYTE". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB56/ZEROBYTEPADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO10126". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO10126-2". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO10126-2PADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO10126PADDING". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO7816-4". 13:35:12,678 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ISO7816-4PADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/NOPADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/PKCS5". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/PKCS5PADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/PKCS7". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/PKCS7PADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/TBC". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/TBCPADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/X9.23". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/X9.23PADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ZEROBYTE". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB64/ZEROBYTEPADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO10126". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO10126-2". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO10126-2PADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO10126PADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO7816-4". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ISO7816-4PADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/NOPADDING". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/PKCS5". 13:35:12,679 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/PKCS5PADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/PKCS7". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/PKCS7PADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/TBC". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/TBCPADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/X9.23". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/X9.23PADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ZEROBYTE". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB72/ZEROBYTEPADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO10126". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO10126-2". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO10126-2PADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO10126PADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO7816-4". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ISO7816-4PADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/NOPADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/PKCS5". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/PKCS5PADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/PKCS7". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/PKCS7PADDING". 13:35:12,680 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/TBC". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/TBCPADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/X9.23". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/X9.23PADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ZEROBYTE". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB8/ZEROBYTEPADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO10126". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO10126-2". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO10126-2PADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO10126PADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO7816-4". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ISO7816-4PADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/NOPADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/PKCS5". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/PKCS5PADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/PKCS7". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/PKCS7PADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/TBC". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/TBCPADDING". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/X9.23". 13:35:12,681 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/X9.23PADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ZEROBYTE". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB80/ZEROBYTEPADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO10126". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO10126-2". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO10126-2PADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO10126PADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO7816-4". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ISO7816-4PADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/NOPADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/PKCS5". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/PKCS5PADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/PKCS7". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/PKCS7PADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/TBC". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/TBCPADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/X9.23". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/X9.23PADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ZEROBYTE". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB88/ZEROBYTEPADDING". 13:35:12,682 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO10126". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO10126-2". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO10126-2PADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO10126PADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO7816-4". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ISO7816-4PADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/NOPADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/PKCS5". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/PKCS5PADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/PKCS7". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/PKCS7PADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/TBC". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/TBCPADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/X9.23". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/X9.23PADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ZEROBYTE". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CFB96/ZEROBYTEPADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CTS/". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/CTS/NOPADDING". 13:35:12,683 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/ECB/". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/ECB/NOPADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO10126". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO10126-2". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO10126-2PADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO10126PADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO7816-4". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ISO7816-4PADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/NOPADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/PKCS5". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/PKCS5PADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/PKCS7". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/PKCS7PADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/TBC". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/TBCPADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/X9.23". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/X9.23PADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ZEROBYTE". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB/ZEROBYTEPADDING". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/". 13:35:12,684 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO10126". 13:35:12,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO10126-2". 13:35:12,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO10126-2PADDING". 13:35:12,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO10126PADDING". 13:35:12,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO7816-4". 13:35:12,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ISO7816-4PADDING". 13:35:12,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/NOPADDING". 13:35:12,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/PKCS5". 13:35:12,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/PKCS5PADDING". 13:35:12,685 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/PKCS7". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/PKCS7PADDING". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/TBC". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/TBCPADDING". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/X9.23". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/X9.23PADDING". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ZEROBYTE". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB104/ZEROBYTEPADDING". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO10126". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO10126-2". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO10126-2PADDING". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO10126PADDING". 13:35:12,697 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO7816-4". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ISO7816-4PADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/NOPADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/PKCS5". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/PKCS5PADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/PKCS7". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/PKCS7PADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/TBC". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/TBCPADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/X9.23". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/X9.23PADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ZEROBYTE". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB112/ZEROBYTEPADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO10126". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO10126-2". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO10126-2PADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO10126PADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO7816-4". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ISO7816-4PADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/NOPADDING". 13:35:12,698 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/PKCS5". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/PKCS5PADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/PKCS7". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/PKCS7PADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/TBC". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/TBCPADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/X9.23". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/X9.23PADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ZEROBYTE". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB120/ZEROBYTEPADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO10126". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO10126-2". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO10126-2PADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO10126PADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO7816-4". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ISO7816-4PADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/NOPADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/PKCS5". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/PKCS5PADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/PKCS7". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/PKCS7PADDING". 13:35:12,699 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/TBC". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/TBCPADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/X9.23". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/X9.23PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ZEROBYTE". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB128/ZEROBYTEPADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO10126". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO10126-2". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO10126-2PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO10126PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO7816-4". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ISO7816-4PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/NOPADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/PKCS5". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/PKCS5PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/PKCS7". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/PKCS7PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/TBC". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/TBCPADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/X9.23". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/X9.23PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ZEROBYTE". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB136/ZEROBYTEPADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO10126". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO10126-2". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO10126-2PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO10126PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO7816-4". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ISO7816-4PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/NOPADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/PKCS5". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/PKCS5PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/PKCS7". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/PKCS7PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/TBC". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/TBCPADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/X9.23". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/X9.23PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ZEROBYTE". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB144/ZEROBYTEPADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO10126". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO10126-2". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO10126-2PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO10126PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO7816-4". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ISO7816-4PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/NOPADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/PKCS5". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/PKCS5PADDING". 13:35:12,700 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/PKCS7". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/PKCS7PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/TBC". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/TBCPADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/X9.23". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/X9.23PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ZEROBYTE". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB152/ZEROBYTEPADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO10126". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO10126-2". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO10126-2PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO10126PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO7816-4". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ISO7816-4PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/NOPADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/PKCS5". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/PKCS5PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/PKCS7". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/PKCS7PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/TBC". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/TBCPADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/X9.23". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/X9.23PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ZEROBYTE". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB16/ZEROBYTEPADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO10126". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO10126-2". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO10126-2PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO10126PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO7816-4". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ISO7816-4PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/NOPADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/PKCS5". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/PKCS5PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/PKCS7". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/PKCS7PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/TBC". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/TBCPADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/X9.23". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/X9.23PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ZEROBYTE". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB160/ZEROBYTEPADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO10126". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO10126-2". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO10126-2PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO10126PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO7816-4". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ISO7816-4PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/NOPADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/PKCS5". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/PKCS5PADDING". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/PKCS7". 13:35:12,701 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/PKCS7PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/TBC". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/TBCPADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/X9.23". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/X9.23PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ZEROBYTE". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB168/ZEROBYTEPADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO10126". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO10126-2". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO10126-2PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO10126PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO7816-4". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ISO7816-4PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/NOPADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/PKCS5". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/PKCS5PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/PKCS7". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/PKCS7PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/TBC". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/TBCPADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/X9.23". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/X9.23PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ZEROBYTE". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB176/ZEROBYTEPADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO10126". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO10126-2". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO10126-2PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO10126PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO7816-4". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ISO7816-4PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/NOPADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/PKCS5". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/PKCS5PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/PKCS7". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/PKCS7PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/TBC". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/TBCPADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/X9.23". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/X9.23PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ZEROBYTE". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB184/ZEROBYTEPADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO10126". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO10126-2". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO10126-2PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO10126PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO7816-4". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ISO7816-4PADDING". 13:35:12,702 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/NOPADDING". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/PKCS5". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/PKCS5PADDING". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/PKCS7". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/PKCS7PADDING". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/TBC". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/TBCPADDING". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/X9.23". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/X9.23PADDING". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ZEROBYTE". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB192/ZEROBYTEPADDING". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO10126". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO10126-2". 13:35:12,703 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO10126-2PADDING". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO10126PADDING". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO7816-4". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ISO7816-4PADDING". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/NOPADDING". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/PKCS5". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/PKCS5PADDING". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/PKCS7". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/PKCS7PADDING". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/TBC". 13:35:12,704 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/TBCPADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/X9.23". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/X9.23PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ZEROBYTE". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB200/ZEROBYTEPADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO10126". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO10126-2". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO10126-2PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO10126PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO7816-4". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ISO7816-4PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/NOPADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/PKCS5". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/PKCS5PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/PKCS7". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/PKCS7PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/TBC". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/TBCPADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/X9.23". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/X9.23PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ZEROBYTE". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB208/ZEROBYTEPADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO10126". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO10126-2". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO10126-2PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO10126PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO7816-4". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ISO7816-4PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/NOPADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/PKCS5". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/PKCS5PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/PKCS7". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/PKCS7PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/TBC". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/TBCPADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/X9.23". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/X9.23PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ZEROBYTE". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB216/ZEROBYTEPADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO10126". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO10126-2". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO10126-2PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO10126PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO7816-4". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ISO7816-4PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/NOPADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/PKCS5". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/PKCS5PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/PKCS7". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/PKCS7PADDING". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/TBC". 13:35:12,705 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/TBCPADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/X9.23". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/X9.23PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ZEROBYTE". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB224/ZEROBYTEPADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO10126". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO10126-2". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO10126-2PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO10126PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO7816-4". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ISO7816-4PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/NOPADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/PKCS5". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/PKCS5PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/PKCS7". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/PKCS7PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/TBC". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/TBCPADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/X9.23". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/X9.23PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ZEROBYTE". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB232/ZEROBYTEPADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO10126". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO10126-2". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO10126-2PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO10126PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO7816-4". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ISO7816-4PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/NOPADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/PKCS5". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/PKCS5PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/PKCS7". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/PKCS7PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/TBC". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/TBCPADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/X9.23". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/X9.23PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ZEROBYTE". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB24/ZEROBYTEPADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO10126". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO10126-2". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO10126-2PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO10126PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO7816-4". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ISO7816-4PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/NOPADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/PKCS5". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/PKCS5PADDING". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/PKCS7". 13:35:12,706 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/PKCS7PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/TBC". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/TBCPADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/X9.23". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/X9.23PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ZEROBYTE". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB240/ZEROBYTEPADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO10126". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO10126-2". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO10126-2PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO10126PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO7816-4". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ISO7816-4PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/NOPADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/PKCS5". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/PKCS5PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/PKCS7". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/PKCS7PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/TBC". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/TBCPADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/X9.23". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/X9.23PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ZEROBYTE". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB248/ZEROBYTEPADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO10126". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO10126-2". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO10126-2PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO10126PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO7816-4". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ISO7816-4PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/NOPADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/PKCS5". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/PKCS5PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/PKCS7". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/PKCS7PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/TBC". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/TBCPADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/X9.23". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/X9.23PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ZEROBYTE". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB256/ZEROBYTEPADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO10126". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO10126-2". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO10126-2PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO10126PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO7816-4". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ISO7816-4PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/NOPADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/PKCS5". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/PKCS5PADDING". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/PKCS7". 13:35:12,707 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/PKCS7PADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/TBC". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/TBCPADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/X9.23". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/X9.23PADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ZEROBYTE". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB32/ZEROBYTEPADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO10126". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO10126-2". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO10126-2PADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO10126PADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO7816-4". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ISO7816-4PADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/NOPADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/PKCS5". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/PKCS5PADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/PKCS7". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/PKCS7PADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/TBC". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/TBCPADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/X9.23". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/X9.23PADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ZEROBYTE". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB40/ZEROBYTEPADDING". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/". 13:35:12,708 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO10126". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO10126-2". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO10126-2PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO10126PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO7816-4". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ISO7816-4PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/NOPADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/PKCS5". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/PKCS5PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/PKCS7". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/PKCS7PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/TBC". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/TBCPADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/X9.23". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/X9.23PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ZEROBYTE". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB48/ZEROBYTEPADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO10126". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO10126-2". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO10126-2PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO10126PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO7816-4". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ISO7816-4PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/NOPADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/PKCS5". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/PKCS5PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/PKCS7". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/PKCS7PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/TBC". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/TBCPADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/X9.23". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/X9.23PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ZEROBYTE". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB56/ZEROBYTEPADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO10126". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO10126-2". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO10126-2PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO10126PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO7816-4". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ISO7816-4PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/NOPADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/PKCS5". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/PKCS5PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/PKCS7". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/PKCS7PADDING". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/TBC". 13:35:12,709 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/TBCPADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/X9.23". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/X9.23PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ZEROBYTE". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB64/ZEROBYTEPADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO10126". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO10126-2". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO10126-2PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO10126PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO7816-4". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ISO7816-4PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/NOPADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/PKCS5". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/PKCS5PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/PKCS7". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/PKCS7PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/TBC". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/TBCPADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/X9.23". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/X9.23PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ZEROBYTE". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB72/ZEROBYTEPADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO10126". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO10126-2". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO10126-2PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO10126PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO7816-4". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ISO7816-4PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/NOPADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/PKCS5". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/PKCS5PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/PKCS7". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/PKCS7PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/TBC". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/TBCPADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/X9.23". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/X9.23PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ZEROBYTE". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB8/ZEROBYTEPADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO10126". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO10126-2". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO10126-2PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO10126PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO7816-4". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ISO7816-4PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/NOPADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/PKCS5". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/PKCS5PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/PKCS7". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/PKCS7PADDING". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/TBC". 13:35:12,710 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/TBCPADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/X9.23". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/X9.23PADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ZEROBYTE". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB80/ZEROBYTEPADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO10126". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO10126-2". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO10126-2PADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO10126PADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO7816-4". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ISO7816-4PADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/NOPADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/PKCS5". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/PKCS5PADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/PKCS7". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/PKCS7PADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/TBC". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/TBCPADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/X9.23". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/X9.23PADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ZEROBYTE". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB88/ZEROBYTEPADDING". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO10126". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO10126-2". 13:35:12,711 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO10126-2PADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO10126PADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO7816-4". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ISO7816-4PADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/NOPADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/PKCS5". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/PKCS5PADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/PKCS7". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/PKCS7PADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/TBC". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/TBCPADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/X9.23". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/X9.23PADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ZEROBYTE". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/OFB96/ZEROBYTEPADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO10126". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO10126-2". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO10126-2PADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO10126PADDING". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO7816-4". 13:35:12,794 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ISO7816-4PADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/NOPADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/PKCS5". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/PKCS5PADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/PKCS7". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/PKCS7PADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/TBC". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/TBCPADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/X9.23". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/X9.23PADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ZEROBYTE". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "NULL/SIC/ZEROBYTEPADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2//". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2//NOPADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC-CTS/". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC-CTS/NOPADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO10126". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO10126-2". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO10126-2PADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO10126PADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO7816-4". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ISO7816-4PADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/NOPADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/PKCS5". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/PKCS5PADDING". 13:35:12,795 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/PKCS7". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/PKCS7PADDING". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/TBC". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/TBCPADDING". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/X9.23". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/X9.23PADDING". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ZEROBYTE". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CBC/ZEROBYTEPADDING". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO10126". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO10126-2". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO10126-2PADDING". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO10126PADDING". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO7816-4". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ISO7816-4PADDING". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/NOPADDING". 13:35:12,796 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/PKCS5". 13:35:12,797 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/PKCS5PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/PKCS7". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/PKCS7PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/TBC". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/TBCPADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/X9.23". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/X9.23PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ZEROBYTE". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB/ZEROBYTEPADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO10126". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO10126-2". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO10126-2PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO10126PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO7816-4". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ISO7816-4PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/NOPADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/PKCS5". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/PKCS5PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/PKCS7". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/PKCS7PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/TBC". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/TBCPADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/X9.23". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/X9.23PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ZEROBYTE". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB104/ZEROBYTEPADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO10126". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO10126-2". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO10126-2PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO10126PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO7816-4". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ISO7816-4PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/NOPADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/PKCS5". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/PKCS5PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/PKCS7". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/PKCS7PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/TBC". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/TBCPADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/X9.23". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/X9.23PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ZEROBYTE". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB112/ZEROBYTEPADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO10126". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO10126-2". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO10126-2PADDING". 13:35:12,798 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO10126PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO7816-4". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ISO7816-4PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/NOPADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/PKCS5". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/PKCS5PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/PKCS7". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/PKCS7PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/TBC". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/TBCPADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/X9.23". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/X9.23PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ZEROBYTE". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB120/ZEROBYTEPADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO10126". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO10126-2". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO10126-2PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO10126PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO7816-4". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ISO7816-4PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/NOPADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/PKCS5". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/PKCS5PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/PKCS7". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/PKCS7PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/TBC". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/TBCPADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/X9.23". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/X9.23PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ZEROBYTE". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB128/ZEROBYTEPADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO10126". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO10126-2". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO10126-2PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO10126PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO7816-4". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ISO7816-4PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/NOPADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/PKCS5". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/PKCS5PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/PKCS7". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/PKCS7PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/TBC". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/TBCPADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/X9.23". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/X9.23PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ZEROBYTE". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB136/ZEROBYTEPADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO10126". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO10126-2". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO10126-2PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO10126PADDING". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO7816-4". 13:35:12,799 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ISO7816-4PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/NOPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/PKCS5". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/PKCS5PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/PKCS7". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/PKCS7PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/TBC". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/TBCPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/X9.23". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/X9.23PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ZEROBYTE". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB144/ZEROBYTEPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO10126". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO10126-2". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO10126-2PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO10126PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO7816-4". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ISO7816-4PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/NOPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/PKCS5". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/PKCS5PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/PKCS7". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/PKCS7PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/TBC". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/TBCPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/X9.23". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/X9.23PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ZEROBYTE". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB152/ZEROBYTEPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO10126". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO10126-2". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO10126-2PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO10126PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO7816-4". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ISO7816-4PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/NOPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/PKCS5". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/PKCS5PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/PKCS7". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/PKCS7PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/TBC". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/TBCPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/X9.23". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/X9.23PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ZEROBYTE". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB16/ZEROBYTEPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO10126". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO10126-2". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO10126-2PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO10126PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO7816-4". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ISO7816-4PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/NOPADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/PKCS5". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/PKCS5PADDING". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/PKCS7". 13:35:12,800 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/PKCS7PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/TBC". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/TBCPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/X9.23". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/X9.23PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ZEROBYTE". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB160/ZEROBYTEPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO10126". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO10126-2". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO10126-2PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO10126PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO7816-4". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ISO7816-4PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/NOPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/PKCS5". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/PKCS5PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/PKCS7". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/PKCS7PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/TBC". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/TBCPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/X9.23". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/X9.23PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ZEROBYTE". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB168/ZEROBYTEPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO10126". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO10126-2". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO10126-2PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO10126PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO7816-4". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ISO7816-4PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/NOPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/PKCS5". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/PKCS5PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/PKCS7". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/PKCS7PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/TBC". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/TBCPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/X9.23". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/X9.23PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ZEROBYTE". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB176/ZEROBYTEPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO10126". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO10126-2". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO10126-2PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO10126PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO7816-4". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ISO7816-4PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/NOPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/PKCS5". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/PKCS5PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/PKCS7". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/PKCS7PADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/TBC". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/TBCPADDING". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/X9.23". 13:35:12,801 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/X9.23PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ZEROBYTE". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB184/ZEROBYTEPADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO10126". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO10126-2". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO10126-2PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO10126PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO7816-4". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ISO7816-4PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/NOPADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/PKCS5". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/PKCS5PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/PKCS7". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/PKCS7PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/TBC". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/TBCPADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/X9.23". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/X9.23PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ZEROBYTE". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB192/ZEROBYTEPADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO10126". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO10126-2". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO10126-2PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO10126PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO7816-4". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ISO7816-4PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/NOPADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/PKCS5". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/PKCS5PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/PKCS7". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/PKCS7PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/TBC". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/TBCPADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/X9.23". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/X9.23PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ZEROBYTE". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB200/ZEROBYTEPADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO10126". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO10126-2". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO10126-2PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO10126PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO7816-4". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ISO7816-4PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/NOPADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/PKCS5". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/PKCS5PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/PKCS7". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/PKCS7PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/TBC". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/TBCPADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/X9.23". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/X9.23PADDING". 13:35:12,802 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ZEROBYTE". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB208/ZEROBYTEPADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO10126". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO10126-2". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO10126-2PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO10126PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO7816-4". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ISO7816-4PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/NOPADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/PKCS5". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/PKCS5PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/PKCS7". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/PKCS7PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/TBC". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/TBCPADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/X9.23". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/X9.23PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ZEROBYTE". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB216/ZEROBYTEPADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO10126". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO10126-2". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO10126-2PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO10126PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO7816-4". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ISO7816-4PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/NOPADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/PKCS5". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/PKCS5PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/PKCS7". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/PKCS7PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/TBC". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/TBCPADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/X9.23". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/X9.23PADDING". 13:35:12,803 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ZEROBYTE". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB224/ZEROBYTEPADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO10126". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO10126-2". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO10126-2PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO10126PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO7816-4". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ISO7816-4PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/NOPADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/PKCS5". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/PKCS5PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/PKCS7". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/PKCS7PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/TBC". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/TBCPADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/X9.23". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/X9.23PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ZEROBYTE". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB232/ZEROBYTEPADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO10126". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO10126-2". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO10126-2PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO10126PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO7816-4". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ISO7816-4PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/NOPADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/PKCS5". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/PKCS5PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/PKCS7". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/PKCS7PADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/TBC". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/TBCPADDING". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/X9.23". 13:35:12,806 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/X9.23PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ZEROBYTE". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB24/ZEROBYTEPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO10126". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO10126-2". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO10126-2PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO10126PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO7816-4". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ISO7816-4PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/NOPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/PKCS5". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/PKCS5PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/PKCS7". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/PKCS7PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/TBC". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/TBCPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/X9.23". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/X9.23PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ZEROBYTE". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB240/ZEROBYTEPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO10126". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO10126-2". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO10126-2PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO10126PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO7816-4". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ISO7816-4PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/NOPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/PKCS5". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/PKCS5PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/PKCS7". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/PKCS7PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/TBC". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/TBCPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/X9.23". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/X9.23PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ZEROBYTE". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB248/ZEROBYTEPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO10126". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO10126-2". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO10126-2PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO10126PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO7816-4". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ISO7816-4PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/NOPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/PKCS5". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/PKCS5PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/PKCS7". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/PKCS7PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/TBC". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/TBCPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/X9.23". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/X9.23PADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ZEROBYTE". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB256/ZEROBYTEPADDING". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO10126". 13:35:12,807 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO10126-2". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO10126-2PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO10126PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO7816-4". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ISO7816-4PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/NOPADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/PKCS5". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/PKCS5PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/PKCS7". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/PKCS7PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/TBC". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/TBCPADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/X9.23". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/X9.23PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ZEROBYTE". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB32/ZEROBYTEPADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO10126". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO10126-2". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO10126-2PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO10126PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO7816-4". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ISO7816-4PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/NOPADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/PKCS5". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/PKCS5PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/PKCS7". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/PKCS7PADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/TBC". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/TBCPADDING". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/X9.23". 13:35:12,808 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/X9.23PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ZEROBYTE". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB40/ZEROBYTEPADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO10126". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO10126-2". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO10126-2PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO10126PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO7816-4". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ISO7816-4PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/NOPADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/PKCS5". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/PKCS5PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/PKCS7". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/PKCS7PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/TBC". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/TBCPADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/X9.23". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/X9.23PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ZEROBYTE". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB48/ZEROBYTEPADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO10126". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO10126-2". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO10126-2PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO10126PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO7816-4". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ISO7816-4PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/NOPADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/PKCS5". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/PKCS5PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/PKCS7". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/PKCS7PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/TBC". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/TBCPADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/X9.23". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/X9.23PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ZEROBYTE". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB56/ZEROBYTEPADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO10126". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO10126-2". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO10126-2PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO10126PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO7816-4". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ISO7816-4PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/NOPADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/PKCS5". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/PKCS5PADDING". 13:35:12,811 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/PKCS7". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/PKCS7PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/TBC". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/TBCPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/X9.23". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/X9.23PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ZEROBYTE". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB64/ZEROBYTEPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO10126". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO10126-2". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO10126-2PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO10126PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO7816-4". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ISO7816-4PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/NOPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/PKCS5". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/PKCS5PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/PKCS7". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/PKCS7PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/TBC". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/TBCPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/X9.23". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/X9.23PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ZEROBYTE". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB72/ZEROBYTEPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO10126". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO10126-2". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO10126-2PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO10126PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO7816-4". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ISO7816-4PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/NOPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/PKCS5". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/PKCS5PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/PKCS7". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/PKCS7PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/TBC". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/TBCPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/X9.23". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/X9.23PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ZEROBYTE". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB8/ZEROBYTEPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO10126". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO10126-2". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO10126-2PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO10126PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO7816-4". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ISO7816-4PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/NOPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/PKCS5". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/PKCS5PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/PKCS7". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/PKCS7PADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/TBC". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/TBCPADDING". 13:35:12,812 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/X9.23". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/X9.23PADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ZEROBYTE". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB80/ZEROBYTEPADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO10126". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO10126-2". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO10126-2PADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO10126PADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO7816-4". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ISO7816-4PADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/NOPADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/PKCS5". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/PKCS5PADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/PKCS7". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/PKCS7PADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/TBC". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/TBCPADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/X9.23". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/X9.23PADDING". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ZEROBYTE". 13:35:12,813 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB88/ZEROBYTEPADDING". 13:35:12,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/". 13:35:12,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO10126". 13:35:12,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO10126-2". 13:35:12,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO10126-2PADDING". 13:35:12,827 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO10126PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO7816-4". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ISO7816-4PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/NOPADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/PKCS5". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/PKCS5PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/PKCS7". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/PKCS7PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/TBC". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/TBCPADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/X9.23". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/X9.23PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ZEROBYTE". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CFB96/ZEROBYTEPADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CTS/". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/CTS/NOPADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/EAX/". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/EAX/NOPADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/ECB/". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/ECB/NOPADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO10126". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO10126-2". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO10126-2PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO10126PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO7816-4". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ISO7816-4PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/NOPADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/PKCS5". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/PKCS5PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/PKCS7". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/PKCS7PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/TBC". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/TBCPADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/X9.23". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/X9.23PADDING". 13:35:12,828 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ZEROBYTE". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/GOFB/ZEROBYTEPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO10126". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO10126-2". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO10126-2PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO10126PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO7816-4". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ISO7816-4PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/NOPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/PKCS5". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/PKCS5PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/PKCS7". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/PKCS7PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/TBC". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/TBCPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/X9.23". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/X9.23PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ZEROBYTE". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB/ZEROBYTEPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO10126". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO10126-2". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO10126-2PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO10126PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO7816-4". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ISO7816-4PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/NOPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/PKCS5". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/PKCS5PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/PKCS7". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/PKCS7PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/TBC". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/TBCPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/X9.23". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/X9.23PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ZEROBYTE". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB104/ZEROBYTEPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO10126". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO10126-2". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO10126-2PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO10126PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO7816-4". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ISO7816-4PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/NOPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/PKCS5". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/PKCS5PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/PKCS7". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/PKCS7PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/TBC". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/TBCPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/X9.23". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/X9.23PADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ZEROBYTE". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB112/ZEROBYTEPADDING". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO10126". 13:35:12,829 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO10126-2". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO10126-2PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO10126PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO7816-4". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ISO7816-4PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/NOPADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/PKCS5". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/PKCS5PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/PKCS7". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/PKCS7PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/TBC". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/TBCPADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/X9.23". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/X9.23PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ZEROBYTE". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB120/ZEROBYTEPADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO10126". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO10126-2". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO10126-2PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO10126PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO7816-4". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ISO7816-4PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/NOPADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/PKCS5". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/PKCS5PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/PKCS7". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/PKCS7PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/TBC". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/TBCPADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/X9.23". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/X9.23PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ZEROBYTE". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB128/ZEROBYTEPADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO10126". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO10126-2". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO10126-2PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO10126PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO7816-4". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ISO7816-4PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/NOPADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/PKCS5". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/PKCS5PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/PKCS7". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/PKCS7PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/TBC". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/TBCPADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/X9.23". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/X9.23PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ZEROBYTE". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB136/ZEROBYTEPADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO10126". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO10126-2". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO10126-2PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO10126PADDING". 13:35:12,830 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO7816-4". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ISO7816-4PADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/NOPADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/PKCS5". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/PKCS5PADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/PKCS7". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/PKCS7PADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/TBC". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/TBCPADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/X9.23". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/X9.23PADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ZEROBYTE". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB144/ZEROBYTEPADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO10126". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO10126-2". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO10126-2PADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO10126PADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO7816-4". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ISO7816-4PADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/NOPADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/PKCS5". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/PKCS5PADDING". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/PKCS7". 13:35:12,831 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/PKCS7PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/TBC". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/TBCPADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/X9.23". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/X9.23PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ZEROBYTE". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB152/ZEROBYTEPADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO10126". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO10126-2". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO10126-2PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO10126PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO7816-4". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ISO7816-4PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/NOPADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/PKCS5". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/PKCS5PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/PKCS7". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/PKCS7PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/TBC". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/TBCPADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/X9.23". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/X9.23PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ZEROBYTE". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB16/ZEROBYTEPADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO10126". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO10126-2". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO10126-2PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO10126PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO7816-4". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ISO7816-4PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/NOPADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/PKCS5". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/PKCS5PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/PKCS7". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/PKCS7PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/TBC". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/TBCPADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/X9.23". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/X9.23PADDING". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ZEROBYTE". 13:35:12,836 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB160/ZEROBYTEPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO10126". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO10126-2". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO10126-2PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO10126PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO7816-4". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ISO7816-4PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/NOPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/PKCS5". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/PKCS5PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/PKCS7". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/PKCS7PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/TBC". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/TBCPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/X9.23". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/X9.23PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ZEROBYTE". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB168/ZEROBYTEPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO10126". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO10126-2". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO10126-2PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO10126PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO7816-4". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ISO7816-4PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/NOPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/PKCS5". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/PKCS5PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/PKCS7". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/PKCS7PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/TBC". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/TBCPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/X9.23". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/X9.23PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ZEROBYTE". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB176/ZEROBYTEPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO10126". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO10126-2". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO10126-2PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO10126PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO7816-4". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ISO7816-4PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/NOPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/PKCS5". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/PKCS5PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/PKCS7". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/PKCS7PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/TBC". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/TBCPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/X9.23". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/X9.23PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ZEROBYTE". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB184/ZEROBYTEPADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO10126". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO10126-2". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO10126-2PADDING". 13:35:12,837 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO10126PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO7816-4". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ISO7816-4PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/NOPADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/PKCS5". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/PKCS5PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/PKCS7". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/PKCS7PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/TBC". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/TBCPADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/X9.23". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/X9.23PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ZEROBYTE". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB192/ZEROBYTEPADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO10126". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO10126-2". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO10126-2PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO10126PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO7816-4". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ISO7816-4PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/NOPADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/PKCS5". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/PKCS5PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/PKCS7". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/PKCS7PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/TBC". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/TBCPADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/X9.23". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/X9.23PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ZEROBYTE". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB200/ZEROBYTEPADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO10126". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO10126-2". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO10126-2PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO10126PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO7816-4". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ISO7816-4PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/NOPADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/PKCS5". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/PKCS5PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/PKCS7". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/PKCS7PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/TBC". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/TBCPADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/X9.23". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/X9.23PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ZEROBYTE". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB208/ZEROBYTEPADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO10126". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO10126-2". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO10126-2PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO10126PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO7816-4". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ISO7816-4PADDING". 13:35:12,838 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/NOPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/PKCS5". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/PKCS5PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/PKCS7". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/PKCS7PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/TBC". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/TBCPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/X9.23". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/X9.23PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ZEROBYTE". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB216/ZEROBYTEPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO10126". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO10126-2". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO10126-2PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO10126PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO7816-4". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ISO7816-4PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/NOPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/PKCS5". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/PKCS5PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/PKCS7". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/PKCS7PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/TBC". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/TBCPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/X9.23". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/X9.23PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ZEROBYTE". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB224/ZEROBYTEPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO10126". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO10126-2". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO10126-2PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO10126PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO7816-4". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ISO7816-4PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/NOPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/PKCS5". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/PKCS5PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/PKCS7". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/PKCS7PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/TBC". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/TBCPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/X9.23". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/X9.23PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ZEROBYTE". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB232/ZEROBYTEPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO10126". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO10126-2". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO10126-2PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO10126PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO7816-4". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ISO7816-4PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/NOPADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/PKCS5". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/PKCS5PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/PKCS7". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/PKCS7PADDING". 13:35:12,839 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/TBC". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/TBCPADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/X9.23". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/X9.23PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ZEROBYTE". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB24/ZEROBYTEPADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO10126". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO10126-2". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO10126-2PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO10126PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO7816-4". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ISO7816-4PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/NOPADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/PKCS5". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/PKCS5PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/PKCS7". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/PKCS7PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/TBC". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/TBCPADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/X9.23". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/X9.23PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ZEROBYTE". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB240/ZEROBYTEPADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO10126". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO10126-2". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO10126-2PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO10126PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO7816-4". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ISO7816-4PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/NOPADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/PKCS5". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/PKCS5PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/PKCS7". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/PKCS7PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/TBC". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/TBCPADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/X9.23". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/X9.23PADDING". 13:35:12,840 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ZEROBYTE". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB248/ZEROBYTEPADDING". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO10126". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO10126-2". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO10126-2PADDING". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO10126PADDING". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO7816-4". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ISO7816-4PADDING". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/NOPADDING". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/PKCS5". 13:35:12,846 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/PKCS5PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/PKCS7". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/PKCS7PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/TBC". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/TBCPADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/X9.23". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/X9.23PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ZEROBYTE". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB256/ZEROBYTEPADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO10126". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO10126-2". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO10126-2PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO10126PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO7816-4". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ISO7816-4PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/NOPADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/PKCS5". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/PKCS5PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/PKCS7". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/PKCS7PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/TBC". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/TBCPADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/X9.23". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/X9.23PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ZEROBYTE". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB32/ZEROBYTEPADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO10126". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO10126-2". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO10126-2PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO10126PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO7816-4". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ISO7816-4PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/NOPADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/PKCS5". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/PKCS5PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/PKCS7". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/PKCS7PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/TBC". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/TBCPADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/X9.23". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/X9.23PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ZEROBYTE". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB40/ZEROBYTEPADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO10126". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO10126-2". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO10126-2PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO10126PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO7816-4". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ISO7816-4PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/NOPADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/PKCS5". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/PKCS5PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/PKCS7". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/PKCS7PADDING". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/TBC". 13:35:12,847 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/TBCPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/X9.23". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/X9.23PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ZEROBYTE". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB48/ZEROBYTEPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO10126". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO10126-2". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO10126-2PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO10126PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO7816-4". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ISO7816-4PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/NOPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/PKCS5". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/PKCS5PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/PKCS7". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/PKCS7PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/TBC". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/TBCPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/X9.23". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/X9.23PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ZEROBYTE". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB56/ZEROBYTEPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO10126". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO10126-2". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO10126-2PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO10126PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO7816-4". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ISO7816-4PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/NOPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/PKCS5". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/PKCS5PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/PKCS7". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/PKCS7PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/TBC". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/TBCPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/X9.23". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/X9.23PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ZEROBYTE". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB64/ZEROBYTEPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO10126". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO10126-2". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO10126-2PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO10126PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO7816-4". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ISO7816-4PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/NOPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/PKCS5". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/PKCS5PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/PKCS7". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/PKCS7PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/TBC". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/TBCPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/X9.23". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/X9.23PADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ZEROBYTE". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB72/ZEROBYTEPADDING". 13:35:12,848 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO10126". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO10126-2". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO10126-2PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO10126PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO7816-4". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ISO7816-4PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/NOPADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/PKCS5". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/PKCS5PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/PKCS7". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/PKCS7PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/TBC". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/TBCPADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/X9.23". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/X9.23PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ZEROBYTE". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB8/ZEROBYTEPADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO10126". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO10126-2". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO10126-2PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO10126PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO7816-4". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ISO7816-4PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/NOPADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/PKCS5". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/PKCS5PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/PKCS7". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/PKCS7PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/TBC". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/TBCPADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/X9.23". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/X9.23PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ZEROBYTE". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB80/ZEROBYTEPADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO10126". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO10126-2". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO10126-2PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO10126PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO7816-4". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ISO7816-4PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/NOPADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/PKCS5". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/PKCS5PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/PKCS7". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/PKCS7PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/TBC". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/TBCPADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/X9.23". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/X9.23PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ZEROBYTE". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB88/ZEROBYTEPADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO10126". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO10126-2". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO10126-2PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO10126PADDING". 13:35:12,849 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO7816-4". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ISO7816-4PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/NOPADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/PKCS5". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/PKCS5PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/PKCS7". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/PKCS7PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/TBC". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/TBCPADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/X9.23". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/X9.23PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ZEROBYTE". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/OFB96/ZEROBYTEPADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO10126". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO10126-2". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO10126-2PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO10126PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO7816-4". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ISO7816-4PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/NOPADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/PKCS5". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/PKCS5PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/PKCS7". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/PKCS7PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/TBC". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/TBCPADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/X9.23". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/X9.23PADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ZEROBYTE". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC2/SIC/ZEROBYTEPADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC4//". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC4//NOPADDING". 13:35:12,850 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC4/ECB/". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC4/ECB/NOPADDING". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32//". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32//NOPADDING". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC-CTS/". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC-CTS/NOPADDING". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO10126". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO10126-2". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO10126-2PADDING". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO10126PADDING". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO7816-4". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ISO7816-4PADDING". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/NOPADDING". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/PKCS5". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/PKCS5PADDING". 13:35:12,851 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/PKCS7". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/PKCS7PADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/TBC". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/TBCPADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/X9.23". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/X9.23PADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ZEROBYTE". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CBC/ZEROBYTEPADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO10126". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO10126-2". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO10126-2PADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO10126PADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO7816-4". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ISO7816-4PADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/NOPADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/PKCS5". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/PKCS5PADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/PKCS7". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/PKCS7PADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/TBC". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/TBCPADDING". 13:35:12,858 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/X9.23". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/X9.23PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ZEROBYTE". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB/ZEROBYTEPADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO10126". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO10126-2". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO10126-2PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO10126PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO7816-4". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ISO7816-4PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/NOPADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/PKCS5". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/PKCS5PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/PKCS7". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/PKCS7PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/TBC". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/TBCPADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/X9.23". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/X9.23PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ZEROBYTE". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB104/ZEROBYTEPADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO10126". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO10126-2". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO10126-2PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO10126PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO7816-4". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ISO7816-4PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/NOPADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/PKCS5". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/PKCS5PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/PKCS7". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/PKCS7PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/TBC". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/TBCPADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/X9.23". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/X9.23PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ZEROBYTE". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB112/ZEROBYTEPADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO10126". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO10126-2". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO10126-2PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO10126PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO7816-4". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ISO7816-4PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/NOPADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/PKCS5". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/PKCS5PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/PKCS7". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/PKCS7PADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/TBC". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/TBCPADDING". 13:35:12,859 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/X9.23". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/X9.23PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ZEROBYTE". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB120/ZEROBYTEPADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO10126". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO10126-2". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO10126-2PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO10126PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO7816-4". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ISO7816-4PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/NOPADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/PKCS5". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/PKCS5PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/PKCS7". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/PKCS7PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/TBC". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/TBCPADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/X9.23". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/X9.23PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ZEROBYTE". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB128/ZEROBYTEPADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO10126". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO10126-2". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO10126-2PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO10126PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO7816-4". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ISO7816-4PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/NOPADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/PKCS5". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/PKCS5PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/PKCS7". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/PKCS7PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/TBC". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/TBCPADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/X9.23". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/X9.23PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ZEROBYTE". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB136/ZEROBYTEPADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO10126". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO10126-2". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO10126-2PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO10126PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO7816-4". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ISO7816-4PADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/NOPADDING". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/PKCS5". 13:35:12,860 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/PKCS5PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/PKCS7". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/PKCS7PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/TBC". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/TBCPADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/X9.23". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/X9.23PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ZEROBYTE". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB144/ZEROBYTEPADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO10126". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO10126-2". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO10126-2PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO10126PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO7816-4". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ISO7816-4PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/NOPADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/PKCS5". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/PKCS5PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/PKCS7". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/PKCS7PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/TBC". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/TBCPADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/X9.23". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/X9.23PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ZEROBYTE". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB152/ZEROBYTEPADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO10126". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO10126-2". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO10126-2PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO10126PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO7816-4". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ISO7816-4PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/NOPADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/PKCS5". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/PKCS5PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/PKCS7". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/PKCS7PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/TBC". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/TBCPADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/X9.23". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/X9.23PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ZEROBYTE". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB16/ZEROBYTEPADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO10126". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO10126-2". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO10126-2PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO10126PADDING". 13:35:12,861 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO7816-4". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ISO7816-4PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/NOPADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/PKCS5". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/PKCS5PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/PKCS7". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/PKCS7PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/TBC". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/TBCPADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/X9.23". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/X9.23PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ZEROBYTE". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB160/ZEROBYTEPADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO10126". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO10126-2". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO10126-2PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO10126PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO7816-4". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ISO7816-4PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/NOPADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/PKCS5". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/PKCS5PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/PKCS7". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/PKCS7PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/TBC". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/TBCPADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/X9.23". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/X9.23PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ZEROBYTE". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB168/ZEROBYTEPADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO10126". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO10126-2". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO10126-2PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO10126PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO7816-4". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ISO7816-4PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/NOPADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/PKCS5". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/PKCS5PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/PKCS7". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/PKCS7PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/TBC". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/TBCPADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/X9.23". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/X9.23PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ZEROBYTE". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB176/ZEROBYTEPADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO10126". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO10126-2". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO10126-2PADDING". 13:35:12,862 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO10126PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO7816-4". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ISO7816-4PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/NOPADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/PKCS5". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/PKCS5PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/PKCS7". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/PKCS7PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/TBC". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/TBCPADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/X9.23". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/X9.23PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ZEROBYTE". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB184/ZEROBYTEPADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO10126". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO10126-2". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO10126-2PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO10126PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO7816-4". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ISO7816-4PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/NOPADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/PKCS5". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/PKCS5PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/PKCS7". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/PKCS7PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/TBC". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/TBCPADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/X9.23". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/X9.23PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ZEROBYTE". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB192/ZEROBYTEPADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO10126". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO10126-2". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO10126-2PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO10126PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO7816-4". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ISO7816-4PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/NOPADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/PKCS5". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/PKCS5PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/PKCS7". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/PKCS7PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/TBC". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/TBCPADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/X9.23". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/X9.23PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ZEROBYTE". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB200/ZEROBYTEPADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO10126". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO10126-2". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO10126-2PADDING". 13:35:12,863 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO10126PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO7816-4". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ISO7816-4PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/NOPADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/PKCS5". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/PKCS5PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/PKCS7". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/PKCS7PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/TBC". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/TBCPADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/X9.23". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/X9.23PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ZEROBYTE". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB208/ZEROBYTEPADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO10126". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO10126-2". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO10126-2PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO10126PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO7816-4". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ISO7816-4PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/NOPADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/PKCS5". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/PKCS5PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/PKCS7". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/PKCS7PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/TBC". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/TBCPADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/X9.23". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/X9.23PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ZEROBYTE". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB216/ZEROBYTEPADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO10126". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO10126-2". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO10126-2PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO10126PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO7816-4". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ISO7816-4PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/NOPADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/PKCS5". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/PKCS5PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/PKCS7". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/PKCS7PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/TBC". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/TBCPADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/X9.23". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/X9.23PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ZEROBYTE". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB224/ZEROBYTEPADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO10126". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO10126-2". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO10126-2PADDING". 13:35:12,864 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO10126PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO7816-4". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ISO7816-4PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/NOPADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/PKCS5". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/PKCS5PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/PKCS7". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/PKCS7PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/TBC". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/TBCPADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/X9.23". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/X9.23PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ZEROBYTE". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB232/ZEROBYTEPADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO10126". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO10126-2". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO10126-2PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO10126PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO7816-4". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ISO7816-4PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/NOPADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/PKCS5". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/PKCS5PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/PKCS7". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/PKCS7PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/TBC". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/TBCPADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/X9.23". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/X9.23PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ZEROBYTE". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB24/ZEROBYTEPADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO10126". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO10126-2". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO10126-2PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO10126PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO7816-4". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ISO7816-4PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/NOPADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/PKCS5". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/PKCS5PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/PKCS7". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/PKCS7PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/TBC". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/TBCPADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/X9.23". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/X9.23PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ZEROBYTE". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB240/ZEROBYTEPADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO10126". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO10126-2". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO10126-2PADDING". 13:35:12,865 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO10126PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO7816-4". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ISO7816-4PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/NOPADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/PKCS5". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/PKCS5PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/PKCS7". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/PKCS7PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/TBC". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/TBCPADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/X9.23". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/X9.23PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ZEROBYTE". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB248/ZEROBYTEPADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO10126". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO10126-2". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO10126-2PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO10126PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO7816-4". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ISO7816-4PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/NOPADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/PKCS5". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/PKCS5PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/PKCS7". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/PKCS7PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/TBC". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/TBCPADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/X9.23". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/X9.23PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ZEROBYTE". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB256/ZEROBYTEPADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO10126". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO10126-2". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO10126-2PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO10126PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO7816-4". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ISO7816-4PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/NOPADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/PKCS5". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/PKCS5PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/PKCS7". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/PKCS7PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/TBC". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/TBCPADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/X9.23". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/X9.23PADDING". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ZEROBYTE". 13:35:12,866 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB32/ZEROBYTEPADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO10126". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO10126-2". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO10126-2PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO10126PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO7816-4". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ISO7816-4PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/NOPADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/PKCS5". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/PKCS5PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/PKCS7". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/PKCS7PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/TBC". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/TBCPADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/X9.23". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/X9.23PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ZEROBYTE". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB40/ZEROBYTEPADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO10126". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO10126-2". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO10126-2PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO10126PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO7816-4". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ISO7816-4PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/NOPADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/PKCS5". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/PKCS5PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/PKCS7". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/PKCS7PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/TBC". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/TBCPADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/X9.23". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/X9.23PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ZEROBYTE". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB48/ZEROBYTEPADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO10126". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO10126-2". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO10126-2PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO10126PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO7816-4". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ISO7816-4PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/NOPADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/PKCS5". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/PKCS5PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/PKCS7". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/PKCS7PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/TBC". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/TBCPADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/X9.23". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/X9.23PADDING". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ZEROBYTE". 13:35:12,867 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB56/ZEROBYTEPADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO10126". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO10126-2". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO10126-2PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO10126PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO7816-4". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ISO7816-4PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/NOPADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/PKCS5". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/PKCS5PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/PKCS7". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/PKCS7PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/TBC". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/TBCPADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/X9.23". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/X9.23PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ZEROBYTE". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB64/ZEROBYTEPADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO10126". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO10126-2". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO10126-2PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO10126PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO7816-4". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ISO7816-4PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/NOPADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/PKCS5". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/PKCS5PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/PKCS7". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/PKCS7PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/TBC". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/TBCPADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/X9.23". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/X9.23PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ZEROBYTE". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB72/ZEROBYTEPADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO10126". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO10126-2". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO10126-2PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO10126PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO7816-4". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ISO7816-4PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/NOPADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/PKCS5". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/PKCS5PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/PKCS7". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/PKCS7PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/TBC". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/TBCPADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/X9.23". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/X9.23PADDING". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ZEROBYTE". 13:35:12,868 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB8/ZEROBYTEPADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO10126". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO10126-2". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO10126-2PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO10126PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO7816-4". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ISO7816-4PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/NOPADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/PKCS5". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/PKCS5PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/PKCS7". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/PKCS7PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/TBC". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/TBCPADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/X9.23". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/X9.23PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ZEROBYTE". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB80/ZEROBYTEPADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO10126". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO10126-2". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO10126-2PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO10126PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO7816-4". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ISO7816-4PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/NOPADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/PKCS5". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/PKCS5PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/PKCS7". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/PKCS7PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/TBC". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/TBCPADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/X9.23". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/X9.23PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ZEROBYTE". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB88/ZEROBYTEPADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO10126". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO10126-2". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO10126-2PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO10126PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO7816-4". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ISO7816-4PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/NOPADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/PKCS5". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/PKCS5PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/PKCS7". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/PKCS7PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/TBC". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/TBCPADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/X9.23". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/X9.23PADDING". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ZEROBYTE". 13:35:12,869 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CFB96/ZEROBYTEPADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CTS/". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/CTS/NOPADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/EAX/". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/EAX/NOPADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/ECB/". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/ECB/NOPADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO10126". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO10126-2". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO10126-2PADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO10126PADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO7816-4". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ISO7816-4PADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/NOPADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/PKCS5". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/PKCS5PADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/PKCS7". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/PKCS7PADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/TBC". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/TBCPADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/X9.23". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/X9.23PADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ZEROBYTE". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/GOFB/ZEROBYTEPADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO10126". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO10126-2". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO10126-2PADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO10126PADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO7816-4". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ISO7816-4PADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/NOPADDING". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/PKCS5". 13:35:12,870 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/PKCS5PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/PKCS7". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/PKCS7PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/TBC". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/TBCPADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/X9.23". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/X9.23PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ZEROBYTE". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB/ZEROBYTEPADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO10126". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO10126-2". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO10126-2PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO10126PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO7816-4". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ISO7816-4PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/NOPADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/PKCS5". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/PKCS5PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/PKCS7". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/PKCS7PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/TBC". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/TBCPADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/X9.23". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/X9.23PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ZEROBYTE". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB104/ZEROBYTEPADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO10126". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO10126-2". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO10126-2PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO10126PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO7816-4". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ISO7816-4PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/NOPADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/PKCS5". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/PKCS5PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/PKCS7". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/PKCS7PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/TBC". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/TBCPADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/X9.23". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/X9.23PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ZEROBYTE". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB112/ZEROBYTEPADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO10126". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO10126-2". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO10126-2PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO10126PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO7816-4". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ISO7816-4PADDING". 13:35:12,871 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/NOPADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/PKCS5". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/PKCS5PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/PKCS7". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/PKCS7PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/TBC". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/TBCPADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/X9.23". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/X9.23PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ZEROBYTE". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB120/ZEROBYTEPADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO10126". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO10126-2". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO10126-2PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO10126PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO7816-4". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ISO7816-4PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/NOPADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/PKCS5". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/PKCS5PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/PKCS7". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/PKCS7PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/TBC". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/TBCPADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/X9.23". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/X9.23PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ZEROBYTE". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB128/ZEROBYTEPADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO10126". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO10126-2". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO10126-2PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO10126PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO7816-4". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ISO7816-4PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/NOPADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/PKCS5". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/PKCS5PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/PKCS7". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/PKCS7PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/TBC". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/TBCPADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/X9.23". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/X9.23PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ZEROBYTE". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB136/ZEROBYTEPADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO10126". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO10126-2". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO10126-2PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO10126PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO7816-4". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ISO7816-4PADDING". 13:35:12,872 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/NOPADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/PKCS5". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/PKCS5PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/PKCS7". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/PKCS7PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/TBC". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/TBCPADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/X9.23". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/X9.23PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ZEROBYTE". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB144/ZEROBYTEPADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO10126". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO10126-2". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO10126-2PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO10126PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO7816-4". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ISO7816-4PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/NOPADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/PKCS5". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/PKCS5PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/PKCS7". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/PKCS7PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/TBC". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/TBCPADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/X9.23". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/X9.23PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ZEROBYTE". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB152/ZEROBYTEPADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO10126". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO10126-2". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO10126-2PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO10126PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO7816-4". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ISO7816-4PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/NOPADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/PKCS5". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/PKCS5PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/PKCS7". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/PKCS7PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/TBC". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/TBCPADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/X9.23". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/X9.23PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ZEROBYTE". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB16/ZEROBYTEPADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO10126". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO10126-2". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO10126-2PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO10126PADDING". 13:35:12,873 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO7816-4". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ISO7816-4PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/NOPADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/PKCS5". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/PKCS5PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/PKCS7". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/PKCS7PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/TBC". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/TBCPADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/X9.23". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/X9.23PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ZEROBYTE". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB160/ZEROBYTEPADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO10126". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO10126-2". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO10126-2PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO10126PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO7816-4". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ISO7816-4PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/NOPADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/PKCS5". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/PKCS5PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/PKCS7". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/PKCS7PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/TBC". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/TBCPADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/X9.23". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/X9.23PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ZEROBYTE". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB168/ZEROBYTEPADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO10126". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO10126-2". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO10126-2PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO10126PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO7816-4". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ISO7816-4PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/NOPADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/PKCS5". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/PKCS5PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/PKCS7". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/PKCS7PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/TBC". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/TBCPADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/X9.23". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/X9.23PADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ZEROBYTE". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB176/ZEROBYTEPADDING". 13:35:12,876 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO10126". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO10126-2". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO10126-2PADDING". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO10126PADDING". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO7816-4". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ISO7816-4PADDING". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/NOPADDING". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/PKCS5". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/PKCS5PADDING". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/PKCS7". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/PKCS7PADDING". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/TBC". 13:35:12,877 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/TBCPADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/X9.23". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/X9.23PADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ZEROBYTE". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB184/ZEROBYTEPADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO10126". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO10126-2". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO10126-2PADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO10126PADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO7816-4". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ISO7816-4PADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/NOPADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/PKCS5". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/PKCS5PADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/PKCS7". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/PKCS7PADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/TBC". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/TBCPADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/X9.23". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/X9.23PADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ZEROBYTE". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB192/ZEROBYTEPADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO10126". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO10126-2". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO10126-2PADDING". 13:35:12,878 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO10126PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO7816-4". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ISO7816-4PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/NOPADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/PKCS5". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/PKCS5PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/PKCS7". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/PKCS7PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/TBC". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/TBCPADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/X9.23". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/X9.23PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ZEROBYTE". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB200/ZEROBYTEPADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO10126". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO10126-2". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO10126-2PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO10126PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO7816-4". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ISO7816-4PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/NOPADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/PKCS5". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/PKCS5PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/PKCS7". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/PKCS7PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/TBC". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/TBCPADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/X9.23". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/X9.23PADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ZEROBYTE". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB208/ZEROBYTEPADDING". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO10126". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO10126-2". 13:35:12,879 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO10126-2PADDING". 13:35:12,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO10126PADDING". 13:35:12,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO7816-4". 13:35:12,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ISO7816-4PADDING". 13:35:12,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/NOPADDING". 13:35:12,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/PKCS5". 13:35:12,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/PKCS5PADDING". 13:35:12,880 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/PKCS7". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/PKCS7PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/TBC". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/TBCPADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/X9.23". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/X9.23PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ZEROBYTE". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB216/ZEROBYTEPADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO10126". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO10126-2". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO10126-2PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO10126PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO7816-4". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ISO7816-4PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/NOPADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/PKCS5". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/PKCS5PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/PKCS7". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/PKCS7PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/TBC". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/TBCPADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/X9.23". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/X9.23PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ZEROBYTE". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB224/ZEROBYTEPADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO10126". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO10126-2". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO10126-2PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO10126PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO7816-4". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ISO7816-4PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/NOPADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/PKCS5". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/PKCS5PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/PKCS7". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/PKCS7PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/TBC". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/TBCPADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/X9.23". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/X9.23PADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ZEROBYTE". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB232/ZEROBYTEPADDING". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO10126". 13:35:12,881 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO10126-2". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO10126-2PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO10126PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO7816-4". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ISO7816-4PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/NOPADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/PKCS5". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/PKCS5PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/PKCS7". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/PKCS7PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/TBC". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/TBCPADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/X9.23". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/X9.23PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ZEROBYTE". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB24/ZEROBYTEPADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO10126". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO10126-2". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO10126-2PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO10126PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO7816-4". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ISO7816-4PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/NOPADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/PKCS5". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/PKCS5PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/PKCS7". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/PKCS7PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/TBC". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/TBCPADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/X9.23". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/X9.23PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ZEROBYTE". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB240/ZEROBYTEPADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO10126". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO10126-2". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO10126-2PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO10126PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO7816-4". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ISO7816-4PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/NOPADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/PKCS5". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/PKCS5PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/PKCS7". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/PKCS7PADDING". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/TBC". 13:35:12,883 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/TBCPADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/X9.23". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/X9.23PADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ZEROBYTE". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB248/ZEROBYTEPADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO10126". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO10126-2". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO10126-2PADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO10126PADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO7816-4". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ISO7816-4PADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/NOPADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/PKCS5". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/PKCS5PADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/PKCS7". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/PKCS7PADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/TBC". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/TBCPADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/X9.23". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/X9.23PADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ZEROBYTE". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB256/ZEROBYTEPADDING". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/". 13:35:12,884 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO10126". 13:35:12,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO10126-2". 13:35:12,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO10126-2PADDING". 13:35:12,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO10126PADDING". 13:35:12,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO7816-4". 13:35:12,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ISO7816-4PADDING". 13:35:12,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/NOPADDING". 13:35:12,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/PKCS5". 13:35:12,886 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/PKCS5PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/PKCS7". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/PKCS7PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/TBC". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/TBCPADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/X9.23". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/X9.23PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ZEROBYTE". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB32/ZEROBYTEPADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO10126". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO10126-2". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO10126-2PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO10126PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO7816-4". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ISO7816-4PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/NOPADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/PKCS5". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/PKCS5PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/PKCS7". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/PKCS7PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/TBC". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/TBCPADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/X9.23". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/X9.23PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ZEROBYTE". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB40/ZEROBYTEPADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO10126". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO10126-2". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO10126-2PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO10126PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO7816-4". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ISO7816-4PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/NOPADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/PKCS5". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/PKCS5PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/PKCS7". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/PKCS7PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/TBC". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/TBCPADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/X9.23". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/X9.23PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ZEROBYTE". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB48/ZEROBYTEPADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO10126". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO10126-2". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO10126-2PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO10126PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO7816-4". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ISO7816-4PADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/NOPADDING". 13:35:12,887 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/PKCS5". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/PKCS5PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/PKCS7". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/PKCS7PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/TBC". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/TBCPADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/X9.23". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/X9.23PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ZEROBYTE". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB56/ZEROBYTEPADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO10126". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO10126-2". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO10126-2PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO10126PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO7816-4". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ISO7816-4PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/NOPADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/PKCS5". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/PKCS5PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/PKCS7". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/PKCS7PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/TBC". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/TBCPADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/X9.23". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/X9.23PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ZEROBYTE". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB64/ZEROBYTEPADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO10126". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO10126-2". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO10126-2PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO10126PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO7816-4". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ISO7816-4PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/NOPADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/PKCS5". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/PKCS5PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/PKCS7". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/PKCS7PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/TBC". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/TBCPADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/X9.23". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/X9.23PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ZEROBYTE". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB72/ZEROBYTEPADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO10126". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO10126-2". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO10126-2PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO10126PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO7816-4". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ISO7816-4PADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/NOPADDING". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/PKCS5". 13:35:12,888 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/PKCS5PADDING". 13:35:12,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/PKCS7". 13:35:12,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/PKCS7PADDING". 13:35:12,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/TBC". 13:35:12,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/TBCPADDING". 13:35:12,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/X9.23". 13:35:12,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/X9.23PADDING". 13:35:12,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ZEROBYTE". 13:35:12,889 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB8/ZEROBYTEPADDING". 13:35:12,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/". 13:35:12,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO10126". 13:35:12,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO10126-2". 13:35:12,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO10126-2PADDING". 13:35:12,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO10126PADDING". 13:35:12,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO7816-4". 13:35:12,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ISO7816-4PADDING". 13:35:12,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/NOPADDING". 13:35:12,891 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/PKCS5". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/PKCS5PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/PKCS7". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/PKCS7PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/TBC". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/TBCPADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/X9.23". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/X9.23PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ZEROBYTE". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB80/ZEROBYTEPADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO10126". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO10126-2". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO10126-2PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO10126PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO7816-4". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ISO7816-4PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/NOPADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/PKCS5". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/PKCS5PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/PKCS7". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/PKCS7PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/TBC". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/TBCPADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/X9.23". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/X9.23PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ZEROBYTE". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB88/ZEROBYTEPADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO10126". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO10126-2". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO10126-2PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO10126PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO7816-4". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ISO7816-4PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/NOPADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/PKCS5". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/PKCS5PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/PKCS7". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/PKCS7PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/TBC". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/TBCPADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/X9.23". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/X9.23PADDING". 13:35:12,893 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ZEROBYTE". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/OFB96/ZEROBYTEPADDING". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO10126". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO10126-2". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO10126-2PADDING". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO10126PADDING". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO7816-4". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ISO7816-4PADDING". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/NOPADDING". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/PKCS5". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/PKCS5PADDING". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/PKCS7". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/PKCS7PADDING". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/TBC". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/TBCPADDING". 13:35:12,894 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/X9.23". 13:35:12,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/X9.23PADDING". 13:35:12,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ZEROBYTE". 13:35:12,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-32/SIC/ZEROBYTEPADDING". 13:35:12,895 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64//". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64//NOPADDING". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC-CTS/". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC-CTS/NOPADDING". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO10126". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO10126-2". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO10126-2PADDING". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO10126PADDING". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO7816-4". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ISO7816-4PADDING". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/NOPADDING". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/PKCS5". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/PKCS5PADDING". 13:35:12,896 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/PKCS7". 13:35:12,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/PKCS7PADDING". 13:35:12,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/TBC". 13:35:12,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/TBCPADDING". 13:35:12,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/X9.23". 13:35:12,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/X9.23PADDING". 13:35:12,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ZEROBYTE". 13:35:12,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CBC/ZEROBYTEPADDING". 13:35:12,897 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CCM/". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CCM/NOPADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO10126". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO10126-2". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO10126-2PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO10126PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO7816-4". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ISO7816-4PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/NOPADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/PKCS5". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/PKCS5PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/PKCS7". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/PKCS7PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/TBC". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/TBCPADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/X9.23". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/X9.23PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ZEROBYTE". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB/ZEROBYTEPADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO10126". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO10126-2". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO10126-2PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO10126PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO7816-4". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ISO7816-4PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/NOPADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/PKCS5". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/PKCS5PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/PKCS7". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/PKCS7PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/TBC". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/TBCPADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/X9.23". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/X9.23PADDING". 13:35:12,898 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ZEROBYTE". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB104/ZEROBYTEPADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO10126". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO10126-2". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO10126-2PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO10126PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO7816-4". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ISO7816-4PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/NOPADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/PKCS5". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/PKCS5PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/PKCS7". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/PKCS7PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/TBC". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/TBCPADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/X9.23". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/X9.23PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ZEROBYTE". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB112/ZEROBYTEPADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO10126". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO10126-2". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO10126-2PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO10126PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO7816-4". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ISO7816-4PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/NOPADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/PKCS5". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/PKCS5PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/PKCS7". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/PKCS7PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/TBC". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/TBCPADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/X9.23". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/X9.23PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ZEROBYTE". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB120/ZEROBYTEPADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO10126". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO10126-2". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO10126-2PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO10126PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO7816-4". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ISO7816-4PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/NOPADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/PKCS5". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/PKCS5PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/PKCS7". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/PKCS7PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/TBC". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/TBCPADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/X9.23". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/X9.23PADDING". 13:35:12,899 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ZEROBYTE". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB128/ZEROBYTEPADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO10126". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO10126-2". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO10126-2PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO10126PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO7816-4". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ISO7816-4PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/NOPADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/PKCS5". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/PKCS5PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/PKCS7". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/PKCS7PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/TBC". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/TBCPADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/X9.23". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/X9.23PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ZEROBYTE". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB136/ZEROBYTEPADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO10126". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO10126-2". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO10126-2PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO10126PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO7816-4". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ISO7816-4PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/NOPADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/PKCS5". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/PKCS5PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/PKCS7". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/PKCS7PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/TBC". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/TBCPADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/X9.23". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/X9.23PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ZEROBYTE". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB144/ZEROBYTEPADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO10126". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO10126-2". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO10126-2PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO10126PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO7816-4". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ISO7816-4PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/NOPADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/PKCS5". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/PKCS5PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/PKCS7". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/PKCS7PADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/TBC". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/TBCPADDING". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/X9.23". 13:35:12,900 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/X9.23PADDING". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ZEROBYTE". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB152/ZEROBYTEPADDING". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO10126". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO10126-2". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO10126-2PADDING". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO10126PADDING". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO7816-4". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ISO7816-4PADDING". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/NOPADDING". 13:35:12,901 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/PKCS5". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/PKCS5PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/PKCS7". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/PKCS7PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/TBC". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/TBCPADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/X9.23". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/X9.23PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ZEROBYTE". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB16/ZEROBYTEPADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO10126". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO10126-2". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO10126-2PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO10126PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO7816-4". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ISO7816-4PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/NOPADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/PKCS5". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/PKCS5PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/PKCS7". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/PKCS7PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/TBC". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/TBCPADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/X9.23". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/X9.23PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ZEROBYTE". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB160/ZEROBYTEPADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO10126". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO10126-2". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO10126-2PADDING". 13:35:12,908 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO10126PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO7816-4". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ISO7816-4PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/NOPADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/PKCS5". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/PKCS5PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/PKCS7". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/PKCS7PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/TBC". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/TBCPADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/X9.23". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/X9.23PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ZEROBYTE". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB168/ZEROBYTEPADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO10126". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO10126-2". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO10126-2PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO10126PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO7816-4". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ISO7816-4PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/NOPADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/PKCS5". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/PKCS5PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/PKCS7". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/PKCS7PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/TBC". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/TBCPADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/X9.23". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/X9.23PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ZEROBYTE". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB176/ZEROBYTEPADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO10126". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO10126-2". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO10126-2PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO10126PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO7816-4". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ISO7816-4PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/NOPADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/PKCS5". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/PKCS5PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/PKCS7". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/PKCS7PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/TBC". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/TBCPADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/X9.23". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/X9.23PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ZEROBYTE". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB184/ZEROBYTEPADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO10126". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO10126-2". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO10126-2PADDING". 13:35:12,909 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO10126PADDING". 13:35:12,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO7816-4". 13:35:12,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ISO7816-4PADDING". 13:35:12,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/NOPADDING". 13:35:12,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/PKCS5". 13:35:12,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/PKCS5PADDING". 13:35:12,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/PKCS7". 13:35:12,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/PKCS7PADDING". 13:35:12,910 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/TBC". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/TBCPADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/X9.23". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/X9.23PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ZEROBYTE". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB192/ZEROBYTEPADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO10126". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO10126-2". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO10126-2PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO10126PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO7816-4". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ISO7816-4PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/NOPADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/PKCS5". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/PKCS5PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/PKCS7". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/PKCS7PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/TBC". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/TBCPADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/X9.23". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/X9.23PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ZEROBYTE". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB200/ZEROBYTEPADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO10126". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO10126-2". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO10126-2PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO10126PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO7816-4". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ISO7816-4PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/NOPADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/PKCS5". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/PKCS5PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/PKCS7". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/PKCS7PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/TBC". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/TBCPADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/X9.23". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/X9.23PADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ZEROBYTE". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB208/ZEROBYTEPADDING". 13:35:12,912 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO10126". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO10126-2". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO10126-2PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO10126PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO7816-4". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ISO7816-4PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/NOPADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/PKCS5". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/PKCS5PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/PKCS7". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/PKCS7PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/TBC". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/TBCPADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/X9.23". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/X9.23PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ZEROBYTE". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB216/ZEROBYTEPADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO10126". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO10126-2". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO10126-2PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO10126PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO7816-4". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ISO7816-4PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/NOPADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/PKCS5". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/PKCS5PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/PKCS7". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/PKCS7PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/TBC". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/TBCPADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/X9.23". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/X9.23PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ZEROBYTE". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB224/ZEROBYTEPADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO10126". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO10126-2". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO10126-2PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO10126PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO7816-4". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ISO7816-4PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/NOPADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/PKCS5". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/PKCS5PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/PKCS7". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/PKCS7PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/TBC". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/TBCPADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/X9.23". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/X9.23PADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ZEROBYTE". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB232/ZEROBYTEPADDING". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/". 13:35:12,913 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO10126". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO10126-2". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO10126-2PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO10126PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO7816-4". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ISO7816-4PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/NOPADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/PKCS5". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/PKCS5PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/PKCS7". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/PKCS7PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/TBC". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/TBCPADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/X9.23". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/X9.23PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ZEROBYTE". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB24/ZEROBYTEPADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO10126". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO10126-2". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO10126-2PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO10126PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO7816-4". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ISO7816-4PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/NOPADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/PKCS5". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/PKCS5PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/PKCS7". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/PKCS7PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/TBC". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/TBCPADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/X9.23". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/X9.23PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ZEROBYTE". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB240/ZEROBYTEPADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO10126". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO10126-2". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO10126-2PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO10126PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO7816-4". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ISO7816-4PADDING". 13:35:12,914 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/NOPADDING". 13:35:12,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/PKCS5". 13:35:12,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/PKCS5PADDING". 13:35:12,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/PKCS7". 13:35:12,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/PKCS7PADDING". 13:35:12,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/TBC". 13:35:12,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/TBCPADDING". 13:35:12,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/X9.23". 13:35:12,918 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/X9.23PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ZEROBYTE". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB248/ZEROBYTEPADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO10126". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO10126-2". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO10126-2PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO10126PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO7816-4". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ISO7816-4PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/NOPADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/PKCS5". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/PKCS5PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/PKCS7". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/PKCS7PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/TBC". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/TBCPADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/X9.23". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/X9.23PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ZEROBYTE". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB256/ZEROBYTEPADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO10126". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO10126-2". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO10126-2PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO10126PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO7816-4". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ISO7816-4PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/NOPADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/PKCS5". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/PKCS5PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/PKCS7". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/PKCS7PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/TBC". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/TBCPADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/X9.23". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/X9.23PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ZEROBYTE". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB32/ZEROBYTEPADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO10126". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO10126-2". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO10126-2PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO10126PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO7816-4". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ISO7816-4PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/NOPADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/PKCS5". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/PKCS5PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/PKCS7". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/PKCS7PADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/TBC". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/TBCPADDING". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/X9.23". 13:35:12,919 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/X9.23PADDING". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ZEROBYTE". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB40/ZEROBYTEPADDING". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO10126". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO10126-2". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO10126-2PADDING". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO10126PADDING". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO7816-4". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ISO7816-4PADDING". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/NOPADDING". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/PKCS5". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/PKCS5PADDING". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/PKCS7". 13:35:12,920 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/PKCS7PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/TBC". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/TBCPADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/X9.23". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/X9.23PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ZEROBYTE". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB48/ZEROBYTEPADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO10126". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO10126-2". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO10126-2PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO10126PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO7816-4". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ISO7816-4PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/NOPADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/PKCS5". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/PKCS5PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/PKCS7". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/PKCS7PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/TBC". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/TBCPADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/X9.23". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/X9.23PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ZEROBYTE". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB56/ZEROBYTEPADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO10126". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO10126-2". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO10126-2PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO10126PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO7816-4". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ISO7816-4PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/NOPADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/PKCS5". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/PKCS5PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/PKCS7". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/PKCS7PADDING". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/TBC". 13:35:12,922 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/TBCPADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/X9.23". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/X9.23PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ZEROBYTE". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB64/ZEROBYTEPADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO10126". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO10126-2". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO10126-2PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO10126PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO7816-4". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ISO7816-4PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/NOPADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/PKCS5". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/PKCS5PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/PKCS7". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/PKCS7PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/TBC". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/TBCPADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/X9.23". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/X9.23PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ZEROBYTE". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB72/ZEROBYTEPADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO10126". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO10126-2". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO10126-2PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO10126PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO7816-4". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ISO7816-4PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/NOPADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/PKCS5". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/PKCS5PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/PKCS7". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/PKCS7PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/TBC". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/TBCPADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/X9.23". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/X9.23PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ZEROBYTE". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB8/ZEROBYTEPADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO10126". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO10126-2". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO10126-2PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO10126PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO7816-4". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ISO7816-4PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/NOPADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/PKCS5". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/PKCS5PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/PKCS7". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/PKCS7PADDING". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/TBC". 13:35:12,923 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/TBCPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/X9.23". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/X9.23PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ZEROBYTE". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB80/ZEROBYTEPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO10126". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO10126-2". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO10126-2PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO10126PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO7816-4". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ISO7816-4PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/NOPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/PKCS5". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/PKCS5PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/PKCS7". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/PKCS7PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/TBC". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/TBCPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/X9.23". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/X9.23PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ZEROBYTE". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB88/ZEROBYTEPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO10126". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO10126-2". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO10126-2PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO10126PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO7816-4". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ISO7816-4PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/NOPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/PKCS5". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/PKCS5PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/PKCS7". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/PKCS7PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/TBC". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/TBCPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/X9.23". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/X9.23PADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ZEROBYTE". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CFB96/ZEROBYTEPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CTS/". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/CTS/NOPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/EAX/". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/EAX/NOPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/ECB/". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/ECB/NOPADDING". 13:35:12,924 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/GCM/". 13:35:12,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/GCM/NOPADDING". 13:35:12,928 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO10126". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO10126-2". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO10126-2PADDING". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO10126PADDING". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO7816-4". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ISO7816-4PADDING". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/NOPADDING". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/PKCS5". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/PKCS5PADDING". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/PKCS7". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/PKCS7PADDING". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/TBC". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/TBCPADDING". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/X9.23". 13:35:12,929 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/X9.23PADDING". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ZEROBYTE". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB/ZEROBYTEPADDING". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO10126". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO10126-2". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO10126-2PADDING". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO10126PADDING". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO7816-4". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ISO7816-4PADDING". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/NOPADDING". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/PKCS5". 13:35:12,932 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/PKCS5PADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/PKCS7". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/PKCS7PADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/TBC". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/TBCPADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/X9.23". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/X9.23PADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ZEROBYTE". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB104/ZEROBYTEPADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO10126". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO10126-2". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO10126-2PADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO10126PADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO7816-4". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ISO7816-4PADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/NOPADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/PKCS5". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/PKCS5PADDING". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/PKCS7". 13:35:12,933 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/PKCS7PADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/TBC". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/TBCPADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/X9.23". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/X9.23PADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ZEROBYTE". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB112/ZEROBYTEPADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO10126". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO10126-2". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO10126-2PADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO10126PADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO7816-4". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ISO7816-4PADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/NOPADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/PKCS5". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/PKCS5PADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/PKCS7". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/PKCS7PADDING". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/TBC". 13:35:12,934 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/TBCPADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/X9.23". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/X9.23PADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ZEROBYTE". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB120/ZEROBYTEPADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO10126". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO10126-2". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO10126-2PADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO10126PADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO7816-4". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ISO7816-4PADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/NOPADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/PKCS5". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/PKCS5PADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/PKCS7". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/PKCS7PADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/TBC". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/TBCPADDING". 13:35:12,935 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/X9.23". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/X9.23PADDING". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ZEROBYTE". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB128/ZEROBYTEPADDING". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO10126". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO10126-2". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO10126-2PADDING". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO10126PADDING". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO7816-4". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ISO7816-4PADDING". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/NOPADDING". 13:35:12,936 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/PKCS5". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/PKCS5PADDING". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/PKCS7". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/PKCS7PADDING". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/TBC". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/TBCPADDING". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/X9.23". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/X9.23PADDING". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ZEROBYTE". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB136/ZEROBYTEPADDING". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO10126". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO10126-2". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO10126-2PADDING". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO10126PADDING". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO7816-4". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ISO7816-4PADDING". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/NOPADDING". 13:35:12,941 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/PKCS5". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/PKCS5PADDING". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/PKCS7". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/PKCS7PADDING". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/TBC". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/TBCPADDING". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/X9.23". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/X9.23PADDING". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ZEROBYTE". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB144/ZEROBYTEPADDING". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO10126". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO10126-2". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO10126-2PADDING". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO10126PADDING". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO7816-4". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ISO7816-4PADDING". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/NOPADDING". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/PKCS5". 13:35:12,942 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/PKCS5PADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/PKCS7". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/PKCS7PADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/TBC". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/TBCPADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/X9.23". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/X9.23PADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ZEROBYTE". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB152/ZEROBYTEPADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO10126". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO10126-2". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO10126-2PADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO10126PADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO7816-4". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ISO7816-4PADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/NOPADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/PKCS5". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/PKCS5PADDING". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/PKCS7". 13:35:12,943 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/PKCS7PADDING". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/TBC". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/TBCPADDING". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/X9.23". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/X9.23PADDING". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ZEROBYTE". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB16/ZEROBYTEPADDING". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO10126". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO10126-2". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO10126-2PADDING". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO10126PADDING". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO7816-4". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ISO7816-4PADDING". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/NOPADDING". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/PKCS5". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/PKCS5PADDING". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/PKCS7". 13:35:12,944 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/PKCS7PADDING". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/TBC". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/TBCPADDING". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/X9.23". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/X9.23PADDING". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ZEROBYTE". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB160/ZEROBYTEPADDING". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO10126". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO10126-2". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO10126-2PADDING". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO10126PADDING". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO7816-4". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ISO7816-4PADDING". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/NOPADDING". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/PKCS5". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/PKCS5PADDING". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/PKCS7". 13:35:12,945 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/PKCS7PADDING". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/TBC". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/TBCPADDING". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/X9.23". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/X9.23PADDING". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ZEROBYTE". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB168/ZEROBYTEPADDING". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO10126". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO10126-2". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO10126-2PADDING". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO10126PADDING". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO7816-4". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ISO7816-4PADDING". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/NOPADDING". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/PKCS5". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/PKCS5PADDING". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/PKCS7". 13:35:12,946 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/PKCS7PADDING". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/TBC". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/TBCPADDING". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/X9.23". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/X9.23PADDING". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ZEROBYTE". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB176/ZEROBYTEPADDING". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO10126". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO10126-2". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO10126-2PADDING". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO10126PADDING". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO7816-4". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ISO7816-4PADDING". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/NOPADDING". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/PKCS5". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/PKCS5PADDING". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/PKCS7". 13:35:12,947 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/PKCS7PADDING". 13:35:12,948 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/TBC". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/TBCPADDING". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/X9.23". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/X9.23PADDING". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ZEROBYTE". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB184/ZEROBYTEPADDING". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO10126". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO10126-2". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO10126-2PADDING". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO10126PADDING". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO7816-4". 13:35:12,951 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ISO7816-4PADDING". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/NOPADDING". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/PKCS5". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/PKCS5PADDING". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/PKCS7". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/PKCS7PADDING". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/TBC". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/TBCPADDING". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/X9.23". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/X9.23PADDING". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ZEROBYTE". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB192/ZEROBYTEPADDING". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO10126". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO10126-2". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO10126-2PADDING". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO10126PADDING". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO7816-4". 13:35:12,952 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ISO7816-4PADDING". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/NOPADDING". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/PKCS5". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/PKCS5PADDING". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/PKCS7". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/PKCS7PADDING". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/TBC". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/TBCPADDING". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/X9.23". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/X9.23PADDING". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ZEROBYTE". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB200/ZEROBYTEPADDING". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO10126". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO10126-2". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO10126-2PADDING". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO10126PADDING". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO7816-4". 13:35:12,953 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ISO7816-4PADDING". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/NOPADDING". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/PKCS5". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/PKCS5PADDING". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/PKCS7". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/PKCS7PADDING". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/TBC". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/TBCPADDING". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/X9.23". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/X9.23PADDING". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ZEROBYTE". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB208/ZEROBYTEPADDING". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO10126". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO10126-2". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO10126-2PADDING". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO10126PADDING". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO7816-4". 13:35:12,954 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ISO7816-4PADDING". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/NOPADDING". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/PKCS5". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/PKCS5PADDING". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/PKCS7". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/PKCS7PADDING". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/TBC". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/TBCPADDING". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/X9.23". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/X9.23PADDING". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ZEROBYTE". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB216/ZEROBYTEPADDING". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO10126". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO10126-2". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO10126-2PADDING". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO10126PADDING". 13:35:12,955 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO7816-4". 13:35:12,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ISO7816-4PADDING". 13:35:12,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/NOPADDING". 13:35:12,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/PKCS5". 13:35:12,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/PKCS5PADDING". 13:35:12,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/PKCS7". 13:35:12,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/PKCS7PADDING". 13:35:12,956 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/TBC". 13:35:12,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/TBCPADDING". 13:35:12,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/X9.23". 13:35:12,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/X9.23PADDING". 13:35:12,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ZEROBYTE". 13:35:12,957 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB224/ZEROBYTEPADDING". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO10126". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO10126-2". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO10126-2PADDING". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO10126PADDING". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO7816-4". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ISO7816-4PADDING". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/NOPADDING". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/PKCS5". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/PKCS5PADDING". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/PKCS7". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/PKCS7PADDING". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/TBC". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/TBCPADDING". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/X9.23". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/X9.23PADDING". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ZEROBYTE". 13:35:12,958 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB232/ZEROBYTEPADDING". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO10126". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO10126-2". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO10126-2PADDING". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO10126PADDING". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO7816-4". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ISO7816-4PADDING". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/NOPADDING". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/PKCS5". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/PKCS5PADDING". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/PKCS7". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/PKCS7PADDING". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/TBC". 13:35:12,959 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/TBCPADDING". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/X9.23". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/X9.23PADDING". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ZEROBYTE". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB24/ZEROBYTEPADDING". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO10126". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO10126-2". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO10126-2PADDING". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO10126PADDING". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO7816-4". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ISO7816-4PADDING". 13:35:12,960 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/NOPADDING". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/PKCS5". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/PKCS5PADDING". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/PKCS7". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/PKCS7PADDING". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/TBC". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/TBCPADDING". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/X9.23". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/X9.23PADDING". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ZEROBYTE". 13:35:12,961 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB240/ZEROBYTEPADDING". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO10126". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO10126-2". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO10126-2PADDING". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO10126PADDING". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO7816-4". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ISO7816-4PADDING". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/NOPADDING". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/PKCS5". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/PKCS5PADDING". 13:35:12,962 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/PKCS7". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/PKCS7PADDING". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/TBC". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/TBCPADDING". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/X9.23". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/X9.23PADDING". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ZEROBYTE". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB248/ZEROBYTEPADDING". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO10126". 13:35:12,963 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO10126-2". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO10126-2PADDING". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO10126PADDING". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO7816-4". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ISO7816-4PADDING". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/NOPADDING". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/PKCS5". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/PKCS5PADDING". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/PKCS7". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/PKCS7PADDING". 13:35:12,964 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/TBC". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/TBCPADDING". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/X9.23". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/X9.23PADDING". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ZEROBYTE". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB256/ZEROBYTEPADDING". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO10126". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO10126-2". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO10126-2PADDING". 13:35:12,965 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO10126PADDING". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO7816-4". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ISO7816-4PADDING". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/NOPADDING". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/PKCS5". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/PKCS5PADDING". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/PKCS7". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/PKCS7PADDING". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/TBC". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/TBCPADDING". 13:35:12,966 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/X9.23". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/X9.23PADDING". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ZEROBYTE". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB32/ZEROBYTEPADDING". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO10126". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO10126-2". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO10126-2PADDING". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO10126PADDING". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO7816-4". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ISO7816-4PADDING". 13:35:12,967 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/NOPADDING". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/PKCS5". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/PKCS5PADDING". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/PKCS7". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/PKCS7PADDING". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/TBC". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/TBCPADDING". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/X9.23". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/X9.23PADDING". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ZEROBYTE". 13:35:12,968 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB40/ZEROBYTEPADDING". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO10126". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO10126-2". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO10126-2PADDING". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO10126PADDING". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO7816-4". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ISO7816-4PADDING". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/NOPADDING". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/PKCS5". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/PKCS5PADDING". 13:35:12,969 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/PKCS7". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/PKCS7PADDING". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/TBC". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/TBCPADDING". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/X9.23". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/X9.23PADDING". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ZEROBYTE". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB48/ZEROBYTEPADDING". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO10126". 13:35:12,970 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO10126-2". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO10126-2PADDING". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO10126PADDING". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO7816-4". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ISO7816-4PADDING". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/NOPADDING". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/PKCS5". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/PKCS5PADDING". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/PKCS7". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/PKCS7PADDING". 13:35:12,971 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/TBC". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/TBCPADDING". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/X9.23". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/X9.23PADDING". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ZEROBYTE". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB56/ZEROBYTEPADDING". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO10126". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO10126-2". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO10126-2PADDING". 13:35:12,972 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO10126PADDING". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO7816-4". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ISO7816-4PADDING". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/NOPADDING". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/PKCS5". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/PKCS5PADDING". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/PKCS7". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/PKCS7PADDING". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/TBC". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/TBCPADDING". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/X9.23". 13:35:12,973 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/X9.23PADDING". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ZEROBYTE". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB64/ZEROBYTEPADDING". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO10126". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO10126-2". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO10126-2PADDING". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO10126PADDING". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO7816-4". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ISO7816-4PADDING". 13:35:12,974 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/NOPADDING". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/PKCS5". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/PKCS5PADDING". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/PKCS7". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/PKCS7PADDING". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/TBC". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/TBCPADDING". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/X9.23". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/X9.23PADDING". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ZEROBYTE". 13:35:12,975 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB72/ZEROBYTEPADDING". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO10126". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO10126-2". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO10126-2PADDING". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO10126PADDING". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO7816-4". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ISO7816-4PADDING". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/NOPADDING". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/PKCS5". 13:35:12,976 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/PKCS5PADDING". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/PKCS7". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/PKCS7PADDING". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/TBC". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/TBCPADDING". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/X9.23". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/X9.23PADDING". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ZEROBYTE". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB8/ZEROBYTEPADDING". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO10126". 13:35:12,977 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO10126-2". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO10126-2PADDING". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO10126PADDING". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO7816-4". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ISO7816-4PADDING". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/NOPADDING". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/PKCS5". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/PKCS5PADDING". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/PKCS7". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/PKCS7PADDING". 13:35:12,978 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/TBC". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/TBCPADDING". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/X9.23". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/X9.23PADDING". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ZEROBYTE". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB80/ZEROBYTEPADDING". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO10126". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO10126-2". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO10126-2PADDING". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO10126PADDING". 13:35:12,979 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO7816-4". 13:35:12,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ISO7816-4PADDING". 13:35:12,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/NOPADDING". 13:35:12,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/PKCS5". 13:35:12,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/PKCS5PADDING". 13:35:12,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/PKCS7". 13:35:12,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/PKCS7PADDING". 13:35:12,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/TBC". 13:35:12,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/TBCPADDING". 13:35:12,980 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/X9.23". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/X9.23PADDING". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ZEROBYTE". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB88/ZEROBYTEPADDING". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO10126". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO10126-2". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO10126-2PADDING". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO10126PADDING". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO7816-4". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ISO7816-4PADDING". 13:35:12,981 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/NOPADDING". 13:35:12,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/PKCS5". 13:35:12,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/PKCS5PADDING". 13:35:12,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/PKCS7". 13:35:12,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/PKCS7PADDING". 13:35:12,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/TBC". 13:35:12,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/TBCPADDING". 13:35:12,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/X9.23". 13:35:12,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/X9.23PADDING". 13:35:12,982 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ZEROBYTE". 13:35:12,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/OFB96/ZEROBYTEPADDING". 13:35:12,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/". 13:35:12,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO10126". 13:35:12,983 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO10126-2". 13:35:12,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO10126-2PADDING". 13:35:12,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO10126PADDING". 13:35:12,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO7816-4". 13:35:12,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ISO7816-4PADDING". 13:35:12,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/NOPADDING". 13:35:12,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/PKCS5". 13:35:12,984 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/PKCS5PADDING". 13:35:12,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/PKCS7". 13:35:12,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/PKCS7PADDING". 13:35:12,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/TBC". 13:35:12,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/TBCPADDING". 13:35:12,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/X9.23". 13:35:12,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/X9.23PADDING". 13:35:12,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ZEROBYTE". 13:35:12,985 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC5-64/SIC/ZEROBYTEPADDING". 13:35:12,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6//". 13:35:12,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6//NOPADDING". 13:35:12,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC-CTS/". 13:35:12,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC-CTS/NOPADDING". 13:35:12,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/". 13:35:12,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO10126". 13:35:12,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO10126-2". 13:35:12,986 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO10126-2PADDING". 13:35:12,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO10126PADDING". 13:35:12,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO7816-4". 13:35:12,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ISO7816-4PADDING". 13:35:12,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/NOPADDING". 13:35:12,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/PKCS5". 13:35:12,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/PKCS5PADDING". 13:35:12,987 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/PKCS7". 13:35:12,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/PKCS7PADDING". 13:35:12,988 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/TBC". 13:35:12,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/TBCPADDING". 13:35:12,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/X9.23". 13:35:12,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/X9.23PADDING". 13:35:12,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ZEROBYTE". 13:35:12,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CBC/ZEROBYTEPADDING". 13:35:12,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CCM/". 13:35:12,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CCM/NOPADDING". 13:35:12,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/". 13:35:12,989 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO10126". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO10126-2". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO10126-2PADDING". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO10126PADDING". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO7816-4". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ISO7816-4PADDING". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/NOPADDING". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/PKCS5". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/PKCS5PADDING". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/PKCS7". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/PKCS7PADDING". 13:35:12,990 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/TBC". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/TBCPADDING". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/X9.23". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/X9.23PADDING". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ZEROBYTE". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB/ZEROBYTEPADDING". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO10126". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO10126-2". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO10126-2PADDING". 13:35:12,991 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO10126PADDING". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO7816-4". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ISO7816-4PADDING". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/NOPADDING". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/PKCS5". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/PKCS5PADDING". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/PKCS7". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/PKCS7PADDING". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/TBC". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/TBCPADDING". 13:35:12,992 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/X9.23". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/X9.23PADDING". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ZEROBYTE". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB104/ZEROBYTEPADDING". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO10126". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO10126-2". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO10126-2PADDING". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO10126PADDING". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO7816-4". 13:35:12,993 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ISO7816-4PADDING". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/NOPADDING". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/PKCS5". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/PKCS5PADDING". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/PKCS7". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/PKCS7PADDING". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/TBC". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/TBCPADDING". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/X9.23". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/X9.23PADDING". 13:35:12,994 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ZEROBYTE". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB112/ZEROBYTEPADDING". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO10126". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO10126-2". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO10126-2PADDING". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO10126PADDING". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO7816-4". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ISO7816-4PADDING". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/NOPADDING". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/PKCS5". 13:35:12,995 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/PKCS5PADDING". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/PKCS7". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/PKCS7PADDING". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/TBC". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/TBCPADDING". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/X9.23". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/X9.23PADDING". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ZEROBYTE". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB120/ZEROBYTEPADDING". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/". 13:35:12,996 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO10126". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO10126-2". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO10126-2PADDING". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO10126PADDING". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO7816-4". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ISO7816-4PADDING". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/NOPADDING". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/PKCS5". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/PKCS5PADDING". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/PKCS7". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/PKCS7PADDING". 13:35:12,997 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/TBC". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/TBCPADDING". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/X9.23". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/X9.23PADDING". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ZEROBYTE". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB128/ZEROBYTEPADDING". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO10126". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO10126-2". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO10126-2PADDING". 13:35:12,998 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO10126PADDING". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO7816-4". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ISO7816-4PADDING". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/NOPADDING". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/PKCS5". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/PKCS5PADDING". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/PKCS7". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/PKCS7PADDING". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/TBC". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/TBCPADDING". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/X9.23". 13:35:12,999 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/X9.23PADDING". 13:35:13,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ZEROBYTE". 13:35:13,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB136/ZEROBYTEPADDING". 13:35:13,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/". 13:35:13,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO10126". 13:35:13,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO10126-2". 13:35:13,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO10126-2PADDING". 13:35:13,000 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO10126PADDING". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO7816-4". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ISO7816-4PADDING". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/NOPADDING". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/PKCS5". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/PKCS5PADDING". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/PKCS7". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/PKCS7PADDING". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/TBC". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/TBCPADDING". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/X9.23". 13:35:13,001 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/X9.23PADDING". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ZEROBYTE". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB144/ZEROBYTEPADDING". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO10126". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO10126-2". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO10126-2PADDING". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO10126PADDING". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO7816-4". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ISO7816-4PADDING". 13:35:13,002 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/NOPADDING". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/PKCS5". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/PKCS5PADDING". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/PKCS7". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/PKCS7PADDING". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/TBC". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/TBCPADDING". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/X9.23". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/X9.23PADDING". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ZEROBYTE". 13:35:13,003 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB152/ZEROBYTEPADDING". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO10126". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO10126-2". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO10126-2PADDING". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO10126PADDING". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO7816-4". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ISO7816-4PADDING". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/NOPADDING". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/PKCS5". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/PKCS5PADDING". 13:35:13,004 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/PKCS7". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/PKCS7PADDING". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/TBC". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/TBCPADDING". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/X9.23". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/X9.23PADDING". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ZEROBYTE". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB16/ZEROBYTEPADDING". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO10126". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO10126-2". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO10126-2PADDING". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO10126PADDING". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO7816-4". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ISO7816-4PADDING". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/NOPADDING". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/PKCS5". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/PKCS5PADDING". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/PKCS7". 13:35:13,005 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/PKCS7PADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/TBC". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/TBCPADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/X9.23". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/X9.23PADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ZEROBYTE". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB160/ZEROBYTEPADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO10126". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO10126-2". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO10126-2PADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO10126PADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO7816-4". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ISO7816-4PADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/NOPADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/PKCS5". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/PKCS5PADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/PKCS7". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/PKCS7PADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/TBC". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/TBCPADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/X9.23". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/X9.23PADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ZEROBYTE". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB168/ZEROBYTEPADDING". 13:35:13,006 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO10126". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO10126-2". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO10126-2PADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO10126PADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO7816-4". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ISO7816-4PADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/NOPADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/PKCS5". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/PKCS5PADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/PKCS7". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/PKCS7PADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/TBC". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/TBCPADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/X9.23". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/X9.23PADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ZEROBYTE". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB176/ZEROBYTEPADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO10126". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO10126-2". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO10126-2PADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO10126PADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO7816-4". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ISO7816-4PADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/NOPADDING". 13:35:13,007 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/PKCS5". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/PKCS5PADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/PKCS7". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/PKCS7PADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/TBC". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/TBCPADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/X9.23". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/X9.23PADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ZEROBYTE". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB184/ZEROBYTEPADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO10126". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO10126-2". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO10126-2PADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO10126PADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO7816-4". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ISO7816-4PADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/NOPADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/PKCS5". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/PKCS5PADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/PKCS7". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/PKCS7PADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/TBC". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/TBCPADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/X9.23". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/X9.23PADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ZEROBYTE". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB192/ZEROBYTEPADDING". 13:35:13,008 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO10126". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO10126-2". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO10126-2PADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO10126PADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO7816-4". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ISO7816-4PADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/NOPADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/PKCS5". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/PKCS5PADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/PKCS7". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/PKCS7PADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/TBC". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/TBCPADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/X9.23". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/X9.23PADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ZEROBYTE". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB200/ZEROBYTEPADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO10126". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO10126-2". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO10126-2PADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO10126PADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO7816-4". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ISO7816-4PADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/NOPADDING". 13:35:13,009 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/PKCS5". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/PKCS5PADDING". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/PKCS7". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/PKCS7PADDING". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/TBC". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/TBCPADDING". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/X9.23". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/X9.23PADDING". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ZEROBYTE". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB208/ZEROBYTEPADDING". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO10126". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO10126-2". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO10126-2PADDING". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO10126PADDING". 13:35:13,010 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO7816-4". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ISO7816-4PADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/NOPADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/PKCS5". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/PKCS5PADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/PKCS7". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/PKCS7PADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/TBC". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/TBCPADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/X9.23". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/X9.23PADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ZEROBYTE". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB216/ZEROBYTEPADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO10126". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO10126-2". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO10126-2PADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO10126PADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO7816-4". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ISO7816-4PADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/NOPADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/PKCS5". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/PKCS5PADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/PKCS7". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/PKCS7PADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/TBC". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/TBCPADDING". 13:35:13,011 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/X9.23". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/X9.23PADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ZEROBYTE". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB224/ZEROBYTEPADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO10126". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO10126-2". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO10126-2PADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO10126PADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO7816-4". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ISO7816-4PADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/NOPADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/PKCS5". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/PKCS5PADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/PKCS7". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/PKCS7PADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/TBC". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/TBCPADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/X9.23". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/X9.23PADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ZEROBYTE". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB232/ZEROBYTEPADDING". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO10126". 13:35:13,012 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO10126-2". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO10126-2PADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO10126PADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO7816-4". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ISO7816-4PADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/NOPADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/PKCS5". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/PKCS5PADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/PKCS7". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/PKCS7PADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/TBC". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/TBCPADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/X9.23". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/X9.23PADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ZEROBYTE". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB24/ZEROBYTEPADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO10126". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO10126-2". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO10126-2PADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO10126PADDING". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO7816-4". 13:35:13,015 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ISO7816-4PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/NOPADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/PKCS5". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/PKCS5PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/PKCS7". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/PKCS7PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/TBC". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/TBCPADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/X9.23". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/X9.23PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ZEROBYTE". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB240/ZEROBYTEPADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO10126". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO10126-2". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO10126-2PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO10126PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO7816-4". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ISO7816-4PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/NOPADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/PKCS5". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/PKCS5PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/PKCS7". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/PKCS7PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/TBC". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/TBCPADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/X9.23". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/X9.23PADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ZEROBYTE". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB248/ZEROBYTEPADDING". 13:35:13,016 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO10126". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO10126-2". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO10126-2PADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO10126PADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO7816-4". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ISO7816-4PADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/NOPADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/PKCS5". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/PKCS5PADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/PKCS7". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/PKCS7PADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/TBC". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/TBCPADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/X9.23". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/X9.23PADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ZEROBYTE". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB256/ZEROBYTEPADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO10126". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO10126-2". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO10126-2PADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO10126PADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO7816-4". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ISO7816-4PADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/NOPADDING". 13:35:13,017 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/PKCS5". 13:35:13,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/PKCS5PADDING". 13:35:13,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/PKCS7". 13:35:13,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/PKCS7PADDING". 13:35:13,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/TBC". 13:35:13,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/TBCPADDING". 13:35:13,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/X9.23". 13:35:13,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/X9.23PADDING". 13:35:13,026 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ZEROBYTE". 13:35:13,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB32/ZEROBYTEPADDING". 13:35:13,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/". 13:35:13,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO10126". 13:35:13,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO10126-2". 13:35:13,027 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO10126-2PADDING". 13:35:13,030 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO10126PADDING". 13:35:13,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO7816-4". 13:35:13,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ISO7816-4PADDING". 13:35:13,031 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/NOPADDING". 13:35:13,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/PKCS5". 13:35:13,035 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/PKCS5PADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/PKCS7". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/PKCS7PADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/TBC". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/TBCPADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/X9.23". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/X9.23PADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ZEROBYTE". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB40/ZEROBYTEPADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO10126". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO10126-2". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO10126-2PADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO10126PADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO7816-4". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ISO7816-4PADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/NOPADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/PKCS5". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/PKCS5PADDING". 13:35:13,036 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/PKCS7". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/PKCS7PADDING". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/TBC". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/TBCPADDING". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/X9.23". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/X9.23PADDING". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ZEROBYTE". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB48/ZEROBYTEPADDING". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO10126". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO10126-2". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO10126-2PADDING". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO10126PADDING". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO7816-4". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ISO7816-4PADDING". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/NOPADDING". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/PKCS5". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/PKCS5PADDING". 13:35:13,037 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/PKCS7". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/PKCS7PADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/TBC". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/TBCPADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/X9.23". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/X9.23PADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ZEROBYTE". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB56/ZEROBYTEPADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO10126". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO10126-2". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO10126-2PADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO10126PADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO7816-4". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ISO7816-4PADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/NOPADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/PKCS5". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/PKCS5PADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/PKCS7". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/PKCS7PADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/TBC". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/TBCPADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/X9.23". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/X9.23PADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ZEROBYTE". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB64/ZEROBYTEPADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO10126". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO10126-2". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO10126-2PADDING". 13:35:13,038 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO10126PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO7816-4". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ISO7816-4PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/NOPADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/PKCS5". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/PKCS5PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/PKCS7". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/PKCS7PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/TBC". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/TBCPADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/X9.23". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/X9.23PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ZEROBYTE". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB72/ZEROBYTEPADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO10126". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO10126-2". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO10126-2PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO10126PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO7816-4". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ISO7816-4PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/NOPADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/PKCS5". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/PKCS5PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/PKCS7". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/PKCS7PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/TBC". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/TBCPADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/X9.23". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/X9.23PADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ZEROBYTE". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB8/ZEROBYTEPADDING". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO10126". 13:35:13,039 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO10126-2". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO10126-2PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO10126PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO7816-4". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ISO7816-4PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/NOPADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/PKCS5". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/PKCS5PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/PKCS7". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/PKCS7PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/TBC". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/TBCPADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/X9.23". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/X9.23PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ZEROBYTE". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB80/ZEROBYTEPADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO10126". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO10126-2". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO10126-2PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO10126PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO7816-4". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ISO7816-4PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/NOPADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/PKCS5". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/PKCS5PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/PKCS7". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/PKCS7PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/TBC". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/TBCPADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/X9.23". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/X9.23PADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ZEROBYTE". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB88/ZEROBYTEPADDING". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO10126". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO10126-2". 13:35:13,040 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO10126-2PADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO10126PADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO7816-4". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ISO7816-4PADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/NOPADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/PKCS5". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/PKCS5PADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/PKCS7". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/PKCS7PADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/TBC". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/TBCPADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/X9.23". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/X9.23PADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ZEROBYTE". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CFB96/ZEROBYTEPADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CTS/". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/CTS/NOPADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/EAX/". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/EAX/NOPADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/ECB/". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/ECB/NOPADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/GCM/". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/GCM/NOPADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO10126". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO10126-2". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO10126-2PADDING". 13:35:13,041 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO10126PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO7816-4". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ISO7816-4PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/NOPADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/PKCS5". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/PKCS5PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/PKCS7". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/PKCS7PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/TBC". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/TBCPADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/X9.23". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/X9.23PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ZEROBYTE". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB/ZEROBYTEPADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO10126". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO10126-2". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO10126-2PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO10126PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO7816-4". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ISO7816-4PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/NOPADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/PKCS5". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/PKCS5PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/PKCS7". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/PKCS7PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/TBC". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/TBCPADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/X9.23". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/X9.23PADDING". 13:35:13,042 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ZEROBYTE". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB104/ZEROBYTEPADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO10126". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO10126-2". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO10126-2PADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO10126PADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO7816-4". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ISO7816-4PADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/NOPADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/PKCS5". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/PKCS5PADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/PKCS7". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/PKCS7PADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/TBC". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/TBCPADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/X9.23". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/X9.23PADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ZEROBYTE". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB112/ZEROBYTEPADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO10126". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO10126-2". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO10126-2PADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO10126PADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO7816-4". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ISO7816-4PADDING". 13:35:13,043 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/NOPADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/PKCS5". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/PKCS5PADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/PKCS7". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/PKCS7PADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/TBC". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/TBCPADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/X9.23". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/X9.23PADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ZEROBYTE". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB120/ZEROBYTEPADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO10126". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO10126-2". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO10126-2PADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO10126PADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO7816-4". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ISO7816-4PADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/NOPADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/PKCS5". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/PKCS5PADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/PKCS7". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/PKCS7PADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/TBC". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/TBCPADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/X9.23". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/X9.23PADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ZEROBYTE". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB128/ZEROBYTEPADDING". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/". 13:35:13,044 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO10126". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO10126-2". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO10126-2PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO10126PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO7816-4". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ISO7816-4PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/NOPADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/PKCS5". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/PKCS5PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/PKCS7". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/PKCS7PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/TBC". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/TBCPADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/X9.23". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/X9.23PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ZEROBYTE". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB136/ZEROBYTEPADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO10126". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO10126-2". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO10126-2PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO10126PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO7816-4". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ISO7816-4PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/NOPADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/PKCS5". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/PKCS5PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/PKCS7". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/PKCS7PADDING". 13:35:13,045 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/TBC". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/TBCPADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/X9.23". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/X9.23PADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ZEROBYTE". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB144/ZEROBYTEPADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO10126". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO10126-2". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO10126-2PADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO10126PADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO7816-4". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ISO7816-4PADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/NOPADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/PKCS5". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/PKCS5PADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/PKCS7". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/PKCS7PADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/TBC". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/TBCPADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/X9.23". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/X9.23PADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ZEROBYTE". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB152/ZEROBYTEPADDING". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/". 13:35:13,046 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO10126". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO10126-2". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO10126-2PADDING". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO10126PADDING". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO7816-4". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ISO7816-4PADDING". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/NOPADDING". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/PKCS5". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/PKCS5PADDING". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/PKCS7". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/PKCS7PADDING". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/TBC". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/TBCPADDING". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/X9.23". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/X9.23PADDING". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ZEROBYTE". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB16/ZEROBYTEPADDING". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO10126". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO10126-2". 13:35:13,047 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO10126-2PADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO10126PADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO7816-4". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ISO7816-4PADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/NOPADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/PKCS5". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/PKCS5PADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/PKCS7". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/PKCS7PADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/TBC". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/TBCPADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/X9.23". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/X9.23PADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ZEROBYTE". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB160/ZEROBYTEPADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO10126". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO10126-2". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO10126-2PADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO10126PADDING". 13:35:13,048 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO7816-4". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ISO7816-4PADDING". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/NOPADDING". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/PKCS5". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/PKCS5PADDING". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/PKCS7". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/PKCS7PADDING". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/TBC". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/TBCPADDING". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/X9.23". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/X9.23PADDING". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ZEROBYTE". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB168/ZEROBYTEPADDING". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO10126". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO10126-2". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO10126-2PADDING". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO10126PADDING". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO7816-4". 13:35:13,049 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ISO7816-4PADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/NOPADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/PKCS5". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/PKCS5PADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/PKCS7". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/PKCS7PADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/TBC". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/TBCPADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/X9.23". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/X9.23PADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ZEROBYTE". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB176/ZEROBYTEPADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO10126". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO10126-2". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO10126-2PADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO10126PADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO7816-4". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ISO7816-4PADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/NOPADDING". 13:35:13,050 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/PKCS5". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/PKCS5PADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/PKCS7". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/PKCS7PADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/TBC". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/TBCPADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/X9.23". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/X9.23PADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ZEROBYTE". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB184/ZEROBYTEPADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO10126". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO10126-2". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO10126-2PADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO10126PADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO7816-4". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ISO7816-4PADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/NOPADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/PKCS5". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/PKCS5PADDING". 13:35:13,051 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/PKCS7". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/PKCS7PADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/TBC". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/TBCPADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/X9.23". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/X9.23PADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ZEROBYTE". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB192/ZEROBYTEPADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO10126". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO10126-2". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO10126-2PADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO10126PADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO7816-4". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ISO7816-4PADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/NOPADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/PKCS5". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/PKCS5PADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/PKCS7". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/PKCS7PADDING". 13:35:13,052 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/TBC". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/TBCPADDING". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/X9.23". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/X9.23PADDING". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ZEROBYTE". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB200/ZEROBYTEPADDING". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO10126". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO10126-2". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO10126-2PADDING". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO10126PADDING". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO7816-4". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ISO7816-4PADDING". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/NOPADDING". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/PKCS5". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/PKCS5PADDING". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/PKCS7". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/PKCS7PADDING". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/TBC". 13:35:13,053 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/TBCPADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/X9.23". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/X9.23PADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ZEROBYTE". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB208/ZEROBYTEPADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO10126". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO10126-2". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO10126-2PADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO10126PADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO7816-4". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ISO7816-4PADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/NOPADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/PKCS5". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/PKCS5PADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/PKCS7". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/PKCS7PADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/TBC". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/TBCPADDING". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/X9.23". 13:35:13,054 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/X9.23PADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ZEROBYTE". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB216/ZEROBYTEPADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO10126". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO10126-2". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO10126-2PADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO10126PADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO7816-4". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ISO7816-4PADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/NOPADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/PKCS5". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/PKCS5PADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/PKCS7". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/PKCS7PADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/TBC". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/TBCPADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/X9.23". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/X9.23PADDING". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ZEROBYTE". 13:35:13,055 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB224/ZEROBYTEPADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO10126". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO10126-2". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO10126-2PADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO10126PADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO7816-4". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ISO7816-4PADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/NOPADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/PKCS5". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/PKCS5PADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/PKCS7". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/PKCS7PADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/TBC". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/TBCPADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/X9.23". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/X9.23PADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ZEROBYTE". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB232/ZEROBYTEPADDING". 13:35:13,056 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO10126". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO10126-2". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO10126-2PADDING". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO10126PADDING". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO7816-4". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ISO7816-4PADDING". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/NOPADDING". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/PKCS5". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/PKCS5PADDING". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/PKCS7". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/PKCS7PADDING". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/TBC". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/TBCPADDING". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/X9.23". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/X9.23PADDING". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ZEROBYTE". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB24/ZEROBYTEPADDING". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO10126". 13:35:13,057 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO10126-2". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO10126-2PADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO10126PADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO7816-4". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ISO7816-4PADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/NOPADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/PKCS5". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/PKCS5PADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/PKCS7". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/PKCS7PADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/TBC". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/TBCPADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/X9.23". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/X9.23PADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ZEROBYTE". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB240/ZEROBYTEPADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO10126". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO10126-2". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO10126-2PADDING". 13:35:13,058 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO10126PADDING". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO7816-4". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ISO7816-4PADDING". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/NOPADDING". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/PKCS5". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/PKCS5PADDING". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/PKCS7". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/PKCS7PADDING". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/TBC". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/TBCPADDING". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/X9.23". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/X9.23PADDING". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ZEROBYTE". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB248/ZEROBYTEPADDING". 13:35:13,059 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO10126". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO10126-2". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO10126-2PADDING". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO10126PADDING". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO7816-4". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ISO7816-4PADDING". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/NOPADDING". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/PKCS5". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/PKCS5PADDING". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/PKCS7". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/PKCS7PADDING". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/TBC". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/TBCPADDING". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/X9.23". 13:35:13,060 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/X9.23PADDING". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ZEROBYTE". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB256/ZEROBYTEPADDING". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO10126". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO10126-2". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO10126-2PADDING". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO10126PADDING". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO7816-4". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ISO7816-4PADDING". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/NOPADDING". 13:35:13,061 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/PKCS5". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/PKCS5PADDING". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/PKCS7". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/PKCS7PADDING". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/TBC". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/TBCPADDING". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/X9.23". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/X9.23PADDING". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ZEROBYTE". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB32/ZEROBYTEPADDING". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/". 13:35:13,062 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO10126". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO10126-2". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO10126-2PADDING". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO10126PADDING". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO7816-4". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ISO7816-4PADDING". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/NOPADDING". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/PKCS5". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/PKCS5PADDING". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/PKCS7". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/PKCS7PADDING". 13:35:13,063 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/TBC". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/TBCPADDING". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/X9.23". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/X9.23PADDING". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ZEROBYTE". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB40/ZEROBYTEPADDING". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO10126". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO10126-2". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO10126-2PADDING". 13:35:13,064 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO10126PADDING". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO7816-4". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ISO7816-4PADDING". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/NOPADDING". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/PKCS5". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/PKCS5PADDING". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/PKCS7". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/PKCS7PADDING". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/TBC". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/TBCPADDING". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/X9.23". 13:35:13,065 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/X9.23PADDING". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ZEROBYTE". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB48/ZEROBYTEPADDING". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO10126". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO10126-2". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO10126-2PADDING". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO10126PADDING". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO7816-4". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ISO7816-4PADDING". 13:35:13,066 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/NOPADDING". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/PKCS5". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/PKCS5PADDING". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/PKCS7". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/PKCS7PADDING". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/TBC". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/TBCPADDING". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/X9.23". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/X9.23PADDING". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ZEROBYTE". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB56/ZEROBYTEPADDING". 13:35:13,067 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO10126". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO10126-2". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO10126-2PADDING". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO10126PADDING". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO7816-4". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ISO7816-4PADDING". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/NOPADDING". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/PKCS5". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/PKCS5PADDING". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/PKCS7". 13:35:13,068 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/PKCS7PADDING". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/TBC". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/TBCPADDING". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/X9.23". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/X9.23PADDING". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ZEROBYTE". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB64/ZEROBYTEPADDING". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO10126". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO10126-2". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO10126-2PADDING". 13:35:13,069 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO10126PADDING". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO7816-4". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ISO7816-4PADDING". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/NOPADDING". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/PKCS5". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/PKCS5PADDING". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/PKCS7". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/PKCS7PADDING". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/TBC". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/TBCPADDING". 13:35:13,070 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/X9.23". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/X9.23PADDING". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ZEROBYTE". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB72/ZEROBYTEPADDING". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO10126". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO10126-2". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO10126-2PADDING". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO10126PADDING". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO7816-4". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ISO7816-4PADDING". 13:35:13,071 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/NOPADDING". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/PKCS5". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/PKCS5PADDING". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/PKCS7". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/PKCS7PADDING". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/TBC". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/TBCPADDING". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/X9.23". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/X9.23PADDING". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ZEROBYTE". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB8/ZEROBYTEPADDING". 13:35:13,072 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO10126". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO10126-2". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO10126-2PADDING". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO10126PADDING". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO7816-4". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ISO7816-4PADDING". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/NOPADDING". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/PKCS5". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/PKCS5PADDING". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/PKCS7". 13:35:13,073 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/PKCS7PADDING". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/TBC". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/TBCPADDING". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/X9.23". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/X9.23PADDING". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ZEROBYTE". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB80/ZEROBYTEPADDING". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO10126". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO10126-2". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO10126-2PADDING". 13:35:13,074 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO10126PADDING". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO7816-4". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ISO7816-4PADDING". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/NOPADDING". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/PKCS5". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/PKCS5PADDING". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/PKCS7". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/PKCS7PADDING". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/TBC". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/TBCPADDING". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/X9.23". 13:35:13,075 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/X9.23PADDING". 13:35:13,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ZEROBYTE". 13:35:13,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB88/ZEROBYTEPADDING". 13:35:13,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/". 13:35:13,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO10126". 13:35:13,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO10126-2". 13:35:13,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO10126-2PADDING". 13:35:13,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO10126PADDING". 13:35:13,076 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO7816-4". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ISO7816-4PADDING". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/NOPADDING". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/PKCS5". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/PKCS5PADDING". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/PKCS7". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/PKCS7PADDING". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/TBC". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/TBCPADDING". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/X9.23". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/X9.23PADDING". 13:35:13,077 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ZEROBYTE". 13:35:13,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/OFB96/ZEROBYTEPADDING". 13:35:13,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/". 13:35:13,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO10126". 13:35:13,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO10126-2". 13:35:13,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO10126-2PADDING". 13:35:13,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO10126PADDING". 13:35:13,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO7816-4". 13:35:13,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ISO7816-4PADDING". 13:35:13,078 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/NOPADDING". 13:35:13,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/PKCS5". 13:35:13,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/PKCS5PADDING". 13:35:13,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/PKCS7". 13:35:13,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/PKCS7PADDING". 13:35:13,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/TBC". 13:35:13,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/TBCPADDING". 13:35:13,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/X9.23". 13:35:13,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/X9.23PADDING". 13:35:13,079 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ZEROBYTE". 13:35:13,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RC6/SIC/ZEROBYTEPADDING". 13:35:13,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL//". 13:35:13,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL//NOPADDING". 13:35:13,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC-CTS/". 13:35:13,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC-CTS/NOPADDING". 13:35:13,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/". 13:35:13,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO10126". 13:35:13,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO10126-2". 13:35:13,080 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO10126-2PADDING". 13:35:13,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO10126PADDING". 13:35:13,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO7816-4". 13:35:13,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ISO7816-4PADDING". 13:35:13,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/NOPADDING". 13:35:13,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/PKCS5". 13:35:13,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/PKCS5PADDING". 13:35:13,081 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/PKCS7". 13:35:13,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/PKCS7PADDING". 13:35:13,082 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/TBC". 13:35:13,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/TBCPADDING". 13:35:13,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/X9.23". 13:35:13,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/X9.23PADDING". 13:35:13,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ZEROBYTE". 13:35:13,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CBC/ZEROBYTEPADDING". 13:35:13,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CCM/". 13:35:13,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CCM/NOPADDING". 13:35:13,083 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO10126". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO10126-2". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO10126-2PADDING". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO10126PADDING". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO7816-4". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ISO7816-4PADDING". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/NOPADDING". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/PKCS5". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/PKCS5PADDING". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/PKCS7". 13:35:13,084 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/PKCS7PADDING". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/TBC". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/TBCPADDING". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/X9.23". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/X9.23PADDING". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ZEROBYTE". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB/ZEROBYTEPADDING". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO10126". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO10126-2". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO10126-2PADDING". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO10126PADDING". 13:35:13,085 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO7816-4". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ISO7816-4PADDING". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/NOPADDING". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/PKCS5". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/PKCS5PADDING". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/PKCS7". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/PKCS7PADDING". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/TBC". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/TBCPADDING". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/X9.23". 13:35:13,086 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/X9.23PADDING". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ZEROBYTE". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB104/ZEROBYTEPADDING". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO10126". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO10126-2". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO10126-2PADDING". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO10126PADDING". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO7816-4". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ISO7816-4PADDING". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/NOPADDING". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/PKCS5". 13:35:13,087 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/PKCS5PADDING". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/PKCS7". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/PKCS7PADDING". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/TBC". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/TBCPADDING". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/X9.23". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/X9.23PADDING". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ZEROBYTE". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB112/ZEROBYTEPADDING". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO10126". 13:35:13,088 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO10126-2". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO10126-2PADDING". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO10126PADDING". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO7816-4". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ISO7816-4PADDING". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/NOPADDING". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/PKCS5". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/PKCS5PADDING". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/PKCS7". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/PKCS7PADDING". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/TBC". 13:35:13,089 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/TBCPADDING". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/X9.23". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/X9.23PADDING". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ZEROBYTE". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB120/ZEROBYTEPADDING". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO10126". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO10126-2". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO10126-2PADDING". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO10126PADDING". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO7816-4". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ISO7816-4PADDING". 13:35:13,090 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/NOPADDING". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/PKCS5". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/PKCS5PADDING". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/PKCS7". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/PKCS7PADDING". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/TBC". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/TBCPADDING". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/X9.23". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/X9.23PADDING". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ZEROBYTE". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB128/ZEROBYTEPADDING". 13:35:13,091 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO10126". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO10126-2". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO10126-2PADDING". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO10126PADDING". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO7816-4". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ISO7816-4PADDING". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/NOPADDING". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/PKCS5". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/PKCS5PADDING". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/PKCS7". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/PKCS7PADDING". 13:35:13,092 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/TBC". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/TBCPADDING". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/X9.23". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/X9.23PADDING". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ZEROBYTE". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB136/ZEROBYTEPADDING". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO10126". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO10126-2". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO10126-2PADDING". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO10126PADDING". 13:35:13,093 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO7816-4". 13:35:13,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ISO7816-4PADDING". 13:35:13,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/NOPADDING". 13:35:13,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/PKCS5". 13:35:13,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/PKCS5PADDING". 13:35:13,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/PKCS7". 13:35:13,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/PKCS7PADDING". 13:35:13,094 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/TBC". 13:35:13,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/TBCPADDING". 13:35:13,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/X9.23". 13:35:13,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/X9.23PADDING". 13:35:13,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ZEROBYTE". 13:35:13,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB144/ZEROBYTEPADDING". 13:35:13,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/". 13:35:13,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO10126". 13:35:13,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO10126-2". 13:35:13,095 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO10126-2PADDING". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO10126PADDING". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO7816-4". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ISO7816-4PADDING". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/NOPADDING". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/PKCS5". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/PKCS5PADDING". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/PKCS7". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/PKCS7PADDING". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/TBC". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/TBCPADDING". 13:35:13,096 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/X9.23". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/X9.23PADDING". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ZEROBYTE". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB152/ZEROBYTEPADDING". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO10126". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO10126-2". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO10126-2PADDING". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO10126PADDING". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO7816-4". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ISO7816-4PADDING". 13:35:13,097 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/NOPADDING". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/PKCS5". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/PKCS5PADDING". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/PKCS7". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/PKCS7PADDING". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/TBC". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/TBCPADDING". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/X9.23". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/X9.23PADDING". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ZEROBYTE". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB16/ZEROBYTEPADDING". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/". 13:35:13,098 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO10126". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO10126-2". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO10126-2PADDING". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO10126PADDING". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO7816-4". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ISO7816-4PADDING". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/NOPADDING". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/PKCS5". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/PKCS5PADDING". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/PKCS7". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/PKCS7PADDING". 13:35:13,099 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/TBC". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/TBCPADDING". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/X9.23". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/X9.23PADDING". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ZEROBYTE". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB160/ZEROBYTEPADDING". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO10126". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO10126-2". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO10126-2PADDING". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO10126PADDING". 13:35:13,100 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO7816-4". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ISO7816-4PADDING". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/NOPADDING". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/PKCS5". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/PKCS5PADDING". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/PKCS7". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/PKCS7PADDING". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/TBC". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/TBCPADDING". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/X9.23". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/X9.23PADDING". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ZEROBYTE". 13:35:13,101 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB168/ZEROBYTEPADDING". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO10126". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO10126-2". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO10126-2PADDING". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO10126PADDING". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO7816-4". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ISO7816-4PADDING". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/NOPADDING". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/PKCS5". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/PKCS5PADDING". 13:35:13,102 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/PKCS7". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/PKCS7PADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/TBC". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/TBCPADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/X9.23". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/X9.23PADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ZEROBYTE". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB176/ZEROBYTEPADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO10126". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO10126-2". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO10126-2PADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO10126PADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO7816-4". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ISO7816-4PADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/NOPADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/PKCS5". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/PKCS5PADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/PKCS7". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/PKCS7PADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/TBC". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/TBCPADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/X9.23". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/X9.23PADDING". 13:35:13,103 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ZEROBYTE". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB184/ZEROBYTEPADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO10126". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO10126-2". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO10126-2PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO10126PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO7816-4". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ISO7816-4PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/NOPADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/PKCS5". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/PKCS5PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/PKCS7". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/PKCS7PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/TBC". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/TBCPADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/X9.23". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/X9.23PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ZEROBYTE". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB192/ZEROBYTEPADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO10126". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO10126-2". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO10126-2PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO10126PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO7816-4". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ISO7816-4PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/NOPADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/PKCS5". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/PKCS5PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/PKCS7". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/PKCS7PADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/TBC". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/TBCPADDING". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/X9.23". 13:35:13,104 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/X9.23PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ZEROBYTE". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB200/ZEROBYTEPADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO10126". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO10126-2". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO10126-2PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO10126PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO7816-4". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ISO7816-4PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/NOPADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/PKCS5". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/PKCS5PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/PKCS7". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/PKCS7PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/TBC". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/TBCPADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/X9.23". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/X9.23PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ZEROBYTE". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB208/ZEROBYTEPADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO10126". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO10126-2". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO10126-2PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO10126PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO7816-4". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ISO7816-4PADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/NOPADDING". 13:35:13,105 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/PKCS5". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/PKCS5PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/PKCS7". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/PKCS7PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/TBC". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/TBCPADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/X9.23". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/X9.23PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ZEROBYTE". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB216/ZEROBYTEPADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO10126". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO10126-2". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO10126-2PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO10126PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO7816-4". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ISO7816-4PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/NOPADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/PKCS5". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/PKCS5PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/PKCS7". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/PKCS7PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/TBC". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/TBCPADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/X9.23". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/X9.23PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ZEROBYTE". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB224/ZEROBYTEPADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO10126". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO10126-2". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO10126-2PADDING". 13:35:13,106 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO10126PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO7816-4". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ISO7816-4PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/NOPADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/PKCS5". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/PKCS5PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/PKCS7". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/PKCS7PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/TBC". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/TBCPADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/X9.23". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/X9.23PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ZEROBYTE". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB232/ZEROBYTEPADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO10126". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO10126-2". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO10126-2PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO10126PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO7816-4". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ISO7816-4PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/NOPADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/PKCS5". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/PKCS5PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/PKCS7". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/PKCS7PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/TBC". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/TBCPADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/X9.23". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/X9.23PADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ZEROBYTE". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB24/ZEROBYTEPADDING". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/". 13:35:13,107 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO10126". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO10126-2". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO10126-2PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO10126PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO7816-4". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ISO7816-4PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/NOPADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/PKCS5". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/PKCS5PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/PKCS7". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/PKCS7PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/TBC". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/TBCPADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/X9.23". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/X9.23PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ZEROBYTE". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB240/ZEROBYTEPADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO10126". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO10126-2". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO10126-2PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO10126PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO7816-4". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ISO7816-4PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/NOPADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/PKCS5". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/PKCS5PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/PKCS7". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/PKCS7PADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/TBC". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/TBCPADDING". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/X9.23". 13:35:13,108 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/X9.23PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ZEROBYTE". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB248/ZEROBYTEPADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO10126". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO10126-2". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO10126-2PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO10126PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO7816-4". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ISO7816-4PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/NOPADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/PKCS5". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/PKCS5PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/PKCS7". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/PKCS7PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/TBC". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/TBCPADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/X9.23". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/X9.23PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ZEROBYTE". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB256/ZEROBYTEPADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO10126". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO10126-2". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO10126-2PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO10126PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO7816-4". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ISO7816-4PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/NOPADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/PKCS5". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/PKCS5PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/PKCS7". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/PKCS7PADDING". 13:35:13,109 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/TBC". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/TBCPADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/X9.23". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/X9.23PADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ZEROBYTE". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB32/ZEROBYTEPADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO10126". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO10126-2". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO10126-2PADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO10126PADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO7816-4". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ISO7816-4PADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/NOPADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/PKCS5". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/PKCS5PADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/PKCS7". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/PKCS7PADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/TBC". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/TBCPADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/X9.23". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/X9.23PADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ZEROBYTE". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB40/ZEROBYTEPADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO10126". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO10126-2". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO10126-2PADDING". 13:35:13,110 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO10126PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO7816-4". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ISO7816-4PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/NOPADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/PKCS5". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/PKCS5PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/PKCS7". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/PKCS7PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/TBC". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/TBCPADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/X9.23". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/X9.23PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ZEROBYTE". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB48/ZEROBYTEPADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO10126". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO10126-2". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO10126-2PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO10126PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO7816-4". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ISO7816-4PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/NOPADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/PKCS5". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/PKCS5PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/PKCS7". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/PKCS7PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/TBC". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/TBCPADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/X9.23". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/X9.23PADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ZEROBYTE". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB56/ZEROBYTEPADDING". 13:35:13,111 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO10126". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO10126-2". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO10126-2PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO10126PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO7816-4". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ISO7816-4PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/NOPADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/PKCS5". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/PKCS5PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/PKCS7". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/PKCS7PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/TBC". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/TBCPADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/X9.23". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/X9.23PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ZEROBYTE". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB64/ZEROBYTEPADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO10126". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO10126-2". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO10126-2PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO10126PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO7816-4". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ISO7816-4PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/NOPADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/PKCS5". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/PKCS5PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/PKCS7". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/PKCS7PADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/TBC". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/TBCPADDING". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/X9.23". 13:35:13,112 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/X9.23PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ZEROBYTE". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB72/ZEROBYTEPADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO10126". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO10126-2". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO10126-2PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO10126PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO7816-4". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ISO7816-4PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/NOPADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/PKCS5". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/PKCS5PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/PKCS7". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/PKCS7PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/TBC". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/TBCPADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/X9.23". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/X9.23PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ZEROBYTE". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB8/ZEROBYTEPADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO10126". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO10126-2". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO10126-2PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO10126PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO7816-4". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ISO7816-4PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/NOPADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/PKCS5". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/PKCS5PADDING". 13:35:13,113 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/PKCS7". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/PKCS7PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/TBC". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/TBCPADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/X9.23". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/X9.23PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ZEROBYTE". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB80/ZEROBYTEPADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO10126". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO10126-2". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO10126-2PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO10126PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO7816-4". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ISO7816-4PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/NOPADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/PKCS5". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/PKCS5PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/PKCS7". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/PKCS7PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/TBC". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/TBCPADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/X9.23". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/X9.23PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ZEROBYTE". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB88/ZEROBYTEPADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO10126". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO10126-2". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO10126-2PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO10126PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO7816-4". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ISO7816-4PADDING". 13:35:13,114 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/NOPADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/PKCS5". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/PKCS5PADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/PKCS7". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/PKCS7PADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/TBC". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/TBCPADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/X9.23". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/X9.23PADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ZEROBYTE". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CFB96/ZEROBYTEPADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CTS/". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/CTS/NOPADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/EAX/". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/EAX/NOPADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/ECB/". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/ECB/NOPADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/GCM/". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/GCM/NOPADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO10126". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO10126-2". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO10126-2PADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO10126PADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO7816-4". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ISO7816-4PADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/NOPADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/PKCS5". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/PKCS5PADDING". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/PKCS7". 13:35:13,115 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/PKCS7PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/TBC". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/TBCPADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/X9.23". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/X9.23PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ZEROBYTE". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB/ZEROBYTEPADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO10126". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO10126-2". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO10126-2PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO10126PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO7816-4". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ISO7816-4PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/NOPADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/PKCS5". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/PKCS5PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/PKCS7". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/PKCS7PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/TBC". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/TBCPADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/X9.23". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/X9.23PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ZEROBYTE". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB104/ZEROBYTEPADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO10126". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO10126-2". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO10126-2PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO10126PADDING". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO7816-4". 13:35:13,116 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ISO7816-4PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/NOPADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/PKCS5". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/PKCS5PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/PKCS7". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/PKCS7PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/TBC". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/TBCPADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/X9.23". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/X9.23PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ZEROBYTE". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB112/ZEROBYTEPADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO10126". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO10126-2". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO10126-2PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO10126PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO7816-4". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ISO7816-4PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/NOPADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/PKCS5". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/PKCS5PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/PKCS7". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/PKCS7PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/TBC". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/TBCPADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/X9.23". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/X9.23PADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ZEROBYTE". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB120/ZEROBYTEPADDING". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO10126". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO10126-2". 13:35:13,117 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO10126-2PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO10126PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO7816-4". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ISO7816-4PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/NOPADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/PKCS5". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/PKCS5PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/PKCS7". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/PKCS7PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/TBC". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/TBCPADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/X9.23". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/X9.23PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ZEROBYTE". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB128/ZEROBYTEPADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO10126". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO10126-2". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO10126-2PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO10126PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO7816-4". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ISO7816-4PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/NOPADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/PKCS5". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/PKCS5PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/PKCS7". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/PKCS7PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/TBC". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/TBCPADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/X9.23". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/X9.23PADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ZEROBYTE". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB136/ZEROBYTEPADDING". 13:35:13,118 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO10126". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO10126-2". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO10126-2PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO10126PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO7816-4". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ISO7816-4PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/NOPADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/PKCS5". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/PKCS5PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/PKCS7". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/PKCS7PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/TBC". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/TBCPADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/X9.23". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/X9.23PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ZEROBYTE". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB144/ZEROBYTEPADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO10126". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO10126-2". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO10126-2PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO10126PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO7816-4". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ISO7816-4PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/NOPADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/PKCS5". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/PKCS5PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/PKCS7". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/PKCS7PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/TBC". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/TBCPADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/X9.23". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/X9.23PADDING". 13:35:13,119 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ZEROBYTE". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB152/ZEROBYTEPADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO10126". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO10126-2". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO10126-2PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO10126PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO7816-4". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ISO7816-4PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/NOPADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/PKCS5". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/PKCS5PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/PKCS7". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/PKCS7PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/TBC". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/TBCPADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/X9.23". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/X9.23PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ZEROBYTE". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB16/ZEROBYTEPADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO10126". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO10126-2". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO10126-2PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO10126PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO7816-4". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ISO7816-4PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/NOPADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/PKCS5". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/PKCS5PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/PKCS7". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/PKCS7PADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/TBC". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/TBCPADDING". 13:35:13,120 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/X9.23". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/X9.23PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ZEROBYTE". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB160/ZEROBYTEPADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO10126". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO10126-2". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO10126-2PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO10126PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO7816-4". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ISO7816-4PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/NOPADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/PKCS5". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/PKCS5PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/PKCS7". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/PKCS7PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/TBC". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/TBCPADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/X9.23". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/X9.23PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ZEROBYTE". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB168/ZEROBYTEPADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO10126". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO10126-2". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO10126-2PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO10126PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO7816-4". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ISO7816-4PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/NOPADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/PKCS5". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/PKCS5PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/PKCS7". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/PKCS7PADDING". 13:35:13,121 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/TBC". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/TBCPADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/X9.23". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/X9.23PADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ZEROBYTE". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB176/ZEROBYTEPADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO10126". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO10126-2". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO10126-2PADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO10126PADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO7816-4". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ISO7816-4PADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/NOPADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/PKCS5". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/PKCS5PADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/PKCS7". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/PKCS7PADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/TBC". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/TBCPADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/X9.23". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/X9.23PADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ZEROBYTE". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB184/ZEROBYTEPADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO10126". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO10126-2". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO10126-2PADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO10126PADDING". 13:35:13,122 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO7816-4". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ISO7816-4PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/NOPADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/PKCS5". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/PKCS5PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/PKCS7". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/PKCS7PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/TBC". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/TBCPADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/X9.23". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/X9.23PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ZEROBYTE". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB192/ZEROBYTEPADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO10126". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO10126-2". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO10126-2PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO10126PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO7816-4". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ISO7816-4PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/NOPADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/PKCS5". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/PKCS5PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/PKCS7". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/PKCS7PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/TBC". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/TBCPADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/X9.23". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/X9.23PADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ZEROBYTE". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB200/ZEROBYTEPADDING". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/". 13:35:13,123 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO10126". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO10126-2". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO10126-2PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO10126PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO7816-4". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ISO7816-4PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/NOPADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/PKCS5". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/PKCS5PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/PKCS7". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/PKCS7PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/TBC". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/TBCPADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/X9.23". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/X9.23PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ZEROBYTE". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB208/ZEROBYTEPADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO10126". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO10126-2". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO10126-2PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO10126PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO7816-4". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ISO7816-4PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/NOPADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/PKCS5". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/PKCS5PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/PKCS7". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/PKCS7PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/TBC". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/TBCPADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/X9.23". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/X9.23PADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ZEROBYTE". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB216/ZEROBYTEPADDING". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/". 13:35:13,124 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO10126". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO10126-2". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO10126-2PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO10126PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO7816-4". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ISO7816-4PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/NOPADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/PKCS5". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/PKCS5PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/PKCS7". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/PKCS7PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/TBC". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/TBCPADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/X9.23". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/X9.23PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ZEROBYTE". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB224/ZEROBYTEPADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO10126". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO10126-2". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO10126-2PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO10126PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO7816-4". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ISO7816-4PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/NOPADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/PKCS5". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/PKCS5PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/PKCS7". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/PKCS7PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/TBC". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/TBCPADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/X9.23". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/X9.23PADDING". 13:35:13,125 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ZEROBYTE". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB232/ZEROBYTEPADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO10126". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO10126-2". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO10126-2PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO10126PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO7816-4". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ISO7816-4PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/NOPADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/PKCS5". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/PKCS5PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/PKCS7". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/PKCS7PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/TBC". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/TBCPADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/X9.23". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/X9.23PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ZEROBYTE". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB24/ZEROBYTEPADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO10126". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO10126-2". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO10126-2PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO10126PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO7816-4". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ISO7816-4PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/NOPADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/PKCS5". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/PKCS5PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/PKCS7". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/PKCS7PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/TBC". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/TBCPADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/X9.23". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/X9.23PADDING". 13:35:13,126 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ZEROBYTE". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB240/ZEROBYTEPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO10126". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO10126-2". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO10126-2PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO10126PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO7816-4". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ISO7816-4PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/NOPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/PKCS5". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/PKCS5PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/PKCS7". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/PKCS7PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/TBC". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/TBCPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/X9.23". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/X9.23PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ZEROBYTE". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB248/ZEROBYTEPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO10126". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO10126-2". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO10126-2PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO10126PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO7816-4". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ISO7816-4PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/NOPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/PKCS5". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/PKCS5PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/PKCS7". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/PKCS7PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/TBC". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/TBCPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/X9.23". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/X9.23PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ZEROBYTE". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB256/ZEROBYTEPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO10126". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO10126-2". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO10126-2PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO10126PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO7816-4". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ISO7816-4PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/NOPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/PKCS5". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/PKCS5PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/PKCS7". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/PKCS7PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/TBC". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/TBCPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/X9.23". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/X9.23PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ZEROBYTE". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB32/ZEROBYTEPADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO10126". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO10126-2". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO10126-2PADDING". 13:35:13,127 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO10126PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO7816-4". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ISO7816-4PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/NOPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/PKCS5". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/PKCS5PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/PKCS7". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/PKCS7PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/TBC". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/TBCPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/X9.23". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/X9.23PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ZEROBYTE". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB40/ZEROBYTEPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO10126". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO10126-2". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO10126-2PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO10126PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO7816-4". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ISO7816-4PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/NOPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/PKCS5". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/PKCS5PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/PKCS7". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/PKCS7PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/TBC". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/TBCPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/X9.23". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/X9.23PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ZEROBYTE". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB48/ZEROBYTEPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO10126". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO10126-2". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO10126-2PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO10126PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO7816-4". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ISO7816-4PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/NOPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/PKCS5". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/PKCS5PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/PKCS7". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/PKCS7PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/TBC". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/TBCPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/X9.23". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/X9.23PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ZEROBYTE". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB56/ZEROBYTEPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO10126". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO10126-2". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO10126-2PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO10126PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO7816-4". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ISO7816-4PADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/NOPADDING". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/PKCS5". 13:35:13,128 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/PKCS5PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/PKCS7". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/PKCS7PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/TBC". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/TBCPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/X9.23". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/X9.23PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ZEROBYTE". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB64/ZEROBYTEPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO10126". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO10126-2". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO10126-2PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO10126PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO7816-4". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ISO7816-4PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/NOPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/PKCS5". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/PKCS5PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/PKCS7". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/PKCS7PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/TBC". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/TBCPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/X9.23". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/X9.23PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ZEROBYTE". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB72/ZEROBYTEPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO10126". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO10126-2". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO10126-2PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO10126PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO7816-4". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ISO7816-4PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/NOPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/PKCS5". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/PKCS5PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/PKCS7". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/PKCS7PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/TBC". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/TBCPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/X9.23". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/X9.23PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ZEROBYTE". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB8/ZEROBYTEPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO10126". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO10126-2". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO10126-2PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO10126PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO7816-4". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ISO7816-4PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/NOPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/PKCS5". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/PKCS5PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/PKCS7". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/PKCS7PADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/TBC". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/TBCPADDING". 13:35:13,129 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/X9.23". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/X9.23PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ZEROBYTE". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB80/ZEROBYTEPADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO10126". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO10126-2". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO10126-2PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO10126PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO7816-4". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ISO7816-4PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/NOPADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/PKCS5". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/PKCS5PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/PKCS7". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/PKCS7PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/TBC". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/TBCPADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/X9.23". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/X9.23PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ZEROBYTE". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB88/ZEROBYTEPADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO10126". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO10126-2". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO10126-2PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO10126PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO7816-4". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ISO7816-4PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/NOPADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/PKCS5". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/PKCS5PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/PKCS7". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/PKCS7PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/TBC". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/TBCPADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/X9.23". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/X9.23PADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ZEROBYTE". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/OFB96/ZEROBYTEPADDING". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO10126". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO10126-2". 13:35:13,130 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO10126-2PADDING". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO10126PADDING". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO7816-4". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ISO7816-4PADDING". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/NOPADDING". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/PKCS5". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/PKCS5PADDING". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/PKCS7". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/PKCS7PADDING". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/TBC". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/TBCPADDING". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/X9.23". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/X9.23PADDING". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ZEROBYTE". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RIJNDAEL/SIC/ZEROBYTEPADDING". 13:35:13,131 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//". 13:35:13,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//ISO9796-1". 13:35:13,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//ISO9796-1PADDING". 13:35:13,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//NOPADDING". 13:35:13,132 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//OAEP". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//OAEPPADDING". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//OAEPWITHSHA1ANDMGF1". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//OAEPWITHSHA1ANDMGF1PADDING". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//PKCS1". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA//PKCS1PADDING". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/ISO9796-1". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/ISO9796-1PADDING". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/NOPADDING". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/OAEP". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/OAEPPADDING". 13:35:13,133 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/OAEPWITHSHA1ANDMGF1". 13:35:13,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/OAEPWITHSHA1ANDMGF1PADDING". 13:35:13,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/PKCS1". 13:35:13,134 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "RSA/ECB/PKCS1PADDING". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SALSA20//". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SALSA20//NOPADDING". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SALSA20/ECB/". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SALSA20/ECB/NOPADDING". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED//". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED//NOPADDING". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC-CTS/". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC-CTS/NOPADDING". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO10126". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO10126-2". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO10126-2PADDING". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO10126PADDING". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO7816-4". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ISO7816-4PADDING". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/NOPADDING". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/PKCS5". 13:35:13,135 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/PKCS5PADDING". 13:35:13,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/PKCS7". 13:35:13,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/PKCS7PADDING". 13:35:13,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/TBC". 13:35:13,136 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/TBCPADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/X9.23". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/X9.23PADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ZEROBYTE". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CBC/ZEROBYTEPADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CCM/". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CCM/NOPADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO10126". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO10126-2". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO10126-2PADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO10126PADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO7816-4". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ISO7816-4PADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/NOPADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/PKCS5". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/PKCS5PADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/PKCS7". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/PKCS7PADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/TBC". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/TBCPADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/X9.23". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/X9.23PADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ZEROBYTE". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB/ZEROBYTEPADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO10126". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO10126-2". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO10126-2PADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO10126PADDING". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO7816-4". 13:35:13,137 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ISO7816-4PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/NOPADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/PKCS5". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/PKCS5PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/PKCS7". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/PKCS7PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/TBC". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/TBCPADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/X9.23". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/X9.23PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ZEROBYTE". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB104/ZEROBYTEPADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO10126". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO10126-2". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO10126-2PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO10126PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO7816-4". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ISO7816-4PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/NOPADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/PKCS5". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/PKCS5PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/PKCS7". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/PKCS7PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/TBC". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/TBCPADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/X9.23". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/X9.23PADDING". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ZEROBYTE". 13:35:13,138 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB112/ZEROBYTEPADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO10126". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO10126-2". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO10126-2PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO10126PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO7816-4". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ISO7816-4PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/NOPADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/PKCS5". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/PKCS5PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/PKCS7". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/PKCS7PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/TBC". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/TBCPADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/X9.23". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/X9.23PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ZEROBYTE". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB120/ZEROBYTEPADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO10126". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO10126-2". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO10126-2PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO10126PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO7816-4". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ISO7816-4PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/NOPADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/PKCS5". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/PKCS5PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/PKCS7". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/PKCS7PADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/TBC". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/TBCPADDING". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/X9.23". 13:35:13,139 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/X9.23PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ZEROBYTE". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB128/ZEROBYTEPADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO10126". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO10126-2". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO10126-2PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO10126PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO7816-4". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ISO7816-4PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/NOPADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/PKCS5". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/PKCS5PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/PKCS7". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/PKCS7PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/TBC". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/TBCPADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/X9.23". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/X9.23PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ZEROBYTE". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB136/ZEROBYTEPADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO10126". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO10126-2". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO10126-2PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO10126PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO7816-4". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ISO7816-4PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/NOPADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/PKCS5". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/PKCS5PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/PKCS7". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/PKCS7PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/TBC". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/TBCPADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/X9.23". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/X9.23PADDING". 13:35:13,140 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ZEROBYTE". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB144/ZEROBYTEPADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO10126". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO10126-2". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO10126-2PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO10126PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO7816-4". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ISO7816-4PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/NOPADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/PKCS5". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/PKCS5PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/PKCS7". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/PKCS7PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/TBC". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/TBCPADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/X9.23". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/X9.23PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ZEROBYTE". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB152/ZEROBYTEPADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO10126". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO10126-2". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO10126-2PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO10126PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO7816-4". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ISO7816-4PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/NOPADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/PKCS5". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/PKCS5PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/PKCS7". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/PKCS7PADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/TBC". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/TBCPADDING". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/X9.23". 13:35:13,141 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/X9.23PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ZEROBYTE". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB16/ZEROBYTEPADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO10126". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO10126-2". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO10126-2PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO10126PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO7816-4". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ISO7816-4PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/NOPADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/PKCS5". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/PKCS5PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/PKCS7". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/PKCS7PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/TBC". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/TBCPADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/X9.23". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/X9.23PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ZEROBYTE". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB160/ZEROBYTEPADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO10126". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO10126-2". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO10126-2PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO10126PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO7816-4". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ISO7816-4PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/NOPADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/PKCS5". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/PKCS5PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/PKCS7". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/PKCS7PADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/TBC". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/TBCPADDING". 13:35:13,142 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/X9.23". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/X9.23PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ZEROBYTE". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB168/ZEROBYTEPADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO10126". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO10126-2". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO10126-2PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO10126PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO7816-4". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ISO7816-4PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/NOPADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/PKCS5". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/PKCS5PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/PKCS7". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/PKCS7PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/TBC". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/TBCPADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/X9.23". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/X9.23PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ZEROBYTE". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB176/ZEROBYTEPADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO10126". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO10126-2". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO10126-2PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO10126PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO7816-4". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ISO7816-4PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/NOPADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/PKCS5". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/PKCS5PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/PKCS7". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/PKCS7PADDING". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/TBC". 13:35:13,143 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/TBCPADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/X9.23". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/X9.23PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ZEROBYTE". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB184/ZEROBYTEPADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO10126". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO10126-2". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO10126-2PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO10126PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO7816-4". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ISO7816-4PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/NOPADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/PKCS5". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/PKCS5PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/PKCS7". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/PKCS7PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/TBC". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/TBCPADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/X9.23". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/X9.23PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ZEROBYTE". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB192/ZEROBYTEPADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO10126". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO10126-2". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO10126-2PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO10126PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO7816-4". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ISO7816-4PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/NOPADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/PKCS5". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/PKCS5PADDING". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/PKCS7". 13:35:13,144 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/PKCS7PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/TBC". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/TBCPADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/X9.23". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/X9.23PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ZEROBYTE". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB200/ZEROBYTEPADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO10126". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO10126-2". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO10126-2PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO10126PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO7816-4". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ISO7816-4PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/NOPADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/PKCS5". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/PKCS5PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/PKCS7". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/PKCS7PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/TBC". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/TBCPADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/X9.23". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/X9.23PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ZEROBYTE". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB208/ZEROBYTEPADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO10126". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO10126-2". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO10126-2PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO10126PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO7816-4". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ISO7816-4PADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/NOPADDING". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/PKCS5". 13:35:13,145 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/PKCS5PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/PKCS7". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/PKCS7PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/TBC". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/TBCPADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/X9.23". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/X9.23PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ZEROBYTE". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB216/ZEROBYTEPADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO10126". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO10126-2". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO10126-2PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO10126PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO7816-4". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ISO7816-4PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/NOPADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/PKCS5". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/PKCS5PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/PKCS7". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/PKCS7PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/TBC". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/TBCPADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/X9.23". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/X9.23PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ZEROBYTE". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB224/ZEROBYTEPADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO10126". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO10126-2". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO10126-2PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO10126PADDING". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO7816-4". 13:35:13,146 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ISO7816-4PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/NOPADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/PKCS5". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/PKCS5PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/PKCS7". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/PKCS7PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/TBC". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/TBCPADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/X9.23". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/X9.23PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ZEROBYTE". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB232/ZEROBYTEPADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO10126". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO10126-2". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO10126-2PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO10126PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO7816-4". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ISO7816-4PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/NOPADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/PKCS5". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/PKCS5PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/PKCS7". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/PKCS7PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/TBC". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/TBCPADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/X9.23". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/X9.23PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ZEROBYTE". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB24/ZEROBYTEPADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO10126". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO10126-2". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO10126-2PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO10126PADDING". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO7816-4". 13:35:13,147 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ISO7816-4PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/NOPADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/PKCS5". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/PKCS5PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/PKCS7". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/PKCS7PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/TBC". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/TBCPADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/X9.23". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/X9.23PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ZEROBYTE". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB240/ZEROBYTEPADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO10126". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO10126-2". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO10126-2PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO10126PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO7816-4". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ISO7816-4PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/NOPADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/PKCS5". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/PKCS5PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/PKCS7". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/PKCS7PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/TBC". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/TBCPADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/X9.23". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/X9.23PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ZEROBYTE". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB248/ZEROBYTEPADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO10126". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO10126-2". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO10126-2PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO10126PADDING". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO7816-4". 13:35:13,148 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ISO7816-4PADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/NOPADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/PKCS5". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/PKCS5PADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/PKCS7". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/PKCS7PADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/TBC". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/TBCPADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/X9.23". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/X9.23PADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ZEROBYTE". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB256/ZEROBYTEPADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO10126". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO10126-2". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO10126-2PADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO10126PADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO7816-4". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ISO7816-4PADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/NOPADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/PKCS5". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/PKCS5PADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/PKCS7". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/PKCS7PADDING". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/TBC". 13:35:13,149 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/TBCPADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/X9.23". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/X9.23PADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ZEROBYTE". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB32/ZEROBYTEPADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO10126". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO10126-2". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO10126-2PADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO10126PADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO7816-4". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ISO7816-4PADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/NOPADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/PKCS5". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/PKCS5PADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/PKCS7". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/PKCS7PADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/TBC". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/TBCPADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/X9.23". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/X9.23PADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ZEROBYTE". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB40/ZEROBYTEPADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO10126". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO10126-2". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO10126-2PADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO10126PADDING". 13:35:13,150 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO7816-4". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ISO7816-4PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/NOPADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/PKCS5". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/PKCS5PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/PKCS7". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/PKCS7PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/TBC". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/TBCPADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/X9.23". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/X9.23PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ZEROBYTE". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB48/ZEROBYTEPADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO10126". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO10126-2". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO10126-2PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO10126PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO7816-4". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ISO7816-4PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/NOPADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/PKCS5". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/PKCS5PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/PKCS7". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/PKCS7PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/TBC". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/TBCPADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/X9.23". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/X9.23PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ZEROBYTE". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB56/ZEROBYTEPADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO10126". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO10126-2". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO10126-2PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO10126PADDING". 13:35:13,151 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO7816-4". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ISO7816-4PADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/NOPADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/PKCS5". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/PKCS5PADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/PKCS7". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/PKCS7PADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/TBC". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/TBCPADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/X9.23". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/X9.23PADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ZEROBYTE". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB64/ZEROBYTEPADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO10126". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO10126-2". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO10126-2PADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO10126PADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO7816-4". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ISO7816-4PADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/NOPADDING". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/PKCS5". 13:35:13,152 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/PKCS5PADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/PKCS7". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/PKCS7PADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/TBC". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/TBCPADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/X9.23". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/X9.23PADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ZEROBYTE". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB72/ZEROBYTEPADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO10126". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO10126-2". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO10126-2PADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO10126PADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO7816-4". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ISO7816-4PADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/NOPADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/PKCS5". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/PKCS5PADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/PKCS7". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/PKCS7PADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/TBC". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/TBCPADDING". 13:35:13,153 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/X9.23". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/X9.23PADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ZEROBYTE". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB8/ZEROBYTEPADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO10126". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO10126-2". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO10126-2PADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO10126PADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO7816-4". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ISO7816-4PADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/NOPADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/PKCS5". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/PKCS5PADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/PKCS7". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/PKCS7PADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/TBC". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/TBCPADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/X9.23". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/X9.23PADDING". 13:35:13,154 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ZEROBYTE". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB80/ZEROBYTEPADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO10126". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO10126-2". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO10126-2PADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO10126PADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO7816-4". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ISO7816-4PADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/NOPADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/PKCS5". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/PKCS5PADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/PKCS7". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/PKCS7PADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/TBC". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/TBCPADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/X9.23". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/X9.23PADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ZEROBYTE". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB88/ZEROBYTEPADDING". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO10126". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO10126-2". 13:35:13,155 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO10126-2PADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO10126PADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO7816-4". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ISO7816-4PADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/NOPADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/PKCS5". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/PKCS5PADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/PKCS7". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/PKCS7PADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/TBC". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/TBCPADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/X9.23". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/X9.23PADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ZEROBYTE". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CFB96/ZEROBYTEPADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CTS/". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/CTS/NOPADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/EAX/". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/EAX/NOPADDING". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/ECB/". 13:35:13,156 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/ECB/NOPADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/GCM/". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/GCM/NOPADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO10126". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO10126-2". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO10126-2PADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO10126PADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO7816-4". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ISO7816-4PADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/NOPADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/PKCS5". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/PKCS5PADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/PKCS7". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/PKCS7PADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/TBC". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/TBCPADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/X9.23". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/X9.23PADDING". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ZEROBYTE". 13:35:13,157 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB/ZEROBYTEPADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO10126". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO10126-2". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO10126-2PADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO10126PADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO7816-4". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ISO7816-4PADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/NOPADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/PKCS5". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/PKCS5PADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/PKCS7". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/PKCS7PADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/TBC". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/TBCPADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/X9.23". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/X9.23PADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ZEROBYTE". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB104/ZEROBYTEPADDING". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO10126". 13:35:13,158 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO10126-2". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO10126-2PADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO10126PADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO7816-4". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ISO7816-4PADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/NOPADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/PKCS5". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/PKCS5PADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/PKCS7". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/PKCS7PADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/TBC". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/TBCPADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/X9.23". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/X9.23PADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ZEROBYTE". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB112/ZEROBYTEPADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO10126". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO10126-2". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO10126-2PADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO10126PADDING". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO7816-4". 13:35:13,159 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ISO7816-4PADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/NOPADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/PKCS5". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/PKCS5PADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/PKCS7". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/PKCS7PADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/TBC". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/TBCPADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/X9.23". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/X9.23PADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ZEROBYTE". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB120/ZEROBYTEPADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO10126". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO10126-2". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO10126-2PADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO10126PADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO7816-4". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ISO7816-4PADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/NOPADDING". 13:35:13,160 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/PKCS5". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/PKCS5PADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/PKCS7". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/PKCS7PADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/TBC". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/TBCPADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/X9.23". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/X9.23PADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ZEROBYTE". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB128/ZEROBYTEPADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO10126". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO10126-2". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO10126-2PADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO10126PADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO7816-4". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ISO7816-4PADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/NOPADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/PKCS5". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/PKCS5PADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/PKCS7". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/PKCS7PADDING". 13:35:13,161 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/TBC". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/TBCPADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/X9.23". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/X9.23PADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ZEROBYTE". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB136/ZEROBYTEPADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO10126". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO10126-2". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO10126-2PADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO10126PADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO7816-4". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ISO7816-4PADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/NOPADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/PKCS5". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/PKCS5PADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/PKCS7". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/PKCS7PADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/TBC". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/TBCPADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/X9.23". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/X9.23PADDING". 13:35:13,162 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ZEROBYTE". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB144/ZEROBYTEPADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO10126". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO10126-2". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO10126-2PADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO10126PADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO7816-4". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ISO7816-4PADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/NOPADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/PKCS5". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/PKCS5PADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/PKCS7". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/PKCS7PADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/TBC". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/TBCPADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/X9.23". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/X9.23PADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ZEROBYTE". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB152/ZEROBYTEPADDING". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO10126". 13:35:13,163 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO10126-2". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO10126-2PADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO10126PADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO7816-4". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ISO7816-4PADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/NOPADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/PKCS5". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/PKCS5PADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/PKCS7". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/PKCS7PADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/TBC". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/TBCPADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/X9.23". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/X9.23PADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ZEROBYTE". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB16/ZEROBYTEPADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO10126". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO10126-2". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO10126-2PADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO10126PADDING". 13:35:13,164 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO7816-4". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ISO7816-4PADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/NOPADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/PKCS5". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/PKCS5PADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/PKCS7". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/PKCS7PADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/TBC". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/TBCPADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/X9.23". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/X9.23PADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ZEROBYTE". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB160/ZEROBYTEPADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO10126". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO10126-2". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO10126-2PADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO10126PADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO7816-4". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ISO7816-4PADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/NOPADDING". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/PKCS5". 13:35:13,165 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/PKCS5PADDING". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/PKCS7". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/PKCS7PADDING". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/TBC". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/TBCPADDING". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/X9.23". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/X9.23PADDING". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ZEROBYTE". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB168/ZEROBYTEPADDING". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO10126". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO10126-2". 13:35:13,166 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO10126-2PADDING". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO10126PADDING". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO7816-4". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ISO7816-4PADDING". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/NOPADDING". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/PKCS5". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/PKCS5PADDING". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/PKCS7". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/PKCS7PADDING". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/TBC". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/TBCPADDING". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/X9.23". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/X9.23PADDING". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ZEROBYTE". 13:35:13,167 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB176/ZEROBYTEPADDING". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO10126". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO10126-2". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO10126-2PADDING". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO10126PADDING". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO7816-4". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ISO7816-4PADDING". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/NOPADDING". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/PKCS5". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/PKCS5PADDING". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/PKCS7". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/PKCS7PADDING". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/TBC". 13:35:13,168 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/TBCPADDING". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/X9.23". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/X9.23PADDING". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ZEROBYTE". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB184/ZEROBYTEPADDING". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO10126". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO10126-2". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO10126-2PADDING". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO10126PADDING". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO7816-4". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ISO7816-4PADDING". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/NOPADDING". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/PKCS5". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/PKCS5PADDING". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/PKCS7". 13:35:13,169 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/PKCS7PADDING". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/TBC". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/TBCPADDING". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/X9.23". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/X9.23PADDING". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ZEROBYTE". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB192/ZEROBYTEPADDING". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO10126". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO10126-2". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO10126-2PADDING". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO10126PADDING". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO7816-4". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ISO7816-4PADDING". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/NOPADDING". 13:35:13,170 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/PKCS5". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/PKCS5PADDING". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/PKCS7". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/PKCS7PADDING". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/TBC". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/TBCPADDING". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/X9.23". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/X9.23PADDING". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ZEROBYTE". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB200/ZEROBYTEPADDING". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO10126". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO10126-2". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO10126-2PADDING". 13:35:13,171 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO10126PADDING". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO7816-4". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ISO7816-4PADDING". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/NOPADDING". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/PKCS5". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/PKCS5PADDING". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/PKCS7". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/PKCS7PADDING". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/TBC". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/TBCPADDING". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/X9.23". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/X9.23PADDING". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ZEROBYTE". 13:35:13,172 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB208/ZEROBYTEPADDING". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO10126". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO10126-2". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO10126-2PADDING". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO10126PADDING". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO7816-4". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ISO7816-4PADDING". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/NOPADDING". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/PKCS5". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/PKCS5PADDING". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/PKCS7". 13:35:13,173 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/PKCS7PADDING". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/TBC". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/TBCPADDING". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/X9.23". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/X9.23PADDING". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ZEROBYTE". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB216/ZEROBYTEPADDING". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO10126". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO10126-2". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO10126-2PADDING". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO10126PADDING". 13:35:13,174 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO7816-4". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ISO7816-4PADDING". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/NOPADDING". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/PKCS5". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/PKCS5PADDING". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/PKCS7". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/PKCS7PADDING". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/TBC". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/TBCPADDING". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/X9.23". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/X9.23PADDING". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ZEROBYTE". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB224/ZEROBYTEPADDING". 13:35:13,175 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO10126". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO10126-2". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO10126-2PADDING". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO10126PADDING". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO7816-4". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ISO7816-4PADDING". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/NOPADDING". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/PKCS5". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/PKCS5PADDING". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/PKCS7". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/PKCS7PADDING". 13:35:13,176 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/TBC". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/TBCPADDING". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/X9.23". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/X9.23PADDING". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ZEROBYTE". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB232/ZEROBYTEPADDING". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO10126". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO10126-2". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO10126-2PADDING". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO10126PADDING". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO7816-4". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ISO7816-4PADDING". 13:35:13,177 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/NOPADDING". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/PKCS5". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/PKCS5PADDING". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/PKCS7". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/PKCS7PADDING". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/TBC". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/TBCPADDING". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/X9.23". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/X9.23PADDING". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ZEROBYTE". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB24/ZEROBYTEPADDING". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/". 13:35:13,178 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO10126". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO10126-2". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO10126-2PADDING". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO10126PADDING". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO7816-4". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ISO7816-4PADDING". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/NOPADDING". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/PKCS5". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/PKCS5PADDING". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/PKCS7". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/PKCS7PADDING". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/TBC". 13:35:13,179 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/TBCPADDING". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/X9.23". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/X9.23PADDING". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ZEROBYTE". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB240/ZEROBYTEPADDING". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO10126". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO10126-2". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO10126-2PADDING". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO10126PADDING". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO7816-4". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ISO7816-4PADDING". 13:35:13,180 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/NOPADDING". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/PKCS5". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/PKCS5PADDING". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/PKCS7". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/PKCS7PADDING". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/TBC". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/TBCPADDING". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/X9.23". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/X9.23PADDING". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ZEROBYTE". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB248/ZEROBYTEPADDING". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO10126". 13:35:13,181 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO10126-2". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO10126-2PADDING". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO10126PADDING". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO7816-4". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ISO7816-4PADDING". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/NOPADDING". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/PKCS5". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/PKCS5PADDING". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/PKCS7". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/PKCS7PADDING". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/TBC". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/TBCPADDING". 13:35:13,182 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/X9.23". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/X9.23PADDING". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ZEROBYTE". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB256/ZEROBYTEPADDING". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO10126". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO10126-2". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO10126-2PADDING". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO10126PADDING". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO7816-4". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ISO7816-4PADDING". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/NOPADDING". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/PKCS5". 13:35:13,183 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/PKCS5PADDING". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/PKCS7". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/PKCS7PADDING". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/TBC". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/TBCPADDING". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/X9.23". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/X9.23PADDING". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ZEROBYTE". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB32/ZEROBYTEPADDING". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO10126". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO10126-2". 13:35:13,184 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO10126-2PADDING". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO10126PADDING". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO7816-4". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ISO7816-4PADDING". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/NOPADDING". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/PKCS5". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/PKCS5PADDING". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/PKCS7". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/PKCS7PADDING". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/TBC". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/TBCPADDING". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/X9.23". 13:35:13,185 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/X9.23PADDING". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ZEROBYTE". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB40/ZEROBYTEPADDING". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO10126". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO10126-2". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO10126-2PADDING". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO10126PADDING". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO7816-4". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ISO7816-4PADDING". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/NOPADDING". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/PKCS5". 13:35:13,186 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/PKCS5PADDING". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/PKCS7". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/PKCS7PADDING". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/TBC". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/TBCPADDING". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/X9.23". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/X9.23PADDING". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ZEROBYTE". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB48/ZEROBYTEPADDING". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO10126". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO10126-2". 13:35:13,187 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO10126-2PADDING". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO10126PADDING". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO7816-4". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ISO7816-4PADDING". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/NOPADDING". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/PKCS5". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/PKCS5PADDING". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/PKCS7". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/PKCS7PADDING". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/TBC". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/TBCPADDING". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/X9.23". 13:35:13,188 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/X9.23PADDING". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ZEROBYTE". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB56/ZEROBYTEPADDING". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO10126". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO10126-2". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO10126-2PADDING". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO10126PADDING". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO7816-4". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ISO7816-4PADDING". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/NOPADDING". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/PKCS5". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/PKCS5PADDING". 13:35:13,189 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/PKCS7". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/PKCS7PADDING". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/TBC". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/TBCPADDING". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/X9.23". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/X9.23PADDING". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ZEROBYTE". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB64/ZEROBYTEPADDING". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO10126". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO10126-2". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO10126-2PADDING". 13:35:13,190 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO10126PADDING". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO7816-4". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ISO7816-4PADDING". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/NOPADDING". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/PKCS5". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/PKCS5PADDING". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/PKCS7". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/PKCS7PADDING". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/TBC". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/TBCPADDING". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/X9.23". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/X9.23PADDING". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ZEROBYTE". 13:35:13,191 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB72/ZEROBYTEPADDING". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO10126". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO10126-2". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO10126-2PADDING". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO10126PADDING". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO7816-4". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ISO7816-4PADDING". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/NOPADDING". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/PKCS5". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/PKCS5PADDING". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/PKCS7". 13:35:13,192 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/PKCS7PADDING". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/TBC". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/TBCPADDING". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/X9.23". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/X9.23PADDING". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ZEROBYTE". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB8/ZEROBYTEPADDING". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO10126". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO10126-2". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO10126-2PADDING". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO10126PADDING". 13:35:13,193 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO7816-4". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ISO7816-4PADDING". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/NOPADDING". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/PKCS5". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/PKCS5PADDING". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/PKCS7". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/PKCS7PADDING". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/TBC". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/TBCPADDING". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/X9.23". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/X9.23PADDING". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ZEROBYTE". 13:35:13,194 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB80/ZEROBYTEPADDING". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO10126". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO10126-2". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO10126-2PADDING". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO10126PADDING". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO7816-4". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ISO7816-4PADDING". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/NOPADDING". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/PKCS5". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/PKCS5PADDING". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/PKCS7". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/PKCS7PADDING". 13:35:13,195 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/TBC". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/TBCPADDING". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/X9.23". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/X9.23PADDING". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ZEROBYTE". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB88/ZEROBYTEPADDING". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO10126". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO10126-2". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO10126-2PADDING". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO10126PADDING". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO7816-4". 13:35:13,196 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ISO7816-4PADDING". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/NOPADDING". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/PKCS5". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/PKCS5PADDING". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/PKCS7". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/PKCS7PADDING". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/TBC". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/TBCPADDING". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/X9.23". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/X9.23PADDING". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ZEROBYTE". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/OFB96/ZEROBYTEPADDING". 13:35:13,197 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/". 13:35:13,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO10126". 13:35:13,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO10126-2". 13:35:13,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO10126-2PADDING". 13:35:13,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO10126PADDING". 13:35:13,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO7816-4". 13:35:13,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ISO7816-4PADDING". 13:35:13,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/NOPADDING". 13:35:13,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/PKCS5". 13:35:13,198 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/PKCS5PADDING". 13:35:13,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/PKCS7". 13:35:13,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/PKCS7PADDING". 13:35:13,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/TBC". 13:35:13,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/TBCPADDING". 13:35:13,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/X9.23". 13:35:13,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/X9.23PADDING". 13:35:13,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ZEROBYTE". 13:35:13,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SEED/SIC/ZEROBYTEPADDING". 13:35:13,199 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT//". 13:35:13,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT//NOPADDING". 13:35:13,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC-CTS/". 13:35:13,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC-CTS/NOPADDING". 13:35:13,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/". 13:35:13,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO10126". 13:35:13,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO10126-2". 13:35:13,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO10126-2PADDING". 13:35:13,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO10126PADDING". 13:35:13,200 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO7816-4". 13:35:13,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ISO7816-4PADDING". 13:35:13,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/NOPADDING". 13:35:13,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/PKCS5". 13:35:13,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/PKCS5PADDING". 13:35:13,201 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/PKCS7". 13:35:13,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/PKCS7PADDING". 13:35:13,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/TBC". 13:35:13,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/TBCPADDING". 13:35:13,202 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/X9.23". 13:35:13,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/X9.23PADDING". 13:35:13,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ZEROBYTE". 13:35:13,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CBC/ZEROBYTEPADDING". 13:35:13,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CCM/". 13:35:13,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CCM/NOPADDING". 13:35:13,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/". 13:35:13,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO10126". 13:35:13,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO10126-2". 13:35:13,203 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO10126-2PADDING". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO10126PADDING". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO7816-4". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ISO7816-4PADDING". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/NOPADDING". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/PKCS5". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/PKCS5PADDING". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/PKCS7". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/PKCS7PADDING". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/TBC". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/TBCPADDING". 13:35:13,204 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/X9.23". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/X9.23PADDING". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ZEROBYTE". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB/ZEROBYTEPADDING". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO10126". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO10126-2". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO10126-2PADDING". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO10126PADDING". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO7816-4". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ISO7816-4PADDING". 13:35:13,205 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/NOPADDING". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/PKCS5". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/PKCS5PADDING". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/PKCS7". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/PKCS7PADDING". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/TBC". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/TBCPADDING". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/X9.23". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/X9.23PADDING". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ZEROBYTE". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB104/ZEROBYTEPADDING". 13:35:13,206 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO10126". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO10126-2". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO10126-2PADDING". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO10126PADDING". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO7816-4". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ISO7816-4PADDING". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/NOPADDING". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/PKCS5". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/PKCS5PADDING". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/PKCS7". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/PKCS7PADDING". 13:35:13,207 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/TBC". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/TBCPADDING". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/X9.23". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/X9.23PADDING". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ZEROBYTE". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB112/ZEROBYTEPADDING". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO10126". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO10126-2". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO10126-2PADDING". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO10126PADDING". 13:35:13,208 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO7816-4". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ISO7816-4PADDING". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/NOPADDING". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/PKCS5". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/PKCS5PADDING". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/PKCS7". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/PKCS7PADDING". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/TBC". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/TBCPADDING". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/X9.23". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/X9.23PADDING". 13:35:13,209 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ZEROBYTE". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB120/ZEROBYTEPADDING". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO10126". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO10126-2". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO10126-2PADDING". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO10126PADDING". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO7816-4". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ISO7816-4PADDING". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/NOPADDING". 13:35:13,210 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/PKCS5". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/PKCS5PADDING". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/PKCS7". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/PKCS7PADDING". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/TBC". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/TBCPADDING". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/X9.23". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/X9.23PADDING". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ZEROBYTE". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB128/ZEROBYTEPADDING". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/". 13:35:13,211 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO10126". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO10126-2". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO10126-2PADDING". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO10126PADDING". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO7816-4". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ISO7816-4PADDING". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/NOPADDING". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/PKCS5". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/PKCS5PADDING". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/PKCS7". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/PKCS7PADDING". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/TBC". 13:35:13,212 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/TBCPADDING". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/X9.23". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/X9.23PADDING". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ZEROBYTE". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB136/ZEROBYTEPADDING". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO10126". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO10126-2". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO10126-2PADDING". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO10126PADDING". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO7816-4". 13:35:13,213 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ISO7816-4PADDING". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/NOPADDING". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/PKCS5". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/PKCS5PADDING". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/PKCS7". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/PKCS7PADDING". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/TBC". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/TBCPADDING". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/X9.23". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/X9.23PADDING". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ZEROBYTE". 13:35:13,214 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB144/ZEROBYTEPADDING". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO10126". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO10126-2". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO10126-2PADDING". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO10126PADDING". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO7816-4". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ISO7816-4PADDING". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/NOPADDING". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/PKCS5". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/PKCS5PADDING". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/PKCS7". 13:35:13,215 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/PKCS7PADDING". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/TBC". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/TBCPADDING". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/X9.23". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/X9.23PADDING". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ZEROBYTE". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB152/ZEROBYTEPADDING". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO10126". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO10126-2". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO10126-2PADDING". 13:35:13,216 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO10126PADDING". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO7816-4". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ISO7816-4PADDING". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/NOPADDING". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/PKCS5". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/PKCS5PADDING". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/PKCS7". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/PKCS7PADDING". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/TBC". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/TBCPADDING". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/X9.23". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/X9.23PADDING". 13:35:13,217 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ZEROBYTE". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB16/ZEROBYTEPADDING". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO10126". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO10126-2". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO10126-2PADDING". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO10126PADDING". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO7816-4". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ISO7816-4PADDING". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/NOPADDING". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/PKCS5". 13:35:13,218 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/PKCS5PADDING". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/PKCS7". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/PKCS7PADDING". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/TBC". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/TBCPADDING". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/X9.23". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/X9.23PADDING". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ZEROBYTE". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB160/ZEROBYTEPADDING". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO10126". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO10126-2". 13:35:13,219 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO10126-2PADDING". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO10126PADDING". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO7816-4". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ISO7816-4PADDING". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/NOPADDING". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/PKCS5". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/PKCS5PADDING". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/PKCS7". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/PKCS7PADDING". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/TBC". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/TBCPADDING". 13:35:13,220 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/X9.23". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/X9.23PADDING". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ZEROBYTE". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB168/ZEROBYTEPADDING". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO10126". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO10126-2". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO10126-2PADDING". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO10126PADDING". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO7816-4". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ISO7816-4PADDING". 13:35:13,221 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/NOPADDING". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/PKCS5". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/PKCS5PADDING". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/PKCS7". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/PKCS7PADDING". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/TBC". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/TBCPADDING". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/X9.23". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/X9.23PADDING". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ZEROBYTE". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB176/ZEROBYTEPADDING". 13:35:13,222 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO10126". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO10126-2". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO10126-2PADDING". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO10126PADDING". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO7816-4". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ISO7816-4PADDING". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/NOPADDING". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/PKCS5". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/PKCS5PADDING". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/PKCS7". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/PKCS7PADDING". 13:35:13,223 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/TBC". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/TBCPADDING". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/X9.23". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/X9.23PADDING". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ZEROBYTE". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB184/ZEROBYTEPADDING". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO10126". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO10126-2". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO10126-2PADDING". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO10126PADDING". 13:35:13,224 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO7816-4". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ISO7816-4PADDING". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/NOPADDING". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/PKCS5". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/PKCS5PADDING". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/PKCS7". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/PKCS7PADDING". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/TBC". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/TBCPADDING". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/X9.23". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/X9.23PADDING". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ZEROBYTE". 13:35:13,225 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB192/ZEROBYTEPADDING". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO10126". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO10126-2". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO10126-2PADDING". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO10126PADDING". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO7816-4". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ISO7816-4PADDING". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/NOPADDING". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/PKCS5". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/PKCS5PADDING". 13:35:13,226 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/PKCS7". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/PKCS7PADDING". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/TBC". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/TBCPADDING". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/X9.23". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/X9.23PADDING". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ZEROBYTE". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB200/ZEROBYTEPADDING". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO10126". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO10126-2". 13:35:13,227 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO10126-2PADDING". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO10126PADDING". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO7816-4". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ISO7816-4PADDING". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/NOPADDING". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/PKCS5". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/PKCS5PADDING". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/PKCS7". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/PKCS7PADDING". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/TBC". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/TBCPADDING". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/X9.23". 13:35:13,228 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/X9.23PADDING". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ZEROBYTE". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB208/ZEROBYTEPADDING". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO10126". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO10126-2". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO10126-2PADDING". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO10126PADDING". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO7816-4". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ISO7816-4PADDING". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/NOPADDING". 13:35:13,229 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/PKCS5". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/PKCS5PADDING". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/PKCS7". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/PKCS7PADDING". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/TBC". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/TBCPADDING". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/X9.23". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/X9.23PADDING". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ZEROBYTE". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB216/ZEROBYTEPADDING". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO10126". 13:35:13,230 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO10126-2". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO10126-2PADDING". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO10126PADDING". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO7816-4". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ISO7816-4PADDING". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/NOPADDING". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/PKCS5". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/PKCS5PADDING". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/PKCS7". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/PKCS7PADDING". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/TBC". 13:35:13,231 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/TBCPADDING". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/X9.23". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/X9.23PADDING". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ZEROBYTE". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB224/ZEROBYTEPADDING". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO10126". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO10126-2". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO10126-2PADDING". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO10126PADDING". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO7816-4". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ISO7816-4PADDING". 13:35:13,232 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/NOPADDING". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/PKCS5". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/PKCS5PADDING". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/PKCS7". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/PKCS7PADDING". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/TBC". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/TBCPADDING". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/X9.23". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/X9.23PADDING". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ZEROBYTE". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB232/ZEROBYTEPADDING". 13:35:13,233 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO10126". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO10126-2". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO10126-2PADDING". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO10126PADDING". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO7816-4". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ISO7816-4PADDING". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/NOPADDING". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/PKCS5". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/PKCS5PADDING". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/PKCS7". 13:35:13,234 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/PKCS7PADDING". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/TBC". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/TBCPADDING". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/X9.23". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/X9.23PADDING". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ZEROBYTE". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB24/ZEROBYTEPADDING". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO10126". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO10126-2". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO10126-2PADDING". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO10126PADDING". 13:35:13,235 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO7816-4". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ISO7816-4PADDING". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/NOPADDING". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/PKCS5". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/PKCS5PADDING". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/PKCS7". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/PKCS7PADDING". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/TBC". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/TBCPADDING". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/X9.23". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/X9.23PADDING". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ZEROBYTE". 13:35:13,236 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB240/ZEROBYTEPADDING". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO10126". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO10126-2". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO10126-2PADDING". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO10126PADDING". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO7816-4". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ISO7816-4PADDING". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/NOPADDING". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/PKCS5". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/PKCS5PADDING". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/PKCS7". 13:35:13,237 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/PKCS7PADDING". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/TBC". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/TBCPADDING". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/X9.23". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/X9.23PADDING". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ZEROBYTE". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB248/ZEROBYTEPADDING". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO10126". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO10126-2". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO10126-2PADDING". 13:35:13,238 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO10126PADDING". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO7816-4". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ISO7816-4PADDING". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/NOPADDING". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/PKCS5". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/PKCS5PADDING". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/PKCS7". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/PKCS7PADDING". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/TBC". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/TBCPADDING". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/X9.23". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/X9.23PADDING". 13:35:13,239 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ZEROBYTE". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB256/ZEROBYTEPADDING". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO10126". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO10126-2". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO10126-2PADDING". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO10126PADDING". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO7816-4". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ISO7816-4PADDING". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/NOPADDING". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/PKCS5". 13:35:13,240 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/PKCS5PADDING". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/PKCS7". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/PKCS7PADDING". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/TBC". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/TBCPADDING". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/X9.23". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/X9.23PADDING". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ZEROBYTE". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB32/ZEROBYTEPADDING". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO10126". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO10126-2". 13:35:13,241 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO10126-2PADDING". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO10126PADDING". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO7816-4". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ISO7816-4PADDING". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/NOPADDING". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/PKCS5". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/PKCS5PADDING". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/PKCS7". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/PKCS7PADDING". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/TBC". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/TBCPADDING". 13:35:13,242 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/X9.23". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/X9.23PADDING". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ZEROBYTE". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB40/ZEROBYTEPADDING". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO10126". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO10126-2". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO10126-2PADDING". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO10126PADDING". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO7816-4". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ISO7816-4PADDING". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/NOPADDING". 13:35:13,243 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/PKCS5". 13:35:13,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/PKCS5PADDING". 13:35:13,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/PKCS7". 13:35:13,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/PKCS7PADDING". 13:35:13,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/TBC". 13:35:13,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/TBCPADDING". 13:35:13,244 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/X9.23". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/X9.23PADDING". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ZEROBYTE". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB48/ZEROBYTEPADDING". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO10126". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO10126-2". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO10126-2PADDING". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO10126PADDING". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO7816-4". 13:35:13,245 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ISO7816-4PADDING". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/NOPADDING". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/PKCS5". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/PKCS5PADDING". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/PKCS7". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/PKCS7PADDING". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/TBC". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/TBCPADDING". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/X9.23". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/X9.23PADDING". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ZEROBYTE". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB56/ZEROBYTEPADDING". 13:35:13,246 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO10126". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO10126-2". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO10126-2PADDING". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO10126PADDING". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO7816-4". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ISO7816-4PADDING". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/NOPADDING". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/PKCS5". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/PKCS5PADDING". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/PKCS7". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/PKCS7PADDING". 13:35:13,247 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/TBC". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/TBCPADDING". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/X9.23". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/X9.23PADDING". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ZEROBYTE". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB64/ZEROBYTEPADDING". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO10126". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO10126-2". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO10126-2PADDING". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO10126PADDING". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO7816-4". 13:35:13,248 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ISO7816-4PADDING". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/NOPADDING". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/PKCS5". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/PKCS5PADDING". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/PKCS7". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/PKCS7PADDING". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/TBC". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/TBCPADDING". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/X9.23". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/X9.23PADDING". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ZEROBYTE". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB72/ZEROBYTEPADDING". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/". 13:35:13,249 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO10126". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO10126-2". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO10126-2PADDING". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO10126PADDING". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO7816-4". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ISO7816-4PADDING". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/NOPADDING". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/PKCS5". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/PKCS5PADDING". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/PKCS7". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/PKCS7PADDING". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/TBC". 13:35:13,250 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/TBCPADDING". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/X9.23". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/X9.23PADDING". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ZEROBYTE". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB8/ZEROBYTEPADDING". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO10126". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO10126-2". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO10126-2PADDING". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO10126PADDING". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO7816-4". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ISO7816-4PADDING". 13:35:13,251 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/NOPADDING". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/PKCS5". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/PKCS5PADDING". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/PKCS7". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/PKCS7PADDING". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/TBC". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/TBCPADDING". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/X9.23". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/X9.23PADDING". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ZEROBYTE". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB80/ZEROBYTEPADDING". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/". 13:35:13,252 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO10126". 13:35:13,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO10126-2". 13:35:13,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO10126-2PADDING". 13:35:13,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO10126PADDING". 13:35:13,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO7816-4". 13:35:13,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ISO7816-4PADDING". 13:35:13,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/NOPADDING". 13:35:13,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/PKCS5". 13:35:13,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/PKCS5PADDING". 13:35:13,253 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/PKCS7". 13:35:13,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/PKCS7PADDING". 13:35:13,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/TBC". 13:35:13,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/TBCPADDING". 13:35:13,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/X9.23". 13:35:13,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/X9.23PADDING". 13:35:13,254 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ZEROBYTE". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB88/ZEROBYTEPADDING". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO10126". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO10126-2". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO10126-2PADDING". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO10126PADDING". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO7816-4". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ISO7816-4PADDING". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/NOPADDING". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/PKCS5". 13:35:13,255 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/PKCS5PADDING". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/PKCS7". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/PKCS7PADDING". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/TBC". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/TBCPADDING". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/X9.23". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/X9.23PADDING". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ZEROBYTE". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CFB96/ZEROBYTEPADDING". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CTS/". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/CTS/NOPADDING". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/EAX/". 13:35:13,256 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/EAX/NOPADDING". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/ECB/". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/ECB/NOPADDING". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/GCM/". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/GCM/NOPADDING". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO10126". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO10126-2". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO10126-2PADDING". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO10126PADDING". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO7816-4". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ISO7816-4PADDING". 13:35:13,257 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/NOPADDING". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/PKCS5". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/PKCS5PADDING". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/PKCS7". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/PKCS7PADDING". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/TBC". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/TBCPADDING". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/X9.23". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/X9.23PADDING". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ZEROBYTE". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB/ZEROBYTEPADDING". 13:35:13,258 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO10126". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO10126-2". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO10126-2PADDING". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO10126PADDING". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO7816-4". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ISO7816-4PADDING". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/NOPADDING". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/PKCS5". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/PKCS5PADDING". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/PKCS7". 13:35:13,259 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/PKCS7PADDING". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/TBC". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/TBCPADDING". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/X9.23". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/X9.23PADDING". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ZEROBYTE". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB104/ZEROBYTEPADDING". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO10126". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO10126-2". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO10126-2PADDING". 13:35:13,260 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO10126PADDING". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO7816-4". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ISO7816-4PADDING". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/NOPADDING". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/PKCS5". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/PKCS5PADDING". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/PKCS7". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/PKCS7PADDING". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/TBC". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/TBCPADDING". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/X9.23". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/X9.23PADDING". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ZEROBYTE". 13:35:13,261 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB112/ZEROBYTEPADDING". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO10126". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO10126-2". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO10126-2PADDING". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO10126PADDING". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO7816-4". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ISO7816-4PADDING". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/NOPADDING". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/PKCS5". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/PKCS5PADDING". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/PKCS7". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/PKCS7PADDING". 13:35:13,262 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/TBC". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/TBCPADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/X9.23". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/X9.23PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ZEROBYTE". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB120/ZEROBYTEPADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO10126". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO10126-2". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO10126-2PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO10126PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO7816-4". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ISO7816-4PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/NOPADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/PKCS5". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/PKCS5PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/PKCS7". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/PKCS7PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/TBC". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/TBCPADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/X9.23". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/X9.23PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ZEROBYTE". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB128/ZEROBYTEPADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO10126". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO10126-2". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO10126-2PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO10126PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO7816-4". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ISO7816-4PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/NOPADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/PKCS5". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/PKCS5PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/PKCS7". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/PKCS7PADDING". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/TBC". 13:35:13,263 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/TBCPADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/X9.23". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/X9.23PADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ZEROBYTE". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB136/ZEROBYTEPADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO10126". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO10126-2". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO10126-2PADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO10126PADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO7816-4". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ISO7816-4PADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/NOPADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/PKCS5". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/PKCS5PADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/PKCS7". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/PKCS7PADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/TBC". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/TBCPADDING". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/X9.23". 13:35:13,264 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/X9.23PADDING". 13:35:13,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ZEROBYTE". 13:35:13,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB144/ZEROBYTEPADDING". 13:35:13,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/". 13:35:13,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO10126". 13:35:13,265 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO10126-2". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO10126-2PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO10126PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO7816-4". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ISO7816-4PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/NOPADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/PKCS5". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/PKCS5PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/PKCS7". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/PKCS7PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/TBC". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/TBCPADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/X9.23". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/X9.23PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ZEROBYTE". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB152/ZEROBYTEPADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO10126". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO10126-2". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO10126-2PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO10126PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO7816-4". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ISO7816-4PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/NOPADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/PKCS5". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/PKCS5PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/PKCS7". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/PKCS7PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/TBC". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/TBCPADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/X9.23". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/X9.23PADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ZEROBYTE". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB16/ZEROBYTEPADDING". 13:35:13,266 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO10126". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO10126-2". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO10126-2PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO10126PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO7816-4". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ISO7816-4PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/NOPADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/PKCS5". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/PKCS5PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/PKCS7". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/PKCS7PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/TBC". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/TBCPADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/X9.23". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/X9.23PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ZEROBYTE". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB160/ZEROBYTEPADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO10126". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO10126-2". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO10126-2PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO10126PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO7816-4". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ISO7816-4PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/NOPADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/PKCS5". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/PKCS5PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/PKCS7". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/PKCS7PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/TBC". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/TBCPADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/X9.23". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/X9.23PADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ZEROBYTE". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB168/ZEROBYTEPADDING". 13:35:13,267 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO10126". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO10126-2". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO10126-2PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO10126PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO7816-4". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ISO7816-4PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/NOPADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/PKCS5". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/PKCS5PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/PKCS7". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/PKCS7PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/TBC". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/TBCPADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/X9.23". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/X9.23PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ZEROBYTE". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB176/ZEROBYTEPADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO10126". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO10126-2". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO10126-2PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO10126PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO7816-4". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ISO7816-4PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/NOPADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/PKCS5". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/PKCS5PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/PKCS7". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/PKCS7PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/TBC". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/TBCPADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/X9.23". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/X9.23PADDING". 13:35:13,268 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ZEROBYTE". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB184/ZEROBYTEPADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO10126". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO10126-2". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO10126-2PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO10126PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO7816-4". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ISO7816-4PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/NOPADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/PKCS5". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/PKCS5PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/PKCS7". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/PKCS7PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/TBC". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/TBCPADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/X9.23". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/X9.23PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ZEROBYTE". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB192/ZEROBYTEPADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO10126". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO10126-2". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO10126-2PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO10126PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO7816-4". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ISO7816-4PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/NOPADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/PKCS5". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/PKCS5PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/PKCS7". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/PKCS7PADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/TBC". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/TBCPADDING". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/X9.23". 13:35:13,269 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/X9.23PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ZEROBYTE". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB200/ZEROBYTEPADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO10126". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO10126-2". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO10126-2PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO10126PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO7816-4". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ISO7816-4PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/NOPADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/PKCS5". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/PKCS5PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/PKCS7". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/PKCS7PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/TBC". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/TBCPADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/X9.23". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/X9.23PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ZEROBYTE". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB208/ZEROBYTEPADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO10126". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO10126-2". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO10126-2PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO10126PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO7816-4". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ISO7816-4PADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/NOPADDING". 13:35:13,270 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/PKCS5". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/PKCS5PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/PKCS7". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/PKCS7PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/TBC". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/TBCPADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/X9.23". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/X9.23PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ZEROBYTE". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB216/ZEROBYTEPADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO10126". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO10126-2". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO10126-2PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO10126PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO7816-4". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ISO7816-4PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/NOPADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/PKCS5". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/PKCS5PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/PKCS7". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/PKCS7PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/TBC". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/TBCPADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/X9.23". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/X9.23PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ZEROBYTE". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB224/ZEROBYTEPADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO10126". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO10126-2". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO10126-2PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO10126PADDING". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO7816-4". 13:35:13,271 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ISO7816-4PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/NOPADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/PKCS5". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/PKCS5PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/PKCS7". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/PKCS7PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/TBC". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/TBCPADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/X9.23". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/X9.23PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ZEROBYTE". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB232/ZEROBYTEPADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO10126". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO10126-2". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO10126-2PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO10126PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO7816-4". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ISO7816-4PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/NOPADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/PKCS5". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/PKCS5PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/PKCS7". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/PKCS7PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/TBC". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/TBCPADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/X9.23". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/X9.23PADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ZEROBYTE". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB24/ZEROBYTEPADDING". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO10126". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO10126-2". 13:35:13,272 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO10126-2PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO10126PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO7816-4". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ISO7816-4PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/NOPADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/PKCS5". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/PKCS5PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/PKCS7". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/PKCS7PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/TBC". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/TBCPADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/X9.23". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/X9.23PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ZEROBYTE". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB240/ZEROBYTEPADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO10126". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO10126-2". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO10126-2PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO10126PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO7816-4". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ISO7816-4PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/NOPADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/PKCS5". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/PKCS5PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/PKCS7". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/PKCS7PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/TBC". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/TBCPADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/X9.23". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/X9.23PADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ZEROBYTE". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB248/ZEROBYTEPADDING". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO10126". 13:35:13,273 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO10126-2". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO10126-2PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO10126PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO7816-4". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ISO7816-4PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/NOPADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/PKCS5". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/PKCS5PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/PKCS7". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/PKCS7PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/TBC". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/TBCPADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/X9.23". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/X9.23PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ZEROBYTE". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB256/ZEROBYTEPADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO10126". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO10126-2". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO10126-2PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO10126PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO7816-4". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ISO7816-4PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/NOPADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/PKCS5". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/PKCS5PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/PKCS7". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/PKCS7PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/TBC". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/TBCPADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/X9.23". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/X9.23PADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ZEROBYTE". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB32/ZEROBYTEPADDING". 13:35:13,274 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO10126". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO10126-2". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO10126-2PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO10126PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO7816-4". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ISO7816-4PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/NOPADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/PKCS5". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/PKCS5PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/PKCS7". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/PKCS7PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/TBC". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/TBCPADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/X9.23". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/X9.23PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ZEROBYTE". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB40/ZEROBYTEPADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO10126". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO10126-2". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO10126-2PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO10126PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO7816-4". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ISO7816-4PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/NOPADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/PKCS5". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/PKCS5PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/PKCS7". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/PKCS7PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/TBC". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/TBCPADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/X9.23". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/X9.23PADDING". 13:35:13,275 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ZEROBYTE". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB48/ZEROBYTEPADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO10126". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO10126-2". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO10126-2PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO10126PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO7816-4". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ISO7816-4PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/NOPADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/PKCS5". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/PKCS5PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/PKCS7". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/PKCS7PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/TBC". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/TBCPADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/X9.23". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/X9.23PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ZEROBYTE". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB56/ZEROBYTEPADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO10126". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO10126-2". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO10126-2PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO10126PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO7816-4". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ISO7816-4PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/NOPADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/PKCS5". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/PKCS5PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/PKCS7". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/PKCS7PADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/TBC". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/TBCPADDING". 13:35:13,276 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/X9.23". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/X9.23PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ZEROBYTE". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB64/ZEROBYTEPADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO10126". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO10126-2". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO10126-2PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO10126PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO7816-4". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ISO7816-4PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/NOPADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/PKCS5". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/PKCS5PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/PKCS7". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/PKCS7PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/TBC". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/TBCPADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/X9.23". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/X9.23PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ZEROBYTE". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB72/ZEROBYTEPADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO10126". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO10126-2". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO10126-2PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO10126PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO7816-4". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ISO7816-4PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/NOPADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/PKCS5". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/PKCS5PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/PKCS7". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/PKCS7PADDING". 13:35:13,277 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/TBC". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/TBCPADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/X9.23". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/X9.23PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ZEROBYTE". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB8/ZEROBYTEPADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO10126". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO10126-2". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO10126-2PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO10126PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO7816-4". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ISO7816-4PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/NOPADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/PKCS5". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/PKCS5PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/PKCS7". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/PKCS7PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/TBC". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/TBCPADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/X9.23". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/X9.23PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ZEROBYTE". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB80/ZEROBYTEPADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO10126". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO10126-2". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO10126-2PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO10126PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO7816-4". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ISO7816-4PADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/NOPADDING". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/PKCS5". 13:35:13,278 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/PKCS5PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/PKCS7". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/PKCS7PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/TBC". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/TBCPADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/X9.23". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/X9.23PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ZEROBYTE". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB88/ZEROBYTEPADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO10126". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO10126-2". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO10126-2PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO10126PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO7816-4". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ISO7816-4PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/NOPADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/PKCS5". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/PKCS5PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/PKCS7". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/PKCS7PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/TBC". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/TBCPADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/X9.23". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/X9.23PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ZEROBYTE". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/OFB96/ZEROBYTEPADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO10126". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO10126-2". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO10126-2PADDING". 13:35:13,279 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO10126PADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO7816-4". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ISO7816-4PADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/NOPADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/PKCS5". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/PKCS5PADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/PKCS7". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/PKCS7PADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/TBC". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/TBCPADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/X9.23". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/X9.23PADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ZEROBYTE". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SERPENT/SIC/ZEROBYTEPADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK//". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK//NOPADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC-CTS/". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC-CTS/NOPADDING". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO10126". 13:35:13,280 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO10126-2". 13:35:13,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO10126-2PADDING". 13:35:13,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO10126PADDING". 13:35:13,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO7816-4". 13:35:13,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ISO7816-4PADDING". 13:35:13,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/NOPADDING". 13:35:13,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/PKCS5". 13:35:13,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/PKCS5PADDING". 13:35:13,281 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/PKCS7". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/PKCS7PADDING". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/TBC". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/TBCPADDING". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/X9.23". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/X9.23PADDING". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ZEROBYTE". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CBC/ZEROBYTEPADDING". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO10126". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO10126-2". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO10126-2PADDING". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO10126PADDING". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO7816-4". 13:35:13,282 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ISO7816-4PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/NOPADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/PKCS5". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/PKCS5PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/PKCS7". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/PKCS7PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/TBC". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/TBCPADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/X9.23". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/X9.23PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ZEROBYTE". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB/ZEROBYTEPADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO10126". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO10126-2". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO10126-2PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO10126PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO7816-4". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ISO7816-4PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/NOPADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/PKCS5". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/PKCS5PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/PKCS7". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/PKCS7PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/TBC". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/TBCPADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/X9.23". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/X9.23PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ZEROBYTE". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB104/ZEROBYTEPADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO10126". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO10126-2". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO10126-2PADDING". 13:35:13,283 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO10126PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO7816-4". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ISO7816-4PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/NOPADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/PKCS5". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/PKCS5PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/PKCS7". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/PKCS7PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/TBC". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/TBCPADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/X9.23". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/X9.23PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ZEROBYTE". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB112/ZEROBYTEPADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO10126". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO10126-2". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO10126-2PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO10126PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO7816-4". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ISO7816-4PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/NOPADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/PKCS5". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/PKCS5PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/PKCS7". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/PKCS7PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/TBC". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/TBCPADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/X9.23". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/X9.23PADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ZEROBYTE". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB120/ZEROBYTEPADDING". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO10126". 13:35:13,284 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO10126-2". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO10126-2PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO10126PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO7816-4". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ISO7816-4PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/NOPADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/PKCS5". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/PKCS5PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/PKCS7". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/PKCS7PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/TBC". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/TBCPADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/X9.23". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/X9.23PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ZEROBYTE". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB128/ZEROBYTEPADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO10126". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO10126-2". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO10126-2PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO10126PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO7816-4". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ISO7816-4PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/NOPADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/PKCS5". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/PKCS5PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/PKCS7". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/PKCS7PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/TBC". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/TBCPADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/X9.23". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/X9.23PADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ZEROBYTE". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB136/ZEROBYTEPADDING". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO10126". 13:35:13,285 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO10126-2". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO10126-2PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO10126PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO7816-4". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ISO7816-4PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/NOPADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/PKCS5". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/PKCS5PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/PKCS7". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/PKCS7PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/TBC". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/TBCPADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/X9.23". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/X9.23PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ZEROBYTE". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB144/ZEROBYTEPADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO10126". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO10126-2". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO10126-2PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO10126PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO7816-4". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ISO7816-4PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/NOPADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/PKCS5". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/PKCS5PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/PKCS7". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/PKCS7PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/TBC". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/TBCPADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/X9.23". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/X9.23PADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ZEROBYTE". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB152/ZEROBYTEPADDING". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO10126". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO10126-2". 13:35:13,286 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO10126-2PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO10126PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO7816-4". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ISO7816-4PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/NOPADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/PKCS5". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/PKCS5PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/PKCS7". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/PKCS7PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/TBC". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/TBCPADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/X9.23". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/X9.23PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ZEROBYTE". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB16/ZEROBYTEPADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO10126". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO10126-2". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO10126-2PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO10126PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO7816-4". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ISO7816-4PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/NOPADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/PKCS5". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/PKCS5PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/PKCS7". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/PKCS7PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/TBC". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/TBCPADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/X9.23". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/X9.23PADDING". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ZEROBYTE". 13:35:13,287 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB160/ZEROBYTEPADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO10126". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO10126-2". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO10126-2PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO10126PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO7816-4". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ISO7816-4PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/NOPADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/PKCS5". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/PKCS5PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/PKCS7". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/PKCS7PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/TBC". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/TBCPADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/X9.23". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/X9.23PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ZEROBYTE". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB168/ZEROBYTEPADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO10126". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO10126-2". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO10126-2PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO10126PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO7816-4". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ISO7816-4PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/NOPADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/PKCS5". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/PKCS5PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/PKCS7". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/PKCS7PADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/TBC". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/TBCPADDING". 13:35:13,288 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/X9.23". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/X9.23PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ZEROBYTE". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB176/ZEROBYTEPADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO10126". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO10126-2". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO10126-2PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO10126PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO7816-4". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ISO7816-4PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/NOPADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/PKCS5". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/PKCS5PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/PKCS7". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/PKCS7PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/TBC". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/TBCPADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/X9.23". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/X9.23PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ZEROBYTE". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB184/ZEROBYTEPADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO10126". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO10126-2". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO10126-2PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO10126PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO7816-4". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ISO7816-4PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/NOPADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/PKCS5". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/PKCS5PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/PKCS7". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/PKCS7PADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/TBC". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/TBCPADDING". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/X9.23". 13:35:13,289 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/X9.23PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ZEROBYTE". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB192/ZEROBYTEPADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO10126". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO10126-2". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO10126-2PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO10126PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO7816-4". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ISO7816-4PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/NOPADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/PKCS5". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/PKCS5PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/PKCS7". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/PKCS7PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/TBC". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/TBCPADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/X9.23". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/X9.23PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ZEROBYTE". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB200/ZEROBYTEPADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO10126". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO10126-2". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO10126-2PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO10126PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO7816-4". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ISO7816-4PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/NOPADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/PKCS5". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/PKCS5PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/PKCS7". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/PKCS7PADDING". 13:35:13,290 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/TBC". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/TBCPADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/X9.23". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/X9.23PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ZEROBYTE". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB208/ZEROBYTEPADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO10126". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO10126-2". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO10126-2PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO10126PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO7816-4". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ISO7816-4PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/NOPADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/PKCS5". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/PKCS5PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/PKCS7". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/PKCS7PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/TBC". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/TBCPADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/X9.23". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/X9.23PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ZEROBYTE". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB216/ZEROBYTEPADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO10126". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO10126-2". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO10126-2PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO10126PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO7816-4". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ISO7816-4PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/NOPADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/PKCS5". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/PKCS5PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/PKCS7". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/PKCS7PADDING". 13:35:13,291 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/TBC". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/TBCPADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/X9.23". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/X9.23PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ZEROBYTE". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB224/ZEROBYTEPADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO10126". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO10126-2". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO10126-2PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO10126PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO7816-4". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ISO7816-4PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/NOPADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/PKCS5". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/PKCS5PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/PKCS7". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/PKCS7PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/TBC". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/TBCPADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/X9.23". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/X9.23PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ZEROBYTE". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB232/ZEROBYTEPADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO10126". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO10126-2". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO10126-2PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO10126PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO7816-4". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ISO7816-4PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/NOPADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/PKCS5". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/PKCS5PADDING". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/PKCS7". 13:35:13,292 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/PKCS7PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/TBC". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/TBCPADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/X9.23". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/X9.23PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ZEROBYTE". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB24/ZEROBYTEPADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO10126". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO10126-2". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO10126-2PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO10126PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO7816-4". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ISO7816-4PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/NOPADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/PKCS5". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/PKCS5PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/PKCS7". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/PKCS7PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/TBC". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/TBCPADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/X9.23". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/X9.23PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ZEROBYTE". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB240/ZEROBYTEPADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO10126". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO10126-2". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO10126-2PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO10126PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO7816-4". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ISO7816-4PADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/NOPADDING". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/PKCS5". 13:35:13,293 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/PKCS5PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/PKCS7". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/PKCS7PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/TBC". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/TBCPADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/X9.23". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/X9.23PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ZEROBYTE". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB248/ZEROBYTEPADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO10126". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO10126-2". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO10126-2PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO10126PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO7816-4". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ISO7816-4PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/NOPADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/PKCS5". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/PKCS5PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/PKCS7". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/PKCS7PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/TBC". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/TBCPADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/X9.23". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/X9.23PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ZEROBYTE". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB256/ZEROBYTEPADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO10126". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO10126-2". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO10126-2PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO10126PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO7816-4". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ISO7816-4PADDING". 13:35:13,294 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/NOPADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/PKCS5". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/PKCS5PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/PKCS7". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/PKCS7PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/TBC". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/TBCPADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/X9.23". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/X9.23PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ZEROBYTE". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB32/ZEROBYTEPADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO10126". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO10126-2". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO10126-2PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO10126PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO7816-4". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ISO7816-4PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/NOPADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/PKCS5". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/PKCS5PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/PKCS7". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/PKCS7PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/TBC". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/TBCPADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/X9.23". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/X9.23PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ZEROBYTE". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB40/ZEROBYTEPADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO10126". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO10126-2". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO10126-2PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO10126PADDING". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO7816-4". 13:35:13,295 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ISO7816-4PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/NOPADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/PKCS5". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/PKCS5PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/PKCS7". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/PKCS7PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/TBC". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/TBCPADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/X9.23". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/X9.23PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ZEROBYTE". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB48/ZEROBYTEPADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO10126". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO10126-2". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO10126-2PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO10126PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO7816-4". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ISO7816-4PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/NOPADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/PKCS5". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/PKCS5PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/PKCS7". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/PKCS7PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/TBC". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/TBCPADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/X9.23". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/X9.23PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ZEROBYTE". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB56/ZEROBYTEPADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO10126". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO10126-2". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO10126-2PADDING". 13:35:13,296 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO10126PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO7816-4". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ISO7816-4PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/NOPADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/PKCS5". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/PKCS5PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/PKCS7". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/PKCS7PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/TBC". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/TBCPADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/X9.23". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/X9.23PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ZEROBYTE". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB64/ZEROBYTEPADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO10126". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO10126-2". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO10126-2PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO10126PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO7816-4". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ISO7816-4PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/NOPADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/PKCS5". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/PKCS5PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/PKCS7". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/PKCS7PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/TBC". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/TBCPADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/X9.23". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/X9.23PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ZEROBYTE". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB72/ZEROBYTEPADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO10126". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO10126-2". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO10126-2PADDING". 13:35:13,297 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO10126PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO7816-4". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ISO7816-4PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/NOPADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/PKCS5". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/PKCS5PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/PKCS7". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/PKCS7PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/TBC". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/TBCPADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/X9.23". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/X9.23PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ZEROBYTE". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB8/ZEROBYTEPADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO10126". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO10126-2". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO10126-2PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO10126PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO7816-4". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ISO7816-4PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/NOPADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/PKCS5". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/PKCS5PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/PKCS7". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/PKCS7PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/TBC". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/TBCPADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/X9.23". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/X9.23PADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ZEROBYTE". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB80/ZEROBYTEPADDING". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/". 13:35:13,298 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO10126". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO10126-2". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO10126-2PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO10126PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO7816-4". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ISO7816-4PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/NOPADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/PKCS5". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/PKCS5PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/PKCS7". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/PKCS7PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/TBC". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/TBCPADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/X9.23". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/X9.23PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ZEROBYTE". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB88/ZEROBYTEPADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO10126". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO10126-2". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO10126-2PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO10126PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO7816-4". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ISO7816-4PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/NOPADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/PKCS5". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/PKCS5PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/PKCS7". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/PKCS7PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/TBC". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/TBCPADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/X9.23". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/X9.23PADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ZEROBYTE". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CFB96/ZEROBYTEPADDING". 13:35:13,299 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CTS/". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/CTS/NOPADDING". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/EAX/". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/EAX/NOPADDING". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/ECB/". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/ECB/NOPADDING". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO10126". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO10126-2". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO10126-2PADDING". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO10126PADDING". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO7816-4". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ISO7816-4PADDING". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/NOPADDING". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/PKCS5". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/PKCS5PADDING". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/PKCS7". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/PKCS7PADDING". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/TBC". 13:35:13,300 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/TBCPADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/X9.23". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/X9.23PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ZEROBYTE". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/GOFB/ZEROBYTEPADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO10126". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO10126-2". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO10126-2PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO10126PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO7816-4". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ISO7816-4PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/NOPADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/PKCS5". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/PKCS5PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/PKCS7". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/PKCS7PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/TBC". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/TBCPADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/X9.23". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/X9.23PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ZEROBYTE". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB/ZEROBYTEPADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO10126". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO10126-2". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO10126-2PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO10126PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO7816-4". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ISO7816-4PADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/NOPADDING". 13:35:13,301 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/PKCS5". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/PKCS5PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/PKCS7". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/PKCS7PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/TBC". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/TBCPADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/X9.23". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/X9.23PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ZEROBYTE". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB104/ZEROBYTEPADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO10126". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO10126-2". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO10126-2PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO10126PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO7816-4". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ISO7816-4PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/NOPADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/PKCS5". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/PKCS5PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/PKCS7". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/PKCS7PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/TBC". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/TBCPADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/X9.23". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/X9.23PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ZEROBYTE". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB112/ZEROBYTEPADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO10126". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO10126-2". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO10126-2PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO10126PADDING". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO7816-4". 13:35:13,302 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ISO7816-4PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/NOPADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/PKCS5". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/PKCS5PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/PKCS7". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/PKCS7PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/TBC". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/TBCPADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/X9.23". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/X9.23PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ZEROBYTE". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB120/ZEROBYTEPADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO10126". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO10126-2". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO10126-2PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO10126PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO7816-4". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ISO7816-4PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/NOPADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/PKCS5". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/PKCS5PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/PKCS7". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/PKCS7PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/TBC". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/TBCPADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/X9.23". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/X9.23PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ZEROBYTE". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB128/ZEROBYTEPADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO10126". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO10126-2". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO10126-2PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO10126PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO7816-4". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ISO7816-4PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/NOPADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/PKCS5". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/PKCS5PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/PKCS7". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/PKCS7PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/TBC". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/TBCPADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/X9.23". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/X9.23PADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ZEROBYTE". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB136/ZEROBYTEPADDING". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO10126". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO10126-2". 13:35:13,303 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO10126-2PADDING". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO10126PADDING". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO7816-4". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ISO7816-4PADDING". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/NOPADDING". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/PKCS5". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/PKCS5PADDING". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/PKCS7". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/PKCS7PADDING". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/TBC". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/TBCPADDING". 13:35:13,304 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/X9.23". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/X9.23PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ZEROBYTE". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB144/ZEROBYTEPADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO10126". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO10126-2". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO10126-2PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO10126PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO7816-4". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ISO7816-4PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/NOPADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/PKCS5". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/PKCS5PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/PKCS7". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/PKCS7PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/TBC". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/TBCPADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/X9.23". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/X9.23PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ZEROBYTE". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB152/ZEROBYTEPADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO10126". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO10126-2". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO10126-2PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO10126PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO7816-4". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ISO7816-4PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/NOPADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/PKCS5". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/PKCS5PADDING". 13:35:13,305 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/PKCS7". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/PKCS7PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/TBC". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/TBCPADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/X9.23". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/X9.23PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ZEROBYTE". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB16/ZEROBYTEPADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO10126". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO10126-2". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO10126-2PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO10126PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO7816-4". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ISO7816-4PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/NOPADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/PKCS5". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/PKCS5PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/PKCS7". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/PKCS7PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/TBC". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/TBCPADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/X9.23". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/X9.23PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ZEROBYTE". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB160/ZEROBYTEPADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO10126". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO10126-2". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO10126-2PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO10126PADDING". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO7816-4". 13:35:13,306 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ISO7816-4PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/NOPADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/PKCS5". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/PKCS5PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/PKCS7". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/PKCS7PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/TBC". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/TBCPADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/X9.23". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/X9.23PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ZEROBYTE". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB168/ZEROBYTEPADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO10126". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO10126-2". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO10126-2PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO10126PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO7816-4". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ISO7816-4PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/NOPADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/PKCS5". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/PKCS5PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/PKCS7". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/PKCS7PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/TBC". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/TBCPADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/X9.23". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/X9.23PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ZEROBYTE". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB176/ZEROBYTEPADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO10126". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO10126-2". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO10126-2PADDING". 13:35:13,307 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO10126PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO7816-4". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ISO7816-4PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/NOPADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/PKCS5". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/PKCS5PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/PKCS7". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/PKCS7PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/TBC". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/TBCPADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/X9.23". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/X9.23PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ZEROBYTE". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB184/ZEROBYTEPADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO10126". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO10126-2". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO10126-2PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO10126PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO7816-4". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ISO7816-4PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/NOPADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/PKCS5". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/PKCS5PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/PKCS7". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/PKCS7PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/TBC". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/TBCPADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/X9.23". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/X9.23PADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ZEROBYTE". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB192/ZEROBYTEPADDING". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO10126". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO10126-2". 13:35:13,308 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO10126-2PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO10126PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO7816-4". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ISO7816-4PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/NOPADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/PKCS5". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/PKCS5PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/PKCS7". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/PKCS7PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/TBC". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/TBCPADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/X9.23". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/X9.23PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ZEROBYTE". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB200/ZEROBYTEPADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO10126". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO10126-2". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO10126-2PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO10126PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO7816-4". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ISO7816-4PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/NOPADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/PKCS5". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/PKCS5PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/PKCS7". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/PKCS7PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/TBC". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/TBCPADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/X9.23". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/X9.23PADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ZEROBYTE". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB208/ZEROBYTEPADDING". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO10126". 13:35:13,309 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO10126-2". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO10126-2PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO10126PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO7816-4". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ISO7816-4PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/NOPADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/PKCS5". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/PKCS5PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/PKCS7". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/PKCS7PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/TBC". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/TBCPADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/X9.23". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/X9.23PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ZEROBYTE". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB216/ZEROBYTEPADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO10126". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO10126-2". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO10126-2PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO10126PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO7816-4". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ISO7816-4PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/NOPADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/PKCS5". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/PKCS5PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/PKCS7". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/PKCS7PADDING". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/TBC". 13:35:13,310 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/TBCPADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/X9.23". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/X9.23PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ZEROBYTE". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB224/ZEROBYTEPADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO10126". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO10126-2". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO10126-2PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO10126PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO7816-4". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ISO7816-4PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/NOPADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/PKCS5". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/PKCS5PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/PKCS7". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/PKCS7PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/TBC". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/TBCPADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/X9.23". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/X9.23PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ZEROBYTE". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB232/ZEROBYTEPADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO10126". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO10126-2". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO10126-2PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO10126PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO7816-4". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ISO7816-4PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/NOPADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/PKCS5". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/PKCS5PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/PKCS7". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/PKCS7PADDING". 13:35:13,311 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/TBC". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/TBCPADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/X9.23". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/X9.23PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ZEROBYTE". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB24/ZEROBYTEPADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO10126". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO10126-2". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO10126-2PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO10126PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO7816-4". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ISO7816-4PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/NOPADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/PKCS5". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/PKCS5PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/PKCS7". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/PKCS7PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/TBC". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/TBCPADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/X9.23". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/X9.23PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ZEROBYTE". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB240/ZEROBYTEPADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO10126". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO10126-2". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO10126-2PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO10126PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO7816-4". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ISO7816-4PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/NOPADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/PKCS5". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/PKCS5PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/PKCS7". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/PKCS7PADDING". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/TBC". 13:35:13,312 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/TBCPADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/X9.23". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/X9.23PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ZEROBYTE". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB248/ZEROBYTEPADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO10126". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO10126-2". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO10126-2PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO10126PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO7816-4". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ISO7816-4PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/NOPADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/PKCS5". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/PKCS5PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/PKCS7". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/PKCS7PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/TBC". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/TBCPADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/X9.23". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/X9.23PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ZEROBYTE". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB256/ZEROBYTEPADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO10126". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO10126-2". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO10126-2PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO10126PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO7816-4". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ISO7816-4PADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/NOPADDING". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/PKCS5". 13:35:13,313 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/PKCS5PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/PKCS7". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/PKCS7PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/TBC". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/TBCPADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/X9.23". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/X9.23PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ZEROBYTE". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB32/ZEROBYTEPADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO10126". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO10126-2". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO10126-2PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO10126PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO7816-4". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ISO7816-4PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/NOPADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/PKCS5". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/PKCS5PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/PKCS7". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/PKCS7PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/TBC". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/TBCPADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/X9.23". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/X9.23PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ZEROBYTE". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB40/ZEROBYTEPADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO10126". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO10126-2". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO10126-2PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO10126PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO7816-4". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ISO7816-4PADDING". 13:35:13,314 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/NOPADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/PKCS5". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/PKCS5PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/PKCS7". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/PKCS7PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/TBC". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/TBCPADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/X9.23". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/X9.23PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ZEROBYTE". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB48/ZEROBYTEPADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO10126". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO10126-2". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO10126-2PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO10126PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO7816-4". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ISO7816-4PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/NOPADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/PKCS5". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/PKCS5PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/PKCS7". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/PKCS7PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/TBC". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/TBCPADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/X9.23". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/X9.23PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ZEROBYTE". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB56/ZEROBYTEPADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO10126". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO10126-2". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO10126-2PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO10126PADDING". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO7816-4". 13:35:13,315 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ISO7816-4PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/NOPADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/PKCS5". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/PKCS5PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/PKCS7". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/PKCS7PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/TBC". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/TBCPADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/X9.23". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/X9.23PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ZEROBYTE". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB64/ZEROBYTEPADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO10126". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO10126-2". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO10126-2PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO10126PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO7816-4". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ISO7816-4PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/NOPADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/PKCS5". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/PKCS5PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/PKCS7". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/PKCS7PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/TBC". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/TBCPADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/X9.23". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/X9.23PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ZEROBYTE". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB72/ZEROBYTEPADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO10126". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO10126-2". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO10126-2PADDING". 13:35:13,316 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO10126PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO7816-4". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ISO7816-4PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/NOPADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/PKCS5". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/PKCS5PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/PKCS7". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/PKCS7PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/TBC". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/TBCPADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/X9.23". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/X9.23PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ZEROBYTE". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB8/ZEROBYTEPADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO10126". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO10126-2". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO10126-2PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO10126PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO7816-4". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ISO7816-4PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/NOPADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/PKCS5". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/PKCS5PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/PKCS7". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/PKCS7PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/TBC". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/TBCPADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/X9.23". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/X9.23PADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ZEROBYTE". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB80/ZEROBYTEPADDING". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO10126". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO10126-2". 13:35:13,317 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO10126-2PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO10126PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO7816-4". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ISO7816-4PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/NOPADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/PKCS5". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/PKCS5PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/PKCS7". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/PKCS7PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/TBC". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/TBCPADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/X9.23". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/X9.23PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ZEROBYTE". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB88/ZEROBYTEPADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO10126". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO10126-2". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO10126-2PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO10126PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO7816-4". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ISO7816-4PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/NOPADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/PKCS5". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/PKCS5PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/PKCS7". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/PKCS7PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/TBC". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/TBCPADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/X9.23". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/X9.23PADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ZEROBYTE". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/OFB96/ZEROBYTEPADDING". 13:35:13,318 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO10126". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO10126-2". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO10126-2PADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO10126PADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO7816-4". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ISO7816-4PADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/NOPADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/PKCS5". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/PKCS5PADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/PKCS7". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/PKCS7PADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/TBC". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/TBCPADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/X9.23". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/X9.23PADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ZEROBYTE". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "SKIPJACK/SIC/ZEROBYTEPADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA//". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA//NOPADDING". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC-CTS/". 13:35:13,319 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC-CTS/NOPADDING". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO10126". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO10126-2". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO10126-2PADDING". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO10126PADDING". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO7816-4". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ISO7816-4PADDING". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/NOPADDING". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/PKCS5". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/PKCS5PADDING". 13:35:13,320 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/PKCS7". 13:35:13,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/PKCS7PADDING". 13:35:13,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/TBC". 13:35:13,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/TBCPADDING". 13:35:13,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/X9.23". 13:35:13,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/X9.23PADDING". 13:35:13,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ZEROBYTE". 13:35:13,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CBC/ZEROBYTEPADDING". 13:35:13,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/". 13:35:13,321 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO10126". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO10126-2". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO10126-2PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO10126PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO7816-4". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ISO7816-4PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/NOPADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/PKCS5". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/PKCS5PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/PKCS7". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/PKCS7PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/TBC". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/TBCPADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/X9.23". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/X9.23PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ZEROBYTE". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB/ZEROBYTEPADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO10126". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO10126-2". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO10126-2PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO10126PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO7816-4". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ISO7816-4PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/NOPADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/PKCS5". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/PKCS5PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/PKCS7". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/PKCS7PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/TBC". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/TBCPADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/X9.23". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/X9.23PADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ZEROBYTE". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB104/ZEROBYTEPADDING". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/". 13:35:13,322 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO10126". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO10126-2". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO10126-2PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO10126PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO7816-4". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ISO7816-4PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/NOPADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/PKCS5". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/PKCS5PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/PKCS7". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/PKCS7PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/TBC". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/TBCPADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/X9.23". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/X9.23PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ZEROBYTE". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB112/ZEROBYTEPADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO10126". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO10126-2". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO10126-2PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO10126PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO7816-4". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ISO7816-4PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/NOPADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/PKCS5". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/PKCS5PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/PKCS7". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/PKCS7PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/TBC". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/TBCPADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/X9.23". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/X9.23PADDING". 13:35:13,323 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ZEROBYTE". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB120/ZEROBYTEPADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO10126". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO10126-2". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO10126-2PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO10126PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO7816-4". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ISO7816-4PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/NOPADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/PKCS5". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/PKCS5PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/PKCS7". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/PKCS7PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/TBC". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/TBCPADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/X9.23". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/X9.23PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ZEROBYTE". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB128/ZEROBYTEPADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO10126". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO10126-2". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO10126-2PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO10126PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO7816-4". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ISO7816-4PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/NOPADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/PKCS5". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/PKCS5PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/PKCS7". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/PKCS7PADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/TBC". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/TBCPADDING". 13:35:13,324 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/X9.23". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/X9.23PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ZEROBYTE". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB136/ZEROBYTEPADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO10126". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO10126-2". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO10126-2PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO10126PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO7816-4". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ISO7816-4PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/NOPADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/PKCS5". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/PKCS5PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/PKCS7". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/PKCS7PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/TBC". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/TBCPADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/X9.23". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/X9.23PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ZEROBYTE". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB144/ZEROBYTEPADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO10126". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO10126-2". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO10126-2PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO10126PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO7816-4". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ISO7816-4PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/NOPADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/PKCS5". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/PKCS5PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/PKCS7". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/PKCS7PADDING". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/TBC". 13:35:13,325 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/TBCPADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/X9.23". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/X9.23PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ZEROBYTE". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB152/ZEROBYTEPADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO10126". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO10126-2". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO10126-2PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO10126PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO7816-4". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ISO7816-4PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/NOPADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/PKCS5". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/PKCS5PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/PKCS7". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/PKCS7PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/TBC". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/TBCPADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/X9.23". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/X9.23PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ZEROBYTE". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB16/ZEROBYTEPADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO10126". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO10126-2". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO10126-2PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO10126PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO7816-4". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ISO7816-4PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/NOPADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/PKCS5". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/PKCS5PADDING". 13:35:13,326 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/PKCS7". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/PKCS7PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/TBC". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/TBCPADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/X9.23". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/X9.23PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ZEROBYTE". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB160/ZEROBYTEPADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO10126". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO10126-2". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO10126-2PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO10126PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO7816-4". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ISO7816-4PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/NOPADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/PKCS5". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/PKCS5PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/PKCS7". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/PKCS7PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/TBC". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/TBCPADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/X9.23". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/X9.23PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ZEROBYTE". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB168/ZEROBYTEPADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO10126". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO10126-2". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO10126-2PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO10126PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO7816-4". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ISO7816-4PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/NOPADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/PKCS5". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/PKCS5PADDING". 13:35:13,327 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/PKCS7". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/PKCS7PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/TBC". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/TBCPADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/X9.23". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/X9.23PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ZEROBYTE". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB176/ZEROBYTEPADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO10126". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO10126-2". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO10126-2PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO10126PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO7816-4". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ISO7816-4PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/NOPADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/PKCS5". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/PKCS5PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/PKCS7". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/PKCS7PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/TBC". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/TBCPADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/X9.23". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/X9.23PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ZEROBYTE". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB184/ZEROBYTEPADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO10126". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO10126-2". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO10126-2PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO10126PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO7816-4". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ISO7816-4PADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/NOPADDING". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/PKCS5". 13:35:13,328 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/PKCS5PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/PKCS7". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/PKCS7PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/TBC". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/TBCPADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/X9.23". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/X9.23PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ZEROBYTE". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB192/ZEROBYTEPADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO10126". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO10126-2". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO10126-2PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO10126PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO7816-4". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ISO7816-4PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/NOPADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/PKCS5". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/PKCS5PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/PKCS7". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/PKCS7PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/TBC". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/TBCPADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/X9.23". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/X9.23PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ZEROBYTE". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB200/ZEROBYTEPADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO10126". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO10126-2". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO10126-2PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO10126PADDING". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO7816-4". 13:35:13,329 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ISO7816-4PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/NOPADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/PKCS5". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/PKCS5PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/PKCS7". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/PKCS7PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/TBC". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/TBCPADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/X9.23". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/X9.23PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ZEROBYTE". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB208/ZEROBYTEPADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO10126". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO10126-2". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO10126-2PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO10126PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO7816-4". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ISO7816-4PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/NOPADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/PKCS5". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/PKCS5PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/PKCS7". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/PKCS7PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/TBC". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/TBCPADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/X9.23". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/X9.23PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ZEROBYTE". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB216/ZEROBYTEPADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO10126". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO10126-2". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO10126-2PADDING". 13:35:13,330 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO10126PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO7816-4". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ISO7816-4PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/NOPADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/PKCS5". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/PKCS5PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/PKCS7". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/PKCS7PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/TBC". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/TBCPADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/X9.23". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/X9.23PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ZEROBYTE". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB224/ZEROBYTEPADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO10126". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO10126-2". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO10126-2PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO10126PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO7816-4". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ISO7816-4PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/NOPADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/PKCS5". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/PKCS5PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/PKCS7". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/PKCS7PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/TBC". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/TBCPADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/X9.23". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/X9.23PADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ZEROBYTE". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB232/ZEROBYTEPADDING". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO10126". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO10126-2". 13:35:13,331 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO10126-2PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO10126PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO7816-4". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ISO7816-4PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/NOPADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/PKCS5". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/PKCS5PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/PKCS7". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/PKCS7PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/TBC". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/TBCPADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/X9.23". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/X9.23PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ZEROBYTE". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB24/ZEROBYTEPADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO10126". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO10126-2". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO10126-2PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO10126PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO7816-4". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ISO7816-4PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/NOPADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/PKCS5". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/PKCS5PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/PKCS7". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/PKCS7PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/TBC". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/TBCPADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/X9.23". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/X9.23PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ZEROBYTE". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB240/ZEROBYTEPADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO10126". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO10126-2". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO10126-2PADDING". 13:35:13,332 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO10126PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO7816-4". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ISO7816-4PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/NOPADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/PKCS5". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/PKCS5PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/PKCS7". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/PKCS7PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/TBC". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/TBCPADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/X9.23". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/X9.23PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ZEROBYTE". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB248/ZEROBYTEPADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO10126". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO10126-2". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO10126-2PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO10126PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO7816-4". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ISO7816-4PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/NOPADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/PKCS5". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/PKCS5PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/PKCS7". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/PKCS7PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/TBC". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/TBCPADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/X9.23". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/X9.23PADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ZEROBYTE". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB256/ZEROBYTEPADDING". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/". 13:35:13,333 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO10126". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO10126-2". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO10126-2PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO10126PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO7816-4". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ISO7816-4PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/NOPADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/PKCS5". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/PKCS5PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/PKCS7". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/PKCS7PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/TBC". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/TBCPADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/X9.23". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/X9.23PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ZEROBYTE". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB32/ZEROBYTEPADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO10126". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO10126-2". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO10126-2PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO10126PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO7816-4". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ISO7816-4PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/NOPADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/PKCS5". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/PKCS5PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/PKCS7". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/PKCS7PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/TBC". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/TBCPADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/X9.23". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/X9.23PADDING". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ZEROBYTE". 13:35:13,334 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB40/ZEROBYTEPADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO10126". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO10126-2". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO10126-2PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO10126PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO7816-4". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ISO7816-4PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/NOPADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/PKCS5". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/PKCS5PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/PKCS7". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/PKCS7PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/TBC". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/TBCPADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/X9.23". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/X9.23PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ZEROBYTE". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB48/ZEROBYTEPADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO10126". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO10126-2". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO10126-2PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO10126PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO7816-4". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ISO7816-4PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/NOPADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/PKCS5". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/PKCS5PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/PKCS7". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/PKCS7PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/TBC". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/TBCPADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/X9.23". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/X9.23PADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ZEROBYTE". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB56/ZEROBYTEPADDING". 13:35:13,335 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO10126". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO10126-2". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO10126-2PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO10126PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO7816-4". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ISO7816-4PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/NOPADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/PKCS5". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/PKCS5PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/PKCS7". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/PKCS7PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/TBC". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/TBCPADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/X9.23". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/X9.23PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ZEROBYTE". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB64/ZEROBYTEPADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO10126". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO10126-2". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO10126-2PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO10126PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO7816-4". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ISO7816-4PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/NOPADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/PKCS5". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/PKCS5PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/PKCS7". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/PKCS7PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/TBC". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/TBCPADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/X9.23". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/X9.23PADDING". 13:35:13,336 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ZEROBYTE". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB72/ZEROBYTEPADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO10126". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO10126-2". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO10126-2PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO10126PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO7816-4". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ISO7816-4PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/NOPADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/PKCS5". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/PKCS5PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/PKCS7". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/PKCS7PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/TBC". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/TBCPADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/X9.23". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/X9.23PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ZEROBYTE". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB8/ZEROBYTEPADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO10126". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO10126-2". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO10126-2PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO10126PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO7816-4". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ISO7816-4PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/NOPADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/PKCS5". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/PKCS5PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/PKCS7". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/PKCS7PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/TBC". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/TBCPADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/X9.23". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/X9.23PADDING". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ZEROBYTE". 13:35:13,337 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB80/ZEROBYTEPADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO10126". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO10126-2". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO10126-2PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO10126PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO7816-4". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ISO7816-4PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/NOPADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/PKCS5". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/PKCS5PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/PKCS7". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/PKCS7PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/TBC". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/TBCPADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/X9.23". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/X9.23PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ZEROBYTE". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB88/ZEROBYTEPADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO10126". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO10126-2". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO10126-2PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO10126PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO7816-4". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ISO7816-4PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/NOPADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/PKCS5". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/PKCS5PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/PKCS7". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/PKCS7PADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/TBC". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/TBCPADDING". 13:35:13,338 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/X9.23". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/X9.23PADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ZEROBYTE". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CFB96/ZEROBYTEPADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CTS/". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/CTS/NOPADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/EAX/". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/EAX/NOPADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/ECB/". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/ECB/NOPADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO10126". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO10126-2". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO10126-2PADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO10126PADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO7816-4". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ISO7816-4PADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/NOPADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/PKCS5". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/PKCS5PADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/PKCS7". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/PKCS7PADDING". 13:35:13,339 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/TBC". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/TBCPADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/X9.23". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/X9.23PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ZEROBYTE". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/GOFB/ZEROBYTEPADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO10126". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO10126-2". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO10126-2PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO10126PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO7816-4". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ISO7816-4PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/NOPADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/PKCS5". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/PKCS5PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/PKCS7". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/PKCS7PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/TBC". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/TBCPADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/X9.23". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/X9.23PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ZEROBYTE". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB/ZEROBYTEPADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO10126". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO10126-2". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO10126-2PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO10126PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO7816-4". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ISO7816-4PADDING". 13:35:13,340 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/NOPADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/PKCS5". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/PKCS5PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/PKCS7". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/PKCS7PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/TBC". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/TBCPADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/X9.23". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/X9.23PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ZEROBYTE". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB104/ZEROBYTEPADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO10126". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO10126-2". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO10126-2PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO10126PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO7816-4". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ISO7816-4PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/NOPADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/PKCS5". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/PKCS5PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/PKCS7". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/PKCS7PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/TBC". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/TBCPADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/X9.23". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/X9.23PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ZEROBYTE". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB112/ZEROBYTEPADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO10126". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO10126-2". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO10126-2PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO10126PADDING". 13:35:13,341 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO7816-4". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ISO7816-4PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/NOPADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/PKCS5". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/PKCS5PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/PKCS7". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/PKCS7PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/TBC". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/TBCPADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/X9.23". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/X9.23PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ZEROBYTE". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB120/ZEROBYTEPADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO10126". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO10126-2". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO10126-2PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO10126PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO7816-4". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ISO7816-4PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/NOPADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/PKCS5". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/PKCS5PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/PKCS7". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/PKCS7PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/TBC". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/TBCPADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/X9.23". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/X9.23PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ZEROBYTE". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB128/ZEROBYTEPADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO10126". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO10126-2". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO10126-2PADDING". 13:35:13,342 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO10126PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO7816-4". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ISO7816-4PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/NOPADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/PKCS5". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/PKCS5PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/PKCS7". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/PKCS7PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/TBC". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/TBCPADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/X9.23". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/X9.23PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ZEROBYTE". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB136/ZEROBYTEPADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO10126". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO10126-2". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO10126-2PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO10126PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO7816-4". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ISO7816-4PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/NOPADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/PKCS5". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/PKCS5PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/PKCS7". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/PKCS7PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/TBC". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/TBCPADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/X9.23". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/X9.23PADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ZEROBYTE". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB144/ZEROBYTEPADDING". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO10126". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO10126-2". 13:35:13,343 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO10126-2PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO10126PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO7816-4". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ISO7816-4PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/NOPADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/PKCS5". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/PKCS5PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/PKCS7". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/PKCS7PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/TBC". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/TBCPADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/X9.23". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/X9.23PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ZEROBYTE". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB152/ZEROBYTEPADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO10126". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO10126-2". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO10126-2PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO10126PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO7816-4". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ISO7816-4PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/NOPADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/PKCS5". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/PKCS5PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/PKCS7". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/PKCS7PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/TBC". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/TBCPADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/X9.23". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/X9.23PADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ZEROBYTE". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB16/ZEROBYTEPADDING". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/". 13:35:13,344 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO10126". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO10126-2". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO10126-2PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO10126PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO7816-4". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ISO7816-4PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/NOPADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/PKCS5". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/PKCS5PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/PKCS7". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/PKCS7PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/TBC". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/TBCPADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/X9.23". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/X9.23PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ZEROBYTE". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB160/ZEROBYTEPADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO10126". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO10126-2". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO10126-2PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO10126PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO7816-4". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ISO7816-4PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/NOPADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/PKCS5". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/PKCS5PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/PKCS7". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/PKCS7PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/TBC". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/TBCPADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/X9.23". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/X9.23PADDING". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ZEROBYTE". 13:35:13,345 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB168/ZEROBYTEPADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO10126". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO10126-2". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO10126-2PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO10126PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO7816-4". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ISO7816-4PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/NOPADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/PKCS5". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/PKCS5PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/PKCS7". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/PKCS7PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/TBC". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/TBCPADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/X9.23". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/X9.23PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ZEROBYTE". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB176/ZEROBYTEPADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO10126". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO10126-2". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO10126-2PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO10126PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO7816-4". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ISO7816-4PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/NOPADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/PKCS5". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/PKCS5PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/PKCS7". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/PKCS7PADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/TBC". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/TBCPADDING". 13:35:13,346 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/X9.23". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/X9.23PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ZEROBYTE". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB184/ZEROBYTEPADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO10126". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO10126-2". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO10126-2PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO10126PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO7816-4". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ISO7816-4PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/NOPADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/PKCS5". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/PKCS5PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/PKCS7". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/PKCS7PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/TBC". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/TBCPADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/X9.23". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/X9.23PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ZEROBYTE". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB192/ZEROBYTEPADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO10126". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO10126-2". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO10126-2PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO10126PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO7816-4". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ISO7816-4PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/NOPADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/PKCS5". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/PKCS5PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/PKCS7". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/PKCS7PADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/TBC". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/TBCPADDING". 13:35:13,347 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/X9.23". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/X9.23PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ZEROBYTE". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB200/ZEROBYTEPADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO10126". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO10126-2". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO10126-2PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO10126PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO7816-4". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ISO7816-4PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/NOPADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/PKCS5". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/PKCS5PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/PKCS7". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/PKCS7PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/TBC". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/TBCPADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/X9.23". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/X9.23PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ZEROBYTE". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB208/ZEROBYTEPADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO10126". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO10126-2". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO10126-2PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO10126PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO7816-4". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ISO7816-4PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/NOPADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/PKCS5". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/PKCS5PADDING". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/PKCS7". 13:35:13,348 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/PKCS7PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/TBC". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/TBCPADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/X9.23". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/X9.23PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ZEROBYTE". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB216/ZEROBYTEPADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO10126". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO10126-2". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO10126-2PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO10126PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO7816-4". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ISO7816-4PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/NOPADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/PKCS5". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/PKCS5PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/PKCS7". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/PKCS7PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/TBC". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/TBCPADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/X9.23". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/X9.23PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ZEROBYTE". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB224/ZEROBYTEPADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO10126". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO10126-2". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO10126-2PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO10126PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO7816-4". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ISO7816-4PADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/NOPADDING". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/PKCS5". 13:35:13,349 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/PKCS5PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/PKCS7". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/PKCS7PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/TBC". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/TBCPADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/X9.23". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/X9.23PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ZEROBYTE". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB232/ZEROBYTEPADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO10126". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO10126-2". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO10126-2PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO10126PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO7816-4". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ISO7816-4PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/NOPADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/PKCS5". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/PKCS5PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/PKCS7". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/PKCS7PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/TBC". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/TBCPADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/X9.23". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/X9.23PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ZEROBYTE". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB24/ZEROBYTEPADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO10126". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO10126-2". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO10126-2PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO10126PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO7816-4". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ISO7816-4PADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/NOPADDING". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/PKCS5". 13:35:13,350 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/PKCS5PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/PKCS7". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/PKCS7PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/TBC". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/TBCPADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/X9.23". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/X9.23PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ZEROBYTE". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB240/ZEROBYTEPADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO10126". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO10126-2". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO10126-2PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO10126PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO7816-4". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ISO7816-4PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/NOPADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/PKCS5". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/PKCS5PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/PKCS7". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/PKCS7PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/TBC". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/TBCPADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/X9.23". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/X9.23PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ZEROBYTE". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB248/ZEROBYTEPADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO10126". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO10126-2". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO10126-2PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO10126PADDING". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO7816-4". 13:35:13,351 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ISO7816-4PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/NOPADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/PKCS5". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/PKCS5PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/PKCS7". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/PKCS7PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/TBC". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/TBCPADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/X9.23". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/X9.23PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ZEROBYTE". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB256/ZEROBYTEPADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO10126". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO10126-2". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO10126-2PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO10126PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO7816-4". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ISO7816-4PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/NOPADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/PKCS5". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/PKCS5PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/PKCS7". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/PKCS7PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/TBC". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/TBCPADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/X9.23". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/X9.23PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ZEROBYTE". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB32/ZEROBYTEPADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO10126". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO10126-2". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO10126-2PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO10126PADDING". 13:35:13,352 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO7816-4". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ISO7816-4PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/NOPADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/PKCS5". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/PKCS5PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/PKCS7". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/PKCS7PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/TBC". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/TBCPADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/X9.23". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/X9.23PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ZEROBYTE". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB40/ZEROBYTEPADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO10126". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO10126-2". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO10126-2PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO10126PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO7816-4". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ISO7816-4PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/NOPADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/PKCS5". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/PKCS5PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/PKCS7". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/PKCS7PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/TBC". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/TBCPADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/X9.23". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/X9.23PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ZEROBYTE". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB48/ZEROBYTEPADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO10126". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO10126-2". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO10126-2PADDING". 13:35:13,353 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO10126PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO7816-4". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ISO7816-4PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/NOPADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/PKCS5". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/PKCS5PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/PKCS7". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/PKCS7PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/TBC". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/TBCPADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/X9.23". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/X9.23PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ZEROBYTE". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB56/ZEROBYTEPADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO10126". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO10126-2". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO10126-2PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO10126PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO7816-4". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ISO7816-4PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/NOPADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/PKCS5". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/PKCS5PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/PKCS7". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/PKCS7PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/TBC". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/TBCPADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/X9.23". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/X9.23PADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ZEROBYTE". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB64/ZEROBYTEPADDING". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO10126". 13:35:13,354 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO10126-2". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO10126-2PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO10126PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO7816-4". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ISO7816-4PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/NOPADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/PKCS5". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/PKCS5PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/PKCS7". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/PKCS7PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/TBC". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/TBCPADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/X9.23". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/X9.23PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ZEROBYTE". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB72/ZEROBYTEPADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO10126". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO10126-2". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO10126-2PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO10126PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO7816-4". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ISO7816-4PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/NOPADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/PKCS5". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/PKCS5PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/PKCS7". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/PKCS7PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/TBC". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/TBCPADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/X9.23". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/X9.23PADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ZEROBYTE". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB8/ZEROBYTEPADDING". 13:35:13,355 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO10126". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO10126-2". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO10126-2PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO10126PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO7816-4". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ISO7816-4PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/NOPADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/PKCS5". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/PKCS5PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/PKCS7". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/PKCS7PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/TBC". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/TBCPADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/X9.23". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/X9.23PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ZEROBYTE". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB80/ZEROBYTEPADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO10126". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO10126-2". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO10126-2PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO10126PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO7816-4". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ISO7816-4PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/NOPADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/PKCS5". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/PKCS5PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/PKCS7". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/PKCS7PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/TBC". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/TBCPADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/X9.23". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/X9.23PADDING". 13:35:13,356 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ZEROBYTE". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB88/ZEROBYTEPADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO10126". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO10126-2". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO10126-2PADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO10126PADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO7816-4". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ISO7816-4PADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/NOPADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/PKCS5". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/PKCS5PADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/PKCS7". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/PKCS7PADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/TBC". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/TBCPADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/X9.23". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/X9.23PADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ZEROBYTE". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/OFB96/ZEROBYTEPADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO10126". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO10126-2". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO10126-2PADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO10126PADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO7816-4". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ISO7816-4PADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/NOPADDING". 13:35:13,357 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/PKCS5". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/PKCS5PADDING". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/PKCS7". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/PKCS7PADDING". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/TBC". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/TBCPADDING". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/X9.23". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/X9.23PADDING". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ZEROBYTE". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TEA/SIC/ZEROBYTEPADDING". 13:35:13,358 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH//". 13:35:13,359 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH//NOPADDING". 13:35:13,360 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC-CTS/". 13:35:13,361 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC-CTS/NOPADDING". 13:35:13,362 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/". 13:35:13,364 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO10126". 13:35:13,365 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO10126-2". 13:35:13,366 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO10126-2PADDING". 13:35:13,367 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO10126PADDING". 13:35:13,368 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO7816-4". 13:35:13,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ISO7816-4PADDING". 13:35:13,369 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/NOPADDING". 13:35:13,370 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/PKCS5". 13:35:13,371 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/PKCS5PADDING". 13:35:13,373 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/PKCS7". 13:35:13,374 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/PKCS7PADDING". 13:35:13,375 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/TBC". 13:35:13,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/TBCPADDING". 13:35:13,376 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/X9.23". 13:35:13,377 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/X9.23PADDING". 13:35:13,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ZEROBYTE". 13:35:13,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CBC/ZEROBYTEPADDING". 13:35:13,378 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CCM/". 13:35:13,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CCM/NOPADDING". 13:35:13,379 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/". 13:35:13,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO10126". 13:35:13,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO10126-2". 13:35:13,380 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO10126-2PADDING". 13:35:13,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO10126PADDING". 13:35:13,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO7816-4". 13:35:13,381 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ISO7816-4PADDING". 13:35:13,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/NOPADDING". 13:35:13,382 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/PKCS5". 13:35:13,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/PKCS5PADDING". 13:35:13,383 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/PKCS7". 13:35:13,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/PKCS7PADDING". 13:35:13,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/TBC". 13:35:13,384 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/TBCPADDING". 13:35:13,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/X9.23". 13:35:13,385 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/X9.23PADDING". 13:35:13,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ZEROBYTE". 13:35:13,386 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB/ZEROBYTEPADDING". 13:35:13,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/". 13:35:13,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO10126". 13:35:13,387 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO10126-2". 13:35:13,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO10126-2PADDING". 13:35:13,388 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO10126PADDING". 13:35:13,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO7816-4". 13:35:13,389 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ISO7816-4PADDING". 13:35:13,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/NOPADDING". 13:35:13,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/PKCS5". 13:35:13,390 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/PKCS5PADDING". 13:35:13,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/PKCS7". 13:35:13,391 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/PKCS7PADDING". 13:35:13,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/TBC". 13:35:13,392 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/TBCPADDING". 13:35:13,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/X9.23". 13:35:13,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/X9.23PADDING". 13:35:13,393 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ZEROBYTE". 13:35:13,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB104/ZEROBYTEPADDING". 13:35:13,394 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/". 13:35:13,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO10126". 13:35:13,395 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO10126-2". 13:35:13,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO10126-2PADDING". 13:35:13,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO10126PADDING". 13:35:13,396 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO7816-4". 13:35:13,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ISO7816-4PADDING". 13:35:13,397 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/NOPADDING". 13:35:13,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/PKCS5". 13:35:13,398 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/PKCS5PADDING". 13:35:13,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/PKCS7". 13:35:13,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/PKCS7PADDING". 13:35:13,399 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/TBC". 13:35:13,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/TBCPADDING". 13:35:13,400 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/X9.23". 13:35:13,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/X9.23PADDING". 13:35:13,401 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ZEROBYTE". 13:35:13,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB112/ZEROBYTEPADDING". 13:35:13,402 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/". 13:35:13,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO10126". 13:35:13,403 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO10126-2". 13:35:13,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO10126-2PADDING". 13:35:13,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO10126PADDING". 13:35:13,404 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO7816-4". 13:35:13,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ISO7816-4PADDING". 13:35:13,405 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/NOPADDING". 13:35:13,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/PKCS5". 13:35:13,406 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/PKCS5PADDING". 13:35:13,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/PKCS7". 13:35:13,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/PKCS7PADDING". 13:35:13,407 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/TBC". 13:35:13,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/TBCPADDING". 13:35:13,408 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/X9.23". 13:35:13,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/X9.23PADDING". 13:35:13,409 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ZEROBYTE". 13:35:13,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB120/ZEROBYTEPADDING". 13:35:13,410 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/". 13:35:13,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO10126". 13:35:13,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO10126-2". 13:35:13,411 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO10126-2PADDING". 13:35:13,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO10126PADDING". 13:35:13,412 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO7816-4". 13:35:13,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ISO7816-4PADDING". 13:35:13,413 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/NOPADDING". 13:35:13,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/PKCS5". 13:35:13,414 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/PKCS5PADDING". 13:35:13,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/PKCS7". 13:35:13,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/PKCS7PADDING". 13:35:13,415 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/TBC". 13:35:13,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/TBCPADDING". 13:35:13,416 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/X9.23". 13:35:13,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/X9.23PADDING". 13:35:13,417 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ZEROBYTE". 13:35:13,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB128/ZEROBYTEPADDING". 13:35:13,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/". 13:35:13,418 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO10126". 13:35:13,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO10126-2". 13:35:13,419 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO10126-2PADDING". 13:35:13,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO10126PADDING". 13:35:13,420 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO7816-4". 13:35:13,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ISO7816-4PADDING". 13:35:13,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/NOPADDING". 13:35:13,421 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/PKCS5". 13:35:13,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/PKCS5PADDING". 13:35:13,422 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/PKCS7". 13:35:13,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/PKCS7PADDING". 13:35:13,423 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/TBC". 13:35:13,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/TBCPADDING". 13:35:13,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/X9.23". 13:35:13,424 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/X9.23PADDING". 13:35:13,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ZEROBYTE". 13:35:13,425 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB136/ZEROBYTEPADDING". 13:35:13,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/". 13:35:13,426 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO10126". 13:35:13,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO10126-2". 13:35:13,427 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO10126-2PADDING". 13:35:13,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO10126PADDING". 13:35:13,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO7816-4". 13:35:13,428 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ISO7816-4PADDING". 13:35:13,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/NOPADDING". 13:35:13,429 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/PKCS5". 13:35:13,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/PKCS5PADDING". 13:35:13,430 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/PKCS7". 13:35:13,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/PKCS7PADDING". 13:35:13,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/TBC". 13:35:13,431 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/TBCPADDING". 13:35:13,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/X9.23". 13:35:13,432 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/X9.23PADDING". 13:35:13,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ZEROBYTE". 13:35:13,433 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB144/ZEROBYTEPADDING". 13:35:13,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/". 13:35:13,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO10126". 13:35:13,434 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO10126-2". 13:35:13,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO10126-2PADDING". 13:35:13,435 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO10126PADDING". 13:35:13,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO7816-4". 13:35:13,436 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ISO7816-4PADDING". 13:35:13,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/NOPADDING". 13:35:13,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/PKCS5". 13:35:13,437 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/PKCS5PADDING". 13:35:13,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/PKCS7". 13:35:13,438 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/PKCS7PADDING". 13:35:13,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/TBC". 13:35:13,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/TBCPADDING". 13:35:13,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/X9.23". 13:35:13,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/X9.23PADDING". 13:35:13,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ZEROBYTE". 13:35:13,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB152/ZEROBYTEPADDING". 13:35:13,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/". 13:35:13,439 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO10126". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO10126-2". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO10126-2PADDING". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO10126PADDING". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO7816-4". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ISO7816-4PADDING". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/NOPADDING". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/PKCS5". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/PKCS5PADDING". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/PKCS7". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/PKCS7PADDING". 13:35:13,440 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/TBC". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/TBCPADDING". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/X9.23". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/X9.23PADDING". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ZEROBYTE". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB16/ZEROBYTEPADDING". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO10126". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO10126-2". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO10126-2PADDING". 13:35:13,441 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO10126PADDING". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO7816-4". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ISO7816-4PADDING". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/NOPADDING". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/PKCS5". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/PKCS5PADDING". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/PKCS7". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/PKCS7PADDING". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/TBC". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/TBCPADDING". 13:35:13,442 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/X9.23". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/X9.23PADDING". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ZEROBYTE". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB160/ZEROBYTEPADDING". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO10126". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO10126-2". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO10126-2PADDING". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO10126PADDING". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO7816-4". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ISO7816-4PADDING". 13:35:13,443 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/NOPADDING". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/PKCS5". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/PKCS5PADDING". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/PKCS7". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/PKCS7PADDING". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/TBC". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/TBCPADDING". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/X9.23". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/X9.23PADDING". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ZEROBYTE". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB168/ZEROBYTEPADDING". 13:35:13,444 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO10126". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO10126-2". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO10126-2PADDING". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO10126PADDING". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO7816-4". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ISO7816-4PADDING". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/NOPADDING". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/PKCS5". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/PKCS5PADDING". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/PKCS7". 13:35:13,445 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/PKCS7PADDING". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/TBC". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/TBCPADDING". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/X9.23". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/X9.23PADDING". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ZEROBYTE". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB176/ZEROBYTEPADDING". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO10126". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO10126-2". 13:35:13,446 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO10126-2PADDING". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO10126PADDING". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO7816-4". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ISO7816-4PADDING". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/NOPADDING". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/PKCS5". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/PKCS5PADDING". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/PKCS7". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/PKCS7PADDING". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/TBC". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/TBCPADDING". 13:35:13,447 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/X9.23". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/X9.23PADDING". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ZEROBYTE". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB184/ZEROBYTEPADDING". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO10126". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO10126-2". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO10126-2PADDING". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO10126PADDING". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO7816-4". 13:35:13,448 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ISO7816-4PADDING". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/NOPADDING". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/PKCS5". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/PKCS5PADDING". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/PKCS7". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/PKCS7PADDING". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/TBC". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/TBCPADDING". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/X9.23". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/X9.23PADDING". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ZEROBYTE". 13:35:13,449 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB192/ZEROBYTEPADDING". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO10126". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO10126-2". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO10126-2PADDING". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO10126PADDING". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO7816-4". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ISO7816-4PADDING". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/NOPADDING". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/PKCS5". 13:35:13,450 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/PKCS5PADDING". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/PKCS7". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/PKCS7PADDING". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/TBC". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/TBCPADDING". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/X9.23". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/X9.23PADDING". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ZEROBYTE". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB200/ZEROBYTEPADDING". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO10126". 13:35:13,451 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO10126-2". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO10126-2PADDING". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO10126PADDING". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO7816-4". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ISO7816-4PADDING". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/NOPADDING". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/PKCS5". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/PKCS5PADDING". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/PKCS7". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/PKCS7PADDING". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/TBC". 13:35:13,452 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/TBCPADDING". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/X9.23". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/X9.23PADDING". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ZEROBYTE". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB208/ZEROBYTEPADDING". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO10126". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO10126-2". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO10126-2PADDING". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO10126PADDING". 13:35:13,453 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO7816-4". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ISO7816-4PADDING". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/NOPADDING". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/PKCS5". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/PKCS5PADDING". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/PKCS7". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/PKCS7PADDING". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/TBC". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/TBCPADDING". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/X9.23". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/X9.23PADDING". 13:35:13,454 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ZEROBYTE". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB216/ZEROBYTEPADDING". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO10126". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO10126-2". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO10126-2PADDING". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO10126PADDING". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO7816-4". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ISO7816-4PADDING". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/NOPADDING". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/PKCS5". 13:35:13,455 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/PKCS5PADDING". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/PKCS7". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/PKCS7PADDING". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/TBC". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/TBCPADDING". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/X9.23". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/X9.23PADDING". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ZEROBYTE". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB224/ZEROBYTEPADDING". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/". 13:35:13,456 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO10126". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO10126-2". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO10126-2PADDING". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO10126PADDING". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO7816-4". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ISO7816-4PADDING". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/NOPADDING". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/PKCS5". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/PKCS5PADDING". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/PKCS7". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/PKCS7PADDING". 13:35:13,457 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/TBC". 13:35:13,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/TBCPADDING". 13:35:13,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/X9.23". 13:35:13,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/X9.23PADDING". 13:35:13,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ZEROBYTE". 13:35:13,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB232/ZEROBYTEPADDING". 13:35:13,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/". 13:35:13,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO10126". 13:35:13,458 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO10126-2". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO10126-2PADDING". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO10126PADDING". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO7816-4". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ISO7816-4PADDING". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/NOPADDING". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/PKCS5". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/PKCS5PADDING". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/PKCS7". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/PKCS7PADDING". 13:35:13,459 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/TBC". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/TBCPADDING". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/X9.23". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/X9.23PADDING". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ZEROBYTE". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB24/ZEROBYTEPADDING". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO10126". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO10126-2". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO10126-2PADDING". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO10126PADDING". 13:35:13,460 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO7816-4". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ISO7816-4PADDING". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/NOPADDING". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/PKCS5". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/PKCS5PADDING". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/PKCS7". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/PKCS7PADDING". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/TBC". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/TBCPADDING". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/X9.23". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/X9.23PADDING". 13:35:13,461 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ZEROBYTE". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB240/ZEROBYTEPADDING". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO10126". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO10126-2". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO10126-2PADDING". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO10126PADDING". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO7816-4". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ISO7816-4PADDING". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/NOPADDING". 13:35:13,462 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/PKCS5". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/PKCS5PADDING". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/PKCS7". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/PKCS7PADDING". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/TBC". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/TBCPADDING". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/X9.23". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/X9.23PADDING". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ZEROBYTE". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB248/ZEROBYTEPADDING". 13:35:13,463 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO10126". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO10126-2". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO10126-2PADDING". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO10126PADDING". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO7816-4". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ISO7816-4PADDING". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/NOPADDING". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/PKCS5". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/PKCS5PADDING". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/PKCS7". 13:35:13,464 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/PKCS7PADDING". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/TBC". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/TBCPADDING". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/X9.23". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/X9.23PADDING". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ZEROBYTE". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB256/ZEROBYTEPADDING". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO10126". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO10126-2". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO10126-2PADDING". 13:35:13,465 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO10126PADDING". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO7816-4". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ISO7816-4PADDING". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/NOPADDING". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/PKCS5". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/PKCS5PADDING". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/PKCS7". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/PKCS7PADDING". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/TBC". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/TBCPADDING". 13:35:13,466 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/X9.23". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/X9.23PADDING". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ZEROBYTE". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB32/ZEROBYTEPADDING". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO10126". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO10126-2". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO10126-2PADDING". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO10126PADDING". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO7816-4". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ISO7816-4PADDING". 13:35:13,467 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/NOPADDING". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/PKCS5". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/PKCS5PADDING". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/PKCS7". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/PKCS7PADDING". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/TBC". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/TBCPADDING". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/X9.23". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/X9.23PADDING". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ZEROBYTE". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB40/ZEROBYTEPADDING". 13:35:13,468 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO10126". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO10126-2". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO10126-2PADDING". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO10126PADDING". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO7816-4". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ISO7816-4PADDING". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/NOPADDING". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/PKCS5". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/PKCS5PADDING". 13:35:13,469 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/PKCS7". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/PKCS7PADDING". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/TBC". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/TBCPADDING". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/X9.23". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/X9.23PADDING". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ZEROBYTE". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB48/ZEROBYTEPADDING". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO10126". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO10126-2". 13:35:13,470 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO10126-2PADDING". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO10126PADDING". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO7816-4". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ISO7816-4PADDING". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/NOPADDING". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/PKCS5". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/PKCS5PADDING". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/PKCS7". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/PKCS7PADDING". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/TBC". 13:35:13,471 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/TBCPADDING". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/X9.23". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/X9.23PADDING". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ZEROBYTE". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB56/ZEROBYTEPADDING". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO10126". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO10126-2". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO10126-2PADDING". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO10126PADDING". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO7816-4". 13:35:13,472 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ISO7816-4PADDING". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/NOPADDING". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/PKCS5". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/PKCS5PADDING". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/PKCS7". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/PKCS7PADDING". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/TBC". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/TBCPADDING". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/X9.23". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/X9.23PADDING". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ZEROBYTE". 13:35:13,473 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB64/ZEROBYTEPADDING". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO10126". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO10126-2". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO10126-2PADDING". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO10126PADDING". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO7816-4". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ISO7816-4PADDING". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/NOPADDING". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/PKCS5". 13:35:13,474 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/PKCS5PADDING". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/PKCS7". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/PKCS7PADDING". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/TBC". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/TBCPADDING". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/X9.23". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/X9.23PADDING". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ZEROBYTE". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB72/ZEROBYTEPADDING". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO10126". 13:35:13,475 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO10126-2". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO10126-2PADDING". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO10126PADDING". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO7816-4". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ISO7816-4PADDING". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/NOPADDING". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/PKCS5". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/PKCS5PADDING". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/PKCS7". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/PKCS7PADDING". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/TBC". 13:35:13,476 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/TBCPADDING". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/X9.23". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/X9.23PADDING". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ZEROBYTE". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB8/ZEROBYTEPADDING". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO10126". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO10126-2". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO10126-2PADDING". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO10126PADDING". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO7816-4". 13:35:13,477 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ISO7816-4PADDING". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/NOPADDING". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/PKCS5". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/PKCS5PADDING". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/PKCS7". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/PKCS7PADDING". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/TBC". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/TBCPADDING". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/X9.23". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/X9.23PADDING". 13:35:13,478 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ZEROBYTE". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB80/ZEROBYTEPADDING". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO10126". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO10126-2". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO10126-2PADDING". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO10126PADDING". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO7816-4". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ISO7816-4PADDING". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/NOPADDING". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/PKCS5". 13:35:13,479 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/PKCS5PADDING". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/PKCS7". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/PKCS7PADDING". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/TBC". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/TBCPADDING". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/X9.23". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/X9.23PADDING". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ZEROBYTE". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB88/ZEROBYTEPADDING". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO10126". 13:35:13,480 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO10126-2". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO10126-2PADDING". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO10126PADDING". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO7816-4". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ISO7816-4PADDING". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/NOPADDING". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/PKCS5". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/PKCS5PADDING". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/PKCS7". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/PKCS7PADDING". 13:35:13,481 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/TBC". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/TBCPADDING". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/X9.23". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/X9.23PADDING". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ZEROBYTE". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CFB96/ZEROBYTEPADDING". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CTS/". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/CTS/NOPADDING". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/EAX/". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/EAX/NOPADDING". 13:35:13,482 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/ECB/". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/ECB/NOPADDING". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/GCM/". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/GCM/NOPADDING". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO10126". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO10126-2". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO10126-2PADDING". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO10126PADDING". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO7816-4". 13:35:13,483 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ISO7816-4PADDING". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/NOPADDING". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/PKCS5". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/PKCS5PADDING". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/PKCS7". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/PKCS7PADDING". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/TBC". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/TBCPADDING". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/X9.23". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/X9.23PADDING". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ZEROBYTE". 13:35:13,484 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB/ZEROBYTEPADDING". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO10126". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO10126-2". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO10126-2PADDING". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO10126PADDING". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO7816-4". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ISO7816-4PADDING". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/NOPADDING". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/PKCS5". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/PKCS5PADDING". 13:35:13,485 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/PKCS7". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/PKCS7PADDING". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/TBC". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/TBCPADDING". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/X9.23". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/X9.23PADDING". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ZEROBYTE". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB104/ZEROBYTEPADDING". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO10126". 13:35:13,486 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO10126-2". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO10126-2PADDING". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO10126PADDING". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO7816-4". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ISO7816-4PADDING". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/NOPADDING". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/PKCS5". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/PKCS5PADDING". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/PKCS7". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/PKCS7PADDING". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/TBC". 13:35:13,487 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/TBCPADDING". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/X9.23". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/X9.23PADDING". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ZEROBYTE". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB112/ZEROBYTEPADDING". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO10126". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO10126-2". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO10126-2PADDING". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO10126PADDING". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO7816-4". 13:35:13,488 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ISO7816-4PADDING". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/NOPADDING". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/PKCS5". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/PKCS5PADDING". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/PKCS7". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/PKCS7PADDING". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/TBC". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/TBCPADDING". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/X9.23". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/X9.23PADDING". 13:35:13,489 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ZEROBYTE". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB120/ZEROBYTEPADDING". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO10126". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO10126-2". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO10126-2PADDING". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO10126PADDING". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO7816-4". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ISO7816-4PADDING". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/NOPADDING". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/PKCS5". 13:35:13,490 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/PKCS5PADDING". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/PKCS7". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/PKCS7PADDING". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/TBC". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/TBCPADDING". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/X9.23". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/X9.23PADDING". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ZEROBYTE". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB128/ZEROBYTEPADDING". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/". 13:35:13,491 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO10126". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO10126-2". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO10126-2PADDING". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO10126PADDING". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO7816-4". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ISO7816-4PADDING". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/NOPADDING". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/PKCS5". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/PKCS5PADDING". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/PKCS7". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/PKCS7PADDING". 13:35:13,492 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/TBC". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/TBCPADDING". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/X9.23". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/X9.23PADDING". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ZEROBYTE". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB136/ZEROBYTEPADDING". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO10126". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO10126-2". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO10126-2PADDING". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO10126PADDING". 13:35:13,493 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO7816-4". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ISO7816-4PADDING". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/NOPADDING". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/PKCS5". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/PKCS5PADDING". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/PKCS7". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/PKCS7PADDING". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/TBC". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/TBCPADDING". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/X9.23". 13:35:13,494 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/X9.23PADDING". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ZEROBYTE". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB144/ZEROBYTEPADDING". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO10126". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO10126-2". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO10126-2PADDING". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO10126PADDING". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO7816-4". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ISO7816-4PADDING". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/NOPADDING". 13:35:13,495 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/PKCS5". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/PKCS5PADDING". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/PKCS7". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/PKCS7PADDING". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/TBC". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/TBCPADDING". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/X9.23". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/X9.23PADDING". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ZEROBYTE". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB152/ZEROBYTEPADDING". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/". 13:35:13,496 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO10126". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO10126-2". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO10126-2PADDING". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO10126PADDING". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO7816-4". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ISO7816-4PADDING". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/NOPADDING". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/PKCS5". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/PKCS5PADDING". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/PKCS7". 13:35:13,497 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/PKCS7PADDING". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/TBC". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/TBCPADDING". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/X9.23". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/X9.23PADDING". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ZEROBYTE". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB16/ZEROBYTEPADDING". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO10126". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO10126-2". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO10126-2PADDING". 13:35:13,498 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO10126PADDING". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO7816-4". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ISO7816-4PADDING". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/NOPADDING". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/PKCS5". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/PKCS5PADDING". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/PKCS7". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/PKCS7PADDING". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/TBC". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/TBCPADDING". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/X9.23". 13:35:13,499 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/X9.23PADDING". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ZEROBYTE". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB160/ZEROBYTEPADDING". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO10126". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO10126-2". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO10126-2PADDING". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO10126PADDING". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO7816-4". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ISO7816-4PADDING". 13:35:13,500 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/NOPADDING". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/PKCS5". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/PKCS5PADDING". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/PKCS7". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/PKCS7PADDING". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/TBC". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/TBCPADDING". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/X9.23". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/X9.23PADDING". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ZEROBYTE". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB168/ZEROBYTEPADDING". 13:35:13,501 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO10126". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO10126-2". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO10126-2PADDING". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO10126PADDING". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO7816-4". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ISO7816-4PADDING". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/NOPADDING". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/PKCS5". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/PKCS5PADDING". 13:35:13,502 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/PKCS7". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/PKCS7PADDING". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/TBC". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/TBCPADDING". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/X9.23". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/X9.23PADDING". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ZEROBYTE". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB176/ZEROBYTEPADDING". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO10126". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO10126-2". 13:35:13,503 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO10126-2PADDING". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO10126PADDING". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO7816-4". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ISO7816-4PADDING". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/NOPADDING". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/PKCS5". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/PKCS5PADDING". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/PKCS7". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/PKCS7PADDING". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/TBC". 13:35:13,504 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/TBCPADDING". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/X9.23". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/X9.23PADDING". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ZEROBYTE". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB184/ZEROBYTEPADDING". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO10126". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO10126-2". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO10126-2PADDING". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO10126PADDING". 13:35:13,505 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO7816-4". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ISO7816-4PADDING". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/NOPADDING". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/PKCS5". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/PKCS5PADDING". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/PKCS7". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/PKCS7PADDING". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/TBC". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/TBCPADDING". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/X9.23". 13:35:13,506 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/X9.23PADDING". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ZEROBYTE". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB192/ZEROBYTEPADDING". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO10126". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO10126-2". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO10126-2PADDING". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO10126PADDING". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO7816-4". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ISO7816-4PADDING". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/NOPADDING". 13:35:13,507 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/PKCS5". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/PKCS5PADDING". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/PKCS7". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/PKCS7PADDING". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/TBC". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/TBCPADDING". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/X9.23". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/X9.23PADDING". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ZEROBYTE". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB200/ZEROBYTEPADDING". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/". 13:35:13,508 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO10126". 13:35:13,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO10126-2". 13:35:13,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO10126-2PADDING". 13:35:13,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO10126PADDING". 13:35:13,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO7816-4". 13:35:13,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ISO7816-4PADDING". 13:35:13,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/NOPADDING". 13:35:13,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/PKCS5". 13:35:13,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/PKCS5PADDING". 13:35:13,509 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/PKCS7". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/PKCS7PADDING". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/TBC". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/TBCPADDING". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/X9.23". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/X9.23PADDING". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ZEROBYTE". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB208/ZEROBYTEPADDING". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO10126". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO10126-2". 13:35:13,510 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO10126-2PADDING". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO10126PADDING". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO7816-4". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ISO7816-4PADDING". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/NOPADDING". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/PKCS5". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/PKCS5PADDING". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/PKCS7". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/PKCS7PADDING". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/TBC". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/TBCPADDING". 13:35:13,511 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/X9.23". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/X9.23PADDING". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ZEROBYTE". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB216/ZEROBYTEPADDING". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO10126". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO10126-2". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO10126-2PADDING". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO10126PADDING". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO7816-4". 13:35:13,512 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ISO7816-4PADDING". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/NOPADDING". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/PKCS5". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/PKCS5PADDING". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/PKCS7". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/PKCS7PADDING". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/TBC". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/TBCPADDING". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/X9.23". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/X9.23PADDING". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ZEROBYTE". 13:35:13,513 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB224/ZEROBYTEPADDING". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO10126". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO10126-2". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO10126-2PADDING". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO10126PADDING". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO7816-4". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ISO7816-4PADDING". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/NOPADDING". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/PKCS5". 13:35:13,514 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/PKCS5PADDING". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/PKCS7". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/PKCS7PADDING". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/TBC". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/TBCPADDING". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/X9.23". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/X9.23PADDING". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ZEROBYTE". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB232/ZEROBYTEPADDING". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO10126". 13:35:13,515 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO10126-2". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO10126-2PADDING". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO10126PADDING". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO7816-4". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ISO7816-4PADDING". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/NOPADDING". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/PKCS5". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/PKCS5PADDING". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/PKCS7". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/PKCS7PADDING". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/TBC". 13:35:13,516 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/TBCPADDING". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/X9.23". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/X9.23PADDING". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ZEROBYTE". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB24/ZEROBYTEPADDING". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO10126". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO10126-2". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO10126-2PADDING". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO10126PADDING". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO7816-4". 13:35:13,517 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ISO7816-4PADDING". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/NOPADDING". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/PKCS5". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/PKCS5PADDING". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/PKCS7". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/PKCS7PADDING". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/TBC". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/TBCPADDING". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/X9.23". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/X9.23PADDING". 13:35:13,518 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ZEROBYTE". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB240/ZEROBYTEPADDING". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO10126". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO10126-2". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO10126-2PADDING". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO10126PADDING". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO7816-4". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ISO7816-4PADDING". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/NOPADDING". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/PKCS5". 13:35:13,519 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/PKCS5PADDING". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/PKCS7". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/PKCS7PADDING". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/TBC". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/TBCPADDING". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/X9.23". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/X9.23PADDING". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ZEROBYTE". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB248/ZEROBYTEPADDING". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/". 13:35:13,520 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO10126". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO10126-2". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO10126-2PADDING". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO10126PADDING". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO7816-4". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ISO7816-4PADDING". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/NOPADDING". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/PKCS5". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/PKCS5PADDING". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/PKCS7". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/PKCS7PADDING". 13:35:13,521 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/TBC". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/TBCPADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/X9.23". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/X9.23PADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ZEROBYTE". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB256/ZEROBYTEPADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO10126". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO10126-2". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO10126-2PADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO10126PADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO7816-4". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ISO7816-4PADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/NOPADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/PKCS5". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/PKCS5PADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/PKCS7". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/PKCS7PADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/TBC". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/TBCPADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/X9.23". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/X9.23PADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ZEROBYTE". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB32/ZEROBYTEPADDING". 13:35:13,522 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO10126". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO10126-2". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO10126-2PADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO10126PADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO7816-4". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ISO7816-4PADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/NOPADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/PKCS5". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/PKCS5PADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/PKCS7". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/PKCS7PADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/TBC". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/TBCPADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/X9.23". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/X9.23PADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ZEROBYTE". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB40/ZEROBYTEPADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO10126". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO10126-2". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO10126-2PADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO10126PADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO7816-4". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ISO7816-4PADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/NOPADDING". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/PKCS5". 13:35:13,523 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/PKCS5PADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/PKCS7". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/PKCS7PADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/TBC". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/TBCPADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/X9.23". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/X9.23PADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ZEROBYTE". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB48/ZEROBYTEPADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO10126". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO10126-2". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO10126-2PADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO10126PADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO7816-4". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ISO7816-4PADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/NOPADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/PKCS5". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/PKCS5PADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/PKCS7". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/PKCS7PADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/TBC". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/TBCPADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/X9.23". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/X9.23PADDING". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ZEROBYTE". 13:35:13,524 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB56/ZEROBYTEPADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO10126". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO10126-2". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO10126-2PADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO10126PADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO7816-4". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ISO7816-4PADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/NOPADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/PKCS5". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/PKCS5PADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/PKCS7". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/PKCS7PADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/TBC". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/TBCPADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/X9.23". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/X9.23PADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ZEROBYTE". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB64/ZEROBYTEPADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO10126". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO10126-2". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO10126-2PADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO10126PADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO7816-4". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ISO7816-4PADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/NOPADDING". 13:35:13,525 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/PKCS5". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/PKCS5PADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/PKCS7". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/PKCS7PADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/TBC". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/TBCPADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/X9.23". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/X9.23PADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ZEROBYTE". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB72/ZEROBYTEPADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO10126". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO10126-2". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO10126-2PADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO10126PADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO7816-4". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ISO7816-4PADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/NOPADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/PKCS5". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/PKCS5PADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/PKCS7". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/PKCS7PADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/TBC". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/TBCPADDING". 13:35:13,526 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/X9.23". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/X9.23PADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ZEROBYTE". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB8/ZEROBYTEPADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO10126". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO10126-2". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO10126-2PADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO10126PADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO7816-4". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ISO7816-4PADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/NOPADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/PKCS5". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/PKCS5PADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/PKCS7". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/PKCS7PADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/TBC". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/TBCPADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/X9.23". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/X9.23PADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ZEROBYTE". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB80/ZEROBYTEPADDING". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO10126". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO10126-2". 13:35:13,527 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO10126-2PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO10126PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO7816-4". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ISO7816-4PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/NOPADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/PKCS5". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/PKCS5PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/PKCS7". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/PKCS7PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/TBC". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/TBCPADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/X9.23". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/X9.23PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ZEROBYTE". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB88/ZEROBYTEPADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO10126". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO10126-2". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO10126-2PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO10126PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO7816-4". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ISO7816-4PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/NOPADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/PKCS5". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/PKCS5PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/PKCS7". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/PKCS7PADDING". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/TBC". 13:35:13,528 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/TBCPADDING". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/X9.23". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/X9.23PADDING". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ZEROBYTE". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/OFB96/ZEROBYTEPADDING". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO10126". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO10126-2". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO10126-2PADDING". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO10126PADDING". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO7816-4". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ISO7816-4PADDING". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/NOPADDING". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/PKCS5". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/PKCS5PADDING". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/PKCS7". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/PKCS7PADDING". 13:35:13,529 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/TBC". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/TBCPADDING". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/X9.23". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/X9.23PADDING". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ZEROBYTE". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "TWOFISH/SIC/ZEROBYTEPADDING". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA//". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA//NOPADDING". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC-CTS/". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC-CTS/NOPADDING". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO10126". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO10126-2". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO10126-2PADDING". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO10126PADDING". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO7816-4". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ISO7816-4PADDING". 13:35:13,530 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/NOPADDING". 13:35:13,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/PKCS5". 13:35:13,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/PKCS5PADDING". 13:35:13,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/PKCS7". 13:35:13,531 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/PKCS7PADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/TBC". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/TBCPADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/X9.23". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/X9.23PADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ZEROBYTE". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CBC/ZEROBYTEPADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO10126". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO10126-2". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO10126-2PADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO10126PADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO7816-4". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ISO7816-4PADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/NOPADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/PKCS5". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/PKCS5PADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/PKCS7". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/PKCS7PADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/TBC". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/TBCPADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/X9.23". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/X9.23PADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ZEROBYTE". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB/ZEROBYTEPADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO10126". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO10126-2". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO10126-2PADDING". 13:35:13,532 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO10126PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO7816-4". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ISO7816-4PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/NOPADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/PKCS5". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/PKCS5PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/PKCS7". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/PKCS7PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/TBC". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/TBCPADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/X9.23". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/X9.23PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ZEROBYTE". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB104/ZEROBYTEPADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO10126". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO10126-2". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO10126-2PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO10126PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO7816-4". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ISO7816-4PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/NOPADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/PKCS5". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/PKCS5PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/PKCS7". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/PKCS7PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/TBC". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/TBCPADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/X9.23". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/X9.23PADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ZEROBYTE". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB112/ZEROBYTEPADDING". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/". 13:35:13,533 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO10126". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO10126-2". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO10126-2PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO10126PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO7816-4". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ISO7816-4PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/NOPADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/PKCS5". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/PKCS5PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/PKCS7". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/PKCS7PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/TBC". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/TBCPADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/X9.23". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/X9.23PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ZEROBYTE". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB120/ZEROBYTEPADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO10126". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO10126-2". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO10126-2PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO10126PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO7816-4". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ISO7816-4PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/NOPADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/PKCS5". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/PKCS5PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/PKCS7". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/PKCS7PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/TBC". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/TBCPADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/X9.23". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/X9.23PADDING". 13:35:13,534 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ZEROBYTE". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB128/ZEROBYTEPADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO10126". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO10126-2". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO10126-2PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO10126PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO7816-4". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ISO7816-4PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/NOPADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/PKCS5". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/PKCS5PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/PKCS7". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/PKCS7PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/TBC". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/TBCPADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/X9.23". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/X9.23PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ZEROBYTE". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB136/ZEROBYTEPADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO10126". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO10126-2". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO10126-2PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO10126PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO7816-4". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ISO7816-4PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/NOPADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/PKCS5". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/PKCS5PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/PKCS7". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/PKCS7PADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/TBC". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/TBCPADDING". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/X9.23". 13:35:13,535 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/X9.23PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ZEROBYTE". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB144/ZEROBYTEPADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO10126". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO10126-2". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO10126-2PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO10126PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO7816-4". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ISO7816-4PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/NOPADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/PKCS5". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/PKCS5PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/PKCS7". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/PKCS7PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/TBC". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/TBCPADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/X9.23". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/X9.23PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ZEROBYTE". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB152/ZEROBYTEPADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO10126". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO10126-2". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO10126-2PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO10126PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO7816-4". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ISO7816-4PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/NOPADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/PKCS5". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/PKCS5PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/PKCS7". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/PKCS7PADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/TBC". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/TBCPADDING". 13:35:13,536 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/X9.23". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/X9.23PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ZEROBYTE". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB16/ZEROBYTEPADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO10126". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO10126-2". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO10126-2PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO10126PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO7816-4". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ISO7816-4PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/NOPADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/PKCS5". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/PKCS5PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/PKCS7". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/PKCS7PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/TBC". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/TBCPADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/X9.23". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/X9.23PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ZEROBYTE". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB160/ZEROBYTEPADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO10126". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO10126-2". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO10126-2PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO10126PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO7816-4". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ISO7816-4PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/NOPADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/PKCS5". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/PKCS5PADDING". 13:35:13,537 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/PKCS7". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/PKCS7PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/TBC". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/TBCPADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/X9.23". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/X9.23PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ZEROBYTE". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB168/ZEROBYTEPADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO10126". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO10126-2". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO10126-2PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO10126PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO7816-4". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ISO7816-4PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/NOPADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/PKCS5". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/PKCS5PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/PKCS7". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/PKCS7PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/TBC". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/TBCPADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/X9.23". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/X9.23PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ZEROBYTE". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB176/ZEROBYTEPADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO10126". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO10126-2". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO10126-2PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO10126PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO7816-4". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ISO7816-4PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/NOPADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/PKCS5". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/PKCS5PADDING". 13:35:13,538 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/PKCS7". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/PKCS7PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/TBC". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/TBCPADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/X9.23". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/X9.23PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ZEROBYTE". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB184/ZEROBYTEPADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO10126". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO10126-2". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO10126-2PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO10126PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO7816-4". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ISO7816-4PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/NOPADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/PKCS5". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/PKCS5PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/PKCS7". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/PKCS7PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/TBC". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/TBCPADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/X9.23". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/X9.23PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ZEROBYTE". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB192/ZEROBYTEPADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO10126". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO10126-2". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO10126-2PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO10126PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO7816-4". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ISO7816-4PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/NOPADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/PKCS5". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/PKCS5PADDING". 13:35:13,539 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/PKCS7". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/PKCS7PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/TBC". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/TBCPADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/X9.23". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/X9.23PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ZEROBYTE". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB200/ZEROBYTEPADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO10126". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO10126-2". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO10126-2PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO10126PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO7816-4". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ISO7816-4PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/NOPADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/PKCS5". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/PKCS5PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/PKCS7". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/PKCS7PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/TBC". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/TBCPADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/X9.23". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/X9.23PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ZEROBYTE". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB208/ZEROBYTEPADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO10126". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO10126-2". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO10126-2PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO10126PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO7816-4". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ISO7816-4PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/NOPADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/PKCS5". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/PKCS5PADDING". 13:35:13,540 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/PKCS7". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/PKCS7PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/TBC". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/TBCPADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/X9.23". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/X9.23PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ZEROBYTE". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB216/ZEROBYTEPADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO10126". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO10126-2". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO10126-2PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO10126PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO7816-4". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ISO7816-4PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/NOPADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/PKCS5". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/PKCS5PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/PKCS7". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/PKCS7PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/TBC". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/TBCPADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/X9.23". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/X9.23PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ZEROBYTE". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB224/ZEROBYTEPADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO10126". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO10126-2". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO10126-2PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO10126PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO7816-4". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ISO7816-4PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/NOPADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/PKCS5". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/PKCS5PADDING". 13:35:13,541 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/PKCS7". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/PKCS7PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/TBC". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/TBCPADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/X9.23". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/X9.23PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ZEROBYTE". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB232/ZEROBYTEPADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO10126". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO10126-2". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO10126-2PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO10126PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO7816-4". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ISO7816-4PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/NOPADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/PKCS5". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/PKCS5PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/PKCS7". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/PKCS7PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/TBC". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/TBCPADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/X9.23". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/X9.23PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ZEROBYTE". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB24/ZEROBYTEPADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO10126". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO10126-2". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO10126-2PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO10126PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO7816-4". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ISO7816-4PADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/NOPADDING". 13:35:13,542 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/PKCS5". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/PKCS5PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/PKCS7". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/PKCS7PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/TBC". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/TBCPADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/X9.23". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/X9.23PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ZEROBYTE". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB240/ZEROBYTEPADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO10126". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO10126-2". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO10126-2PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO10126PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO7816-4". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ISO7816-4PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/NOPADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/PKCS5". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/PKCS5PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/PKCS7". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/PKCS7PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/TBC". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/TBCPADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/X9.23". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/X9.23PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ZEROBYTE". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB248/ZEROBYTEPADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO10126". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO10126-2". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO10126-2PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO10126PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO7816-4". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ISO7816-4PADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/NOPADDING". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/PKCS5". 13:35:13,543 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/PKCS5PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/PKCS7". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/PKCS7PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/TBC". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/TBCPADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/X9.23". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/X9.23PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ZEROBYTE". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB256/ZEROBYTEPADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO10126". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO10126-2". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO10126-2PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO10126PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO7816-4". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ISO7816-4PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/NOPADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/PKCS5". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/PKCS5PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/PKCS7". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/PKCS7PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/TBC". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/TBCPADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/X9.23". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/X9.23PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ZEROBYTE". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB32/ZEROBYTEPADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO10126". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO10126-2". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO10126-2PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO10126PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO7816-4". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ISO7816-4PADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/NOPADDING". 13:35:13,544 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/PKCS5". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/PKCS5PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/PKCS7". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/PKCS7PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/TBC". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/TBCPADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/X9.23". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/X9.23PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ZEROBYTE". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB40/ZEROBYTEPADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO10126". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO10126-2". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO10126-2PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO10126PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO7816-4". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ISO7816-4PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/NOPADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/PKCS5". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/PKCS5PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/PKCS7". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/PKCS7PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/TBC". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/TBCPADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/X9.23". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/X9.23PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ZEROBYTE". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB48/ZEROBYTEPADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO10126". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO10126-2". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO10126-2PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO10126PADDING". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO7816-4". 13:35:13,545 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ISO7816-4PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/NOPADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/PKCS5". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/PKCS5PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/PKCS7". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/PKCS7PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/TBC". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/TBCPADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/X9.23". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/X9.23PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ZEROBYTE". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB56/ZEROBYTEPADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO10126". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO10126-2". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO10126-2PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO10126PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO7816-4". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ISO7816-4PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/NOPADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/PKCS5". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/PKCS5PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/PKCS7". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/PKCS7PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/TBC". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/TBCPADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/X9.23". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/X9.23PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ZEROBYTE". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB64/ZEROBYTEPADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO10126". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO10126-2". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO10126-2PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO10126PADDING". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO7816-4". 13:35:13,546 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ISO7816-4PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/NOPADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/PKCS5". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/PKCS5PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/PKCS7". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/PKCS7PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/TBC". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/TBCPADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/X9.23". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/X9.23PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ZEROBYTE". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB72/ZEROBYTEPADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO10126". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO10126-2". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO10126-2PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO10126PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO7816-4". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ISO7816-4PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/NOPADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/PKCS5". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/PKCS5PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/PKCS7". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/PKCS7PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/TBC". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/TBCPADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/X9.23". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/X9.23PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ZEROBYTE". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB8/ZEROBYTEPADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO10126". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO10126-2". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO10126-2PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO10126PADDING". 13:35:13,547 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO7816-4". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ISO7816-4PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/NOPADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/PKCS5". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/PKCS5PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/PKCS7". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/PKCS7PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/TBC". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/TBCPADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/X9.23". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/X9.23PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ZEROBYTE". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB80/ZEROBYTEPADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO10126". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO10126-2". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO10126-2PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO10126PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO7816-4". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ISO7816-4PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/NOPADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/PKCS5". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/PKCS5PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/PKCS7". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/PKCS7PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/TBC". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/TBCPADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/X9.23". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/X9.23PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ZEROBYTE". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB88/ZEROBYTEPADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO10126". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO10126-2". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO10126-2PADDING". 13:35:13,548 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO10126PADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO7816-4". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ISO7816-4PADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/NOPADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/PKCS5". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/PKCS5PADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/PKCS7". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/PKCS7PADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/TBC". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/TBCPADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/X9.23". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/X9.23PADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ZEROBYTE". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CFB96/ZEROBYTEPADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CTS/". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/CTS/NOPADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/EAX/". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/EAX/NOPADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/ECB/". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/ECB/NOPADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO10126". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO10126-2". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO10126-2PADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO10126PADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO7816-4". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ISO7816-4PADDING". 13:35:13,549 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/NOPADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/PKCS5". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/PKCS5PADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/PKCS7". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/PKCS7PADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/TBC". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/TBCPADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/X9.23". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/X9.23PADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ZEROBYTE". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/GOFB/ZEROBYTEPADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO10126". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO10126-2". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO10126-2PADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO10126PADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO7816-4". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ISO7816-4PADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/NOPADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/PKCS5". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/PKCS5PADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/PKCS7". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/PKCS7PADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/TBC". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/TBCPADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/X9.23". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/X9.23PADDING". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ZEROBYTE". 13:35:13,550 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB/ZEROBYTEPADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO10126". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO10126-2". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO10126-2PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO10126PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO7816-4". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ISO7816-4PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/NOPADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/PKCS5". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/PKCS5PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/PKCS7". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/PKCS7PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/TBC". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/TBCPADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/X9.23". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/X9.23PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ZEROBYTE". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB104/ZEROBYTEPADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO10126". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO10126-2". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO10126-2PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO10126PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO7816-4". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ISO7816-4PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/NOPADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/PKCS5". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/PKCS5PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/PKCS7". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/PKCS7PADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/TBC". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/TBCPADDING". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/X9.23". 13:35:13,551 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/X9.23PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ZEROBYTE". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB112/ZEROBYTEPADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO10126". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO10126-2". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO10126-2PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO10126PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO7816-4". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ISO7816-4PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/NOPADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/PKCS5". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/PKCS5PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/PKCS7". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/PKCS7PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/TBC". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/TBCPADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/X9.23". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/X9.23PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ZEROBYTE". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB120/ZEROBYTEPADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO10126". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO10126-2". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO10126-2PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO10126PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO7816-4". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ISO7816-4PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/NOPADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/PKCS5". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/PKCS5PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/PKCS7". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/PKCS7PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/TBC". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/TBCPADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/X9.23". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/X9.23PADDING". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ZEROBYTE". 13:35:13,552 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB128/ZEROBYTEPADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO10126". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO10126-2". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO10126-2PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO10126PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO7816-4". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ISO7816-4PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/NOPADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/PKCS5". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/PKCS5PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/PKCS7". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/PKCS7PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/TBC". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/TBCPADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/X9.23". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/X9.23PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ZEROBYTE". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB136/ZEROBYTEPADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO10126". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO10126-2". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO10126-2PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO10126PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO7816-4". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ISO7816-4PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/NOPADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/PKCS5". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/PKCS5PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/PKCS7". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/PKCS7PADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/TBC". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/TBCPADDING". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/X9.23". 13:35:13,553 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/X9.23PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ZEROBYTE". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB144/ZEROBYTEPADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO10126". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO10126-2". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO10126-2PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO10126PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO7816-4". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ISO7816-4PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/NOPADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/PKCS5". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/PKCS5PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/PKCS7". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/PKCS7PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/TBC". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/TBCPADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/X9.23". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/X9.23PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ZEROBYTE". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB152/ZEROBYTEPADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO10126". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO10126-2". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO10126-2PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO10126PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO7816-4". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ISO7816-4PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/NOPADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/PKCS5". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/PKCS5PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/PKCS7". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/PKCS7PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/TBC". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/TBCPADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/X9.23". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/X9.23PADDING". 13:35:13,554 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ZEROBYTE". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB16/ZEROBYTEPADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO10126". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO10126-2". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO10126-2PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO10126PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO7816-4". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ISO7816-4PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/NOPADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/PKCS5". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/PKCS5PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/PKCS7". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/PKCS7PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/TBC". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/TBCPADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/X9.23". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/X9.23PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ZEROBYTE". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB160/ZEROBYTEPADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO10126". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO10126-2". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO10126-2PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO10126PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO7816-4". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ISO7816-4PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/NOPADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/PKCS5". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/PKCS5PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/PKCS7". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/PKCS7PADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/TBC". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/TBCPADDING". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/X9.23". 13:35:13,555 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/X9.23PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ZEROBYTE". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB168/ZEROBYTEPADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO10126". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO10126-2". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO10126-2PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO10126PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO7816-4". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ISO7816-4PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/NOPADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/PKCS5". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/PKCS5PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/PKCS7". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/PKCS7PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/TBC". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/TBCPADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/X9.23". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/X9.23PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ZEROBYTE". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB176/ZEROBYTEPADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO10126". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO10126-2". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO10126-2PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO10126PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO7816-4". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ISO7816-4PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/NOPADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/PKCS5". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/PKCS5PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/PKCS7". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/PKCS7PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/TBC". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/TBCPADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/X9.23". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/X9.23PADDING". 13:35:13,556 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ZEROBYTE". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB184/ZEROBYTEPADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO10126". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO10126-2". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO10126-2PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO10126PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO7816-4". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ISO7816-4PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/NOPADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/PKCS5". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/PKCS5PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/PKCS7". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/PKCS7PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/TBC". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/TBCPADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/X9.23". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/X9.23PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ZEROBYTE". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB192/ZEROBYTEPADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO10126". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO10126-2". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO10126-2PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO10126PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO7816-4". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ISO7816-4PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/NOPADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/PKCS5". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/PKCS5PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/PKCS7". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/PKCS7PADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/TBC". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/TBCPADDING". 13:35:13,557 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/X9.23". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/X9.23PADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ZEROBYTE". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB200/ZEROBYTEPADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO10126". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO10126-2". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO10126-2PADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO10126PADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO7816-4". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ISO7816-4PADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/NOPADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/PKCS5". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/PKCS5PADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/PKCS7". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/PKCS7PADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/TBC". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/TBCPADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/X9.23". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/X9.23PADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ZEROBYTE". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB208/ZEROBYTEPADDING". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO10126". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO10126-2". 13:35:13,558 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO10126-2PADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO10126PADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO7816-4". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ISO7816-4PADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/NOPADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/PKCS5". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/PKCS5PADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/PKCS7". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/PKCS7PADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/TBC". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/TBCPADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/X9.23". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/X9.23PADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ZEROBYTE". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB216/ZEROBYTEPADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO10126". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO10126-2". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO10126-2PADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO10126PADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO7816-4". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ISO7816-4PADDING". 13:35:13,559 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/NOPADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/PKCS5". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/PKCS5PADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/PKCS7". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/PKCS7PADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/TBC". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/TBCPADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/X9.23". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/X9.23PADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ZEROBYTE". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB224/ZEROBYTEPADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO10126". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO10126-2". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO10126-2PADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO10126PADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO7816-4". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ISO7816-4PADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/NOPADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/PKCS5". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/PKCS5PADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/PKCS7". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/PKCS7PADDING". 13:35:13,560 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/TBC". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/TBCPADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/X9.23". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/X9.23PADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ZEROBYTE". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB232/ZEROBYTEPADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO10126". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO10126-2". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO10126-2PADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO10126PADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO7816-4". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ISO7816-4PADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/NOPADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/PKCS5". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/PKCS5PADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/PKCS7". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/PKCS7PADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/TBC". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/TBCPADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/X9.23". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/X9.23PADDING". 13:35:13,561 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ZEROBYTE". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB24/ZEROBYTEPADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO10126". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO10126-2". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO10126-2PADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO10126PADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO7816-4". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ISO7816-4PADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/NOPADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/PKCS5". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/PKCS5PADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/PKCS7". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/PKCS7PADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/TBC". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/TBCPADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/X9.23". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/X9.23PADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ZEROBYTE". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB240/ZEROBYTEPADDING". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO10126". 13:35:13,562 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO10126-2". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO10126-2PADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO10126PADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO7816-4". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ISO7816-4PADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/NOPADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/PKCS5". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/PKCS5PADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/PKCS7". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/PKCS7PADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/TBC". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/TBCPADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/X9.23". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/X9.23PADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ZEROBYTE". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB248/ZEROBYTEPADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO10126". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO10126-2". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO10126-2PADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO10126PADDING". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO7816-4". 13:35:13,563 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ISO7816-4PADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/NOPADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/PKCS5". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/PKCS5PADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/PKCS7". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/PKCS7PADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/TBC". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/TBCPADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/X9.23". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/X9.23PADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ZEROBYTE". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB256/ZEROBYTEPADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO10126". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO10126-2". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO10126-2PADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO10126PADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO7816-4". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ISO7816-4PADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/NOPADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/PKCS5". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/PKCS5PADDING". 13:35:13,564 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/PKCS7". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/PKCS7PADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/TBC". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/TBCPADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/X9.23". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/X9.23PADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ZEROBYTE". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB32/ZEROBYTEPADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO10126". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO10126-2". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO10126-2PADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO10126PADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO7816-4". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ISO7816-4PADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/NOPADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/PKCS5". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/PKCS5PADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/PKCS7". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/PKCS7PADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/TBC". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/TBCPADDING". 13:35:13,565 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/X9.23". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/X9.23PADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ZEROBYTE". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB40/ZEROBYTEPADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO10126". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO10126-2". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO10126-2PADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO10126PADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO7816-4". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ISO7816-4PADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/NOPADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/PKCS5". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/PKCS5PADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/PKCS7". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/PKCS7PADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/TBC". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/TBCPADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/X9.23". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/X9.23PADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ZEROBYTE". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB48/ZEROBYTEPADDING". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/". 13:35:13,566 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO10126". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO10126-2". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO10126-2PADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO10126PADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO7816-4". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ISO7816-4PADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/NOPADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/PKCS5". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/PKCS5PADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/PKCS7". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/PKCS7PADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/TBC". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/TBCPADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/X9.23". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/X9.23PADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ZEROBYTE". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB56/ZEROBYTEPADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO10126". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO10126-2". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO10126-2PADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO10126PADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO7816-4". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ISO7816-4PADDING". 13:35:13,567 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/NOPADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/PKCS5". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/PKCS5PADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/PKCS7". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/PKCS7PADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/TBC". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/TBCPADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/X9.23". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/X9.23PADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ZEROBYTE". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB64/ZEROBYTEPADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO10126". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO10126-2". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO10126-2PADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO10126PADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO7816-4". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ISO7816-4PADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/NOPADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/PKCS5". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/PKCS5PADDING". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/PKCS7". 13:35:13,568 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/PKCS7PADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/TBC". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/TBCPADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/X9.23". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/X9.23PADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ZEROBYTE". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB72/ZEROBYTEPADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO10126". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO10126-2". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO10126-2PADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO10126PADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO7816-4". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ISO7816-4PADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/NOPADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/PKCS5". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/PKCS5PADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/PKCS7". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/PKCS7PADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/TBC". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/TBCPADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/X9.23". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/X9.23PADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ZEROBYTE". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB8/ZEROBYTEPADDING". 13:35:13,569 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO10126". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO10126-2". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO10126-2PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO10126PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO7816-4". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ISO7816-4PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/NOPADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/PKCS5". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/PKCS5PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/PKCS7". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/PKCS7PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/TBC". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/TBCPADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/X9.23". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/X9.23PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ZEROBYTE". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB80/ZEROBYTEPADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO10126". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO10126-2". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO10126-2PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO10126PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO7816-4". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ISO7816-4PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/NOPADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/PKCS5". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/PKCS5PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/PKCS7". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/PKCS7PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/TBC". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/TBCPADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/X9.23". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/X9.23PADDING". 13:35:13,570 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ZEROBYTE". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB88/ZEROBYTEPADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO10126". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO10126-2". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO10126-2PADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO10126PADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO7816-4". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ISO7816-4PADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/NOPADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/PKCS5". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/PKCS5PADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/PKCS7". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/PKCS7PADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/TBC". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/TBCPADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/X9.23". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/X9.23PADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ZEROBYTE". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/OFB96/ZEROBYTEPADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO10126". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO10126-2". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO10126-2PADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO10126PADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO7816-4". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ISO7816-4PADDING". 13:35:13,571 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/NOPADDING". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/PKCS5". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/PKCS5PADDING". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/PKCS7". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/PKCS7PADDING". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/TBC". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/TBCPADDING". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/X9.23". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/X9.23PADDING". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ZEROBYTE". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Creating cipher for transformation "XTEA/SIC/ZEROBYTEPADDING". 13:35:13,572 INFO [main][CipherTest] testLookupAllSupportedCiphers: Successfully created 29934 ciphers in 3493 msec. 13:35:15,526 INFO [main][CipherTest] transformation=AES.FAST// 13:35:15,527 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST//" does not support IV => Skipping. 13:35:15,527 INFO [main][CipherTest] transformation=AES.FAST//NOPADDING 13:35:15,527 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST//NOPADDING" does not support IV => Skipping. 13:35:15,527 INFO [main][CipherTest] transformation=AES.FAST/CBC-CTS/ 13:35:15,527 INFO [main][CipherTest] transformation=AES.FAST/CBC-CTS/NOPADDING 13:35:15,528 INFO [main][CipherTest] transformation=AES.FAST/CBC/ 13:35:15,528 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO10126 13:35:15,529 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO10126-2 13:35:15,530 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO10126-2PADDING 13:35:15,530 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO10126PADDING 13:35:15,531 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO7816-4 13:35:15,531 INFO [main][CipherTest] transformation=AES.FAST/CBC/ISO7816-4PADDING 13:35:15,532 INFO [main][CipherTest] transformation=AES.FAST/CBC/NOPADDING 13:35:15,532 INFO [main][CipherTest] transformation=AES.FAST/CBC/PKCS5 13:35:15,532 INFO [main][CipherTest] transformation=AES.FAST/CBC/PKCS5PADDING 13:35:15,533 INFO [main][CipherTest] transformation=AES.FAST/CBC/PKCS7 13:35:15,533 INFO [main][CipherTest] transformation=AES.FAST/CBC/PKCS7PADDING 13:35:15,534 INFO [main][CipherTest] transformation=AES.FAST/CBC/TBC 13:35:15,534 INFO [main][CipherTest] transformation=AES.FAST/CBC/TBCPADDING 13:35:15,535 INFO [main][CipherTest] transformation=AES.FAST/CBC/X9.23 13:35:15,535 INFO [main][CipherTest] transformation=AES.FAST/CBC/X9.23PADDING 13:35:15,535 INFO [main][CipherTest] transformation=AES.FAST/CBC/ZEROBYTE 13:35:15,536 INFO [main][CipherTest] transformation=AES.FAST/CBC/ZEROBYTEPADDING 13:35:15,536 INFO [main][CipherTest] transformation=AES.FAST/CCM/ 13:35:15,536 INFO [main][CipherTest] transformation=AES.FAST/CCM/NOPADDING 13:35:15,537 INFO [main][CipherTest] transformation=AES.FAST/CFB/ 13:35:15,537 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO10126 13:35:15,537 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO10126-2 13:35:15,538 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO10126-2PADDING 13:35:15,538 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO10126PADDING 13:35:15,539 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO7816-4 13:35:15,539 INFO [main][CipherTest] transformation=AES.FAST/CFB/ISO7816-4PADDING 13:35:15,539 INFO [main][CipherTest] transformation=AES.FAST/CFB/NOPADDING 13:35:15,540 INFO [main][CipherTest] transformation=AES.FAST/CFB/PKCS5 13:35:15,540 INFO [main][CipherTest] transformation=AES.FAST/CFB/PKCS5PADDING 13:35:15,540 INFO [main][CipherTest] transformation=AES.FAST/CFB/PKCS7 13:35:15,540 INFO [main][CipherTest] transformation=AES.FAST/CFB/PKCS7PADDING 13:35:15,541 INFO [main][CipherTest] transformation=AES.FAST/CFB/TBC 13:35:15,541 INFO [main][CipherTest] transformation=AES.FAST/CFB/TBCPADDING 13:35:15,541 INFO [main][CipherTest] transformation=AES.FAST/CFB/X9.23 13:35:15,541 INFO [main][CipherTest] transformation=AES.FAST/CFB/X9.23PADDING 13:35:15,542 INFO [main][CipherTest] transformation=AES.FAST/CFB/ZEROBYTE 13:35:15,542 INFO [main][CipherTest] transformation=AES.FAST/CFB/ZEROBYTEPADDING 13:35:15,542 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ 13:35:15,543 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO10126 13:35:15,543 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO10126-2 13:35:15,544 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO10126-2PADDING 13:35:15,544 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO10126PADDING 13:35:15,544 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO7816-4 13:35:15,545 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ISO7816-4PADDING 13:35:15,545 INFO [main][CipherTest] transformation=AES.FAST/CFB104/NOPADDING 13:35:15,545 INFO [main][CipherTest] transformation=AES.FAST/CFB104/PKCS5 13:35:15,545 INFO [main][CipherTest] transformation=AES.FAST/CFB104/PKCS5PADDING 13:35:15,546 INFO [main][CipherTest] transformation=AES.FAST/CFB104/PKCS7 13:35:15,546 INFO [main][CipherTest] transformation=AES.FAST/CFB104/PKCS7PADDING 13:35:15,546 INFO [main][CipherTest] transformation=AES.FAST/CFB104/TBC 13:35:15,547 INFO [main][CipherTest] transformation=AES.FAST/CFB104/TBCPADDING 13:35:15,547 INFO [main][CipherTest] transformation=AES.FAST/CFB104/X9.23 13:35:15,547 INFO [main][CipherTest] transformation=AES.FAST/CFB104/X9.23PADDING 13:35:15,547 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ZEROBYTE 13:35:15,548 INFO [main][CipherTest] transformation=AES.FAST/CFB104/ZEROBYTEPADDING 13:35:15,548 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ 13:35:15,548 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO10126 13:35:15,549 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO10126-2 13:35:15,549 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO10126-2PADDING 13:35:15,550 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO10126PADDING 13:35:15,550 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO7816-4 13:35:15,550 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ISO7816-4PADDING 13:35:15,550 INFO [main][CipherTest] transformation=AES.FAST/CFB112/NOPADDING 13:35:15,551 INFO [main][CipherTest] transformation=AES.FAST/CFB112/PKCS5 13:35:15,551 INFO [main][CipherTest] transformation=AES.FAST/CFB112/PKCS5PADDING 13:35:15,551 INFO [main][CipherTest] transformation=AES.FAST/CFB112/PKCS7 13:35:15,551 INFO [main][CipherTest] transformation=AES.FAST/CFB112/PKCS7PADDING 13:35:15,551 INFO [main][CipherTest] transformation=AES.FAST/CFB112/TBC 13:35:15,551 INFO [main][CipherTest] transformation=AES.FAST/CFB112/TBCPADDING 13:35:15,552 INFO [main][CipherTest] transformation=AES.FAST/CFB112/X9.23 13:35:15,552 INFO [main][CipherTest] transformation=AES.FAST/CFB112/X9.23PADDING 13:35:15,552 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ZEROBYTE 13:35:15,552 INFO [main][CipherTest] transformation=AES.FAST/CFB112/ZEROBYTEPADDING 13:35:15,552 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ 13:35:15,552 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO10126 13:35:15,553 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO10126-2 13:35:15,553 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO10126-2PADDING 13:35:15,553 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO10126PADDING 13:35:15,554 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO7816-4 13:35:15,554 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ISO7816-4PADDING 13:35:15,554 INFO [main][CipherTest] transformation=AES.FAST/CFB120/NOPADDING 13:35:15,554 INFO [main][CipherTest] transformation=AES.FAST/CFB120/PKCS5 13:35:15,554 INFO [main][CipherTest] transformation=AES.FAST/CFB120/PKCS5PADDING 13:35:15,555 INFO [main][CipherTest] transformation=AES.FAST/CFB120/PKCS7 13:35:15,555 INFO [main][CipherTest] transformation=AES.FAST/CFB120/PKCS7PADDING 13:35:15,555 INFO [main][CipherTest] transformation=AES.FAST/CFB120/TBC 13:35:15,555 INFO [main][CipherTest] transformation=AES.FAST/CFB120/TBCPADDING 13:35:15,555 INFO [main][CipherTest] transformation=AES.FAST/CFB120/X9.23 13:35:15,556 INFO [main][CipherTest] transformation=AES.FAST/CFB120/X9.23PADDING 13:35:15,556 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ZEROBYTE 13:35:15,556 INFO [main][CipherTest] transformation=AES.FAST/CFB120/ZEROBYTEPADDING 13:35:15,556 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ 13:35:15,557 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO10126 13:35:15,557 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO10126-2 13:35:15,558 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO10126-2PADDING 13:35:15,558 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO10126PADDING 13:35:15,559 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO7816-4 13:35:15,559 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ISO7816-4PADDING 13:35:15,559 INFO [main][CipherTest] transformation=AES.FAST/CFB128/NOPADDING 13:35:15,559 INFO [main][CipherTest] transformation=AES.FAST/CFB128/PKCS5 13:35:15,560 INFO [main][CipherTest] transformation=AES.FAST/CFB128/PKCS5PADDING 13:35:15,560 INFO [main][CipherTest] transformation=AES.FAST/CFB128/PKCS7 13:35:15,560 INFO [main][CipherTest] transformation=AES.FAST/CFB128/PKCS7PADDING 13:35:15,561 INFO [main][CipherTest] transformation=AES.FAST/CFB128/TBC 13:35:15,561 INFO [main][CipherTest] transformation=AES.FAST/CFB128/TBCPADDING 13:35:15,561 INFO [main][CipherTest] transformation=AES.FAST/CFB128/X9.23 13:35:15,561 INFO [main][CipherTest] transformation=AES.FAST/CFB128/X9.23PADDING 13:35:15,562 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ZEROBYTE 13:35:15,562 INFO [main][CipherTest] transformation=AES.FAST/CFB128/ZEROBYTEPADDING 13:35:15,562 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ 13:35:15,563 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO10126 13:35:15,563 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO10126-2 13:35:15,563 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO10126-2PADDING 13:35:15,564 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO10126PADDING 13:35:15,564 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO7816-4 13:35:15,565 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ISO7816-4PADDING 13:35:15,565 INFO [main][CipherTest] transformation=AES.FAST/CFB136/NOPADDING 13:35:15,565 INFO [main][CipherTest] transformation=AES.FAST/CFB136/PKCS5 13:35:15,565 INFO [main][CipherTest] transformation=AES.FAST/CFB136/PKCS5PADDING 13:35:15,566 INFO [main][CipherTest] transformation=AES.FAST/CFB136/PKCS7 13:35:15,566 INFO [main][CipherTest] transformation=AES.FAST/CFB136/PKCS7PADDING 13:35:15,566 INFO [main][CipherTest] transformation=AES.FAST/CFB136/TBC 13:35:15,567 INFO [main][CipherTest] transformation=AES.FAST/CFB136/TBCPADDING 13:35:15,567 INFO [main][CipherTest] transformation=AES.FAST/CFB136/X9.23 13:35:15,567 INFO [main][CipherTest] transformation=AES.FAST/CFB136/X9.23PADDING 13:35:15,568 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ZEROBYTE 13:35:15,568 INFO [main][CipherTest] transformation=AES.FAST/CFB136/ZEROBYTEPADDING 13:35:15,568 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ 13:35:15,568 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO10126 13:35:15,569 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO10126-2 13:35:15,569 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO10126-2PADDING 13:35:15,570 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO10126PADDING 13:35:15,570 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO7816-4 13:35:15,571 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ISO7816-4PADDING 13:35:15,571 INFO [main][CipherTest] transformation=AES.FAST/CFB144/NOPADDING 13:35:15,571 INFO [main][CipherTest] transformation=AES.FAST/CFB144/PKCS5 13:35:15,572 INFO [main][CipherTest] transformation=AES.FAST/CFB144/PKCS5PADDING 13:35:15,572 INFO [main][CipherTest] transformation=AES.FAST/CFB144/PKCS7 13:35:15,572 INFO [main][CipherTest] transformation=AES.FAST/CFB144/PKCS7PADDING 13:35:15,572 INFO [main][CipherTest] transformation=AES.FAST/CFB144/TBC 13:35:15,573 INFO [main][CipherTest] transformation=AES.FAST/CFB144/TBCPADDING 13:35:15,573 INFO [main][CipherTest] transformation=AES.FAST/CFB144/X9.23 13:35:15,573 INFO [main][CipherTest] transformation=AES.FAST/CFB144/X9.23PADDING 13:35:15,574 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ZEROBYTE 13:35:15,574 INFO [main][CipherTest] transformation=AES.FAST/CFB144/ZEROBYTEPADDING 13:35:15,574 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ 13:35:15,574 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO10126 13:35:15,575 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO10126-2 13:35:15,575 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO10126-2PADDING 13:35:15,576 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO10126PADDING 13:35:15,576 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO7816-4 13:35:15,576 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ISO7816-4PADDING 13:35:15,577 INFO [main][CipherTest] transformation=AES.FAST/CFB152/NOPADDING 13:35:15,577 INFO [main][CipherTest] transformation=AES.FAST/CFB152/PKCS5 13:35:15,577 INFO [main][CipherTest] transformation=AES.FAST/CFB152/PKCS5PADDING 13:35:15,578 INFO [main][CipherTest] transformation=AES.FAST/CFB152/PKCS7 13:35:15,578 INFO [main][CipherTest] transformation=AES.FAST/CFB152/PKCS7PADDING 13:35:15,578 INFO [main][CipherTest] transformation=AES.FAST/CFB152/TBC 13:35:15,579 INFO [main][CipherTest] transformation=AES.FAST/CFB152/TBCPADDING 13:35:15,579 INFO [main][CipherTest] transformation=AES.FAST/CFB152/X9.23 13:35:15,579 INFO [main][CipherTest] transformation=AES.FAST/CFB152/X9.23PADDING 13:35:15,579 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ZEROBYTE 13:35:15,580 INFO [main][CipherTest] transformation=AES.FAST/CFB152/ZEROBYTEPADDING 13:35:15,580 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ 13:35:15,580 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO10126 13:35:15,581 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO10126-2 13:35:15,581 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO10126-2PADDING 13:35:15,582 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO10126PADDING 13:35:15,582 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO7816-4 13:35:15,583 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ISO7816-4PADDING 13:35:15,583 INFO [main][CipherTest] transformation=AES.FAST/CFB16/NOPADDING 13:35:15,583 INFO [main][CipherTest] transformation=AES.FAST/CFB16/PKCS5 13:35:15,584 INFO [main][CipherTest] transformation=AES.FAST/CFB16/PKCS5PADDING 13:35:15,584 INFO [main][CipherTest] transformation=AES.FAST/CFB16/PKCS7 13:35:15,585 INFO [main][CipherTest] transformation=AES.FAST/CFB16/PKCS7PADDING 13:35:15,585 INFO [main][CipherTest] transformation=AES.FAST/CFB16/TBC 13:35:15,586 INFO [main][CipherTest] transformation=AES.FAST/CFB16/TBCPADDING 13:35:15,586 INFO [main][CipherTest] transformation=AES.FAST/CFB16/X9.23 13:35:15,586 INFO [main][CipherTest] transformation=AES.FAST/CFB16/X9.23PADDING 13:35:15,587 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ZEROBYTE 13:35:15,587 INFO [main][CipherTest] transformation=AES.FAST/CFB16/ZEROBYTEPADDING 13:35:15,587 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ 13:35:15,587 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO10126 13:35:15,588 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO10126-2 13:35:15,588 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO10126-2PADDING 13:35:15,589 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO10126PADDING 13:35:15,589 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO7816-4 13:35:15,590 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ISO7816-4PADDING 13:35:15,590 INFO [main][CipherTest] transformation=AES.FAST/CFB160/NOPADDING 13:35:15,591 INFO [main][CipherTest] transformation=AES.FAST/CFB160/PKCS5 13:35:15,591 INFO [main][CipherTest] transformation=AES.FAST/CFB160/PKCS5PADDING 13:35:15,591 INFO [main][CipherTest] transformation=AES.FAST/CFB160/PKCS7 13:35:15,592 INFO [main][CipherTest] transformation=AES.FAST/CFB160/PKCS7PADDING 13:35:15,592 INFO [main][CipherTest] transformation=AES.FAST/CFB160/TBC 13:35:15,597 INFO [main][CipherTest] transformation=AES.FAST/CFB160/TBCPADDING 13:35:15,597 INFO [main][CipherTest] transformation=AES.FAST/CFB160/X9.23 13:35:15,597 INFO [main][CipherTest] transformation=AES.FAST/CFB160/X9.23PADDING 13:35:15,598 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ZEROBYTE 13:35:15,598 INFO [main][CipherTest] transformation=AES.FAST/CFB160/ZEROBYTEPADDING 13:35:15,598 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ 13:35:15,599 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO10126 13:35:15,599 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO10126-2 13:35:15,600 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO10126-2PADDING 13:35:15,600 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO10126PADDING 13:35:15,601 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO7816-4 13:35:15,601 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ISO7816-4PADDING 13:35:15,601 INFO [main][CipherTest] transformation=AES.FAST/CFB168/NOPADDING 13:35:15,602 INFO [main][CipherTest] transformation=AES.FAST/CFB168/PKCS5 13:35:15,602 INFO [main][CipherTest] transformation=AES.FAST/CFB168/PKCS5PADDING 13:35:15,602 INFO [main][CipherTest] transformation=AES.FAST/CFB168/PKCS7 13:35:15,603 INFO [main][CipherTest] transformation=AES.FAST/CFB168/PKCS7PADDING 13:35:15,603 INFO [main][CipherTest] transformation=AES.FAST/CFB168/TBC 13:35:15,603 INFO [main][CipherTest] transformation=AES.FAST/CFB168/TBCPADDING 13:35:15,604 INFO [main][CipherTest] transformation=AES.FAST/CFB168/X9.23 13:35:15,604 INFO [main][CipherTest] transformation=AES.FAST/CFB168/X9.23PADDING 13:35:15,604 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ZEROBYTE 13:35:15,605 INFO [main][CipherTest] transformation=AES.FAST/CFB168/ZEROBYTEPADDING 13:35:15,605 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ 13:35:15,605 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO10126 13:35:15,606 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO10126-2 13:35:15,606 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO10126-2PADDING 13:35:15,607 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO10126PADDING 13:35:15,607 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO7816-4 13:35:15,607 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ISO7816-4PADDING 13:35:15,608 INFO [main][CipherTest] transformation=AES.FAST/CFB176/NOPADDING 13:35:15,608 INFO [main][CipherTest] transformation=AES.FAST/CFB176/PKCS5 13:35:15,608 INFO [main][CipherTest] transformation=AES.FAST/CFB176/PKCS5PADDING 13:35:15,609 INFO [main][CipherTest] transformation=AES.FAST/CFB176/PKCS7 13:35:15,609 INFO [main][CipherTest] transformation=AES.FAST/CFB176/PKCS7PADDING 13:35:15,609 INFO [main][CipherTest] transformation=AES.FAST/CFB176/TBC 13:35:15,610 INFO [main][CipherTest] transformation=AES.FAST/CFB176/TBCPADDING 13:35:15,610 INFO [main][CipherTest] transformation=AES.FAST/CFB176/X9.23 13:35:15,610 INFO [main][CipherTest] transformation=AES.FAST/CFB176/X9.23PADDING 13:35:15,611 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ZEROBYTE 13:35:15,611 INFO [main][CipherTest] transformation=AES.FAST/CFB176/ZEROBYTEPADDING 13:35:15,611 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ 13:35:15,612 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO10126 13:35:15,612 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO10126-2 13:35:15,612 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO10126-2PADDING 13:35:15,613 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO10126PADDING 13:35:15,613 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO7816-4 13:35:15,613 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ISO7816-4PADDING 13:35:15,613 INFO [main][CipherTest] transformation=AES.FAST/CFB184/NOPADDING 13:35:15,613 INFO [main][CipherTest] transformation=AES.FAST/CFB184/PKCS5 13:35:15,613 INFO [main][CipherTest] transformation=AES.FAST/CFB184/PKCS5PADDING 13:35:15,613 INFO [main][CipherTest] transformation=AES.FAST/CFB184/PKCS7 13:35:15,613 INFO [main][CipherTest] transformation=AES.FAST/CFB184/PKCS7PADDING 13:35:15,614 INFO [main][CipherTest] transformation=AES.FAST/CFB184/TBC 13:35:15,614 INFO [main][CipherTest] transformation=AES.FAST/CFB184/TBCPADDING 13:35:15,614 INFO [main][CipherTest] transformation=AES.FAST/CFB184/X9.23 13:35:15,614 INFO [main][CipherTest] transformation=AES.FAST/CFB184/X9.23PADDING 13:35:15,614 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ZEROBYTE 13:35:15,614 INFO [main][CipherTest] transformation=AES.FAST/CFB184/ZEROBYTEPADDING 13:35:15,614 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ 13:35:15,614 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO10126 13:35:15,615 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO10126-2 13:35:15,615 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO10126-2PADDING 13:35:15,615 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO10126PADDING 13:35:15,615 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO7816-4 13:35:15,616 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ISO7816-4PADDING 13:35:15,616 INFO [main][CipherTest] transformation=AES.FAST/CFB192/NOPADDING 13:35:15,616 INFO [main][CipherTest] transformation=AES.FAST/CFB192/PKCS5 13:35:15,616 INFO [main][CipherTest] transformation=AES.FAST/CFB192/PKCS5PADDING 13:35:15,616 INFO [main][CipherTest] transformation=AES.FAST/CFB192/PKCS7 13:35:15,616 INFO [main][CipherTest] transformation=AES.FAST/CFB192/PKCS7PADDING 13:35:15,616 INFO [main][CipherTest] transformation=AES.FAST/CFB192/TBC 13:35:15,616 INFO [main][CipherTest] transformation=AES.FAST/CFB192/TBCPADDING 13:35:15,617 INFO [main][CipherTest] transformation=AES.FAST/CFB192/X9.23 13:35:15,617 INFO [main][CipherTest] transformation=AES.FAST/CFB192/X9.23PADDING 13:35:15,617 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ZEROBYTE 13:35:15,617 INFO [main][CipherTest] transformation=AES.FAST/CFB192/ZEROBYTEPADDING 13:35:15,617 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ 13:35:15,617 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO10126 13:35:15,617 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO10126-2 13:35:15,618 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO10126-2PADDING 13:35:15,618 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO10126PADDING 13:35:15,618 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO7816-4 13:35:15,618 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ISO7816-4PADDING 13:35:15,618 INFO [main][CipherTest] transformation=AES.FAST/CFB200/NOPADDING 13:35:15,618 INFO [main][CipherTest] transformation=AES.FAST/CFB200/PKCS5 13:35:15,619 INFO [main][CipherTest] transformation=AES.FAST/CFB200/PKCS5PADDING 13:35:15,619 INFO [main][CipherTest] transformation=AES.FAST/CFB200/PKCS7 13:35:15,619 INFO [main][CipherTest] transformation=AES.FAST/CFB200/PKCS7PADDING 13:35:15,619 INFO [main][CipherTest] transformation=AES.FAST/CFB200/TBC 13:35:15,619 INFO [main][CipherTest] transformation=AES.FAST/CFB200/TBCPADDING 13:35:15,619 INFO [main][CipherTest] transformation=AES.FAST/CFB200/X9.23 13:35:15,619 INFO [main][CipherTest] transformation=AES.FAST/CFB200/X9.23PADDING 13:35:15,619 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ZEROBYTE 13:35:15,619 INFO [main][CipherTest] transformation=AES.FAST/CFB200/ZEROBYTEPADDING 13:35:15,620 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ 13:35:15,620 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO10126 13:35:15,620 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO10126-2 13:35:15,620 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO10126-2PADDING 13:35:15,620 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO10126PADDING 13:35:15,621 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO7816-4 13:35:15,621 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ISO7816-4PADDING 13:35:15,621 INFO [main][CipherTest] transformation=AES.FAST/CFB208/NOPADDING 13:35:15,621 INFO [main][CipherTest] transformation=AES.FAST/CFB208/PKCS5 13:35:15,621 INFO [main][CipherTest] transformation=AES.FAST/CFB208/PKCS5PADDING 13:35:15,621 INFO [main][CipherTest] transformation=AES.FAST/CFB208/PKCS7 13:35:15,621 INFO [main][CipherTest] transformation=AES.FAST/CFB208/PKCS7PADDING 13:35:15,621 INFO [main][CipherTest] transformation=AES.FAST/CFB208/TBC 13:35:15,622 INFO [main][CipherTest] transformation=AES.FAST/CFB208/TBCPADDING 13:35:15,622 INFO [main][CipherTest] transformation=AES.FAST/CFB208/X9.23 13:35:15,622 INFO [main][CipherTest] transformation=AES.FAST/CFB208/X9.23PADDING 13:35:15,622 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ZEROBYTE 13:35:15,622 INFO [main][CipherTest] transformation=AES.FAST/CFB208/ZEROBYTEPADDING 13:35:15,622 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ 13:35:15,622 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO10126 13:35:15,623 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO10126-2 13:35:15,623 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO10126-2PADDING 13:35:15,623 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO10126PADDING 13:35:15,623 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO7816-4 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ISO7816-4PADDING 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/NOPADDING 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/PKCS5 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/PKCS5PADDING 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/PKCS7 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/PKCS7PADDING 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/TBC 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/TBCPADDING 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/X9.23 13:35:15,624 INFO [main][CipherTest] transformation=AES.FAST/CFB216/X9.23PADDING 13:35:15,625 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ZEROBYTE 13:35:15,625 INFO [main][CipherTest] transformation=AES.FAST/CFB216/ZEROBYTEPADDING 13:35:15,625 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ 13:35:15,625 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO10126 13:35:15,625 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO10126-2 13:35:15,625 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO10126-2PADDING 13:35:15,626 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO10126PADDING 13:35:15,626 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO7816-4 13:35:15,626 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ISO7816-4PADDING 13:35:15,626 INFO [main][CipherTest] transformation=AES.FAST/CFB224/NOPADDING 13:35:15,626 INFO [main][CipherTest] transformation=AES.FAST/CFB224/PKCS5 13:35:15,626 INFO [main][CipherTest] transformation=AES.FAST/CFB224/PKCS5PADDING 13:35:15,627 INFO [main][CipherTest] transformation=AES.FAST/CFB224/PKCS7 13:35:15,627 INFO [main][CipherTest] transformation=AES.FAST/CFB224/PKCS7PADDING 13:35:15,627 INFO [main][CipherTest] transformation=AES.FAST/CFB224/TBC 13:35:15,627 INFO [main][CipherTest] transformation=AES.FAST/CFB224/TBCPADDING 13:35:15,627 INFO [main][CipherTest] transformation=AES.FAST/CFB224/X9.23 13:35:15,627 INFO [main][CipherTest] transformation=AES.FAST/CFB224/X9.23PADDING 13:35:15,627 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ZEROBYTE 13:35:15,627 INFO [main][CipherTest] transformation=AES.FAST/CFB224/ZEROBYTEPADDING 13:35:15,627 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ 13:35:15,628 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO10126 13:35:15,628 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO10126-2 13:35:15,628 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO10126-2PADDING 13:35:15,628 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO10126PADDING 13:35:15,629 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO7816-4 13:35:15,629 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ISO7816-4PADDING 13:35:15,629 INFO [main][CipherTest] transformation=AES.FAST/CFB232/NOPADDING 13:35:15,629 INFO [main][CipherTest] transformation=AES.FAST/CFB232/PKCS5 13:35:15,629 INFO [main][CipherTest] transformation=AES.FAST/CFB232/PKCS5PADDING 13:35:15,629 INFO [main][CipherTest] transformation=AES.FAST/CFB232/PKCS7 13:35:15,629 INFO [main][CipherTest] transformation=AES.FAST/CFB232/PKCS7PADDING 13:35:15,629 INFO [main][CipherTest] transformation=AES.FAST/CFB232/TBC 13:35:15,630 INFO [main][CipherTest] transformation=AES.FAST/CFB232/TBCPADDING 13:35:15,630 INFO [main][CipherTest] transformation=AES.FAST/CFB232/X9.23 13:35:15,630 INFO [main][CipherTest] transformation=AES.FAST/CFB232/X9.23PADDING 13:35:15,630 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ZEROBYTE 13:35:15,630 INFO [main][CipherTest] transformation=AES.FAST/CFB232/ZEROBYTEPADDING 13:35:15,630 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ 13:35:15,630 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO10126 13:35:15,630 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO10126-2 13:35:15,631 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO10126-2PADDING 13:35:15,631 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO10126PADDING 13:35:15,631 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO7816-4 13:35:15,631 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ISO7816-4PADDING 13:35:15,631 INFO [main][CipherTest] transformation=AES.FAST/CFB24/NOPADDING 13:35:15,632 INFO [main][CipherTest] transformation=AES.FAST/CFB24/PKCS5 13:35:15,632 INFO [main][CipherTest] transformation=AES.FAST/CFB24/PKCS5PADDING 13:35:15,632 INFO [main][CipherTest] transformation=AES.FAST/CFB24/PKCS7 13:35:15,632 INFO [main][CipherTest] transformation=AES.FAST/CFB24/PKCS7PADDING 13:35:15,632 INFO [main][CipherTest] transformation=AES.FAST/CFB24/TBC 13:35:15,632 INFO [main][CipherTest] transformation=AES.FAST/CFB24/TBCPADDING 13:35:15,632 INFO [main][CipherTest] transformation=AES.FAST/CFB24/X9.23 13:35:15,632 INFO [main][CipherTest] transformation=AES.FAST/CFB24/X9.23PADDING 13:35:15,632 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ZEROBYTE 13:35:15,633 INFO [main][CipherTest] transformation=AES.FAST/CFB24/ZEROBYTEPADDING 13:35:15,633 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ 13:35:15,633 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO10126 13:35:15,633 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO10126-2 13:35:15,633 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO10126-2PADDING 13:35:15,634 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO10126PADDING 13:35:15,634 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO7816-4 13:35:15,634 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ISO7816-4PADDING 13:35:15,634 INFO [main][CipherTest] transformation=AES.FAST/CFB240/NOPADDING 13:35:15,634 INFO [main][CipherTest] transformation=AES.FAST/CFB240/PKCS5 13:35:15,634 INFO [main][CipherTest] transformation=AES.FAST/CFB240/PKCS5PADDING 13:35:15,634 INFO [main][CipherTest] transformation=AES.FAST/CFB240/PKCS7 13:35:15,634 INFO [main][CipherTest] transformation=AES.FAST/CFB240/PKCS7PADDING 13:35:15,635 INFO [main][CipherTest] transformation=AES.FAST/CFB240/TBC 13:35:15,635 INFO [main][CipherTest] transformation=AES.FAST/CFB240/TBCPADDING 13:35:15,635 INFO [main][CipherTest] transformation=AES.FAST/CFB240/X9.23 13:35:15,635 INFO [main][CipherTest] transformation=AES.FAST/CFB240/X9.23PADDING 13:35:15,635 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ZEROBYTE 13:35:15,635 INFO [main][CipherTest] transformation=AES.FAST/CFB240/ZEROBYTEPADDING 13:35:15,635 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ 13:35:15,635 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO10126 13:35:15,636 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO10126-2 13:35:15,636 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO10126-2PADDING 13:35:15,636 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO10126PADDING 13:35:15,636 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO7816-4 13:35:15,637 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ISO7816-4PADDING 13:35:15,637 INFO [main][CipherTest] transformation=AES.FAST/CFB248/NOPADDING 13:35:15,637 INFO [main][CipherTest] transformation=AES.FAST/CFB248/PKCS5 13:35:15,637 INFO [main][CipherTest] transformation=AES.FAST/CFB248/PKCS5PADDING 13:35:15,637 INFO [main][CipherTest] transformation=AES.FAST/CFB248/PKCS7 13:35:15,637 INFO [main][CipherTest] transformation=AES.FAST/CFB248/PKCS7PADDING 13:35:15,637 INFO [main][CipherTest] transformation=AES.FAST/CFB248/TBC 13:35:15,637 INFO [main][CipherTest] transformation=AES.FAST/CFB248/TBCPADDING 13:35:15,637 INFO [main][CipherTest] transformation=AES.FAST/CFB248/X9.23 13:35:15,638 INFO [main][CipherTest] transformation=AES.FAST/CFB248/X9.23PADDING 13:35:15,638 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ZEROBYTE 13:35:15,638 INFO [main][CipherTest] transformation=AES.FAST/CFB248/ZEROBYTEPADDING 13:35:15,638 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ 13:35:15,638 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO10126 13:35:15,638 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO10126-2 13:35:15,638 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO10126-2PADDING 13:35:15,639 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO10126PADDING 13:35:15,639 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO7816-4 13:35:15,639 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ISO7816-4PADDING 13:35:15,639 INFO [main][CipherTest] transformation=AES.FAST/CFB256/NOPADDING 13:35:15,639 INFO [main][CipherTest] transformation=AES.FAST/CFB256/PKCS5 13:35:15,639 INFO [main][CipherTest] transformation=AES.FAST/CFB256/PKCS5PADDING 13:35:15,640 INFO [main][CipherTest] transformation=AES.FAST/CFB256/PKCS7 13:35:15,640 INFO [main][CipherTest] transformation=AES.FAST/CFB256/PKCS7PADDING 13:35:15,640 INFO [main][CipherTest] transformation=AES.FAST/CFB256/TBC 13:35:15,640 INFO [main][CipherTest] transformation=AES.FAST/CFB256/TBCPADDING 13:35:15,640 INFO [main][CipherTest] transformation=AES.FAST/CFB256/X9.23 13:35:15,640 INFO [main][CipherTest] transformation=AES.FAST/CFB256/X9.23PADDING 13:35:15,640 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ZEROBYTE 13:35:15,640 INFO [main][CipherTest] transformation=AES.FAST/CFB256/ZEROBYTEPADDING 13:35:15,641 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ 13:35:15,641 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO10126 13:35:15,641 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO10126-2 13:35:15,641 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO10126-2PADDING 13:35:15,641 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO10126PADDING 13:35:15,642 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO7816-4 13:35:15,642 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ISO7816-4PADDING 13:35:15,642 INFO [main][CipherTest] transformation=AES.FAST/CFB32/NOPADDING 13:35:15,642 INFO [main][CipherTest] transformation=AES.FAST/CFB32/PKCS5 13:35:15,642 INFO [main][CipherTest] transformation=AES.FAST/CFB32/PKCS5PADDING 13:35:15,642 INFO [main][CipherTest] transformation=AES.FAST/CFB32/PKCS7 13:35:15,642 INFO [main][CipherTest] transformation=AES.FAST/CFB32/PKCS7PADDING 13:35:15,643 INFO [main][CipherTest] transformation=AES.FAST/CFB32/TBC 13:35:15,643 INFO [main][CipherTest] transformation=AES.FAST/CFB32/TBCPADDING 13:35:15,643 INFO [main][CipherTest] transformation=AES.FAST/CFB32/X9.23 13:35:15,643 INFO [main][CipherTest] transformation=AES.FAST/CFB32/X9.23PADDING 13:35:15,643 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ZEROBYTE 13:35:15,643 INFO [main][CipherTest] transformation=AES.FAST/CFB32/ZEROBYTEPADDING 13:35:15,643 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ 13:35:15,643 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO10126 13:35:15,644 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO10126-2 13:35:15,644 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO10126-2PADDING 13:35:15,644 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO10126PADDING 13:35:15,644 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO7816-4 13:35:15,644 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ISO7816-4PADDING 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/NOPADDING 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/PKCS5 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/PKCS5PADDING 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/PKCS7 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/PKCS7PADDING 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/TBC 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/TBCPADDING 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/X9.23 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/X9.23PADDING 13:35:15,645 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ZEROBYTE 13:35:15,646 INFO [main][CipherTest] transformation=AES.FAST/CFB40/ZEROBYTEPADDING 13:35:15,646 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ 13:35:15,646 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO10126 13:35:15,646 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO10126-2 13:35:15,646 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO10126-2PADDING 13:35:15,647 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO10126PADDING 13:35:15,647 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO7816-4 13:35:15,647 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ISO7816-4PADDING 13:35:15,647 INFO [main][CipherTest] transformation=AES.FAST/CFB48/NOPADDING 13:35:15,647 INFO [main][CipherTest] transformation=AES.FAST/CFB48/PKCS5 13:35:15,647 INFO [main][CipherTest] transformation=AES.FAST/CFB48/PKCS5PADDING 13:35:15,647 INFO [main][CipherTest] transformation=AES.FAST/CFB48/PKCS7 13:35:15,648 INFO [main][CipherTest] transformation=AES.FAST/CFB48/PKCS7PADDING 13:35:15,648 INFO [main][CipherTest] transformation=AES.FAST/CFB48/TBC 13:35:15,648 INFO [main][CipherTest] transformation=AES.FAST/CFB48/TBCPADDING 13:35:15,648 INFO [main][CipherTest] transformation=AES.FAST/CFB48/X9.23 13:35:15,648 INFO [main][CipherTest] transformation=AES.FAST/CFB48/X9.23PADDING 13:35:15,648 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ZEROBYTE 13:35:15,648 INFO [main][CipherTest] transformation=AES.FAST/CFB48/ZEROBYTEPADDING 13:35:15,648 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ 13:35:15,648 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO10126 13:35:15,649 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO10126-2 13:35:15,649 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO10126-2PADDING 13:35:15,649 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO10126PADDING 13:35:15,649 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO7816-4 13:35:15,650 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ISO7816-4PADDING 13:35:15,650 INFO [main][CipherTest] transformation=AES.FAST/CFB56/NOPADDING 13:35:15,650 INFO [main][CipherTest] transformation=AES.FAST/CFB56/PKCS5 13:35:15,650 INFO [main][CipherTest] transformation=AES.FAST/CFB56/PKCS5PADDING 13:35:15,650 INFO [main][CipherTest] transformation=AES.FAST/CFB56/PKCS7 13:35:15,650 INFO [main][CipherTest] transformation=AES.FAST/CFB56/PKCS7PADDING 13:35:15,650 INFO [main][CipherTest] transformation=AES.FAST/CFB56/TBC 13:35:15,650 INFO [main][CipherTest] transformation=AES.FAST/CFB56/TBCPADDING 13:35:15,650 INFO [main][CipherTest] transformation=AES.FAST/CFB56/X9.23 13:35:15,651 INFO [main][CipherTest] transformation=AES.FAST/CFB56/X9.23PADDING 13:35:15,651 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ZEROBYTE 13:35:15,651 INFO [main][CipherTest] transformation=AES.FAST/CFB56/ZEROBYTEPADDING 13:35:15,651 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ 13:35:15,651 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO10126 13:35:15,651 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO10126-2 13:35:15,652 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO10126-2PADDING 13:35:15,652 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO10126PADDING 13:35:15,652 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO7816-4 13:35:15,652 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ISO7816-4PADDING 13:35:15,652 INFO [main][CipherTest] transformation=AES.FAST/CFB64/NOPADDING 13:35:15,652 INFO [main][CipherTest] transformation=AES.FAST/CFB64/PKCS5 13:35:15,652 INFO [main][CipherTest] transformation=AES.FAST/CFB64/PKCS5PADDING 13:35:15,653 INFO [main][CipherTest] transformation=AES.FAST/CFB64/PKCS7 13:35:15,653 INFO [main][CipherTest] transformation=AES.FAST/CFB64/PKCS7PADDING 13:35:15,653 INFO [main][CipherTest] transformation=AES.FAST/CFB64/TBC 13:35:15,653 INFO [main][CipherTest] transformation=AES.FAST/CFB64/TBCPADDING 13:35:15,653 INFO [main][CipherTest] transformation=AES.FAST/CFB64/X9.23 13:35:15,653 INFO [main][CipherTest] transformation=AES.FAST/CFB64/X9.23PADDING 13:35:15,653 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ZEROBYTE 13:35:15,653 INFO [main][CipherTest] transformation=AES.FAST/CFB64/ZEROBYTEPADDING 13:35:15,654 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ 13:35:15,654 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO10126 13:35:15,654 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO10126-2 13:35:15,654 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO10126-2PADDING 13:35:15,654 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO10126PADDING 13:35:15,655 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO7816-4 13:35:15,655 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ISO7816-4PADDING 13:35:15,655 INFO [main][CipherTest] transformation=AES.FAST/CFB72/NOPADDING 13:35:15,655 INFO [main][CipherTest] transformation=AES.FAST/CFB72/PKCS5 13:35:15,656 INFO [main][CipherTest] transformation=AES.FAST/CFB72/PKCS5PADDING 13:35:15,656 INFO [main][CipherTest] transformation=AES.FAST/CFB72/PKCS7 13:35:15,656 INFO [main][CipherTest] transformation=AES.FAST/CFB72/PKCS7PADDING 13:35:15,656 INFO [main][CipherTest] transformation=AES.FAST/CFB72/TBC 13:35:15,656 INFO [main][CipherTest] transformation=AES.FAST/CFB72/TBCPADDING 13:35:15,657 INFO [main][CipherTest] transformation=AES.FAST/CFB72/X9.23 13:35:15,657 INFO [main][CipherTest] transformation=AES.FAST/CFB72/X9.23PADDING 13:35:15,657 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ZEROBYTE 13:35:15,657 INFO [main][CipherTest] transformation=AES.FAST/CFB72/ZEROBYTEPADDING 13:35:15,657 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ 13:35:15,658 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO10126 13:35:15,658 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO10126-2 13:35:15,659 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO10126-2PADDING 13:35:15,659 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO10126PADDING 13:35:15,659 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO7816-4 13:35:15,660 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ISO7816-4PADDING 13:35:15,660 INFO [main][CipherTest] transformation=AES.FAST/CFB8/NOPADDING 13:35:15,660 INFO [main][CipherTest] transformation=AES.FAST/CFB8/PKCS5 13:35:15,660 INFO [main][CipherTest] transformation=AES.FAST/CFB8/PKCS5PADDING 13:35:15,660 INFO [main][CipherTest] transformation=AES.FAST/CFB8/PKCS7 13:35:15,661 INFO [main][CipherTest] transformation=AES.FAST/CFB8/PKCS7PADDING 13:35:15,661 INFO [main][CipherTest] transformation=AES.FAST/CFB8/TBC 13:35:15,661 INFO [main][CipherTest] transformation=AES.FAST/CFB8/TBCPADDING 13:35:15,661 INFO [main][CipherTest] transformation=AES.FAST/CFB8/X9.23 13:35:15,661 INFO [main][CipherTest] transformation=AES.FAST/CFB8/X9.23PADDING 13:35:15,662 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ZEROBYTE 13:35:15,662 INFO [main][CipherTest] transformation=AES.FAST/CFB8/ZEROBYTEPADDING 13:35:15,662 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ 13:35:15,662 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO10126 13:35:15,663 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO10126-2 13:35:15,663 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO10126-2PADDING 13:35:15,663 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO10126PADDING 13:35:15,664 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO7816-4 13:35:15,664 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ISO7816-4PADDING 13:35:15,664 INFO [main][CipherTest] transformation=AES.FAST/CFB80/NOPADDING 13:35:15,664 INFO [main][CipherTest] transformation=AES.FAST/CFB80/PKCS5 13:35:15,665 INFO [main][CipherTest] transformation=AES.FAST/CFB80/PKCS5PADDING 13:35:15,665 INFO [main][CipherTest] transformation=AES.FAST/CFB80/PKCS7 13:35:15,665 INFO [main][CipherTest] transformation=AES.FAST/CFB80/PKCS7PADDING 13:35:15,665 INFO [main][CipherTest] transformation=AES.FAST/CFB80/TBC 13:35:15,665 INFO [main][CipherTest] transformation=AES.FAST/CFB80/TBCPADDING 13:35:15,666 INFO [main][CipherTest] transformation=AES.FAST/CFB80/X9.23 13:35:15,666 INFO [main][CipherTest] transformation=AES.FAST/CFB80/X9.23PADDING 13:35:15,666 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ZEROBYTE 13:35:15,666 INFO [main][CipherTest] transformation=AES.FAST/CFB80/ZEROBYTEPADDING 13:35:15,667 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ 13:35:15,667 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO10126 13:35:15,667 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO10126-2 13:35:15,668 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO10126-2PADDING 13:35:15,668 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO10126PADDING 13:35:15,668 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO7816-4 13:35:15,668 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ISO7816-4PADDING 13:35:15,669 INFO [main][CipherTest] transformation=AES.FAST/CFB88/NOPADDING 13:35:15,669 INFO [main][CipherTest] transformation=AES.FAST/CFB88/PKCS5 13:35:15,669 INFO [main][CipherTest] transformation=AES.FAST/CFB88/PKCS5PADDING 13:35:15,669 INFO [main][CipherTest] transformation=AES.FAST/CFB88/PKCS7 13:35:15,669 INFO [main][CipherTest] transformation=AES.FAST/CFB88/PKCS7PADDING 13:35:15,670 INFO [main][CipherTest] transformation=AES.FAST/CFB88/TBC 13:35:15,670 INFO [main][CipherTest] transformation=AES.FAST/CFB88/TBCPADDING 13:35:15,670 INFO [main][CipherTest] transformation=AES.FAST/CFB88/X9.23 13:35:15,670 INFO [main][CipherTest] transformation=AES.FAST/CFB88/X9.23PADDING 13:35:15,670 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ZEROBYTE 13:35:15,671 INFO [main][CipherTest] transformation=AES.FAST/CFB88/ZEROBYTEPADDING 13:35:15,671 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ 13:35:15,671 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO10126 13:35:15,671 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO10126-2 13:35:15,672 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO10126-2PADDING 13:35:15,672 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO10126PADDING 13:35:15,673 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO7816-4 13:35:15,673 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ISO7816-4PADDING 13:35:15,673 INFO [main][CipherTest] transformation=AES.FAST/CFB96/NOPADDING 13:35:15,673 INFO [main][CipherTest] transformation=AES.FAST/CFB96/PKCS5 13:35:15,673 INFO [main][CipherTest] transformation=AES.FAST/CFB96/PKCS5PADDING 13:35:15,674 INFO [main][CipherTest] transformation=AES.FAST/CFB96/PKCS7 13:35:15,674 INFO [main][CipherTest] transformation=AES.FAST/CFB96/PKCS7PADDING 13:35:15,674 INFO [main][CipherTest] transformation=AES.FAST/CFB96/TBC 13:35:15,674 INFO [main][CipherTest] transformation=AES.FAST/CFB96/TBCPADDING 13:35:15,675 INFO [main][CipherTest] transformation=AES.FAST/CFB96/X9.23 13:35:15,675 INFO [main][CipherTest] transformation=AES.FAST/CFB96/X9.23PADDING 13:35:15,675 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ZEROBYTE 13:35:15,675 INFO [main][CipherTest] transformation=AES.FAST/CFB96/ZEROBYTEPADDING 13:35:15,675 INFO [main][CipherTest] transformation=AES.FAST/CTS/ 13:35:15,676 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST/CTS/" does not support IV => Skipping. 13:35:15,676 INFO [main][CipherTest] transformation=AES.FAST/CTS/NOPADDING 13:35:15,676 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST/CTS/NOPADDING" does not support IV => Skipping. 13:35:15,676 INFO [main][CipherTest] transformation=AES.FAST/EAX/ 13:35:15,676 INFO [main][CipherTest] transformation=AES.FAST/EAX/NOPADDING 13:35:15,677 INFO [main][CipherTest] transformation=AES.FAST/ECB/ 13:35:15,677 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST/ECB/" does not support IV => Skipping. 13:35:15,677 INFO [main][CipherTest] transformation=AES.FAST/ECB/NOPADDING 13:35:15,677 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.FAST/ECB/NOPADDING" does not support IV => Skipping. 13:35:15,677 INFO [main][CipherTest] transformation=AES.FAST/GCM/ 13:35:15,678 INFO [main][CipherTest] transformation=AES.FAST/GCM/NOPADDING 13:35:15,678 INFO [main][CipherTest] transformation=AES.FAST/OFB/ 13:35:15,678 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO10126 13:35:15,679 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO10126-2 13:35:15,679 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO10126-2PADDING 13:35:15,680 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO10126PADDING 13:35:15,680 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO7816-4 13:35:15,680 INFO [main][CipherTest] transformation=AES.FAST/OFB/ISO7816-4PADDING 13:35:15,680 INFO [main][CipherTest] transformation=AES.FAST/OFB/NOPADDING 13:35:15,681 INFO [main][CipherTest] transformation=AES.FAST/OFB/PKCS5 13:35:15,681 INFO [main][CipherTest] transformation=AES.FAST/OFB/PKCS5PADDING 13:35:15,681 INFO [main][CipherTest] transformation=AES.FAST/OFB/PKCS7 13:35:15,681 INFO [main][CipherTest] transformation=AES.FAST/OFB/PKCS7PADDING 13:35:15,681 INFO [main][CipherTest] transformation=AES.FAST/OFB/TBC 13:35:15,682 INFO [main][CipherTest] transformation=AES.FAST/OFB/TBCPADDING 13:35:15,682 INFO [main][CipherTest] transformation=AES.FAST/OFB/X9.23 13:35:15,682 INFO [main][CipherTest] transformation=AES.FAST/OFB/X9.23PADDING 13:35:15,682 INFO [main][CipherTest] transformation=AES.FAST/OFB/ZEROBYTE 13:35:15,683 INFO [main][CipherTest] transformation=AES.FAST/OFB/ZEROBYTEPADDING 13:35:15,683 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ 13:35:15,683 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO10126 13:35:15,683 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO10126-2 13:35:15,684 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO10126-2PADDING 13:35:15,684 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO10126PADDING 13:35:15,684 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO7816-4 13:35:15,685 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ISO7816-4PADDING 13:35:15,685 INFO [main][CipherTest] transformation=AES.FAST/OFB104/NOPADDING 13:35:15,685 INFO [main][CipherTest] transformation=AES.FAST/OFB104/PKCS5 13:35:15,685 INFO [main][CipherTest] transformation=AES.FAST/OFB104/PKCS5PADDING 13:35:15,686 INFO [main][CipherTest] transformation=AES.FAST/OFB104/PKCS7 13:35:15,686 INFO [main][CipherTest] transformation=AES.FAST/OFB104/PKCS7PADDING 13:35:15,686 INFO [main][CipherTest] transformation=AES.FAST/OFB104/TBC 13:35:15,686 INFO [main][CipherTest] transformation=AES.FAST/OFB104/TBCPADDING 13:35:15,687 INFO [main][CipherTest] transformation=AES.FAST/OFB104/X9.23 13:35:15,687 INFO [main][CipherTest] transformation=AES.FAST/OFB104/X9.23PADDING 13:35:15,687 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ZEROBYTE 13:35:15,687 INFO [main][CipherTest] transformation=AES.FAST/OFB104/ZEROBYTEPADDING 13:35:15,687 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ 13:35:15,688 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO10126 13:35:15,688 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO10126-2 13:35:15,688 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO10126-2PADDING 13:35:15,689 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO10126PADDING 13:35:15,689 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO7816-4 13:35:15,689 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ISO7816-4PADDING 13:35:15,690 INFO [main][CipherTest] transformation=AES.FAST/OFB112/NOPADDING 13:35:15,690 INFO [main][CipherTest] transformation=AES.FAST/OFB112/PKCS5 13:35:15,690 INFO [main][CipherTest] transformation=AES.FAST/OFB112/PKCS5PADDING 13:35:15,690 INFO [main][CipherTest] transformation=AES.FAST/OFB112/PKCS7 13:35:15,691 INFO [main][CipherTest] transformation=AES.FAST/OFB112/PKCS7PADDING 13:35:15,691 INFO [main][CipherTest] transformation=AES.FAST/OFB112/TBC 13:35:15,691 INFO [main][CipherTest] transformation=AES.FAST/OFB112/TBCPADDING 13:35:15,691 INFO [main][CipherTest] transformation=AES.FAST/OFB112/X9.23 13:35:15,691 INFO [main][CipherTest] transformation=AES.FAST/OFB112/X9.23PADDING 13:35:15,692 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ZEROBYTE 13:35:15,692 INFO [main][CipherTest] transformation=AES.FAST/OFB112/ZEROBYTEPADDING 13:35:15,692 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ 13:35:15,692 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO10126 13:35:15,693 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO10126-2 13:35:15,693 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO10126-2PADDING 13:35:15,693 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO10126PADDING 13:35:15,694 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO7816-4 13:35:15,694 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ISO7816-4PADDING 13:35:15,694 INFO [main][CipherTest] transformation=AES.FAST/OFB120/NOPADDING 13:35:15,694 INFO [main][CipherTest] transformation=AES.FAST/OFB120/PKCS5 13:35:15,695 INFO [main][CipherTest] transformation=AES.FAST/OFB120/PKCS5PADDING 13:35:15,695 INFO [main][CipherTest] transformation=AES.FAST/OFB120/PKCS7 13:35:15,695 INFO [main][CipherTest] transformation=AES.FAST/OFB120/PKCS7PADDING 13:35:15,695 INFO [main][CipherTest] transformation=AES.FAST/OFB120/TBC 13:35:15,695 INFO [main][CipherTest] transformation=AES.FAST/OFB120/TBCPADDING 13:35:15,696 INFO [main][CipherTest] transformation=AES.FAST/OFB120/X9.23 13:35:15,696 INFO [main][CipherTest] transformation=AES.FAST/OFB120/X9.23PADDING 13:35:15,696 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ZEROBYTE 13:35:15,696 INFO [main][CipherTest] transformation=AES.FAST/OFB120/ZEROBYTEPADDING 13:35:15,697 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ 13:35:15,697 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO10126 13:35:15,697 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO10126-2 13:35:15,698 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO10126-2PADDING 13:35:15,698 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO10126PADDING 13:35:15,698 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO7816-4 13:35:15,699 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ISO7816-4PADDING 13:35:15,699 INFO [main][CipherTest] transformation=AES.FAST/OFB128/NOPADDING 13:35:15,699 INFO [main][CipherTest] transformation=AES.FAST/OFB128/PKCS5 13:35:15,699 INFO [main][CipherTest] transformation=AES.FAST/OFB128/PKCS5PADDING 13:35:15,699 INFO [main][CipherTest] transformation=AES.FAST/OFB128/PKCS7 13:35:15,700 INFO [main][CipherTest] transformation=AES.FAST/OFB128/PKCS7PADDING 13:35:15,700 INFO [main][CipherTest] transformation=AES.FAST/OFB128/TBC 13:35:15,700 INFO [main][CipherTest] transformation=AES.FAST/OFB128/TBCPADDING 13:35:15,700 INFO [main][CipherTest] transformation=AES.FAST/OFB128/X9.23 13:35:15,701 INFO [main][CipherTest] transformation=AES.FAST/OFB128/X9.23PADDING 13:35:15,701 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ZEROBYTE 13:35:15,701 INFO [main][CipherTest] transformation=AES.FAST/OFB128/ZEROBYTEPADDING 13:35:15,701 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ 13:35:15,701 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO10126 13:35:15,702 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO10126-2 13:35:15,702 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO10126-2PADDING 13:35:15,703 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO10126PADDING 13:35:15,706 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO7816-4 13:35:15,706 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ISO7816-4PADDING 13:35:15,706 INFO [main][CipherTest] transformation=AES.FAST/OFB136/NOPADDING 13:35:15,706 INFO [main][CipherTest] transformation=AES.FAST/OFB136/PKCS5 13:35:15,707 INFO [main][CipherTest] transformation=AES.FAST/OFB136/PKCS5PADDING 13:35:15,707 INFO [main][CipherTest] transformation=AES.FAST/OFB136/PKCS7 13:35:15,707 INFO [main][CipherTest] transformation=AES.FAST/OFB136/PKCS7PADDING 13:35:15,707 INFO [main][CipherTest] transformation=AES.FAST/OFB136/TBC 13:35:15,707 INFO [main][CipherTest] transformation=AES.FAST/OFB136/TBCPADDING 13:35:15,708 INFO [main][CipherTest] transformation=AES.FAST/OFB136/X9.23 13:35:15,708 INFO [main][CipherTest] transformation=AES.FAST/OFB136/X9.23PADDING 13:35:15,708 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ZEROBYTE 13:35:15,708 INFO [main][CipherTest] transformation=AES.FAST/OFB136/ZEROBYTEPADDING 13:35:15,708 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ 13:35:15,709 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO10126 13:35:15,709 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO10126-2 13:35:15,709 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO10126-2PADDING 13:35:15,710 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO10126PADDING 13:35:15,710 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO7816-4 13:35:15,710 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ISO7816-4PADDING 13:35:15,711 INFO [main][CipherTest] transformation=AES.FAST/OFB144/NOPADDING 13:35:15,711 INFO [main][CipherTest] transformation=AES.FAST/OFB144/PKCS5 13:35:15,711 INFO [main][CipherTest] transformation=AES.FAST/OFB144/PKCS5PADDING 13:35:15,711 INFO [main][CipherTest] transformation=AES.FAST/OFB144/PKCS7 13:35:15,711 INFO [main][CipherTest] transformation=AES.FAST/OFB144/PKCS7PADDING 13:35:15,712 INFO [main][CipherTest] transformation=AES.FAST/OFB144/TBC 13:35:15,712 INFO [main][CipherTest] transformation=AES.FAST/OFB144/TBCPADDING 13:35:15,712 INFO [main][CipherTest] transformation=AES.FAST/OFB144/X9.23 13:35:15,712 INFO [main][CipherTest] transformation=AES.FAST/OFB144/X9.23PADDING 13:35:15,712 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ZEROBYTE 13:35:15,713 INFO [main][CipherTest] transformation=AES.FAST/OFB144/ZEROBYTEPADDING 13:35:15,713 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ 13:35:15,713 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO10126 13:35:15,713 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO10126-2 13:35:15,714 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO10126-2PADDING 13:35:15,714 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO10126PADDING 13:35:15,715 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO7816-4 13:35:15,715 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ISO7816-4PADDING 13:35:15,715 INFO [main][CipherTest] transformation=AES.FAST/OFB152/NOPADDING 13:35:15,715 INFO [main][CipherTest] transformation=AES.FAST/OFB152/PKCS5 13:35:15,716 INFO [main][CipherTest] transformation=AES.FAST/OFB152/PKCS5PADDING 13:35:15,716 INFO [main][CipherTest] transformation=AES.FAST/OFB152/PKCS7 13:35:15,716 INFO [main][CipherTest] transformation=AES.FAST/OFB152/PKCS7PADDING 13:35:15,716 INFO [main][CipherTest] transformation=AES.FAST/OFB152/TBC 13:35:15,717 INFO [main][CipherTest] transformation=AES.FAST/OFB152/TBCPADDING 13:35:15,717 INFO [main][CipherTest] transformation=AES.FAST/OFB152/X9.23 13:35:15,717 INFO [main][CipherTest] transformation=AES.FAST/OFB152/X9.23PADDING 13:35:15,717 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ZEROBYTE 13:35:15,717 INFO [main][CipherTest] transformation=AES.FAST/OFB152/ZEROBYTEPADDING 13:35:15,718 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ 13:35:15,718 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO10126 13:35:15,718 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO10126-2 13:35:15,719 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO10126-2PADDING 13:35:15,719 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO10126PADDING 13:35:15,719 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO7816-4 13:35:15,720 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ISO7816-4PADDING 13:35:15,720 INFO [main][CipherTest] transformation=AES.FAST/OFB16/NOPADDING 13:35:15,720 INFO [main][CipherTest] transformation=AES.FAST/OFB16/PKCS5 13:35:15,720 INFO [main][CipherTest] transformation=AES.FAST/OFB16/PKCS5PADDING 13:35:15,720 INFO [main][CipherTest] transformation=AES.FAST/OFB16/PKCS7 13:35:15,721 INFO [main][CipherTest] transformation=AES.FAST/OFB16/PKCS7PADDING 13:35:15,721 INFO [main][CipherTest] transformation=AES.FAST/OFB16/TBC 13:35:15,721 INFO [main][CipherTest] transformation=AES.FAST/OFB16/TBCPADDING 13:35:15,721 INFO [main][CipherTest] transformation=AES.FAST/OFB16/X9.23 13:35:15,721 INFO [main][CipherTest] transformation=AES.FAST/OFB16/X9.23PADDING 13:35:15,722 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ZEROBYTE 13:35:15,722 INFO [main][CipherTest] transformation=AES.FAST/OFB16/ZEROBYTEPADDING 13:35:15,722 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ 13:35:15,722 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO10126 13:35:15,723 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO10126-2 13:35:15,723 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO10126-2PADDING 13:35:15,723 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO10126PADDING 13:35:15,724 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO7816-4 13:35:15,724 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ISO7816-4PADDING 13:35:15,724 INFO [main][CipherTest] transformation=AES.FAST/OFB160/NOPADDING 13:35:15,724 INFO [main][CipherTest] transformation=AES.FAST/OFB160/PKCS5 13:35:15,725 INFO [main][CipherTest] transformation=AES.FAST/OFB160/PKCS5PADDING 13:35:15,725 INFO [main][CipherTest] transformation=AES.FAST/OFB160/PKCS7 13:35:15,725 INFO [main][CipherTest] transformation=AES.FAST/OFB160/PKCS7PADDING 13:35:15,725 INFO [main][CipherTest] transformation=AES.FAST/OFB160/TBC 13:35:15,725 INFO [main][CipherTest] transformation=AES.FAST/OFB160/TBCPADDING 13:35:15,726 INFO [main][CipherTest] transformation=AES.FAST/OFB160/X9.23 13:35:15,726 INFO [main][CipherTest] transformation=AES.FAST/OFB160/X9.23PADDING 13:35:15,726 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ZEROBYTE 13:35:15,726 INFO [main][CipherTest] transformation=AES.FAST/OFB160/ZEROBYTEPADDING 13:35:15,726 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ 13:35:15,727 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO10126 13:35:15,727 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO10126-2 13:35:15,727 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO10126-2PADDING 13:35:15,728 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO10126PADDING 13:35:15,728 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO7816-4 13:35:15,728 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ISO7816-4PADDING 13:35:15,729 INFO [main][CipherTest] transformation=AES.FAST/OFB168/NOPADDING 13:35:15,729 INFO [main][CipherTest] transformation=AES.FAST/OFB168/PKCS5 13:35:15,729 INFO [main][CipherTest] transformation=AES.FAST/OFB168/PKCS5PADDING 13:35:15,729 INFO [main][CipherTest] transformation=AES.FAST/OFB168/PKCS7 13:35:15,729 INFO [main][CipherTest] transformation=AES.FAST/OFB168/PKCS7PADDING 13:35:15,730 INFO [main][CipherTest] transformation=AES.FAST/OFB168/TBC 13:35:15,730 INFO [main][CipherTest] transformation=AES.FAST/OFB168/TBCPADDING 13:35:15,730 INFO [main][CipherTest] transformation=AES.FAST/OFB168/X9.23 13:35:15,730 INFO [main][CipherTest] transformation=AES.FAST/OFB168/X9.23PADDING 13:35:15,730 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ZEROBYTE 13:35:15,731 INFO [main][CipherTest] transformation=AES.FAST/OFB168/ZEROBYTEPADDING 13:35:15,731 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ 13:35:15,731 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO10126 13:35:15,731 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO10126-2 13:35:15,732 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO10126-2PADDING 13:35:15,732 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO10126PADDING 13:35:15,733 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO7816-4 13:35:15,733 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ISO7816-4PADDING 13:35:15,733 INFO [main][CipherTest] transformation=AES.FAST/OFB176/NOPADDING 13:35:15,733 INFO [main][CipherTest] transformation=AES.FAST/OFB176/PKCS5 13:35:15,733 INFO [main][CipherTest] transformation=AES.FAST/OFB176/PKCS5PADDING 13:35:15,734 INFO [main][CipherTest] transformation=AES.FAST/OFB176/PKCS7 13:35:15,734 INFO [main][CipherTest] transformation=AES.FAST/OFB176/PKCS7PADDING 13:35:15,734 INFO [main][CipherTest] transformation=AES.FAST/OFB176/TBC 13:35:15,735 INFO [main][CipherTest] transformation=AES.FAST/OFB176/TBCPADDING 13:35:15,735 INFO [main][CipherTest] transformation=AES.FAST/OFB176/X9.23 13:35:15,736 INFO [main][CipherTest] transformation=AES.FAST/OFB176/X9.23PADDING 13:35:15,736 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ZEROBYTE 13:35:15,736 INFO [main][CipherTest] transformation=AES.FAST/OFB176/ZEROBYTEPADDING 13:35:15,736 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ 13:35:15,736 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO10126 13:35:15,737 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO10126-2 13:35:15,737 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO10126-2PADDING 13:35:15,738 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO10126PADDING 13:35:15,738 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO7816-4 13:35:15,738 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ISO7816-4PADDING 13:35:15,739 INFO [main][CipherTest] transformation=AES.FAST/OFB184/NOPADDING 13:35:15,739 INFO [main][CipherTest] transformation=AES.FAST/OFB184/PKCS5 13:35:15,739 INFO [main][CipherTest] transformation=AES.FAST/OFB184/PKCS5PADDING 13:35:15,739 INFO [main][CipherTest] transformation=AES.FAST/OFB184/PKCS7 13:35:15,739 INFO [main][CipherTest] transformation=AES.FAST/OFB184/PKCS7PADDING 13:35:15,740 INFO [main][CipherTest] transformation=AES.FAST/OFB184/TBC 13:35:15,740 INFO [main][CipherTest] transformation=AES.FAST/OFB184/TBCPADDING 13:35:15,740 INFO [main][CipherTest] transformation=AES.FAST/OFB184/X9.23 13:35:15,740 INFO [main][CipherTest] transformation=AES.FAST/OFB184/X9.23PADDING 13:35:15,740 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ZEROBYTE 13:35:15,740 INFO [main][CipherTest] transformation=AES.FAST/OFB184/ZEROBYTEPADDING 13:35:15,740 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ 13:35:15,741 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO10126 13:35:15,741 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO10126-2 13:35:15,741 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO10126-2PADDING 13:35:15,741 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO10126PADDING 13:35:15,742 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO7816-4 13:35:15,742 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ISO7816-4PADDING 13:35:15,742 INFO [main][CipherTest] transformation=AES.FAST/OFB192/NOPADDING 13:35:15,742 INFO [main][CipherTest] transformation=AES.FAST/OFB192/PKCS5 13:35:15,742 INFO [main][CipherTest] transformation=AES.FAST/OFB192/PKCS5PADDING 13:35:15,742 INFO [main][CipherTest] transformation=AES.FAST/OFB192/PKCS7 13:35:15,742 INFO [main][CipherTest] transformation=AES.FAST/OFB192/PKCS7PADDING 13:35:15,742 INFO [main][CipherTest] transformation=AES.FAST/OFB192/TBC 13:35:15,743 INFO [main][CipherTest] transformation=AES.FAST/OFB192/TBCPADDING 13:35:15,743 INFO [main][CipherTest] transformation=AES.FAST/OFB192/X9.23 13:35:15,743 INFO [main][CipherTest] transformation=AES.FAST/OFB192/X9.23PADDING 13:35:15,743 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ZEROBYTE 13:35:15,743 INFO [main][CipherTest] transformation=AES.FAST/OFB192/ZEROBYTEPADDING 13:35:15,743 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ 13:35:15,743 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO10126 13:35:15,744 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO10126-2 13:35:15,744 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO10126-2PADDING 13:35:15,744 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO10126PADDING 13:35:15,744 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO7816-4 13:35:15,744 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ISO7816-4PADDING 13:35:15,744 INFO [main][CipherTest] transformation=AES.FAST/OFB200/NOPADDING 13:35:15,745 INFO [main][CipherTest] transformation=AES.FAST/OFB200/PKCS5 13:35:15,745 INFO [main][CipherTest] transformation=AES.FAST/OFB200/PKCS5PADDING 13:35:15,745 INFO [main][CipherTest] transformation=AES.FAST/OFB200/PKCS7 13:35:15,745 INFO [main][CipherTest] transformation=AES.FAST/OFB200/PKCS7PADDING 13:35:15,745 INFO [main][CipherTest] transformation=AES.FAST/OFB200/TBC 13:35:15,745 INFO [main][CipherTest] transformation=AES.FAST/OFB200/TBCPADDING 13:35:15,745 INFO [main][CipherTest] transformation=AES.FAST/OFB200/X9.23 13:35:15,745 INFO [main][CipherTest] transformation=AES.FAST/OFB200/X9.23PADDING 13:35:15,745 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ZEROBYTE 13:35:15,746 INFO [main][CipherTest] transformation=AES.FAST/OFB200/ZEROBYTEPADDING 13:35:15,746 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ 13:35:15,746 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO10126 13:35:15,746 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO10126-2 13:35:15,746 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO10126-2PADDING 13:35:15,747 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO10126PADDING 13:35:15,747 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO7816-4 13:35:15,747 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ISO7816-4PADDING 13:35:15,747 INFO [main][CipherTest] transformation=AES.FAST/OFB208/NOPADDING 13:35:15,747 INFO [main][CipherTest] transformation=AES.FAST/OFB208/PKCS5 13:35:15,747 INFO [main][CipherTest] transformation=AES.FAST/OFB208/PKCS5PADDING 13:35:15,747 INFO [main][CipherTest] transformation=AES.FAST/OFB208/PKCS7 13:35:15,747 INFO [main][CipherTest] transformation=AES.FAST/OFB208/PKCS7PADDING 13:35:15,748 INFO [main][CipherTest] transformation=AES.FAST/OFB208/TBC 13:35:15,748 INFO [main][CipherTest] transformation=AES.FAST/OFB208/TBCPADDING 13:35:15,748 INFO [main][CipherTest] transformation=AES.FAST/OFB208/X9.23 13:35:15,748 INFO [main][CipherTest] transformation=AES.FAST/OFB208/X9.23PADDING 13:35:15,748 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ZEROBYTE 13:35:15,748 INFO [main][CipherTest] transformation=AES.FAST/OFB208/ZEROBYTEPADDING 13:35:15,748 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ 13:35:15,748 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO10126 13:35:15,749 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO10126-2 13:35:15,749 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO10126-2PADDING 13:35:15,749 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO10126PADDING 13:35:15,749 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO7816-4 13:35:15,749 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ISO7816-4PADDING 13:35:15,750 INFO [main][CipherTest] transformation=AES.FAST/OFB216/NOPADDING 13:35:15,750 INFO [main][CipherTest] transformation=AES.FAST/OFB216/PKCS5 13:35:15,750 INFO [main][CipherTest] transformation=AES.FAST/OFB216/PKCS5PADDING 13:35:15,750 INFO [main][CipherTest] transformation=AES.FAST/OFB216/PKCS7 13:35:15,750 INFO [main][CipherTest] transformation=AES.FAST/OFB216/PKCS7PADDING 13:35:15,750 INFO [main][CipherTest] transformation=AES.FAST/OFB216/TBC 13:35:15,750 INFO [main][CipherTest] transformation=AES.FAST/OFB216/TBCPADDING 13:35:15,750 INFO [main][CipherTest] transformation=AES.FAST/OFB216/X9.23 13:35:15,750 INFO [main][CipherTest] transformation=AES.FAST/OFB216/X9.23PADDING 13:35:15,751 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ZEROBYTE 13:35:15,751 INFO [main][CipherTest] transformation=AES.FAST/OFB216/ZEROBYTEPADDING 13:35:15,751 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ 13:35:15,751 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO10126 13:35:15,751 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO10126-2 13:35:15,751 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO10126-2PADDING 13:35:15,752 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO10126PADDING 13:35:15,752 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO7816-4 13:35:15,752 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ISO7816-4PADDING 13:35:15,752 INFO [main][CipherTest] transformation=AES.FAST/OFB224/NOPADDING 13:35:15,752 INFO [main][CipherTest] transformation=AES.FAST/OFB224/PKCS5 13:35:15,752 INFO [main][CipherTest] transformation=AES.FAST/OFB224/PKCS5PADDING 13:35:15,753 INFO [main][CipherTest] transformation=AES.FAST/OFB224/PKCS7 13:35:15,753 INFO [main][CipherTest] transformation=AES.FAST/OFB224/PKCS7PADDING 13:35:15,753 INFO [main][CipherTest] transformation=AES.FAST/OFB224/TBC 13:35:15,753 INFO [main][CipherTest] transformation=AES.FAST/OFB224/TBCPADDING 13:35:15,753 INFO [main][CipherTest] transformation=AES.FAST/OFB224/X9.23 13:35:15,753 INFO [main][CipherTest] transformation=AES.FAST/OFB224/X9.23PADDING 13:35:15,753 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ZEROBYTE 13:35:15,753 INFO [main][CipherTest] transformation=AES.FAST/OFB224/ZEROBYTEPADDING 13:35:15,753 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ 13:35:15,754 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO10126 13:35:15,754 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO10126-2 13:35:15,754 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO10126-2PADDING 13:35:15,754 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO10126PADDING 13:35:15,755 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO7816-4 13:35:15,755 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ISO7816-4PADDING 13:35:15,755 INFO [main][CipherTest] transformation=AES.FAST/OFB232/NOPADDING 13:35:15,756 INFO [main][CipherTest] transformation=AES.FAST/OFB232/PKCS5 13:35:15,756 INFO [main][CipherTest] transformation=AES.FAST/OFB232/PKCS5PADDING 13:35:15,756 INFO [main][CipherTest] transformation=AES.FAST/OFB232/PKCS7 13:35:15,756 INFO [main][CipherTest] transformation=AES.FAST/OFB232/PKCS7PADDING 13:35:15,756 INFO [main][CipherTest] transformation=AES.FAST/OFB232/TBC 13:35:15,757 INFO [main][CipherTest] transformation=AES.FAST/OFB232/TBCPADDING 13:35:15,757 INFO [main][CipherTest] transformation=AES.FAST/OFB232/X9.23 13:35:15,757 INFO [main][CipherTest] transformation=AES.FAST/OFB232/X9.23PADDING 13:35:15,757 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ZEROBYTE 13:35:15,758 INFO [main][CipherTest] transformation=AES.FAST/OFB232/ZEROBYTEPADDING 13:35:15,758 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ 13:35:15,758 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO10126 13:35:15,758 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO10126-2 13:35:15,759 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO10126-2PADDING 13:35:15,759 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO10126PADDING 13:35:15,760 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO7816-4 13:35:15,760 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ISO7816-4PADDING 13:35:15,760 INFO [main][CipherTest] transformation=AES.FAST/OFB24/NOPADDING 13:35:15,760 INFO [main][CipherTest] transformation=AES.FAST/OFB24/PKCS5 13:35:15,760 INFO [main][CipherTest] transformation=AES.FAST/OFB24/PKCS5PADDING 13:35:15,761 INFO [main][CipherTest] transformation=AES.FAST/OFB24/PKCS7 13:35:15,761 INFO [main][CipherTest] transformation=AES.FAST/OFB24/PKCS7PADDING 13:35:15,761 INFO [main][CipherTest] transformation=AES.FAST/OFB24/TBC 13:35:15,761 INFO [main][CipherTest] transformation=AES.FAST/OFB24/TBCPADDING 13:35:15,761 INFO [main][CipherTest] transformation=AES.FAST/OFB24/X9.23 13:35:15,762 INFO [main][CipherTest] transformation=AES.FAST/OFB24/X9.23PADDING 13:35:15,762 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ZEROBYTE 13:35:15,762 INFO [main][CipherTest] transformation=AES.FAST/OFB24/ZEROBYTEPADDING 13:35:15,762 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ 13:35:15,762 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO10126 13:35:15,763 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO10126-2 13:35:15,763 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO10126-2PADDING 13:35:15,764 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO10126PADDING 13:35:15,764 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO7816-4 13:35:15,764 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ISO7816-4PADDING 13:35:15,764 INFO [main][CipherTest] transformation=AES.FAST/OFB240/NOPADDING 13:35:15,765 INFO [main][CipherTest] transformation=AES.FAST/OFB240/PKCS5 13:35:15,765 INFO [main][CipherTest] transformation=AES.FAST/OFB240/PKCS5PADDING 13:35:15,765 INFO [main][CipherTest] transformation=AES.FAST/OFB240/PKCS7 13:35:15,765 INFO [main][CipherTest] transformation=AES.FAST/OFB240/PKCS7PADDING 13:35:15,765 INFO [main][CipherTest] transformation=AES.FAST/OFB240/TBC 13:35:15,766 INFO [main][CipherTest] transformation=AES.FAST/OFB240/TBCPADDING 13:35:15,766 INFO [main][CipherTest] transformation=AES.FAST/OFB240/X9.23 13:35:15,766 INFO [main][CipherTest] transformation=AES.FAST/OFB240/X9.23PADDING 13:35:15,766 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ZEROBYTE 13:35:15,767 INFO [main][CipherTest] transformation=AES.FAST/OFB240/ZEROBYTEPADDING 13:35:15,767 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ 13:35:15,767 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO10126 13:35:15,767 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO10126-2 13:35:15,768 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO10126-2PADDING 13:35:15,768 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO10126PADDING 13:35:15,769 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO7816-4 13:35:15,769 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ISO7816-4PADDING 13:35:15,769 INFO [main][CipherTest] transformation=AES.FAST/OFB248/NOPADDING 13:35:15,769 INFO [main][CipherTest] transformation=AES.FAST/OFB248/PKCS5 13:35:15,769 INFO [main][CipherTest] transformation=AES.FAST/OFB248/PKCS5PADDING 13:35:15,770 INFO [main][CipherTest] transformation=AES.FAST/OFB248/PKCS7 13:35:15,770 INFO [main][CipherTest] transformation=AES.FAST/OFB248/PKCS7PADDING 13:35:15,770 INFO [main][CipherTest] transformation=AES.FAST/OFB248/TBC 13:35:15,770 INFO [main][CipherTest] transformation=AES.FAST/OFB248/TBCPADDING 13:35:15,770 INFO [main][CipherTest] transformation=AES.FAST/OFB248/X9.23 13:35:15,770 INFO [main][CipherTest] transformation=AES.FAST/OFB248/X9.23PADDING 13:35:15,770 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ZEROBYTE 13:35:15,771 INFO [main][CipherTest] transformation=AES.FAST/OFB248/ZEROBYTEPADDING 13:35:15,771 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ 13:35:15,771 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO10126 13:35:15,771 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO10126-2 13:35:15,771 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO10126-2PADDING 13:35:15,772 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO10126PADDING 13:35:15,772 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO7816-4 13:35:15,772 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ISO7816-4PADDING 13:35:15,772 INFO [main][CipherTest] transformation=AES.FAST/OFB256/NOPADDING 13:35:15,772 INFO [main][CipherTest] transformation=AES.FAST/OFB256/PKCS5 13:35:15,772 INFO [main][CipherTest] transformation=AES.FAST/OFB256/PKCS5PADDING 13:35:15,772 INFO [main][CipherTest] transformation=AES.FAST/OFB256/PKCS7 13:35:15,772 INFO [main][CipherTest] transformation=AES.FAST/OFB256/PKCS7PADDING 13:35:15,773 INFO [main][CipherTest] transformation=AES.FAST/OFB256/TBC 13:35:15,773 INFO [main][CipherTest] transformation=AES.FAST/OFB256/TBCPADDING 13:35:15,773 INFO [main][CipherTest] transformation=AES.FAST/OFB256/X9.23 13:35:15,773 INFO [main][CipherTest] transformation=AES.FAST/OFB256/X9.23PADDING 13:35:15,773 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ZEROBYTE 13:35:15,773 INFO [main][CipherTest] transformation=AES.FAST/OFB256/ZEROBYTEPADDING 13:35:15,773 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ 13:35:15,773 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO10126 13:35:15,774 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO10126-2 13:35:15,774 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO10126-2PADDING 13:35:15,774 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO10126PADDING 13:35:15,774 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO7816-4 13:35:15,774 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ISO7816-4PADDING 13:35:15,775 INFO [main][CipherTest] transformation=AES.FAST/OFB32/NOPADDING 13:35:15,775 INFO [main][CipherTest] transformation=AES.FAST/OFB32/PKCS5 13:35:15,775 INFO [main][CipherTest] transformation=AES.FAST/OFB32/PKCS5PADDING 13:35:15,775 INFO [main][CipherTest] transformation=AES.FAST/OFB32/PKCS7 13:35:15,775 INFO [main][CipherTest] transformation=AES.FAST/OFB32/PKCS7PADDING 13:35:15,775 INFO [main][CipherTest] transformation=AES.FAST/OFB32/TBC 13:35:15,775 INFO [main][CipherTest] transformation=AES.FAST/OFB32/TBCPADDING 13:35:15,775 INFO [main][CipherTest] transformation=AES.FAST/OFB32/X9.23 13:35:15,775 INFO [main][CipherTest] transformation=AES.FAST/OFB32/X9.23PADDING 13:35:15,776 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ZEROBYTE 13:35:15,776 INFO [main][CipherTest] transformation=AES.FAST/OFB32/ZEROBYTEPADDING 13:35:15,776 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ 13:35:15,776 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO10126 13:35:15,776 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO10126-2 13:35:15,776 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO10126-2PADDING 13:35:15,777 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO10126PADDING 13:35:15,777 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO7816-4 13:35:15,777 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ISO7816-4PADDING 13:35:15,777 INFO [main][CipherTest] transformation=AES.FAST/OFB40/NOPADDING 13:35:15,777 INFO [main][CipherTest] transformation=AES.FAST/OFB40/PKCS5 13:35:15,777 INFO [main][CipherTest] transformation=AES.FAST/OFB40/PKCS5PADDING 13:35:15,777 INFO [main][CipherTest] transformation=AES.FAST/OFB40/PKCS7 13:35:15,778 INFO [main][CipherTest] transformation=AES.FAST/OFB40/PKCS7PADDING 13:35:15,778 INFO [main][CipherTest] transformation=AES.FAST/OFB40/TBC 13:35:15,778 INFO [main][CipherTest] transformation=AES.FAST/OFB40/TBCPADDING 13:35:15,778 INFO [main][CipherTest] transformation=AES.FAST/OFB40/X9.23 13:35:15,778 INFO [main][CipherTest] transformation=AES.FAST/OFB40/X9.23PADDING 13:35:15,778 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ZEROBYTE 13:35:15,778 INFO [main][CipherTest] transformation=AES.FAST/OFB40/ZEROBYTEPADDING 13:35:15,778 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ 13:35:15,779 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO10126 13:35:15,779 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO10126-2 13:35:15,779 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO10126-2PADDING 13:35:15,779 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO10126PADDING 13:35:15,780 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO7816-4 13:35:15,780 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ISO7816-4PADDING 13:35:15,780 INFO [main][CipherTest] transformation=AES.FAST/OFB48/NOPADDING 13:35:15,780 INFO [main][CipherTest] transformation=AES.FAST/OFB48/PKCS5 13:35:15,780 INFO [main][CipherTest] transformation=AES.FAST/OFB48/PKCS5PADDING 13:35:15,780 INFO [main][CipherTest] transformation=AES.FAST/OFB48/PKCS7 13:35:15,780 INFO [main][CipherTest] transformation=AES.FAST/OFB48/PKCS7PADDING 13:35:15,780 INFO [main][CipherTest] transformation=AES.FAST/OFB48/TBC 13:35:15,780 INFO [main][CipherTest] transformation=AES.FAST/OFB48/TBCPADDING 13:35:15,781 INFO [main][CipherTest] transformation=AES.FAST/OFB48/X9.23 13:35:15,781 INFO [main][CipherTest] transformation=AES.FAST/OFB48/X9.23PADDING 13:35:15,781 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ZEROBYTE 13:35:15,781 INFO [main][CipherTest] transformation=AES.FAST/OFB48/ZEROBYTEPADDING 13:35:15,781 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ 13:35:15,781 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO10126 13:35:15,781 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO10126-2 13:35:15,782 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO10126-2PADDING 13:35:15,782 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO10126PADDING 13:35:15,782 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO7816-4 13:35:15,782 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ISO7816-4PADDING 13:35:15,782 INFO [main][CipherTest] transformation=AES.FAST/OFB56/NOPADDING 13:35:15,783 INFO [main][CipherTest] transformation=AES.FAST/OFB56/PKCS5 13:35:15,783 INFO [main][CipherTest] transformation=AES.FAST/OFB56/PKCS5PADDING 13:35:15,783 INFO [main][CipherTest] transformation=AES.FAST/OFB56/PKCS7 13:35:15,783 INFO [main][CipherTest] transformation=AES.FAST/OFB56/PKCS7PADDING 13:35:15,783 INFO [main][CipherTest] transformation=AES.FAST/OFB56/TBC 13:35:15,783 INFO [main][CipherTest] transformation=AES.FAST/OFB56/TBCPADDING 13:35:15,783 INFO [main][CipherTest] transformation=AES.FAST/OFB56/X9.23 13:35:15,783 INFO [main][CipherTest] transformation=AES.FAST/OFB56/X9.23PADDING 13:35:15,783 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ZEROBYTE 13:35:15,784 INFO [main][CipherTest] transformation=AES.FAST/OFB56/ZEROBYTEPADDING 13:35:15,784 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ 13:35:15,784 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO10126 13:35:15,784 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO10126-2 13:35:15,784 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO10126-2PADDING 13:35:15,785 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO10126PADDING 13:35:15,785 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO7816-4 13:35:15,785 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ISO7816-4PADDING 13:35:15,785 INFO [main][CipherTest] transformation=AES.FAST/OFB64/NOPADDING 13:35:15,785 INFO [main][CipherTest] transformation=AES.FAST/OFB64/PKCS5 13:35:15,785 INFO [main][CipherTest] transformation=AES.FAST/OFB64/PKCS5PADDING 13:35:15,785 INFO [main][CipherTest] transformation=AES.FAST/OFB64/PKCS7 13:35:15,785 INFO [main][CipherTest] transformation=AES.FAST/OFB64/PKCS7PADDING 13:35:15,786 INFO [main][CipherTest] transformation=AES.FAST/OFB64/TBC 13:35:15,786 INFO [main][CipherTest] transformation=AES.FAST/OFB64/TBCPADDING 13:35:15,786 INFO [main][CipherTest] transformation=AES.FAST/OFB64/X9.23 13:35:15,786 INFO [main][CipherTest] transformation=AES.FAST/OFB64/X9.23PADDING 13:35:15,786 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ZEROBYTE 13:35:15,786 INFO [main][CipherTest] transformation=AES.FAST/OFB64/ZEROBYTEPADDING 13:35:15,786 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ 13:35:15,786 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO10126 13:35:15,787 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO10126-2 13:35:15,787 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO10126-2PADDING 13:35:15,787 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO10126PADDING 13:35:15,787 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO7816-4 13:35:15,787 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ISO7816-4PADDING 13:35:15,788 INFO [main][CipherTest] transformation=AES.FAST/OFB72/NOPADDING 13:35:15,788 INFO [main][CipherTest] transformation=AES.FAST/OFB72/PKCS5 13:35:15,788 INFO [main][CipherTest] transformation=AES.FAST/OFB72/PKCS5PADDING 13:35:15,788 INFO [main][CipherTest] transformation=AES.FAST/OFB72/PKCS7 13:35:15,788 INFO [main][CipherTest] transformation=AES.FAST/OFB72/PKCS7PADDING 13:35:15,788 INFO [main][CipherTest] transformation=AES.FAST/OFB72/TBC 13:35:15,788 INFO [main][CipherTest] transformation=AES.FAST/OFB72/TBCPADDING 13:35:15,788 INFO [main][CipherTest] transformation=AES.FAST/OFB72/X9.23 13:35:15,788 INFO [main][CipherTest] transformation=AES.FAST/OFB72/X9.23PADDING 13:35:15,789 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ZEROBYTE 13:35:15,789 INFO [main][CipherTest] transformation=AES.FAST/OFB72/ZEROBYTEPADDING 13:35:15,789 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ 13:35:15,789 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO10126 13:35:15,789 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO10126-2 13:35:15,789 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO10126-2PADDING 13:35:15,790 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO10126PADDING 13:35:15,790 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO7816-4 13:35:15,790 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ISO7816-4PADDING 13:35:15,790 INFO [main][CipherTest] transformation=AES.FAST/OFB8/NOPADDING 13:35:15,790 INFO [main][CipherTest] transformation=AES.FAST/OFB8/PKCS5 13:35:15,790 INFO [main][CipherTest] transformation=AES.FAST/OFB8/PKCS5PADDING 13:35:15,790 INFO [main][CipherTest] transformation=AES.FAST/OFB8/PKCS7 13:35:15,791 INFO [main][CipherTest] transformation=AES.FAST/OFB8/PKCS7PADDING 13:35:15,791 INFO [main][CipherTest] transformation=AES.FAST/OFB8/TBC 13:35:15,791 INFO [main][CipherTest] transformation=AES.FAST/OFB8/TBCPADDING 13:35:15,791 INFO [main][CipherTest] transformation=AES.FAST/OFB8/X9.23 13:35:15,791 INFO [main][CipherTest] transformation=AES.FAST/OFB8/X9.23PADDING 13:35:15,791 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ZEROBYTE 13:35:15,791 INFO [main][CipherTest] transformation=AES.FAST/OFB8/ZEROBYTEPADDING 13:35:15,791 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ 13:35:15,791 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO10126 13:35:15,792 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO10126-2 13:35:15,792 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO10126-2PADDING 13:35:15,792 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO10126PADDING 13:35:15,793 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO7816-4 13:35:15,793 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ISO7816-4PADDING 13:35:15,793 INFO [main][CipherTest] transformation=AES.FAST/OFB80/NOPADDING 13:35:15,793 INFO [main][CipherTest] transformation=AES.FAST/OFB80/PKCS5 13:35:15,793 INFO [main][CipherTest] transformation=AES.FAST/OFB80/PKCS5PADDING 13:35:15,793 INFO [main][CipherTest] transformation=AES.FAST/OFB80/PKCS7 13:35:15,793 INFO [main][CipherTest] transformation=AES.FAST/OFB80/PKCS7PADDING 13:35:15,793 INFO [main][CipherTest] transformation=AES.FAST/OFB80/TBC 13:35:15,794 INFO [main][CipherTest] transformation=AES.FAST/OFB80/TBCPADDING 13:35:15,794 INFO [main][CipherTest] transformation=AES.FAST/OFB80/X9.23 13:35:15,794 INFO [main][CipherTest] transformation=AES.FAST/OFB80/X9.23PADDING 13:35:15,794 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ZEROBYTE 13:35:15,794 INFO [main][CipherTest] transformation=AES.FAST/OFB80/ZEROBYTEPADDING 13:35:15,794 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ 13:35:15,795 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO10126 13:35:15,795 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO10126-2 13:35:15,795 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO10126-2PADDING 13:35:15,796 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO10126PADDING 13:35:15,796 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO7816-4 13:35:15,796 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ISO7816-4PADDING 13:35:15,796 INFO [main][CipherTest] transformation=AES.FAST/OFB88/NOPADDING 13:35:15,796 INFO [main][CipherTest] transformation=AES.FAST/OFB88/PKCS5 13:35:15,797 INFO [main][CipherTest] transformation=AES.FAST/OFB88/PKCS5PADDING 13:35:15,797 INFO [main][CipherTest] transformation=AES.FAST/OFB88/PKCS7 13:35:15,797 INFO [main][CipherTest] transformation=AES.FAST/OFB88/PKCS7PADDING 13:35:15,797 INFO [main][CipherTest] transformation=AES.FAST/OFB88/TBC 13:35:15,797 INFO [main][CipherTest] transformation=AES.FAST/OFB88/TBCPADDING 13:35:15,797 INFO [main][CipherTest] transformation=AES.FAST/OFB88/X9.23 13:35:15,797 INFO [main][CipherTest] transformation=AES.FAST/OFB88/X9.23PADDING 13:35:15,797 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ZEROBYTE 13:35:15,797 INFO [main][CipherTest] transformation=AES.FAST/OFB88/ZEROBYTEPADDING 13:35:15,798 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ 13:35:15,798 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO10126 13:35:15,798 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO10126-2 13:35:15,798 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO10126-2PADDING 13:35:15,798 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO10126PADDING 13:35:15,799 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO7816-4 13:35:15,799 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ISO7816-4PADDING 13:35:15,799 INFO [main][CipherTest] transformation=AES.FAST/OFB96/NOPADDING 13:35:15,799 INFO [main][CipherTest] transformation=AES.FAST/OFB96/PKCS5 13:35:15,799 INFO [main][CipherTest] transformation=AES.FAST/OFB96/PKCS5PADDING 13:35:15,799 INFO [main][CipherTest] transformation=AES.FAST/OFB96/PKCS7 13:35:15,799 INFO [main][CipherTest] transformation=AES.FAST/OFB96/PKCS7PADDING 13:35:15,800 INFO [main][CipherTest] transformation=AES.FAST/OFB96/TBC 13:35:15,800 INFO [main][CipherTest] transformation=AES.FAST/OFB96/TBCPADDING 13:35:15,800 INFO [main][CipherTest] transformation=AES.FAST/OFB96/X9.23 13:35:15,800 INFO [main][CipherTest] transformation=AES.FAST/OFB96/X9.23PADDING 13:35:15,800 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ZEROBYTE 13:35:15,800 INFO [main][CipherTest] transformation=AES.FAST/OFB96/ZEROBYTEPADDING 13:35:15,800 INFO [main][CipherTest] transformation=AES.FAST/SIC/ 13:35:15,800 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO10126 13:35:15,801 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO10126-2 13:35:15,801 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO10126-2PADDING 13:35:15,801 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO10126PADDING 13:35:15,802 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO7816-4 13:35:15,802 INFO [main][CipherTest] transformation=AES.FAST/SIC/ISO7816-4PADDING 13:35:15,802 INFO [main][CipherTest] transformation=AES.FAST/SIC/NOPADDING 13:35:15,802 INFO [main][CipherTest] transformation=AES.FAST/SIC/PKCS5 13:35:15,802 INFO [main][CipherTest] transformation=AES.FAST/SIC/PKCS5PADDING 13:35:15,802 INFO [main][CipherTest] transformation=AES.FAST/SIC/PKCS7 13:35:15,803 INFO [main][CipherTest] transformation=AES.FAST/SIC/PKCS7PADDING 13:35:15,803 INFO [main][CipherTest] transformation=AES.FAST/SIC/TBC 13:35:15,803 INFO [main][CipherTest] transformation=AES.FAST/SIC/TBCPADDING 13:35:15,803 INFO [main][CipherTest] transformation=AES.FAST/SIC/X9.23 13:35:15,803 INFO [main][CipherTest] transformation=AES.FAST/SIC/X9.23PADDING 13:35:15,803 INFO [main][CipherTest] transformation=AES.FAST/SIC/ZEROBYTE 13:35:15,804 INFO [main][CipherTest] transformation=AES.FAST/SIC/ZEROBYTEPADDING 13:35:15,804 INFO [main][CipherTest] transformation=AES.LIGHT// 13:35:15,804 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT//" does not support IV => Skipping. 13:35:15,804 INFO [main][CipherTest] transformation=AES.LIGHT//NOPADDING 13:35:15,804 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT//NOPADDING" does not support IV => Skipping. 13:35:15,804 INFO [main][CipherTest] transformation=AES.LIGHT/CBC-CTS/ 13:35:15,804 INFO [main][CipherTest] transformation=AES.LIGHT/CBC-CTS/NOPADDING 13:35:15,805 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ 13:35:15,805 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO10126 13:35:15,805 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO10126-2 13:35:15,806 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO10126-2PADDING 13:35:15,806 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO10126PADDING 13:35:15,807 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO7816-4 13:35:15,807 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ISO7816-4PADDING 13:35:15,808 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/NOPADDING 13:35:15,808 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/PKCS5 13:35:15,808 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/PKCS5PADDING 13:35:15,809 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/PKCS7 13:35:15,809 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/PKCS7PADDING 13:35:15,809 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/TBC 13:35:15,809 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/TBCPADDING 13:35:15,810 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/X9.23 13:35:15,810 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/X9.23PADDING 13:35:15,810 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ZEROBYTE 13:35:15,810 INFO [main][CipherTest] transformation=AES.LIGHT/CBC/ZEROBYTEPADDING 13:35:15,811 INFO [main][CipherTest] transformation=AES.LIGHT/CCM/ 13:35:15,811 INFO [main][CipherTest] transformation=AES.LIGHT/CCM/NOPADDING 13:35:15,811 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ 13:35:15,811 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO10126 13:35:15,812 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO10126-2 13:35:15,812 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO10126-2PADDING 13:35:15,812 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO10126PADDING 13:35:15,813 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO7816-4 13:35:15,813 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ISO7816-4PADDING 13:35:15,814 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/NOPADDING 13:35:15,814 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/PKCS5 13:35:15,814 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/PKCS5PADDING 13:35:15,814 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/PKCS7 13:35:15,814 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/PKCS7PADDING 13:35:15,814 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/TBC 13:35:15,815 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/TBCPADDING 13:35:15,815 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/X9.23 13:35:15,815 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/X9.23PADDING 13:35:15,815 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ZEROBYTE 13:35:15,815 INFO [main][CipherTest] transformation=AES.LIGHT/CFB/ZEROBYTEPADDING 13:35:15,815 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ 13:35:15,816 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO10126 13:35:15,816 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO10126-2 13:35:15,816 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO10126-2PADDING 13:35:15,817 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO10126PADDING 13:35:15,817 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO7816-4 13:35:15,817 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ISO7816-4PADDING 13:35:15,817 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/NOPADDING 13:35:15,817 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/PKCS5 13:35:15,818 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/PKCS5PADDING 13:35:15,818 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/PKCS7 13:35:15,818 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/PKCS7PADDING 13:35:15,818 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/TBC 13:35:15,818 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/TBCPADDING 13:35:15,818 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/X9.23 13:35:15,819 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/X9.23PADDING 13:35:15,819 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ZEROBYTE 13:35:15,819 INFO [main][CipherTest] transformation=AES.LIGHT/CFB104/ZEROBYTEPADDING 13:35:15,819 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ 13:35:15,819 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO10126 13:35:15,820 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO10126-2 13:35:15,820 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO10126-2PADDING 13:35:15,820 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO10126PADDING 13:35:15,821 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO7816-4 13:35:15,821 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ISO7816-4PADDING 13:35:15,821 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/NOPADDING 13:35:15,821 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/PKCS5 13:35:15,821 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/PKCS5PADDING 13:35:15,821 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/PKCS7 13:35:15,822 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/PKCS7PADDING 13:35:15,822 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/TBC 13:35:15,822 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/TBCPADDING 13:35:15,822 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/X9.23 13:35:15,822 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/X9.23PADDING 13:35:15,822 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ZEROBYTE 13:35:15,823 INFO [main][CipherTest] transformation=AES.LIGHT/CFB112/ZEROBYTEPADDING 13:35:15,823 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ 13:35:15,823 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO10126 13:35:15,823 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO10126-2 13:35:15,823 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO10126-2PADDING 13:35:15,824 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO10126PADDING 13:35:15,824 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO7816-4 13:35:15,824 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ISO7816-4PADDING 13:35:15,824 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/NOPADDING 13:35:15,825 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/PKCS5 13:35:15,825 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/PKCS5PADDING 13:35:15,825 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/PKCS7 13:35:15,825 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/PKCS7PADDING 13:35:15,825 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/TBC 13:35:15,825 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/TBCPADDING 13:35:15,826 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/X9.23 13:35:15,826 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/X9.23PADDING 13:35:15,826 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ZEROBYTE 13:35:15,826 INFO [main][CipherTest] transformation=AES.LIGHT/CFB120/ZEROBYTEPADDING 13:35:15,826 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ 13:35:15,826 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO10126 13:35:15,827 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO10126-2 13:35:15,827 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO10126-2PADDING 13:35:15,827 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO10126PADDING 13:35:15,828 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO7816-4 13:35:15,828 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ISO7816-4PADDING 13:35:15,831 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/NOPADDING 13:35:15,831 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/PKCS5 13:35:15,831 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/PKCS5PADDING 13:35:15,831 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/PKCS7 13:35:15,832 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/PKCS7PADDING 13:35:15,832 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/TBC 13:35:15,832 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/TBCPADDING 13:35:15,833 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/X9.23 13:35:15,833 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/X9.23PADDING 13:35:15,833 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ZEROBYTE 13:35:15,833 INFO [main][CipherTest] transformation=AES.LIGHT/CFB128/ZEROBYTEPADDING 13:35:15,834 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ 13:35:15,834 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO10126 13:35:15,834 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO10126-2 13:35:15,835 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO10126-2PADDING 13:35:15,835 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO10126PADDING 13:35:15,836 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO7816-4 13:35:15,836 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ISO7816-4PADDING 13:35:15,836 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/NOPADDING 13:35:15,837 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/PKCS5 13:35:15,837 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/PKCS5PADDING 13:35:15,837 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/PKCS7 13:35:15,837 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/PKCS7PADDING 13:35:15,838 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/TBC 13:35:15,838 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/TBCPADDING 13:35:15,838 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/X9.23 13:35:15,838 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/X9.23PADDING 13:35:15,839 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ZEROBYTE 13:35:15,839 INFO [main][CipherTest] transformation=AES.LIGHT/CFB136/ZEROBYTEPADDING 13:35:15,839 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ 13:35:15,839 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO10126 13:35:15,840 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO10126-2 13:35:15,840 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO10126-2PADDING 13:35:15,841 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO10126PADDING 13:35:15,841 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO7816-4 13:35:15,842 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ISO7816-4PADDING 13:35:15,842 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/NOPADDING 13:35:15,842 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/PKCS5 13:35:15,843 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/PKCS5PADDING 13:35:15,843 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/PKCS7 13:35:15,843 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/PKCS7PADDING 13:35:15,844 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/TBC 13:35:15,844 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/TBCPADDING 13:35:15,844 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/X9.23 13:35:15,844 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/X9.23PADDING 13:35:15,845 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ZEROBYTE 13:35:15,845 INFO [main][CipherTest] transformation=AES.LIGHT/CFB144/ZEROBYTEPADDING 13:35:15,845 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ 13:35:15,845 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO10126 13:35:15,846 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO10126-2 13:35:15,846 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO10126-2PADDING 13:35:15,847 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO10126PADDING 13:35:15,847 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO7816-4 13:35:15,847 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ISO7816-4PADDING 13:35:15,848 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/NOPADDING 13:35:15,848 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/PKCS5 13:35:15,848 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/PKCS5PADDING 13:35:15,848 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/PKCS7 13:35:15,849 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/PKCS7PADDING 13:35:15,849 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/TBC 13:35:15,849 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/TBCPADDING 13:35:15,849 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/X9.23 13:35:15,850 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/X9.23PADDING 13:35:15,850 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ZEROBYTE 13:35:15,850 INFO [main][CipherTest] transformation=AES.LIGHT/CFB152/ZEROBYTEPADDING 13:35:15,851 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ 13:35:15,851 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO10126 13:35:15,851 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO10126-2 13:35:15,852 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO10126-2PADDING 13:35:15,852 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO10126PADDING 13:35:15,853 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO7816-4 13:35:15,853 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ISO7816-4PADDING 13:35:15,853 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/NOPADDING 13:35:15,853 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/PKCS5 13:35:15,853 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/PKCS5PADDING 13:35:15,853 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/PKCS7 13:35:15,853 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/PKCS7PADDING 13:35:15,854 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/TBC 13:35:15,854 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/TBCPADDING 13:35:15,854 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/X9.23 13:35:15,854 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/X9.23PADDING 13:35:15,854 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ZEROBYTE 13:35:15,854 INFO [main][CipherTest] transformation=AES.LIGHT/CFB16/ZEROBYTEPADDING 13:35:15,854 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ 13:35:15,854 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO10126 13:35:15,855 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO10126-2 13:35:15,855 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO10126-2PADDING 13:35:15,855 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO10126PADDING 13:35:15,855 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO7816-4 13:35:15,856 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ISO7816-4PADDING 13:35:15,856 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/NOPADDING 13:35:15,856 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/PKCS5 13:35:15,856 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/PKCS5PADDING 13:35:15,856 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/PKCS7 13:35:15,856 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/PKCS7PADDING 13:35:15,856 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/TBC 13:35:15,856 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/TBCPADDING 13:35:15,856 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/X9.23 13:35:15,857 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/X9.23PADDING 13:35:15,857 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ZEROBYTE 13:35:15,857 INFO [main][CipherTest] transformation=AES.LIGHT/CFB160/ZEROBYTEPADDING 13:35:15,857 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ 13:35:15,857 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO10126 13:35:15,857 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO10126-2 13:35:15,857 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO10126-2PADDING 13:35:15,858 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO10126PADDING 13:35:15,858 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO7816-4 13:35:15,858 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ISO7816-4PADDING 13:35:15,858 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/NOPADDING 13:35:15,858 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/PKCS5 13:35:15,858 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/PKCS5PADDING 13:35:15,859 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/PKCS7 13:35:15,859 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/PKCS7PADDING 13:35:15,859 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/TBC 13:35:15,859 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/TBCPADDING 13:35:15,859 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/X9.23 13:35:15,859 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/X9.23PADDING 13:35:15,859 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ZEROBYTE 13:35:15,859 INFO [main][CipherTest] transformation=AES.LIGHT/CFB168/ZEROBYTEPADDING 13:35:15,859 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ 13:35:15,860 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO10126 13:35:15,860 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO10126-2 13:35:15,860 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO10126-2PADDING 13:35:15,860 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO10126PADDING 13:35:15,861 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO7816-4 13:35:15,861 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ISO7816-4PADDING 13:35:15,861 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/NOPADDING 13:35:15,861 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/PKCS5 13:35:15,861 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/PKCS5PADDING 13:35:15,861 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/PKCS7 13:35:15,861 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/PKCS7PADDING 13:35:15,861 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/TBC 13:35:15,861 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/TBCPADDING 13:35:15,862 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/X9.23 13:35:15,862 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/X9.23PADDING 13:35:15,862 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ZEROBYTE 13:35:15,862 INFO [main][CipherTest] transformation=AES.LIGHT/CFB176/ZEROBYTEPADDING 13:35:15,862 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ 13:35:15,862 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO10126 13:35:15,863 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO10126-2 13:35:15,863 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO10126-2PADDING 13:35:15,863 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO10126PADDING 13:35:15,863 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO7816-4 13:35:15,863 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ISO7816-4PADDING 13:35:15,864 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/NOPADDING 13:35:15,864 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/PKCS5 13:35:15,864 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/PKCS5PADDING 13:35:15,864 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/PKCS7 13:35:15,864 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/PKCS7PADDING 13:35:15,864 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/TBC 13:35:15,864 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/TBCPADDING 13:35:15,864 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/X9.23 13:35:15,864 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/X9.23PADDING 13:35:15,865 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ZEROBYTE 13:35:15,865 INFO [main][CipherTest] transformation=AES.LIGHT/CFB184/ZEROBYTEPADDING 13:35:15,865 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ 13:35:15,865 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO10126 13:35:15,865 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO10126-2 13:35:15,865 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO10126-2PADDING 13:35:15,866 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO10126PADDING 13:35:15,866 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO7816-4 13:35:15,866 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ISO7816-4PADDING 13:35:15,866 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/NOPADDING 13:35:15,866 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/PKCS5 13:35:15,866 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/PKCS5PADDING 13:35:15,867 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/PKCS7 13:35:15,867 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/PKCS7PADDING 13:35:15,867 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/TBC 13:35:15,867 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/TBCPADDING 13:35:15,867 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/X9.23 13:35:15,867 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/X9.23PADDING 13:35:15,867 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ZEROBYTE 13:35:15,867 INFO [main][CipherTest] transformation=AES.LIGHT/CFB192/ZEROBYTEPADDING 13:35:15,868 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ 13:35:15,868 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO10126 13:35:15,868 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO10126-2 13:35:15,868 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO10126-2PADDING 13:35:15,868 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO10126PADDING 13:35:15,869 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO7816-4 13:35:15,869 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ISO7816-4PADDING 13:35:15,869 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/NOPADDING 13:35:15,869 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/PKCS5 13:35:15,869 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/PKCS5PADDING 13:35:15,869 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/PKCS7 13:35:15,869 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/PKCS7PADDING 13:35:15,869 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/TBC 13:35:15,870 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/TBCPADDING 13:35:15,870 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/X9.23 13:35:15,870 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/X9.23PADDING 13:35:15,870 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ZEROBYTE 13:35:15,870 INFO [main][CipherTest] transformation=AES.LIGHT/CFB200/ZEROBYTEPADDING 13:35:15,870 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ 13:35:15,870 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO10126 13:35:15,870 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO10126-2 13:35:15,871 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO10126-2PADDING 13:35:15,871 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO10126PADDING 13:35:15,871 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO7816-4 13:35:15,871 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ISO7816-4PADDING 13:35:15,871 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/NOPADDING 13:35:15,872 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/PKCS5 13:35:15,872 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/PKCS5PADDING 13:35:15,872 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/PKCS7 13:35:15,872 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/PKCS7PADDING 13:35:15,872 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/TBC 13:35:15,872 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/TBCPADDING 13:35:15,872 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/X9.23 13:35:15,872 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/X9.23PADDING 13:35:15,873 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ZEROBYTE 13:35:15,873 INFO [main][CipherTest] transformation=AES.LIGHT/CFB208/ZEROBYTEPADDING 13:35:15,873 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ 13:35:15,873 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO10126 13:35:15,873 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO10126-2 13:35:15,873 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO10126-2PADDING 13:35:15,874 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO10126PADDING 13:35:15,874 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO7816-4 13:35:15,874 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ISO7816-4PADDING 13:35:15,875 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/NOPADDING 13:35:15,875 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/PKCS5 13:35:15,875 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/PKCS5PADDING 13:35:15,875 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/PKCS7 13:35:15,876 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/PKCS7PADDING 13:35:15,876 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/TBC 13:35:15,876 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/TBCPADDING 13:35:15,876 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/X9.23 13:35:15,876 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/X9.23PADDING 13:35:15,877 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ZEROBYTE 13:35:15,877 INFO [main][CipherTest] transformation=AES.LIGHT/CFB216/ZEROBYTEPADDING 13:35:15,877 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ 13:35:15,877 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO10126 13:35:15,877 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO10126-2 13:35:15,878 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO10126-2PADDING 13:35:15,878 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO10126PADDING 13:35:15,879 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO7816-4 13:35:15,879 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ISO7816-4PADDING 13:35:15,879 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/NOPADDING 13:35:15,879 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/PKCS5 13:35:15,880 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/PKCS5PADDING 13:35:15,880 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/PKCS7 13:35:15,880 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/PKCS7PADDING 13:35:15,880 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/TBC 13:35:15,880 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/TBCPADDING 13:35:15,881 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/X9.23 13:35:15,881 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/X9.23PADDING 13:35:15,881 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ZEROBYTE 13:35:15,881 INFO [main][CipherTest] transformation=AES.LIGHT/CFB224/ZEROBYTEPADDING 13:35:15,881 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ 13:35:15,882 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO10126 13:35:15,882 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO10126-2 13:35:15,882 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO10126-2PADDING 13:35:15,883 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO10126PADDING 13:35:15,883 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO7816-4 13:35:15,884 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ISO7816-4PADDING 13:35:15,884 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/NOPADDING 13:35:15,884 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/PKCS5 13:35:15,884 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/PKCS5PADDING 13:35:15,884 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/PKCS7 13:35:15,885 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/PKCS7PADDING 13:35:15,885 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/TBC 13:35:15,885 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/TBCPADDING 13:35:15,885 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/X9.23 13:35:15,885 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/X9.23PADDING 13:35:15,886 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ZEROBYTE 13:35:15,886 INFO [main][CipherTest] transformation=AES.LIGHT/CFB232/ZEROBYTEPADDING 13:35:15,886 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ 13:35:15,886 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO10126 13:35:15,887 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO10126-2 13:35:15,887 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO10126-2PADDING 13:35:15,887 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO10126PADDING 13:35:15,888 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO7816-4 13:35:15,888 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ISO7816-4PADDING 13:35:15,888 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/NOPADDING 13:35:15,888 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/PKCS5 13:35:15,889 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/PKCS5PADDING 13:35:15,889 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/PKCS7 13:35:15,889 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/PKCS7PADDING 13:35:15,889 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/TBC 13:35:15,889 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/TBCPADDING 13:35:15,890 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/X9.23 13:35:15,890 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/X9.23PADDING 13:35:15,890 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ZEROBYTE 13:35:15,890 INFO [main][CipherTest] transformation=AES.LIGHT/CFB24/ZEROBYTEPADDING 13:35:15,891 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ 13:35:15,891 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO10126 13:35:15,891 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO10126-2 13:35:15,892 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO10126-2PADDING 13:35:15,892 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO10126PADDING 13:35:15,892 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO7816-4 13:35:15,893 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ISO7816-4PADDING 13:35:15,893 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/NOPADDING 13:35:15,893 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/PKCS5 13:35:15,893 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/PKCS5PADDING 13:35:15,894 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/PKCS7 13:35:15,894 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/PKCS7PADDING 13:35:15,894 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/TBC 13:35:15,894 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/TBCPADDING 13:35:15,895 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/X9.23 13:35:15,895 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/X9.23PADDING 13:35:15,895 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ZEROBYTE 13:35:15,895 INFO [main][CipherTest] transformation=AES.LIGHT/CFB240/ZEROBYTEPADDING 13:35:15,895 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ 13:35:15,896 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO10126 13:35:15,896 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO10126-2 13:35:15,896 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO10126-2PADDING 13:35:15,897 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO10126PADDING 13:35:15,897 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO7816-4 13:35:15,898 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ISO7816-4PADDING 13:35:15,898 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/NOPADDING 13:35:15,898 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/PKCS5 13:35:15,898 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/PKCS5PADDING 13:35:15,898 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/PKCS7 13:35:15,899 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/PKCS7PADDING 13:35:15,899 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/TBC 13:35:15,899 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/TBCPADDING 13:35:15,899 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/X9.23 13:35:15,899 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/X9.23PADDING 13:35:15,900 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ZEROBYTE 13:35:15,900 INFO [main][CipherTest] transformation=AES.LIGHT/CFB248/ZEROBYTEPADDING 13:35:15,900 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ 13:35:15,900 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO10126 13:35:15,900 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO10126-2 13:35:15,901 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO10126-2PADDING 13:35:15,901 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO10126PADDING 13:35:15,901 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO7816-4 13:35:15,901 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ISO7816-4PADDING 13:35:15,901 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/NOPADDING 13:35:15,901 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/PKCS5 13:35:15,902 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/PKCS5PADDING 13:35:15,902 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/PKCS7 13:35:15,902 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/PKCS7PADDING 13:35:15,902 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/TBC 13:35:15,902 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/TBCPADDING 13:35:15,902 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/X9.23 13:35:15,902 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/X9.23PADDING 13:35:15,902 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ZEROBYTE 13:35:15,903 INFO [main][CipherTest] transformation=AES.LIGHT/CFB256/ZEROBYTEPADDING 13:35:15,903 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ 13:35:15,903 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO10126 13:35:15,903 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO10126-2 13:35:15,903 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO10126-2PADDING 13:35:15,904 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO10126PADDING 13:35:15,904 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO7816-4 13:35:15,904 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ISO7816-4PADDING 13:35:15,904 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/NOPADDING 13:35:15,904 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/PKCS5 13:35:15,904 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/PKCS5PADDING 13:35:15,904 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/PKCS7 13:35:15,904 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/PKCS7PADDING 13:35:15,905 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/TBC 13:35:15,905 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/TBCPADDING 13:35:15,905 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/X9.23 13:35:15,905 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/X9.23PADDING 13:35:15,905 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ZEROBYTE 13:35:15,905 INFO [main][CipherTest] transformation=AES.LIGHT/CFB32/ZEROBYTEPADDING 13:35:15,905 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ 13:35:15,905 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO10126 13:35:15,906 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO10126-2 13:35:15,906 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO10126-2PADDING 13:35:15,906 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO10126PADDING 13:35:15,906 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO7816-4 13:35:15,907 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ISO7816-4PADDING 13:35:15,907 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/NOPADDING 13:35:15,907 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/PKCS5 13:35:15,907 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/PKCS5PADDING 13:35:15,907 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/PKCS7 13:35:15,907 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/PKCS7PADDING 13:35:15,907 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/TBC 13:35:15,907 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/TBCPADDING 13:35:15,907 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/X9.23 13:35:15,908 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/X9.23PADDING 13:35:15,908 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ZEROBYTE 13:35:15,908 INFO [main][CipherTest] transformation=AES.LIGHT/CFB40/ZEROBYTEPADDING 13:35:15,908 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ 13:35:15,908 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO10126 13:35:15,908 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO10126-2 13:35:15,909 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO10126-2PADDING 13:35:15,909 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO10126PADDING 13:35:15,909 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO7816-4 13:35:15,909 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ISO7816-4PADDING 13:35:15,909 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/NOPADDING 13:35:15,909 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/PKCS5 13:35:15,910 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/PKCS5PADDING 13:35:15,910 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/PKCS7 13:35:15,910 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/PKCS7PADDING 13:35:15,910 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/TBC 13:35:15,910 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/TBCPADDING 13:35:15,910 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/X9.23 13:35:15,910 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/X9.23PADDING 13:35:15,910 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ZEROBYTE 13:35:15,911 INFO [main][CipherTest] transformation=AES.LIGHT/CFB48/ZEROBYTEPADDING 13:35:15,911 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ 13:35:15,911 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO10126 13:35:15,911 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO10126-2 13:35:15,911 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO10126-2PADDING 13:35:15,911 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO10126PADDING 13:35:15,912 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO7816-4 13:35:15,912 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ISO7816-4PADDING 13:35:15,912 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/NOPADDING 13:35:15,912 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/PKCS5 13:35:15,912 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/PKCS5PADDING 13:35:15,912 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/PKCS7 13:35:15,912 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/PKCS7PADDING 13:35:15,913 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/TBC 13:35:15,913 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/TBCPADDING 13:35:15,913 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/X9.23 13:35:15,913 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/X9.23PADDING 13:35:15,913 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ZEROBYTE 13:35:15,913 INFO [main][CipherTest] transformation=AES.LIGHT/CFB56/ZEROBYTEPADDING 13:35:15,913 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ 13:35:15,913 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO10126 13:35:15,914 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO10126-2 13:35:15,914 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO10126-2PADDING 13:35:15,914 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO10126PADDING 13:35:15,914 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO7816-4 13:35:15,915 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ISO7816-4PADDING 13:35:15,915 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/NOPADDING 13:35:15,915 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/PKCS5 13:35:15,915 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/PKCS5PADDING 13:35:15,915 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/PKCS7 13:35:15,915 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/PKCS7PADDING 13:35:15,915 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/TBC 13:35:15,915 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/TBCPADDING 13:35:15,916 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/X9.23 13:35:15,916 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/X9.23PADDING 13:35:15,916 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ZEROBYTE 13:35:15,916 INFO [main][CipherTest] transformation=AES.LIGHT/CFB64/ZEROBYTEPADDING 13:35:15,916 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ 13:35:15,916 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO10126 13:35:15,916 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO10126-2 13:35:15,917 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO10126-2PADDING 13:35:15,917 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO10126PADDING 13:35:15,917 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO7816-4 13:35:15,917 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ISO7816-4PADDING 13:35:15,917 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/NOPADDING 13:35:15,918 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/PKCS5 13:35:15,918 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/PKCS5PADDING 13:35:15,918 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/PKCS7 13:35:15,918 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/PKCS7PADDING 13:35:15,918 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/TBC 13:35:15,918 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/TBCPADDING 13:35:15,918 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/X9.23 13:35:15,919 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/X9.23PADDING 13:35:15,919 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ZEROBYTE 13:35:15,919 INFO [main][CipherTest] transformation=AES.LIGHT/CFB72/ZEROBYTEPADDING 13:35:15,919 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ 13:35:15,919 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO10126 13:35:15,919 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO10126-2 13:35:15,920 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO10126-2PADDING 13:35:15,920 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO10126PADDING 13:35:15,920 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO7816-4 13:35:15,920 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ISO7816-4PADDING 13:35:15,920 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/NOPADDING 13:35:15,920 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/PKCS5 13:35:15,921 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/PKCS5PADDING 13:35:15,921 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/PKCS7 13:35:15,921 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/PKCS7PADDING 13:35:15,921 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/TBC 13:35:15,921 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/TBCPADDING 13:35:15,921 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/X9.23 13:35:15,921 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/X9.23PADDING 13:35:15,921 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ZEROBYTE 13:35:15,921 INFO [main][CipherTest] transformation=AES.LIGHT/CFB8/ZEROBYTEPADDING 13:35:15,922 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ 13:35:15,922 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO10126 13:35:15,922 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO10126-2 13:35:15,922 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO10126-2PADDING 13:35:15,922 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO10126PADDING 13:35:15,923 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO7816-4 13:35:15,923 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ISO7816-4PADDING 13:35:15,923 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/NOPADDING 13:35:15,923 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/PKCS5 13:35:15,923 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/PKCS5PADDING 13:35:15,923 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/PKCS7 13:35:15,923 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/PKCS7PADDING 13:35:15,924 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/TBC 13:35:15,924 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/TBCPADDING 13:35:15,924 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/X9.23 13:35:15,924 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/X9.23PADDING 13:35:15,924 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ZEROBYTE 13:35:15,924 INFO [main][CipherTest] transformation=AES.LIGHT/CFB80/ZEROBYTEPADDING 13:35:15,924 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ 13:35:15,924 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO10126 13:35:15,925 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO10126-2 13:35:15,925 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO10126-2PADDING 13:35:15,925 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO10126PADDING 13:35:15,925 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO7816-4 13:35:15,925 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ISO7816-4PADDING 13:35:15,926 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/NOPADDING 13:35:15,926 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/PKCS5 13:35:15,926 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/PKCS5PADDING 13:35:15,926 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/PKCS7 13:35:15,926 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/PKCS7PADDING 13:35:15,926 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/TBC 13:35:15,926 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/TBCPADDING 13:35:15,926 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/X9.23 13:35:15,927 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/X9.23PADDING 13:35:15,927 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ZEROBYTE 13:35:15,927 INFO [main][CipherTest] transformation=AES.LIGHT/CFB88/ZEROBYTEPADDING 13:35:15,927 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ 13:35:15,927 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO10126 13:35:15,927 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO10126-2 13:35:15,928 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO10126-2PADDING 13:35:15,928 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO10126PADDING 13:35:15,928 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO7816-4 13:35:15,928 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ISO7816-4PADDING 13:35:15,928 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/NOPADDING 13:35:15,928 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/PKCS5 13:35:15,929 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/PKCS5PADDING 13:35:15,929 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/PKCS7 13:35:15,929 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/PKCS7PADDING 13:35:15,929 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/TBC 13:35:15,929 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/TBCPADDING 13:35:15,929 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/X9.23 13:35:15,929 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/X9.23PADDING 13:35:15,929 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ZEROBYTE 13:35:15,929 INFO [main][CipherTest] transformation=AES.LIGHT/CFB96/ZEROBYTEPADDING 13:35:15,930 INFO [main][CipherTest] transformation=AES.LIGHT/CTS/ 13:35:15,930 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT/CTS/" does not support IV => Skipping. 13:35:15,930 INFO [main][CipherTest] transformation=AES.LIGHT/CTS/NOPADDING 13:35:15,930 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT/CTS/NOPADDING" does not support IV => Skipping. 13:35:15,930 INFO [main][CipherTest] transformation=AES.LIGHT/EAX/ 13:35:15,931 INFO [main][CipherTest] transformation=AES.LIGHT/EAX/NOPADDING 13:35:15,932 INFO [main][CipherTest] transformation=AES.LIGHT/ECB/ 13:35:15,932 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT/ECB/" does not support IV => Skipping. 13:35:15,932 INFO [main][CipherTest] transformation=AES.LIGHT/ECB/NOPADDING 13:35:15,932 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES.LIGHT/ECB/NOPADDING" does not support IV => Skipping. 13:35:15,932 INFO [main][CipherTest] transformation=AES.LIGHT/GCM/ 13:35:15,932 INFO [main][CipherTest] transformation=AES.LIGHT/GCM/NOPADDING 13:35:15,933 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ 13:35:15,933 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO10126 13:35:15,933 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO10126-2 13:35:15,933 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO10126-2PADDING 13:35:15,934 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO10126PADDING 13:35:15,934 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO7816-4 13:35:15,934 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ISO7816-4PADDING 13:35:15,934 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/NOPADDING 13:35:15,934 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/PKCS5 13:35:15,934 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/PKCS5PADDING 13:35:15,934 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/PKCS7 13:35:15,934 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/PKCS7PADDING 13:35:15,935 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/TBC 13:35:15,935 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/TBCPADDING 13:35:15,935 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/X9.23 13:35:15,935 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/X9.23PADDING 13:35:15,935 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ZEROBYTE 13:35:15,935 INFO [main][CipherTest] transformation=AES.LIGHT/OFB/ZEROBYTEPADDING 13:35:15,935 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ 13:35:15,935 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO10126 13:35:15,936 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO10126-2 13:35:15,936 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO10126-2PADDING 13:35:15,936 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO10126PADDING 13:35:15,936 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO7816-4 13:35:15,936 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ISO7816-4PADDING 13:35:15,937 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/NOPADDING 13:35:15,937 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/PKCS5 13:35:15,937 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/PKCS5PADDING 13:35:15,937 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/PKCS7 13:35:15,937 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/PKCS7PADDING 13:35:15,937 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/TBC 13:35:15,937 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/TBCPADDING 13:35:15,937 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/X9.23 13:35:15,938 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/X9.23PADDING 13:35:15,938 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ZEROBYTE 13:35:15,938 INFO [main][CipherTest] transformation=AES.LIGHT/OFB104/ZEROBYTEPADDING 13:35:15,938 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ 13:35:15,938 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO10126 13:35:15,938 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO10126-2 13:35:15,939 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO10126-2PADDING 13:35:15,939 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO10126PADDING 13:35:15,939 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO7816-4 13:35:15,939 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ISO7816-4PADDING 13:35:15,939 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/NOPADDING 13:35:15,939 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/PKCS5 13:35:15,939 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/PKCS5PADDING 13:35:15,940 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/PKCS7 13:35:15,940 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/PKCS7PADDING 13:35:15,940 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/TBC 13:35:15,940 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/TBCPADDING 13:35:15,940 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/X9.23 13:35:15,940 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/X9.23PADDING 13:35:15,940 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ZEROBYTE 13:35:15,940 INFO [main][CipherTest] transformation=AES.LIGHT/OFB112/ZEROBYTEPADDING 13:35:15,940 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ 13:35:15,941 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO10126 13:35:15,941 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO10126-2 13:35:15,941 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO10126-2PADDING 13:35:15,941 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO10126PADDING 13:35:15,942 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO7816-4 13:35:15,942 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ISO7816-4PADDING 13:35:15,942 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/NOPADDING 13:35:15,942 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/PKCS5 13:35:15,942 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/PKCS5PADDING 13:35:15,942 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/PKCS7 13:35:15,942 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/PKCS7PADDING 13:35:15,943 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/TBC 13:35:15,943 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/TBCPADDING 13:35:15,943 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/X9.23 13:35:15,943 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/X9.23PADDING 13:35:15,943 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ZEROBYTE 13:35:15,943 INFO [main][CipherTest] transformation=AES.LIGHT/OFB120/ZEROBYTEPADDING 13:35:15,943 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ 13:35:15,943 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO10126 13:35:15,944 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO10126-2 13:35:15,944 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO10126-2PADDING 13:35:15,944 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO10126PADDING 13:35:15,944 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO7816-4 13:35:15,945 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ISO7816-4PADDING 13:35:15,945 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/NOPADDING 13:35:15,945 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/PKCS5 13:35:15,945 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/PKCS5PADDING 13:35:15,945 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/PKCS7 13:35:15,945 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/PKCS7PADDING 13:35:15,945 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/TBC 13:35:15,945 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/TBCPADDING 13:35:15,945 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/X9.23 13:35:15,946 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/X9.23PADDING 13:35:15,946 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ZEROBYTE 13:35:15,946 INFO [main][CipherTest] transformation=AES.LIGHT/OFB128/ZEROBYTEPADDING 13:35:15,946 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ 13:35:15,946 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO10126 13:35:15,946 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO10126-2 13:35:15,947 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO10126-2PADDING 13:35:15,947 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO10126PADDING 13:35:15,947 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO7816-4 13:35:15,947 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ISO7816-4PADDING 13:35:15,947 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/NOPADDING 13:35:15,947 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/PKCS5 13:35:15,947 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/PKCS5PADDING 13:35:15,948 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/PKCS7 13:35:15,948 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/PKCS7PADDING 13:35:15,948 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/TBC 13:35:15,948 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/TBCPADDING 13:35:15,948 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/X9.23 13:35:15,948 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/X9.23PADDING 13:35:15,948 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ZEROBYTE 13:35:15,948 INFO [main][CipherTest] transformation=AES.LIGHT/OFB136/ZEROBYTEPADDING 13:35:15,948 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ 13:35:15,949 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO10126 13:35:15,949 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO10126-2 13:35:15,949 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO10126-2PADDING 13:35:15,949 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO10126PADDING 13:35:15,950 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO7816-4 13:35:15,950 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ISO7816-4PADDING 13:35:15,950 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/NOPADDING 13:35:15,950 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/PKCS5 13:35:15,950 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/PKCS5PADDING 13:35:15,950 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/PKCS7 13:35:15,950 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/PKCS7PADDING 13:35:15,950 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/TBC 13:35:15,950 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/TBCPADDING 13:35:15,951 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/X9.23 13:35:15,951 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/X9.23PADDING 13:35:15,951 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ZEROBYTE 13:35:15,951 INFO [main][CipherTest] transformation=AES.LIGHT/OFB144/ZEROBYTEPADDING 13:35:15,951 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ 13:35:15,951 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO10126 13:35:15,951 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO10126-2 13:35:15,952 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO10126-2PADDING 13:35:15,952 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO10126PADDING 13:35:15,952 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO7816-4 13:35:15,952 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ISO7816-4PADDING 13:35:15,952 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/NOPADDING 13:35:15,953 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/PKCS5 13:35:15,953 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/PKCS5PADDING 13:35:15,953 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/PKCS7 13:35:15,953 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/PKCS7PADDING 13:35:15,953 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/TBC 13:35:15,953 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/TBCPADDING 13:35:15,953 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/X9.23 13:35:15,953 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/X9.23PADDING 13:35:15,953 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ZEROBYTE 13:35:15,954 INFO [main][CipherTest] transformation=AES.LIGHT/OFB152/ZEROBYTEPADDING 13:35:15,954 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ 13:35:15,954 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO10126 13:35:15,954 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO10126-2 13:35:15,954 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO10126-2PADDING 13:35:15,955 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO10126PADDING 13:35:15,955 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO7816-4 13:35:15,955 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ISO7816-4PADDING 13:35:15,955 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/NOPADDING 13:35:15,955 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/PKCS5 13:35:15,955 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/PKCS5PADDING 13:35:15,955 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/PKCS7 13:35:15,955 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/PKCS7PADDING 13:35:15,956 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/TBC 13:35:15,956 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/TBCPADDING 13:35:15,956 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/X9.23 13:35:15,956 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/X9.23PADDING 13:35:15,956 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ZEROBYTE 13:35:15,956 INFO [main][CipherTest] transformation=AES.LIGHT/OFB16/ZEROBYTEPADDING 13:35:15,956 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ 13:35:15,956 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO10126 13:35:15,957 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO10126-2 13:35:15,957 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO10126-2PADDING 13:35:15,957 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO10126PADDING 13:35:15,957 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO7816-4 13:35:15,958 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ISO7816-4PADDING 13:35:15,958 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/NOPADDING 13:35:15,958 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/PKCS5 13:35:15,958 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/PKCS5PADDING 13:35:15,958 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/PKCS7 13:35:15,958 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/PKCS7PADDING 13:35:15,958 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/TBC 13:35:15,959 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/TBCPADDING 13:35:15,959 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/X9.23 13:35:15,959 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/X9.23PADDING 13:35:15,959 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ZEROBYTE 13:35:15,959 INFO [main][CipherTest] transformation=AES.LIGHT/OFB160/ZEROBYTEPADDING 13:35:15,959 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ 13:35:15,959 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO10126 13:35:15,959 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO10126-2 13:35:15,960 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO10126-2PADDING 13:35:15,960 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO10126PADDING 13:35:15,960 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO7816-4 13:35:15,960 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ISO7816-4PADDING 13:35:15,960 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/NOPADDING 13:35:15,961 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/PKCS5 13:35:15,961 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/PKCS5PADDING 13:35:15,961 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/PKCS7 13:35:15,961 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/PKCS7PADDING 13:35:15,961 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/TBC 13:35:15,961 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/TBCPADDING 13:35:15,961 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/X9.23 13:35:15,961 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/X9.23PADDING 13:35:15,961 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ZEROBYTE 13:35:15,962 INFO [main][CipherTest] transformation=AES.LIGHT/OFB168/ZEROBYTEPADDING 13:35:15,962 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ 13:35:15,962 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO10126 13:35:15,962 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO10126-2 13:35:15,962 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO10126-2PADDING 13:35:15,963 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO10126PADDING 13:35:15,963 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO7816-4 13:35:15,963 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ISO7816-4PADDING 13:35:15,963 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/NOPADDING 13:35:15,963 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/PKCS5 13:35:15,963 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/PKCS5PADDING 13:35:15,963 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/PKCS7 13:35:15,964 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/PKCS7PADDING 13:35:15,964 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/TBC 13:35:15,964 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/TBCPADDING 13:35:15,964 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/X9.23 13:35:15,964 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/X9.23PADDING 13:35:15,964 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ZEROBYTE 13:35:15,964 INFO [main][CipherTest] transformation=AES.LIGHT/OFB176/ZEROBYTEPADDING 13:35:15,964 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ 13:35:15,964 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO10126 13:35:15,965 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO10126-2 13:35:15,965 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO10126-2PADDING 13:35:15,965 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO10126PADDING 13:35:15,965 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO7816-4 13:35:15,966 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ISO7816-4PADDING 13:35:15,966 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/NOPADDING 13:35:15,966 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/PKCS5 13:35:15,966 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/PKCS5PADDING 13:35:15,966 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/PKCS7 13:35:15,966 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/PKCS7PADDING 13:35:15,966 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/TBC 13:35:15,966 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/TBCPADDING 13:35:15,966 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/X9.23 13:35:15,967 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/X9.23PADDING 13:35:15,967 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ZEROBYTE 13:35:15,967 INFO [main][CipherTest] transformation=AES.LIGHT/OFB184/ZEROBYTEPADDING 13:35:15,967 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ 13:35:15,967 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO10126 13:35:15,967 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO10126-2 13:35:15,968 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO10126-2PADDING 13:35:15,968 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO10126PADDING 13:35:15,968 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO7816-4 13:35:15,968 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ISO7816-4PADDING 13:35:15,969 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/NOPADDING 13:35:15,969 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/PKCS5 13:35:15,969 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/PKCS5PADDING 13:35:15,969 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/PKCS7 13:35:15,969 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/PKCS7PADDING 13:35:15,969 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/TBC 13:35:15,969 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/TBCPADDING 13:35:15,970 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/X9.23 13:35:15,970 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/X9.23PADDING 13:35:15,970 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ZEROBYTE 13:35:15,970 INFO [main][CipherTest] transformation=AES.LIGHT/OFB192/ZEROBYTEPADDING 13:35:15,970 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ 13:35:15,970 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO10126 13:35:15,971 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO10126-2 13:35:15,971 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO10126-2PADDING 13:35:15,971 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO10126PADDING 13:35:15,972 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO7816-4 13:35:15,972 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ISO7816-4PADDING 13:35:15,972 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/NOPADDING 13:35:15,972 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/PKCS5 13:35:15,972 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/PKCS5PADDING 13:35:15,973 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/PKCS7 13:35:15,974 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/PKCS7PADDING 13:35:15,974 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/TBC 13:35:15,974 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/TBCPADDING 13:35:15,974 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/X9.23 13:35:15,974 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/X9.23PADDING 13:35:15,975 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ZEROBYTE 13:35:15,975 INFO [main][CipherTest] transformation=AES.LIGHT/OFB200/ZEROBYTEPADDING 13:35:15,975 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ 13:35:15,975 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO10126 13:35:15,975 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO10126-2 13:35:15,976 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO10126-2PADDING 13:35:15,976 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO10126PADDING 13:35:15,976 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO7816-4 13:35:15,976 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ISO7816-4PADDING 13:35:15,977 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/NOPADDING 13:35:15,977 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/PKCS5 13:35:15,977 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/PKCS5PADDING 13:35:15,977 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/PKCS7 13:35:15,977 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/PKCS7PADDING 13:35:15,978 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/TBC 13:35:15,978 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/TBCPADDING 13:35:15,978 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/X9.23 13:35:15,978 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/X9.23PADDING 13:35:15,978 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ZEROBYTE 13:35:15,979 INFO [main][CipherTest] transformation=AES.LIGHT/OFB208/ZEROBYTEPADDING 13:35:15,979 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ 13:35:15,979 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO10126 13:35:15,979 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO10126-2 13:35:15,980 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO10126-2PADDING 13:35:15,980 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO10126PADDING 13:35:15,981 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO7816-4 13:35:15,981 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ISO7816-4PADDING 13:35:15,981 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/NOPADDING 13:35:15,981 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/PKCS5 13:35:15,981 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/PKCS5PADDING 13:35:15,982 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/PKCS7 13:35:15,982 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/PKCS7PADDING 13:35:15,982 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/TBC 13:35:15,982 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/TBCPADDING 13:35:15,982 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/X9.23 13:35:15,982 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/X9.23PADDING 13:35:15,983 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ZEROBYTE 13:35:15,983 INFO [main][CipherTest] transformation=AES.LIGHT/OFB216/ZEROBYTEPADDING 13:35:15,983 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ 13:35:15,983 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO10126 13:35:15,983 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO10126-2 13:35:15,983 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO10126-2PADDING 13:35:15,984 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO10126PADDING 13:35:15,984 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO7816-4 13:35:15,984 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ISO7816-4PADDING 13:35:15,984 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/NOPADDING 13:35:15,984 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/PKCS5 13:35:15,985 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/PKCS5PADDING 13:35:15,985 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/PKCS7 13:35:15,985 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/PKCS7PADDING 13:35:15,985 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/TBC 13:35:15,985 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/TBCPADDING 13:35:15,985 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/X9.23 13:35:15,985 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/X9.23PADDING 13:35:15,985 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ZEROBYTE 13:35:15,985 INFO [main][CipherTest] transformation=AES.LIGHT/OFB224/ZEROBYTEPADDING 13:35:15,986 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ 13:35:15,986 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO10126 13:35:15,986 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO10126-2 13:35:15,986 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO10126-2PADDING 13:35:15,986 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO10126PADDING 13:35:15,987 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO7816-4 13:35:15,987 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ISO7816-4PADDING 13:35:15,987 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/NOPADDING 13:35:15,987 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/PKCS5 13:35:15,987 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/PKCS5PADDING 13:35:15,987 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/PKCS7 13:35:15,987 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/PKCS7PADDING 13:35:15,987 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/TBC 13:35:15,988 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/TBCPADDING 13:35:15,988 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/X9.23 13:35:15,988 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/X9.23PADDING 13:35:15,988 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ZEROBYTE 13:35:15,988 INFO [main][CipherTest] transformation=AES.LIGHT/OFB232/ZEROBYTEPADDING 13:35:15,988 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ 13:35:15,988 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO10126 13:35:15,988 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO10126-2 13:35:15,989 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO10126-2PADDING 13:35:15,989 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO10126PADDING 13:35:15,989 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO7816-4 13:35:15,989 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ISO7816-4PADDING 13:35:15,989 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/NOPADDING 13:35:15,990 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/PKCS5 13:35:15,990 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/PKCS5PADDING 13:35:15,990 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/PKCS7 13:35:15,990 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/PKCS7PADDING 13:35:15,990 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/TBC 13:35:15,990 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/TBCPADDING 13:35:15,990 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/X9.23 13:35:15,990 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/X9.23PADDING 13:35:15,991 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ZEROBYTE 13:35:15,991 INFO [main][CipherTest] transformation=AES.LIGHT/OFB24/ZEROBYTEPADDING 13:35:15,991 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ 13:35:15,991 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO10126 13:35:15,991 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO10126-2 13:35:15,991 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO10126-2PADDING 13:35:15,992 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO10126PADDING 13:35:15,992 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO7816-4 13:35:15,992 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ISO7816-4PADDING 13:35:15,992 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/NOPADDING 13:35:15,992 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/PKCS5 13:35:15,992 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/PKCS5PADDING 13:35:15,993 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/PKCS7 13:35:15,993 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/PKCS7PADDING 13:35:15,993 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/TBC 13:35:15,993 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/TBCPADDING 13:35:15,993 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/X9.23 13:35:15,993 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/X9.23PADDING 13:35:15,993 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ZEROBYTE 13:35:15,993 INFO [main][CipherTest] transformation=AES.LIGHT/OFB240/ZEROBYTEPADDING 13:35:15,993 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ 13:35:15,994 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO10126 13:35:15,994 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO10126-2 13:35:15,994 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO10126-2PADDING 13:35:15,994 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO10126PADDING 13:35:15,995 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO7816-4 13:35:15,995 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ISO7816-4PADDING 13:35:15,995 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/NOPADDING 13:35:15,995 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/PKCS5 13:35:15,995 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/PKCS5PADDING 13:35:15,995 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/PKCS7 13:35:15,995 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/PKCS7PADDING 13:35:15,995 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/TBC 13:35:15,996 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/TBCPADDING 13:35:15,996 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/X9.23 13:35:15,996 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/X9.23PADDING 13:35:15,996 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ZEROBYTE 13:35:15,996 INFO [main][CipherTest] transformation=AES.LIGHT/OFB248/ZEROBYTEPADDING 13:35:15,996 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ 13:35:15,996 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO10126 13:35:15,997 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO10126-2 13:35:15,997 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO10126-2PADDING 13:35:15,997 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO10126PADDING 13:35:15,997 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO7816-4 13:35:15,997 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ISO7816-4PADDING 13:35:15,998 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/NOPADDING 13:35:15,998 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/PKCS5 13:35:15,998 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/PKCS5PADDING 13:35:15,998 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/PKCS7 13:35:15,998 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/PKCS7PADDING 13:35:15,998 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/TBC 13:35:15,998 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/TBCPADDING 13:35:15,998 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/X9.23 13:35:15,999 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/X9.23PADDING 13:35:15,999 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ZEROBYTE 13:35:15,999 INFO [main][CipherTest] transformation=AES.LIGHT/OFB256/ZEROBYTEPADDING 13:35:15,999 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ 13:35:15,999 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO10126 13:35:15,999 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO10126-2 13:35:16,000 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO10126-2PADDING 13:35:16,000 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO10126PADDING 13:35:16,000 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO7816-4 13:35:16,000 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ISO7816-4PADDING 13:35:16,000 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/NOPADDING 13:35:16,000 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/PKCS5 13:35:16,001 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/PKCS5PADDING 13:35:16,001 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/PKCS7 13:35:16,001 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/PKCS7PADDING 13:35:16,001 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/TBC 13:35:16,001 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/TBCPADDING 13:35:16,001 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/X9.23 13:35:16,001 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/X9.23PADDING 13:35:16,001 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ZEROBYTE 13:35:16,001 INFO [main][CipherTest] transformation=AES.LIGHT/OFB32/ZEROBYTEPADDING 13:35:16,002 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ 13:35:16,002 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO10126 13:35:16,002 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO10126-2 13:35:16,002 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO10126-2PADDING 13:35:16,002 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO10126PADDING 13:35:16,003 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO7816-4 13:35:16,003 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ISO7816-4PADDING 13:35:16,003 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/NOPADDING 13:35:16,003 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/PKCS5 13:35:16,004 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/PKCS5PADDING 13:35:16,004 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/PKCS7 13:35:16,004 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/PKCS7PADDING 13:35:16,004 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/TBC 13:35:16,004 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/TBCPADDING 13:35:16,004 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/X9.23 13:35:16,005 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/X9.23PADDING 13:35:16,005 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ZEROBYTE 13:35:16,005 INFO [main][CipherTest] transformation=AES.LIGHT/OFB40/ZEROBYTEPADDING 13:35:16,005 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ 13:35:16,005 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO10126 13:35:16,005 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO10126-2 13:35:16,006 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO10126-2PADDING 13:35:16,006 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO10126PADDING 13:35:16,006 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO7816-4 13:35:16,006 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ISO7816-4PADDING 13:35:16,006 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/NOPADDING 13:35:16,006 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/PKCS5 13:35:16,007 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/PKCS5PADDING 13:35:16,007 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/PKCS7 13:35:16,007 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/PKCS7PADDING 13:35:16,007 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/TBC 13:35:16,007 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/TBCPADDING 13:35:16,007 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/X9.23 13:35:16,007 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/X9.23PADDING 13:35:16,007 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ZEROBYTE 13:35:16,007 INFO [main][CipherTest] transformation=AES.LIGHT/OFB48/ZEROBYTEPADDING 13:35:16,008 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ 13:35:16,008 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO10126 13:35:16,008 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO10126-2 13:35:16,008 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO10126-2PADDING 13:35:16,008 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO10126PADDING 13:35:16,009 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO7816-4 13:35:16,009 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ISO7816-4PADDING 13:35:16,009 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/NOPADDING 13:35:16,009 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/PKCS5 13:35:16,009 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/PKCS5PADDING 13:35:16,009 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/PKCS7 13:35:16,009 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/PKCS7PADDING 13:35:16,010 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/TBC 13:35:16,010 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/TBCPADDING 13:35:16,010 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/X9.23 13:35:16,010 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/X9.23PADDING 13:35:16,010 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ZEROBYTE 13:35:16,010 INFO [main][CipherTest] transformation=AES.LIGHT/OFB56/ZEROBYTEPADDING 13:35:16,010 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ 13:35:16,010 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO10126 13:35:16,011 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO10126-2 13:35:16,011 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO10126-2PADDING 13:35:16,011 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO10126PADDING 13:35:16,011 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO7816-4 13:35:16,011 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ISO7816-4PADDING 13:35:16,012 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/NOPADDING 13:35:16,012 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/PKCS5 13:35:16,012 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/PKCS5PADDING 13:35:16,012 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/PKCS7 13:35:16,012 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/PKCS7PADDING 13:35:16,012 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/TBC 13:35:16,012 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/TBCPADDING 13:35:16,012 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/X9.23 13:35:16,012 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/X9.23PADDING 13:35:16,013 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ZEROBYTE 13:35:16,013 INFO [main][CipherTest] transformation=AES.LIGHT/OFB64/ZEROBYTEPADDING 13:35:16,013 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ 13:35:16,013 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO10126 13:35:16,013 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO10126-2 13:35:16,013 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO10126-2PADDING 13:35:16,014 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO10126PADDING 13:35:16,014 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO7816-4 13:35:16,014 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ISO7816-4PADDING 13:35:16,014 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/NOPADDING 13:35:16,014 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/PKCS5 13:35:16,015 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/PKCS5PADDING 13:35:16,015 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/PKCS7 13:35:16,015 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/PKCS7PADDING 13:35:16,015 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/TBC 13:35:16,015 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/TBCPADDING 13:35:16,015 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/X9.23 13:35:16,015 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/X9.23PADDING 13:35:16,015 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ZEROBYTE 13:35:16,015 INFO [main][CipherTest] transformation=AES.LIGHT/OFB72/ZEROBYTEPADDING 13:35:16,016 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ 13:35:16,016 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO10126 13:35:16,016 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO10126-2 13:35:16,016 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO10126-2PADDING 13:35:16,016 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO10126PADDING 13:35:16,017 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO7816-4 13:35:16,017 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ISO7816-4PADDING 13:35:16,017 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/NOPADDING 13:35:16,017 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/PKCS5 13:35:16,017 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/PKCS5PADDING 13:35:16,017 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/PKCS7 13:35:16,017 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/PKCS7PADDING 13:35:16,017 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/TBC 13:35:16,018 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/TBCPADDING 13:35:16,018 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/X9.23 13:35:16,018 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/X9.23PADDING 13:35:16,018 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ZEROBYTE 13:35:16,018 INFO [main][CipherTest] transformation=AES.LIGHT/OFB8/ZEROBYTEPADDING 13:35:16,018 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ 13:35:16,018 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO10126 13:35:16,019 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO10126-2 13:35:16,019 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO10126-2PADDING 13:35:16,019 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO10126PADDING 13:35:16,019 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO7816-4 13:35:16,019 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ISO7816-4PADDING 13:35:16,020 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/NOPADDING 13:35:16,020 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/PKCS5 13:35:16,020 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/PKCS5PADDING 13:35:16,020 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/PKCS7 13:35:16,020 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/PKCS7PADDING 13:35:16,020 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/TBC 13:35:16,020 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/TBCPADDING 13:35:16,020 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/X9.23 13:35:16,020 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/X9.23PADDING 13:35:16,021 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ZEROBYTE 13:35:16,021 INFO [main][CipherTest] transformation=AES.LIGHT/OFB80/ZEROBYTEPADDING 13:35:16,021 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ 13:35:16,021 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO10126 13:35:16,021 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO10126-2 13:35:16,021 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO10126-2PADDING 13:35:16,022 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO10126PADDING 13:35:16,022 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO7816-4 13:35:16,022 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ISO7816-4PADDING 13:35:16,022 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/NOPADDING 13:35:16,022 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/PKCS5 13:35:16,022 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/PKCS5PADDING 13:35:16,022 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/PKCS7 13:35:16,023 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/PKCS7PADDING 13:35:16,023 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/TBC 13:35:16,023 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/TBCPADDING 13:35:16,023 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/X9.23 13:35:16,023 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/X9.23PADDING 13:35:16,023 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ZEROBYTE 13:35:16,023 INFO [main][CipherTest] transformation=AES.LIGHT/OFB88/ZEROBYTEPADDING 13:35:16,023 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ 13:35:16,023 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO10126 13:35:16,024 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO10126-2 13:35:16,024 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO10126-2PADDING 13:35:16,024 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO10126PADDING 13:35:16,025 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO7816-4 13:35:16,025 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ISO7816-4PADDING 13:35:16,025 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/NOPADDING 13:35:16,025 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/PKCS5 13:35:16,025 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/PKCS5PADDING 13:35:16,025 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/PKCS7 13:35:16,025 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/PKCS7PADDING 13:35:16,025 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/TBC 13:35:16,025 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/TBCPADDING 13:35:16,026 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/X9.23 13:35:16,026 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/X9.23PADDING 13:35:16,026 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ZEROBYTE 13:35:16,026 INFO [main][CipherTest] transformation=AES.LIGHT/OFB96/ZEROBYTEPADDING 13:35:16,026 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ 13:35:16,026 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO10126 13:35:16,027 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO10126-2 13:35:16,027 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO10126-2PADDING 13:35:16,027 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO10126PADDING 13:35:16,027 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO7816-4 13:35:16,028 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ISO7816-4PADDING 13:35:16,028 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/NOPADDING 13:35:16,028 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/PKCS5 13:35:16,028 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/PKCS5PADDING 13:35:16,028 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/PKCS7 13:35:16,028 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/PKCS7PADDING 13:35:16,028 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/TBC 13:35:16,029 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/TBCPADDING 13:35:16,029 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/X9.23 13:35:16,029 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/X9.23PADDING 13:35:16,029 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ZEROBYTE 13:35:16,029 INFO [main][CipherTest] transformation=AES.LIGHT/SIC/ZEROBYTEPADDING 13:35:16,029 INFO [main][CipherTest] transformation=AES// 13:35:16,029 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES//" does not support IV => Skipping. 13:35:16,029 INFO [main][CipherTest] transformation=AES//NOPADDING 13:35:16,030 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES//NOPADDING" does not support IV => Skipping. 13:35:16,030 INFO [main][CipherTest] transformation=AES/CBC-CTS/ 13:35:16,030 INFO [main][CipherTest] transformation=AES/CBC-CTS/NOPADDING 13:35:16,030 INFO [main][CipherTest] transformation=AES/CBC/ 13:35:16,030 INFO [main][CipherTest] transformation=AES/CBC/ISO10126 13:35:16,031 INFO [main][CipherTest] transformation=AES/CBC/ISO10126-2 13:35:16,031 INFO [main][CipherTest] transformation=AES/CBC/ISO10126-2PADDING 13:35:16,032 INFO [main][CipherTest] transformation=AES/CBC/ISO10126PADDING 13:35:16,032 INFO [main][CipherTest] transformation=AES/CBC/ISO7816-4 13:35:16,033 INFO [main][CipherTest] transformation=AES/CBC/ISO7816-4PADDING 13:35:16,033 INFO [main][CipherTest] transformation=AES/CBC/NOPADDING 13:35:16,033 INFO [main][CipherTest] transformation=AES/CBC/PKCS5 13:35:16,034 INFO [main][CipherTest] transformation=AES/CBC/PKCS5PADDING 13:35:16,034 INFO [main][CipherTest] transformation=AES/CBC/PKCS7 13:35:16,034 INFO [main][CipherTest] transformation=AES/CBC/PKCS7PADDING 13:35:16,034 INFO [main][CipherTest] transformation=AES/CBC/TBC 13:35:16,035 INFO [main][CipherTest] transformation=AES/CBC/TBCPADDING 13:35:16,035 INFO [main][CipherTest] transformation=AES/CBC/X9.23 13:35:16,035 INFO [main][CipherTest] transformation=AES/CBC/X9.23PADDING 13:35:16,036 INFO [main][CipherTest] transformation=AES/CBC/ZEROBYTE 13:35:16,036 INFO [main][CipherTest] transformation=AES/CBC/ZEROBYTEPADDING 13:35:16,036 INFO [main][CipherTest] transformation=AES/CCM/ 13:35:16,036 INFO [main][CipherTest] transformation=AES/CCM/NOPADDING 13:35:16,036 INFO [main][CipherTest] transformation=AES/CFB/ 13:35:16,036 INFO [main][CipherTest] transformation=AES/CFB/ISO10126 13:35:16,037 INFO [main][CipherTest] transformation=AES/CFB/ISO10126-2 13:35:16,037 INFO [main][CipherTest] transformation=AES/CFB/ISO10126-2PADDING 13:35:16,037 INFO [main][CipherTest] transformation=AES/CFB/ISO10126PADDING 13:35:16,038 INFO [main][CipherTest] transformation=AES/CFB/ISO7816-4 13:35:16,038 INFO [main][CipherTest] transformation=AES/CFB/ISO7816-4PADDING 13:35:16,038 INFO [main][CipherTest] transformation=AES/CFB/NOPADDING 13:35:16,038 INFO [main][CipherTest] transformation=AES/CFB/PKCS5 13:35:16,038 INFO [main][CipherTest] transformation=AES/CFB/PKCS5PADDING 13:35:16,038 INFO [main][CipherTest] transformation=AES/CFB/PKCS7 13:35:16,039 INFO [main][CipherTest] transformation=AES/CFB/PKCS7PADDING 13:35:16,039 INFO [main][CipherTest] transformation=AES/CFB/TBC 13:35:16,039 INFO [main][CipherTest] transformation=AES/CFB/TBCPADDING 13:35:16,039 INFO [main][CipherTest] transformation=AES/CFB/X9.23 13:35:16,039 INFO [main][CipherTest] transformation=AES/CFB/X9.23PADDING 13:35:16,039 INFO [main][CipherTest] transformation=AES/CFB/ZEROBYTE 13:35:16,040 INFO [main][CipherTest] transformation=AES/CFB/ZEROBYTEPADDING 13:35:16,040 INFO [main][CipherTest] transformation=AES/CFB104/ 13:35:16,040 INFO [main][CipherTest] transformation=AES/CFB104/ISO10126 13:35:16,041 INFO [main][CipherTest] transformation=AES/CFB104/ISO10126-2 13:35:16,041 INFO [main][CipherTest] transformation=AES/CFB104/ISO10126-2PADDING 13:35:16,042 INFO [main][CipherTest] transformation=AES/CFB104/ISO10126PADDING 13:35:16,042 INFO [main][CipherTest] transformation=AES/CFB104/ISO7816-4 13:35:16,042 INFO [main][CipherTest] transformation=AES/CFB104/ISO7816-4PADDING 13:35:16,043 INFO [main][CipherTest] transformation=AES/CFB104/NOPADDING 13:35:16,043 INFO [main][CipherTest] transformation=AES/CFB104/PKCS5 13:35:16,043 INFO [main][CipherTest] transformation=AES/CFB104/PKCS5PADDING 13:35:16,043 INFO [main][CipherTest] transformation=AES/CFB104/PKCS7 13:35:16,044 INFO [main][CipherTest] transformation=AES/CFB104/PKCS7PADDING 13:35:16,044 INFO [main][CipherTest] transformation=AES/CFB104/TBC 13:35:16,044 INFO [main][CipherTest] transformation=AES/CFB104/TBCPADDING 13:35:16,044 INFO [main][CipherTest] transformation=AES/CFB104/X9.23 13:35:16,045 INFO [main][CipherTest] transformation=AES/CFB104/X9.23PADDING 13:35:16,045 INFO [main][CipherTest] transformation=AES/CFB104/ZEROBYTE 13:35:16,045 INFO [main][CipherTest] transformation=AES/CFB104/ZEROBYTEPADDING 13:35:16,045 INFO [main][CipherTest] transformation=AES/CFB112/ 13:35:16,046 INFO [main][CipherTest] transformation=AES/CFB112/ISO10126 13:35:16,046 INFO [main][CipherTest] transformation=AES/CFB112/ISO10126-2 13:35:16,046 INFO [main][CipherTest] transformation=AES/CFB112/ISO10126-2PADDING 13:35:16,047 INFO [main][CipherTest] transformation=AES/CFB112/ISO10126PADDING 13:35:16,047 INFO [main][CipherTest] transformation=AES/CFB112/ISO7816-4 13:35:16,048 INFO [main][CipherTest] transformation=AES/CFB112/ISO7816-4PADDING 13:35:16,048 INFO [main][CipherTest] transformation=AES/CFB112/NOPADDING 13:35:16,049 INFO [main][CipherTest] transformation=AES/CFB112/PKCS5 13:35:16,049 INFO [main][CipherTest] transformation=AES/CFB112/PKCS5PADDING 13:35:16,049 INFO [main][CipherTest] transformation=AES/CFB112/PKCS7 13:35:16,049 INFO [main][CipherTest] transformation=AES/CFB112/PKCS7PADDING 13:35:16,049 INFO [main][CipherTest] transformation=AES/CFB112/TBC 13:35:16,049 INFO [main][CipherTest] transformation=AES/CFB112/TBCPADDING 13:35:16,050 INFO [main][CipherTest] transformation=AES/CFB112/X9.23 13:35:16,050 INFO [main][CipherTest] transformation=AES/CFB112/X9.23PADDING 13:35:16,050 INFO [main][CipherTest] transformation=AES/CFB112/ZEROBYTE 13:35:16,050 INFO [main][CipherTest] transformation=AES/CFB112/ZEROBYTEPADDING 13:35:16,050 INFO [main][CipherTest] transformation=AES/CFB120/ 13:35:16,050 INFO [main][CipherTest] transformation=AES/CFB120/ISO10126 13:35:16,051 INFO [main][CipherTest] transformation=AES/CFB120/ISO10126-2 13:35:16,051 INFO [main][CipherTest] transformation=AES/CFB120/ISO10126-2PADDING 13:35:16,051 INFO [main][CipherTest] transformation=AES/CFB120/ISO10126PADDING 13:35:16,052 INFO [main][CipherTest] transformation=AES/CFB120/ISO7816-4 13:35:16,052 INFO [main][CipherTest] transformation=AES/CFB120/ISO7816-4PADDING 13:35:16,052 INFO [main][CipherTest] transformation=AES/CFB120/NOPADDING 13:35:16,052 INFO [main][CipherTest] transformation=AES/CFB120/PKCS5 13:35:16,052 INFO [main][CipherTest] transformation=AES/CFB120/PKCS5PADDING 13:35:16,052 INFO [main][CipherTest] transformation=AES/CFB120/PKCS7 13:35:16,053 INFO [main][CipherTest] transformation=AES/CFB120/PKCS7PADDING 13:35:16,053 INFO [main][CipherTest] transformation=AES/CFB120/TBC 13:35:16,053 INFO [main][CipherTest] transformation=AES/CFB120/TBCPADDING 13:35:16,053 INFO [main][CipherTest] transformation=AES/CFB120/X9.23 13:35:16,053 INFO [main][CipherTest] transformation=AES/CFB120/X9.23PADDING 13:35:16,053 INFO [main][CipherTest] transformation=AES/CFB120/ZEROBYTE 13:35:16,054 INFO [main][CipherTest] transformation=AES/CFB120/ZEROBYTEPADDING 13:35:16,054 INFO [main][CipherTest] transformation=AES/CFB128/ 13:35:16,054 INFO [main][CipherTest] transformation=AES/CFB128/ISO10126 13:35:16,055 INFO [main][CipherTest] transformation=AES/CFB128/ISO10126-2 13:35:16,055 INFO [main][CipherTest] transformation=AES/CFB128/ISO10126-2PADDING 13:35:16,056 INFO [main][CipherTest] transformation=AES/CFB128/ISO10126PADDING 13:35:16,056 INFO [main][CipherTest] transformation=AES/CFB128/ISO7816-4 13:35:16,056 INFO [main][CipherTest] transformation=AES/CFB128/ISO7816-4PADDING 13:35:16,057 INFO [main][CipherTest] transformation=AES/CFB128/NOPADDING 13:35:16,057 INFO [main][CipherTest] transformation=AES/CFB128/PKCS5 13:35:16,057 INFO [main][CipherTest] transformation=AES/CFB128/PKCS5PADDING 13:35:16,057 INFO [main][CipherTest] transformation=AES/CFB128/PKCS7 13:35:16,058 INFO [main][CipherTest] transformation=AES/CFB128/PKCS7PADDING 13:35:16,058 INFO [main][CipherTest] transformation=AES/CFB128/TBC 13:35:16,058 INFO [main][CipherTest] transformation=AES/CFB128/TBCPADDING 13:35:16,058 INFO [main][CipherTest] transformation=AES/CFB128/X9.23 13:35:16,059 INFO [main][CipherTest] transformation=AES/CFB128/X9.23PADDING 13:35:16,059 INFO [main][CipherTest] transformation=AES/CFB128/ZEROBYTE 13:35:16,059 INFO [main][CipherTest] transformation=AES/CFB128/ZEROBYTEPADDING 13:35:16,059 INFO [main][CipherTest] transformation=AES/CFB136/ 13:35:16,060 INFO [main][CipherTest] transformation=AES/CFB136/ISO10126 13:35:16,060 INFO [main][CipherTest] transformation=AES/CFB136/ISO10126-2 13:35:16,060 INFO [main][CipherTest] transformation=AES/CFB136/ISO10126-2PADDING 13:35:16,061 INFO [main][CipherTest] transformation=AES/CFB136/ISO10126PADDING 13:35:16,061 INFO [main][CipherTest] transformation=AES/CFB136/ISO7816-4 13:35:16,062 INFO [main][CipherTest] transformation=AES/CFB136/ISO7816-4PADDING 13:35:16,062 INFO [main][CipherTest] transformation=AES/CFB136/NOPADDING 13:35:16,062 INFO [main][CipherTest] transformation=AES/CFB136/PKCS5 13:35:16,062 INFO [main][CipherTest] transformation=AES/CFB136/PKCS5PADDING 13:35:16,063 INFO [main][CipherTest] transformation=AES/CFB136/PKCS7 13:35:16,063 INFO [main][CipherTest] transformation=AES/CFB136/PKCS7PADDING 13:35:16,063 INFO [main][CipherTest] transformation=AES/CFB136/TBC 13:35:16,063 INFO [main][CipherTest] transformation=AES/CFB136/TBCPADDING 13:35:16,064 INFO [main][CipherTest] transformation=AES/CFB136/X9.23 13:35:16,064 INFO [main][CipherTest] transformation=AES/CFB136/X9.23PADDING 13:35:16,064 INFO [main][CipherTest] transformation=AES/CFB136/ZEROBYTE 13:35:16,064 INFO [main][CipherTest] transformation=AES/CFB136/ZEROBYTEPADDING 13:35:16,065 INFO [main][CipherTest] transformation=AES/CFB144/ 13:35:16,065 INFO [main][CipherTest] transformation=AES/CFB144/ISO10126 13:35:16,065 INFO [main][CipherTest] transformation=AES/CFB144/ISO10126-2 13:35:16,066 INFO [main][CipherTest] transformation=AES/CFB144/ISO10126-2PADDING 13:35:16,066 INFO [main][CipherTest] transformation=AES/CFB144/ISO10126PADDING 13:35:16,067 INFO [main][CipherTest] transformation=AES/CFB144/ISO7816-4 13:35:16,067 INFO [main][CipherTest] transformation=AES/CFB144/ISO7816-4PADDING 13:35:16,067 INFO [main][CipherTest] transformation=AES/CFB144/NOPADDING 13:35:16,067 INFO [main][CipherTest] transformation=AES/CFB144/PKCS5 13:35:16,068 INFO [main][CipherTest] transformation=AES/CFB144/PKCS5PADDING 13:35:16,068 INFO [main][CipherTest] transformation=AES/CFB144/PKCS7 13:35:16,068 INFO [main][CipherTest] transformation=AES/CFB144/PKCS7PADDING 13:35:16,068 INFO [main][CipherTest] transformation=AES/CFB144/TBC 13:35:16,069 INFO [main][CipherTest] transformation=AES/CFB144/TBCPADDING 13:35:16,069 INFO [main][CipherTest] transformation=AES/CFB144/X9.23 13:35:16,069 INFO [main][CipherTest] transformation=AES/CFB144/X9.23PADDING 13:35:16,069 INFO [main][CipherTest] transformation=AES/CFB144/ZEROBYTE 13:35:16,070 INFO [main][CipherTest] transformation=AES/CFB144/ZEROBYTEPADDING 13:35:16,070 INFO [main][CipherTest] transformation=AES/CFB152/ 13:35:16,070 INFO [main][CipherTest] transformation=AES/CFB152/ISO10126 13:35:16,071 INFO [main][CipherTest] transformation=AES/CFB152/ISO10126-2 13:35:16,071 INFO [main][CipherTest] transformation=AES/CFB152/ISO10126-2PADDING 13:35:16,072 INFO [main][CipherTest] transformation=AES/CFB152/ISO10126PADDING 13:35:16,072 INFO [main][CipherTest] transformation=AES/CFB152/ISO7816-4 13:35:16,072 INFO [main][CipherTest] transformation=AES/CFB152/ISO7816-4PADDING 13:35:16,073 INFO [main][CipherTest] transformation=AES/CFB152/NOPADDING 13:35:16,073 INFO [main][CipherTest] transformation=AES/CFB152/PKCS5 13:35:16,073 INFO [main][CipherTest] transformation=AES/CFB152/PKCS5PADDING 13:35:16,073 INFO [main][CipherTest] transformation=AES/CFB152/PKCS7 13:35:16,074 INFO [main][CipherTest] transformation=AES/CFB152/PKCS7PADDING 13:35:16,074 INFO [main][CipherTest] transformation=AES/CFB152/TBC 13:35:16,074 INFO [main][CipherTest] transformation=AES/CFB152/TBCPADDING 13:35:16,074 INFO [main][CipherTest] transformation=AES/CFB152/X9.23 13:35:16,075 INFO [main][CipherTest] transformation=AES/CFB152/X9.23PADDING 13:35:16,075 INFO [main][CipherTest] transformation=AES/CFB152/ZEROBYTE 13:35:16,075 INFO [main][CipherTest] transformation=AES/CFB152/ZEROBYTEPADDING 13:35:16,075 INFO [main][CipherTest] transformation=AES/CFB16/ 13:35:16,076 INFO [main][CipherTest] transformation=AES/CFB16/ISO10126 13:35:16,076 INFO [main][CipherTest] transformation=AES/CFB16/ISO10126-2 13:35:16,077 INFO [main][CipherTest] transformation=AES/CFB16/ISO10126-2PADDING 13:35:16,077 INFO [main][CipherTest] transformation=AES/CFB16/ISO10126PADDING 13:35:16,078 INFO [main][CipherTest] transformation=AES/CFB16/ISO7816-4 13:35:16,078 INFO [main][CipherTest] transformation=AES/CFB16/ISO7816-4PADDING 13:35:16,078 INFO [main][CipherTest] transformation=AES/CFB16/NOPADDING 13:35:16,078 INFO [main][CipherTest] transformation=AES/CFB16/PKCS5 13:35:16,079 INFO [main][CipherTest] transformation=AES/CFB16/PKCS5PADDING 13:35:16,079 INFO [main][CipherTest] transformation=AES/CFB16/PKCS7 13:35:16,079 INFO [main][CipherTest] transformation=AES/CFB16/PKCS7PADDING 13:35:16,080 INFO [main][CipherTest] transformation=AES/CFB16/TBC 13:35:16,080 INFO [main][CipherTest] transformation=AES/CFB16/TBCPADDING 13:35:16,080 INFO [main][CipherTest] transformation=AES/CFB16/X9.23 13:35:16,080 INFO [main][CipherTest] transformation=AES/CFB16/X9.23PADDING 13:35:16,081 INFO [main][CipherTest] transformation=AES/CFB16/ZEROBYTE 13:35:16,081 INFO [main][CipherTest] transformation=AES/CFB16/ZEROBYTEPADDING 13:35:16,081 INFO [main][CipherTest] transformation=AES/CFB160/ 13:35:16,081 INFO [main][CipherTest] transformation=AES/CFB160/ISO10126 13:35:16,082 INFO [main][CipherTest] transformation=AES/CFB160/ISO10126-2 13:35:16,082 INFO [main][CipherTest] transformation=AES/CFB160/ISO10126-2PADDING 13:35:16,083 INFO [main][CipherTest] transformation=AES/CFB160/ISO10126PADDING 13:35:16,083 INFO [main][CipherTest] transformation=AES/CFB160/ISO7816-4 13:35:16,084 INFO [main][CipherTest] transformation=AES/CFB160/ISO7816-4PADDING 13:35:16,084 INFO [main][CipherTest] transformation=AES/CFB160/NOPADDING 13:35:16,084 INFO [main][CipherTest] transformation=AES/CFB160/PKCS5 13:35:16,085 INFO [main][CipherTest] transformation=AES/CFB160/PKCS5PADDING 13:35:16,085 INFO [main][CipherTest] transformation=AES/CFB160/PKCS7 13:35:16,085 INFO [main][CipherTest] transformation=AES/CFB160/PKCS7PADDING 13:35:16,085 INFO [main][CipherTest] transformation=AES/CFB160/TBC 13:35:16,086 INFO [main][CipherTest] transformation=AES/CFB160/TBCPADDING 13:35:16,086 INFO [main][CipherTest] transformation=AES/CFB160/X9.23 13:35:16,086 INFO [main][CipherTest] transformation=AES/CFB160/X9.23PADDING 13:35:16,087 INFO [main][CipherTest] transformation=AES/CFB160/ZEROBYTE 13:35:16,087 INFO [main][CipherTest] transformation=AES/CFB160/ZEROBYTEPADDING 13:35:16,087 INFO [main][CipherTest] transformation=AES/CFB168/ 13:35:16,087 INFO [main][CipherTest] transformation=AES/CFB168/ISO10126 13:35:16,088 INFO [main][CipherTest] transformation=AES/CFB168/ISO10126-2 13:35:16,088 INFO [main][CipherTest] transformation=AES/CFB168/ISO10126-2PADDING 13:35:16,089 INFO [main][CipherTest] transformation=AES/CFB168/ISO10126PADDING 13:35:16,089 INFO [main][CipherTest] transformation=AES/CFB168/ISO7816-4 13:35:16,089 INFO [main][CipherTest] transformation=AES/CFB168/ISO7816-4PADDING 13:35:16,090 INFO [main][CipherTest] transformation=AES/CFB168/NOPADDING 13:35:16,090 INFO [main][CipherTest] transformation=AES/CFB168/PKCS5 13:35:16,090 INFO [main][CipherTest] transformation=AES/CFB168/PKCS5PADDING 13:35:16,095 INFO [main][CipherTest] transformation=AES/CFB168/PKCS7 13:35:16,095 INFO [main][CipherTest] transformation=AES/CFB168/PKCS7PADDING 13:35:16,095 INFO [main][CipherTest] transformation=AES/CFB168/TBC 13:35:16,096 INFO [main][CipherTest] transformation=AES/CFB168/TBCPADDING 13:35:16,097 INFO [main][CipherTest] transformation=AES/CFB168/X9.23 13:35:16,097 INFO [main][CipherTest] transformation=AES/CFB168/X9.23PADDING 13:35:16,097 INFO [main][CipherTest] transformation=AES/CFB168/ZEROBYTE 13:35:16,097 INFO [main][CipherTest] transformation=AES/CFB168/ZEROBYTEPADDING 13:35:16,098 INFO [main][CipherTest] transformation=AES/CFB176/ 13:35:16,098 INFO [main][CipherTest] transformation=AES/CFB176/ISO10126 13:35:16,098 INFO [main][CipherTest] transformation=AES/CFB176/ISO10126-2 13:35:16,099 INFO [main][CipherTest] transformation=AES/CFB176/ISO10126-2PADDING 13:35:16,099 INFO [main][CipherTest] transformation=AES/CFB176/ISO10126PADDING 13:35:16,100 INFO [main][CipherTest] transformation=AES/CFB176/ISO7816-4 13:35:16,100 INFO [main][CipherTest] transformation=AES/CFB176/ISO7816-4PADDING 13:35:16,100 INFO [main][CipherTest] transformation=AES/CFB176/NOPADDING 13:35:16,101 INFO [main][CipherTest] transformation=AES/CFB176/PKCS5 13:35:16,101 INFO [main][CipherTest] transformation=AES/CFB176/PKCS5PADDING 13:35:16,101 INFO [main][CipherTest] transformation=AES/CFB176/PKCS7 13:35:16,101 INFO [main][CipherTest] transformation=AES/CFB176/PKCS7PADDING 13:35:16,102 INFO [main][CipherTest] transformation=AES/CFB176/TBC 13:35:16,102 INFO [main][CipherTest] transformation=AES/CFB176/TBCPADDING 13:35:16,102 INFO [main][CipherTest] transformation=AES/CFB176/X9.23 13:35:16,103 INFO [main][CipherTest] transformation=AES/CFB176/X9.23PADDING 13:35:16,103 INFO [main][CipherTest] transformation=AES/CFB176/ZEROBYTE 13:35:16,103 INFO [main][CipherTest] transformation=AES/CFB176/ZEROBYTEPADDING 13:35:16,103 INFO [main][CipherTest] transformation=AES/CFB184/ 13:35:16,104 INFO [main][CipherTest] transformation=AES/CFB184/ISO10126 13:35:16,104 INFO [main][CipherTest] transformation=AES/CFB184/ISO10126-2 13:35:16,105 INFO [main][CipherTest] transformation=AES/CFB184/ISO10126-2PADDING 13:35:16,105 INFO [main][CipherTest] transformation=AES/CFB184/ISO10126PADDING 13:35:16,106 INFO [main][CipherTest] transformation=AES/CFB184/ISO7816-4 13:35:16,106 INFO [main][CipherTest] transformation=AES/CFB184/ISO7816-4PADDING 13:35:16,107 INFO [main][CipherTest] transformation=AES/CFB184/NOPADDING 13:35:16,107 INFO [main][CipherTest] transformation=AES/CFB184/PKCS5 13:35:16,107 INFO [main][CipherTest] transformation=AES/CFB184/PKCS5PADDING 13:35:16,108 INFO [main][CipherTest] transformation=AES/CFB184/PKCS7 13:35:16,108 INFO [main][CipherTest] transformation=AES/CFB184/PKCS7PADDING 13:35:16,108 INFO [main][CipherTest] transformation=AES/CFB184/TBC 13:35:16,108 INFO [main][CipherTest] transformation=AES/CFB184/TBCPADDING 13:35:16,109 INFO [main][CipherTest] transformation=AES/CFB184/X9.23 13:35:16,109 INFO [main][CipherTest] transformation=AES/CFB184/X9.23PADDING 13:35:16,109 INFO [main][CipherTest] transformation=AES/CFB184/ZEROBYTE 13:35:16,110 INFO [main][CipherTest] transformation=AES/CFB184/ZEROBYTEPADDING 13:35:16,110 INFO [main][CipherTest] transformation=AES/CFB192/ 13:35:16,110 INFO [main][CipherTest] transformation=AES/CFB192/ISO10126 13:35:16,111 INFO [main][CipherTest] transformation=AES/CFB192/ISO10126-2 13:35:16,111 INFO [main][CipherTest] transformation=AES/CFB192/ISO10126-2PADDING 13:35:16,112 INFO [main][CipherTest] transformation=AES/CFB192/ISO10126PADDING 13:35:16,112 INFO [main][CipherTest] transformation=AES/CFB192/ISO7816-4 13:35:16,112 INFO [main][CipherTest] transformation=AES/CFB192/ISO7816-4PADDING 13:35:16,113 INFO [main][CipherTest] transformation=AES/CFB192/NOPADDING 13:35:16,113 INFO [main][CipherTest] transformation=AES/CFB192/PKCS5 13:35:16,113 INFO [main][CipherTest] transformation=AES/CFB192/PKCS5PADDING 13:35:16,113 INFO [main][CipherTest] transformation=AES/CFB192/PKCS7 13:35:16,113 INFO [main][CipherTest] transformation=AES/CFB192/PKCS7PADDING 13:35:16,113 INFO [main][CipherTest] transformation=AES/CFB192/TBC 13:35:16,114 INFO [main][CipherTest] transformation=AES/CFB192/TBCPADDING 13:35:16,114 INFO [main][CipherTest] transformation=AES/CFB192/X9.23 13:35:16,114 INFO [main][CipherTest] transformation=AES/CFB192/X9.23PADDING 13:35:16,114 INFO [main][CipherTest] transformation=AES/CFB192/ZEROBYTE 13:35:16,114 INFO [main][CipherTest] transformation=AES/CFB192/ZEROBYTEPADDING 13:35:16,114 INFO [main][CipherTest] transformation=AES/CFB200/ 13:35:16,114 INFO [main][CipherTest] transformation=AES/CFB200/ISO10126 13:35:16,115 INFO [main][CipherTest] transformation=AES/CFB200/ISO10126-2 13:35:16,115 INFO [main][CipherTest] transformation=AES/CFB200/ISO10126-2PADDING 13:35:16,115 INFO [main][CipherTest] transformation=AES/CFB200/ISO10126PADDING 13:35:16,115 INFO [main][CipherTest] transformation=AES/CFB200/ISO7816-4 13:35:16,115 INFO [main][CipherTest] transformation=AES/CFB200/ISO7816-4PADDING 13:35:16,116 INFO [main][CipherTest] transformation=AES/CFB200/NOPADDING 13:35:16,116 INFO [main][CipherTest] transformation=AES/CFB200/PKCS5 13:35:16,116 INFO [main][CipherTest] transformation=AES/CFB200/PKCS5PADDING 13:35:16,116 INFO [main][CipherTest] transformation=AES/CFB200/PKCS7 13:35:16,116 INFO [main][CipherTest] transformation=AES/CFB200/PKCS7PADDING 13:35:16,116 INFO [main][CipherTest] transformation=AES/CFB200/TBC 13:35:16,116 INFO [main][CipherTest] transformation=AES/CFB200/TBCPADDING 13:35:16,116 INFO [main][CipherTest] transformation=AES/CFB200/X9.23 13:35:16,116 INFO [main][CipherTest] transformation=AES/CFB200/X9.23PADDING 13:35:16,117 INFO [main][CipherTest] transformation=AES/CFB200/ZEROBYTE 13:35:16,117 INFO [main][CipherTest] transformation=AES/CFB200/ZEROBYTEPADDING 13:35:16,117 INFO [main][CipherTest] transformation=AES/CFB208/ 13:35:16,117 INFO [main][CipherTest] transformation=AES/CFB208/ISO10126 13:35:16,117 INFO [main][CipherTest] transformation=AES/CFB208/ISO10126-2 13:35:16,117 INFO [main][CipherTest] transformation=AES/CFB208/ISO10126-2PADDING 13:35:16,118 INFO [main][CipherTest] transformation=AES/CFB208/ISO10126PADDING 13:35:16,118 INFO [main][CipherTest] transformation=AES/CFB208/ISO7816-4 13:35:16,118 INFO [main][CipherTest] transformation=AES/CFB208/ISO7816-4PADDING 13:35:16,118 INFO [main][CipherTest] transformation=AES/CFB208/NOPADDING 13:35:16,118 INFO [main][CipherTest] transformation=AES/CFB208/PKCS5 13:35:16,118 INFO [main][CipherTest] transformation=AES/CFB208/PKCS5PADDING 13:35:16,118 INFO [main][CipherTest] transformation=AES/CFB208/PKCS7 13:35:16,119 INFO [main][CipherTest] transformation=AES/CFB208/PKCS7PADDING 13:35:16,119 INFO [main][CipherTest] transformation=AES/CFB208/TBC 13:35:16,119 INFO [main][CipherTest] transformation=AES/CFB208/TBCPADDING 13:35:16,119 INFO [main][CipherTest] transformation=AES/CFB208/X9.23 13:35:16,119 INFO [main][CipherTest] transformation=AES/CFB208/X9.23PADDING 13:35:16,119 INFO [main][CipherTest] transformation=AES/CFB208/ZEROBYTE 13:35:16,119 INFO [main][CipherTest] transformation=AES/CFB208/ZEROBYTEPADDING 13:35:16,119 INFO [main][CipherTest] transformation=AES/CFB216/ 13:35:16,119 INFO [main][CipherTest] transformation=AES/CFB216/ISO10126 13:35:16,120 INFO [main][CipherTest] transformation=AES/CFB216/ISO10126-2 13:35:16,120 INFO [main][CipherTest] transformation=AES/CFB216/ISO10126-2PADDING 13:35:16,120 INFO [main][CipherTest] transformation=AES/CFB216/ISO10126PADDING 13:35:16,120 INFO [main][CipherTest] transformation=AES/CFB216/ISO7816-4 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/ISO7816-4PADDING 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/NOPADDING 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/PKCS5 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/PKCS5PADDING 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/PKCS7 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/PKCS7PADDING 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/TBC 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/TBCPADDING 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/X9.23 13:35:16,121 INFO [main][CipherTest] transformation=AES/CFB216/X9.23PADDING 13:35:16,122 INFO [main][CipherTest] transformation=AES/CFB216/ZEROBYTE 13:35:16,122 INFO [main][CipherTest] transformation=AES/CFB216/ZEROBYTEPADDING 13:35:16,122 INFO [main][CipherTest] transformation=AES/CFB224/ 13:35:16,122 INFO [main][CipherTest] transformation=AES/CFB224/ISO10126 13:35:16,122 INFO [main][CipherTest] transformation=AES/CFB224/ISO10126-2 13:35:16,123 INFO [main][CipherTest] transformation=AES/CFB224/ISO10126-2PADDING 13:35:16,123 INFO [main][CipherTest] transformation=AES/CFB224/ISO10126PADDING 13:35:16,123 INFO [main][CipherTest] transformation=AES/CFB224/ISO7816-4 13:35:16,123 INFO [main][CipherTest] transformation=AES/CFB224/ISO7816-4PADDING 13:35:16,123 INFO [main][CipherTest] transformation=AES/CFB224/NOPADDING 13:35:16,123 INFO [main][CipherTest] transformation=AES/CFB224/PKCS5 13:35:16,123 INFO [main][CipherTest] transformation=AES/CFB224/PKCS5PADDING 13:35:16,124 INFO [main][CipherTest] transformation=AES/CFB224/PKCS7 13:35:16,124 INFO [main][CipherTest] transformation=AES/CFB224/PKCS7PADDING 13:35:16,124 INFO [main][CipherTest] transformation=AES/CFB224/TBC 13:35:16,124 INFO [main][CipherTest] transformation=AES/CFB224/TBCPADDING 13:35:16,124 INFO [main][CipherTest] transformation=AES/CFB224/X9.23 13:35:16,124 INFO [main][CipherTest] transformation=AES/CFB224/X9.23PADDING 13:35:16,124 INFO [main][CipherTest] transformation=AES/CFB224/ZEROBYTE 13:35:16,124 INFO [main][CipherTest] transformation=AES/CFB224/ZEROBYTEPADDING 13:35:16,125 INFO [main][CipherTest] transformation=AES/CFB232/ 13:35:16,125 INFO [main][CipherTest] transformation=AES/CFB232/ISO10126 13:35:16,125 INFO [main][CipherTest] transformation=AES/CFB232/ISO10126-2 13:35:16,125 INFO [main][CipherTest] transformation=AES/CFB232/ISO10126-2PADDING 13:35:16,125 INFO [main][CipherTest] transformation=AES/CFB232/ISO10126PADDING 13:35:16,126 INFO [main][CipherTest] transformation=AES/CFB232/ISO7816-4 13:35:16,126 INFO [main][CipherTest] transformation=AES/CFB232/ISO7816-4PADDING 13:35:16,126 INFO [main][CipherTest] transformation=AES/CFB232/NOPADDING 13:35:16,126 INFO [main][CipherTest] transformation=AES/CFB232/PKCS5 13:35:16,126 INFO [main][CipherTest] transformation=AES/CFB232/PKCS5PADDING 13:35:16,126 INFO [main][CipherTest] transformation=AES/CFB232/PKCS7 13:35:16,126 INFO [main][CipherTest] transformation=AES/CFB232/PKCS7PADDING 13:35:16,127 INFO [main][CipherTest] transformation=AES/CFB232/TBC 13:35:16,127 INFO [main][CipherTest] transformation=AES/CFB232/TBCPADDING 13:35:16,127 INFO [main][CipherTest] transformation=AES/CFB232/X9.23 13:35:16,127 INFO [main][CipherTest] transformation=AES/CFB232/X9.23PADDING 13:35:16,127 INFO [main][CipherTest] transformation=AES/CFB232/ZEROBYTE 13:35:16,127 INFO [main][CipherTest] transformation=AES/CFB232/ZEROBYTEPADDING 13:35:16,127 INFO [main][CipherTest] transformation=AES/CFB24/ 13:35:16,127 INFO [main][CipherTest] transformation=AES/CFB24/ISO10126 13:35:16,128 INFO [main][CipherTest] transformation=AES/CFB24/ISO10126-2 13:35:16,128 INFO [main][CipherTest] transformation=AES/CFB24/ISO10126-2PADDING 13:35:16,128 INFO [main][CipherTest] transformation=AES/CFB24/ISO10126PADDING 13:35:16,128 INFO [main][CipherTest] transformation=AES/CFB24/ISO7816-4 13:35:16,128 INFO [main][CipherTest] transformation=AES/CFB24/ISO7816-4PADDING 13:35:16,129 INFO [main][CipherTest] transformation=AES/CFB24/NOPADDING 13:35:16,129 INFO [main][CipherTest] transformation=AES/CFB24/PKCS5 13:35:16,129 INFO [main][CipherTest] transformation=AES/CFB24/PKCS5PADDING 13:35:16,129 INFO [main][CipherTest] transformation=AES/CFB24/PKCS7 13:35:16,129 INFO [main][CipherTest] transformation=AES/CFB24/PKCS7PADDING 13:35:16,129 INFO [main][CipherTest] transformation=AES/CFB24/TBC 13:35:16,129 INFO [main][CipherTest] transformation=AES/CFB24/TBCPADDING 13:35:16,129 INFO [main][CipherTest] transformation=AES/CFB24/X9.23 13:35:16,130 INFO [main][CipherTest] transformation=AES/CFB24/X9.23PADDING 13:35:16,130 INFO [main][CipherTest] transformation=AES/CFB24/ZEROBYTE 13:35:16,130 INFO [main][CipherTest] transformation=AES/CFB24/ZEROBYTEPADDING 13:35:16,130 INFO [main][CipherTest] transformation=AES/CFB240/ 13:35:16,130 INFO [main][CipherTest] transformation=AES/CFB240/ISO10126 13:35:16,130 INFO [main][CipherTest] transformation=AES/CFB240/ISO10126-2 13:35:16,131 INFO [main][CipherTest] transformation=AES/CFB240/ISO10126-2PADDING 13:35:16,131 INFO [main][CipherTest] transformation=AES/CFB240/ISO10126PADDING 13:35:16,131 INFO [main][CipherTest] transformation=AES/CFB240/ISO7816-4 13:35:16,131 INFO [main][CipherTest] transformation=AES/CFB240/ISO7816-4PADDING 13:35:16,131 INFO [main][CipherTest] transformation=AES/CFB240/NOPADDING 13:35:16,131 INFO [main][CipherTest] transformation=AES/CFB240/PKCS5 13:35:16,131 INFO [main][CipherTest] transformation=AES/CFB240/PKCS5PADDING 13:35:16,132 INFO [main][CipherTest] transformation=AES/CFB240/PKCS7 13:35:16,132 INFO [main][CipherTest] transformation=AES/CFB240/PKCS7PADDING 13:35:16,132 INFO [main][CipherTest] transformation=AES/CFB240/TBC 13:35:16,132 INFO [main][CipherTest] transformation=AES/CFB240/TBCPADDING 13:35:16,132 INFO [main][CipherTest] transformation=AES/CFB240/X9.23 13:35:16,132 INFO [main][CipherTest] transformation=AES/CFB240/X9.23PADDING 13:35:16,132 INFO [main][CipherTest] transformation=AES/CFB240/ZEROBYTE 13:35:16,132 INFO [main][CipherTest] transformation=AES/CFB240/ZEROBYTEPADDING 13:35:16,132 INFO [main][CipherTest] transformation=AES/CFB248/ 13:35:16,133 INFO [main][CipherTest] transformation=AES/CFB248/ISO10126 13:35:16,133 INFO [main][CipherTest] transformation=AES/CFB248/ISO10126-2 13:35:16,133 INFO [main][CipherTest] transformation=AES/CFB248/ISO10126-2PADDING 13:35:16,133 INFO [main][CipherTest] transformation=AES/CFB248/ISO10126PADDING 13:35:16,134 INFO [main][CipherTest] transformation=AES/CFB248/ISO7816-4 13:35:16,134 INFO [main][CipherTest] transformation=AES/CFB248/ISO7816-4PADDING 13:35:16,134 INFO [main][CipherTest] transformation=AES/CFB248/NOPADDING 13:35:16,134 INFO [main][CipherTest] transformation=AES/CFB248/PKCS5 13:35:16,134 INFO [main][CipherTest] transformation=AES/CFB248/PKCS5PADDING 13:35:16,134 INFO [main][CipherTest] transformation=AES/CFB248/PKCS7 13:35:16,134 INFO [main][CipherTest] transformation=AES/CFB248/PKCS7PADDING 13:35:16,134 INFO [main][CipherTest] transformation=AES/CFB248/TBC 13:35:16,135 INFO [main][CipherTest] transformation=AES/CFB248/TBCPADDING 13:35:16,135 INFO [main][CipherTest] transformation=AES/CFB248/X9.23 13:35:16,135 INFO [main][CipherTest] transformation=AES/CFB248/X9.23PADDING 13:35:16,135 INFO [main][CipherTest] transformation=AES/CFB248/ZEROBYTE 13:35:16,135 INFO [main][CipherTest] transformation=AES/CFB248/ZEROBYTEPADDING 13:35:16,135 INFO [main][CipherTest] transformation=AES/CFB256/ 13:35:16,135 INFO [main][CipherTest] transformation=AES/CFB256/ISO10126 13:35:16,136 INFO [main][CipherTest] transformation=AES/CFB256/ISO10126-2 13:35:16,136 INFO [main][CipherTest] transformation=AES/CFB256/ISO10126-2PADDING 13:35:16,136 INFO [main][CipherTest] transformation=AES/CFB256/ISO10126PADDING 13:35:16,136 INFO [main][CipherTest] transformation=AES/CFB256/ISO7816-4 13:35:16,136 INFO [main][CipherTest] transformation=AES/CFB256/ISO7816-4PADDING 13:35:16,136 INFO [main][CipherTest] transformation=AES/CFB256/NOPADDING 13:35:16,137 INFO [main][CipherTest] transformation=AES/CFB256/PKCS5 13:35:16,137 INFO [main][CipherTest] transformation=AES/CFB256/PKCS5PADDING 13:35:16,137 INFO [main][CipherTest] transformation=AES/CFB256/PKCS7 13:35:16,137 INFO [main][CipherTest] transformation=AES/CFB256/PKCS7PADDING 13:35:16,137 INFO [main][CipherTest] transformation=AES/CFB256/TBC 13:35:16,137 INFO [main][CipherTest] transformation=AES/CFB256/TBCPADDING 13:35:16,137 INFO [main][CipherTest] transformation=AES/CFB256/X9.23 13:35:16,137 INFO [main][CipherTest] transformation=AES/CFB256/X9.23PADDING 13:35:16,137 INFO [main][CipherTest] transformation=AES/CFB256/ZEROBYTE 13:35:16,138 INFO [main][CipherTest] transformation=AES/CFB256/ZEROBYTEPADDING 13:35:16,138 INFO [main][CipherTest] transformation=AES/CFB32/ 13:35:16,138 INFO [main][CipherTest] transformation=AES/CFB32/ISO10126 13:35:16,138 INFO [main][CipherTest] transformation=AES/CFB32/ISO10126-2 13:35:16,138 INFO [main][CipherTest] transformation=AES/CFB32/ISO10126-2PADDING 13:35:16,139 INFO [main][CipherTest] transformation=AES/CFB32/ISO10126PADDING 13:35:16,139 INFO [main][CipherTest] transformation=AES/CFB32/ISO7816-4 13:35:16,139 INFO [main][CipherTest] transformation=AES/CFB32/ISO7816-4PADDING 13:35:16,139 INFO [main][CipherTest] transformation=AES/CFB32/NOPADDING 13:35:16,139 INFO [main][CipherTest] transformation=AES/CFB32/PKCS5 13:35:16,139 INFO [main][CipherTest] transformation=AES/CFB32/PKCS5PADDING 13:35:16,139 INFO [main][CipherTest] transformation=AES/CFB32/PKCS7 13:35:16,139 INFO [main][CipherTest] transformation=AES/CFB32/PKCS7PADDING 13:35:16,140 INFO [main][CipherTest] transformation=AES/CFB32/TBC 13:35:16,140 INFO [main][CipherTest] transformation=AES/CFB32/TBCPADDING 13:35:16,140 INFO [main][CipherTest] transformation=AES/CFB32/X9.23 13:35:16,140 INFO [main][CipherTest] transformation=AES/CFB32/X9.23PADDING 13:35:16,140 INFO [main][CipherTest] transformation=AES/CFB32/ZEROBYTE 13:35:16,140 INFO [main][CipherTest] transformation=AES/CFB32/ZEROBYTEPADDING 13:35:16,140 INFO [main][CipherTest] transformation=AES/CFB40/ 13:35:16,140 INFO [main][CipherTest] transformation=AES/CFB40/ISO10126 13:35:16,141 INFO [main][CipherTest] transformation=AES/CFB40/ISO10126-2 13:35:16,141 INFO [main][CipherTest] transformation=AES/CFB40/ISO10126-2PADDING 13:35:16,141 INFO [main][CipherTest] transformation=AES/CFB40/ISO10126PADDING 13:35:16,141 INFO [main][CipherTest] transformation=AES/CFB40/ISO7816-4 13:35:16,141 INFO [main][CipherTest] transformation=AES/CFB40/ISO7816-4PADDING 13:35:16,142 INFO [main][CipherTest] transformation=AES/CFB40/NOPADDING 13:35:16,142 INFO [main][CipherTest] transformation=AES/CFB40/PKCS5 13:35:16,142 INFO [main][CipherTest] transformation=AES/CFB40/PKCS5PADDING 13:35:16,142 INFO [main][CipherTest] transformation=AES/CFB40/PKCS7 13:35:16,142 INFO [main][CipherTest] transformation=AES/CFB40/PKCS7PADDING 13:35:16,142 INFO [main][CipherTest] transformation=AES/CFB40/TBC 13:35:16,142 INFO [main][CipherTest] transformation=AES/CFB40/TBCPADDING 13:35:16,142 INFO [main][CipherTest] transformation=AES/CFB40/X9.23 13:35:16,142 INFO [main][CipherTest] transformation=AES/CFB40/X9.23PADDING 13:35:16,143 INFO [main][CipherTest] transformation=AES/CFB40/ZEROBYTE 13:35:16,143 INFO [main][CipherTest] transformation=AES/CFB40/ZEROBYTEPADDING 13:35:16,143 INFO [main][CipherTest] transformation=AES/CFB48/ 13:35:16,143 INFO [main][CipherTest] transformation=AES/CFB48/ISO10126 13:35:16,143 INFO [main][CipherTest] transformation=AES/CFB48/ISO10126-2 13:35:16,143 INFO [main][CipherTest] transformation=AES/CFB48/ISO10126-2PADDING 13:35:16,144 INFO [main][CipherTest] transformation=AES/CFB48/ISO10126PADDING 13:35:16,144 INFO [main][CipherTest] transformation=AES/CFB48/ISO7816-4 13:35:16,144 INFO [main][CipherTest] transformation=AES/CFB48/ISO7816-4PADDING 13:35:16,144 INFO [main][CipherTest] transformation=AES/CFB48/NOPADDING 13:35:16,144 INFO [main][CipherTest] transformation=AES/CFB48/PKCS5 13:35:16,144 INFO [main][CipherTest] transformation=AES/CFB48/PKCS5PADDING 13:35:16,145 INFO [main][CipherTest] transformation=AES/CFB48/PKCS7 13:35:16,145 INFO [main][CipherTest] transformation=AES/CFB48/PKCS7PADDING 13:35:16,145 INFO [main][CipherTest] transformation=AES/CFB48/TBC 13:35:16,145 INFO [main][CipherTest] transformation=AES/CFB48/TBCPADDING 13:35:16,145 INFO [main][CipherTest] transformation=AES/CFB48/X9.23 13:35:16,145 INFO [main][CipherTest] transformation=AES/CFB48/X9.23PADDING 13:35:16,145 INFO [main][CipherTest] transformation=AES/CFB48/ZEROBYTE 13:35:16,145 INFO [main][CipherTest] transformation=AES/CFB48/ZEROBYTEPADDING 13:35:16,145 INFO [main][CipherTest] transformation=AES/CFB56/ 13:35:16,146 INFO [main][CipherTest] transformation=AES/CFB56/ISO10126 13:35:16,146 INFO [main][CipherTest] transformation=AES/CFB56/ISO10126-2 13:35:16,146 INFO [main][CipherTest] transformation=AES/CFB56/ISO10126-2PADDING 13:35:16,146 INFO [main][CipherTest] transformation=AES/CFB56/ISO10126PADDING 13:35:16,147 INFO [main][CipherTest] transformation=AES/CFB56/ISO7816-4 13:35:16,147 INFO [main][CipherTest] transformation=AES/CFB56/ISO7816-4PADDING 13:35:16,147 INFO [main][CipherTest] transformation=AES/CFB56/NOPADDING 13:35:16,147 INFO [main][CipherTest] transformation=AES/CFB56/PKCS5 13:35:16,147 INFO [main][CipherTest] transformation=AES/CFB56/PKCS5PADDING 13:35:16,147 INFO [main][CipherTest] transformation=AES/CFB56/PKCS7 13:35:16,147 INFO [main][CipherTest] transformation=AES/CFB56/PKCS7PADDING 13:35:16,147 INFO [main][CipherTest] transformation=AES/CFB56/TBC 13:35:16,147 INFO [main][CipherTest] transformation=AES/CFB56/TBCPADDING 13:35:16,148 INFO [main][CipherTest] transformation=AES/CFB56/X9.23 13:35:16,148 INFO [main][CipherTest] transformation=AES/CFB56/X9.23PADDING 13:35:16,148 INFO [main][CipherTest] transformation=AES/CFB56/ZEROBYTE 13:35:16,148 INFO [main][CipherTest] transformation=AES/CFB56/ZEROBYTEPADDING 13:35:16,148 INFO [main][CipherTest] transformation=AES/CFB64/ 13:35:16,148 INFO [main][CipherTest] transformation=AES/CFB64/ISO10126 13:35:16,148 INFO [main][CipherTest] transformation=AES/CFB64/ISO10126-2 13:35:16,149 INFO [main][CipherTest] transformation=AES/CFB64/ISO10126-2PADDING 13:35:16,149 INFO [main][CipherTest] transformation=AES/CFB64/ISO10126PADDING 13:35:16,149 INFO [main][CipherTest] transformation=AES/CFB64/ISO7816-4 13:35:16,149 INFO [main][CipherTest] transformation=AES/CFB64/ISO7816-4PADDING 13:35:16,149 INFO [main][CipherTest] transformation=AES/CFB64/NOPADDING 13:35:16,149 INFO [main][CipherTest] transformation=AES/CFB64/PKCS5 13:35:16,150 INFO [main][CipherTest] transformation=AES/CFB64/PKCS5PADDING 13:35:16,150 INFO [main][CipherTest] transformation=AES/CFB64/PKCS7 13:35:16,150 INFO [main][CipherTest] transformation=AES/CFB64/PKCS7PADDING 13:35:16,150 INFO [main][CipherTest] transformation=AES/CFB64/TBC 13:35:16,150 INFO [main][CipherTest] transformation=AES/CFB64/TBCPADDING 13:35:16,150 INFO [main][CipherTest] transformation=AES/CFB64/X9.23 13:35:16,150 INFO [main][CipherTest] transformation=AES/CFB64/X9.23PADDING 13:35:16,150 INFO [main][CipherTest] transformation=AES/CFB64/ZEROBYTE 13:35:16,150 INFO [main][CipherTest] transformation=AES/CFB64/ZEROBYTEPADDING 13:35:16,151 INFO [main][CipherTest] transformation=AES/CFB72/ 13:35:16,151 INFO [main][CipherTest] transformation=AES/CFB72/ISO10126 13:35:16,151 INFO [main][CipherTest] transformation=AES/CFB72/ISO10126-2 13:35:16,151 INFO [main][CipherTest] transformation=AES/CFB72/ISO10126-2PADDING 13:35:16,151 INFO [main][CipherTest] transformation=AES/CFB72/ISO10126PADDING 13:35:16,152 INFO [main][CipherTest] transformation=AES/CFB72/ISO7816-4 13:35:16,152 INFO [main][CipherTest] transformation=AES/CFB72/ISO7816-4PADDING 13:35:16,152 INFO [main][CipherTest] transformation=AES/CFB72/NOPADDING 13:35:16,152 INFO [main][CipherTest] transformation=AES/CFB72/PKCS5 13:35:16,152 INFO [main][CipherTest] transformation=AES/CFB72/PKCS5PADDING 13:35:16,152 INFO [main][CipherTest] transformation=AES/CFB72/PKCS7 13:35:16,152 INFO [main][CipherTest] transformation=AES/CFB72/PKCS7PADDING 13:35:16,152 INFO [main][CipherTest] transformation=AES/CFB72/TBC 13:35:16,152 INFO [main][CipherTest] transformation=AES/CFB72/TBCPADDING 13:35:16,153 INFO [main][CipherTest] transformation=AES/CFB72/X9.23 13:35:16,153 INFO [main][CipherTest] transformation=AES/CFB72/X9.23PADDING 13:35:16,153 INFO [main][CipherTest] transformation=AES/CFB72/ZEROBYTE 13:35:16,153 INFO [main][CipherTest] transformation=AES/CFB72/ZEROBYTEPADDING 13:35:16,153 INFO [main][CipherTest] transformation=AES/CFB8/ 13:35:16,153 INFO [main][CipherTest] transformation=AES/CFB8/ISO10126 13:35:16,153 INFO [main][CipherTest] transformation=AES/CFB8/ISO10126-2 13:35:16,154 INFO [main][CipherTest] transformation=AES/CFB8/ISO10126-2PADDING 13:35:16,154 INFO [main][CipherTest] transformation=AES/CFB8/ISO10126PADDING 13:35:16,154 INFO [main][CipherTest] transformation=AES/CFB8/ISO7816-4 13:35:16,154 INFO [main][CipherTest] transformation=AES/CFB8/ISO7816-4PADDING 13:35:16,155 INFO [main][CipherTest] transformation=AES/CFB8/NOPADDING 13:35:16,155 INFO [main][CipherTest] transformation=AES/CFB8/PKCS5 13:35:16,155 INFO [main][CipherTest] transformation=AES/CFB8/PKCS5PADDING 13:35:16,155 INFO [main][CipherTest] transformation=AES/CFB8/PKCS7 13:35:16,155 INFO [main][CipherTest] transformation=AES/CFB8/PKCS7PADDING 13:35:16,155 INFO [main][CipherTest] transformation=AES/CFB8/TBC 13:35:16,155 INFO [main][CipherTest] transformation=AES/CFB8/TBCPADDING 13:35:16,155 INFO [main][CipherTest] transformation=AES/CFB8/X9.23 13:35:16,155 INFO [main][CipherTest] transformation=AES/CFB8/X9.23PADDING 13:35:16,156 INFO [main][CipherTest] transformation=AES/CFB8/ZEROBYTE 13:35:16,156 INFO [main][CipherTest] transformation=AES/CFB8/ZEROBYTEPADDING 13:35:16,156 INFO [main][CipherTest] transformation=AES/CFB80/ 13:35:16,156 INFO [main][CipherTest] transformation=AES/CFB80/ISO10126 13:35:16,156 INFO [main][CipherTest] transformation=AES/CFB80/ISO10126-2 13:35:16,156 INFO [main][CipherTest] transformation=AES/CFB80/ISO10126-2PADDING 13:35:16,157 INFO [main][CipherTest] transformation=AES/CFB80/ISO10126PADDING 13:35:16,157 INFO [main][CipherTest] transformation=AES/CFB80/ISO7816-4 13:35:16,157 INFO [main][CipherTest] transformation=AES/CFB80/ISO7816-4PADDING 13:35:16,157 INFO [main][CipherTest] transformation=AES/CFB80/NOPADDING 13:35:16,157 INFO [main][CipherTest] transformation=AES/CFB80/PKCS5 13:35:16,157 INFO [main][CipherTest] transformation=AES/CFB80/PKCS5PADDING 13:35:16,157 INFO [main][CipherTest] transformation=AES/CFB80/PKCS7 13:35:16,158 INFO [main][CipherTest] transformation=AES/CFB80/PKCS7PADDING 13:35:16,158 INFO [main][CipherTest] transformation=AES/CFB80/TBC 13:35:16,158 INFO [main][CipherTest] transformation=AES/CFB80/TBCPADDING 13:35:16,158 INFO [main][CipherTest] transformation=AES/CFB80/X9.23 13:35:16,158 INFO [main][CipherTest] transformation=AES/CFB80/X9.23PADDING 13:35:16,158 INFO [main][CipherTest] transformation=AES/CFB80/ZEROBYTE 13:35:16,158 INFO [main][CipherTest] transformation=AES/CFB80/ZEROBYTEPADDING 13:35:16,158 INFO [main][CipherTest] transformation=AES/CFB88/ 13:35:16,159 INFO [main][CipherTest] transformation=AES/CFB88/ISO10126 13:35:16,159 INFO [main][CipherTest] transformation=AES/CFB88/ISO10126-2 13:35:16,159 INFO [main][CipherTest] transformation=AES/CFB88/ISO10126-2PADDING 13:35:16,160 INFO [main][CipherTest] transformation=AES/CFB88/ISO10126PADDING 13:35:16,160 INFO [main][CipherTest] transformation=AES/CFB88/ISO7816-4 13:35:16,160 INFO [main][CipherTest] transformation=AES/CFB88/ISO7816-4PADDING 13:35:16,160 INFO [main][CipherTest] transformation=AES/CFB88/NOPADDING 13:35:16,160 INFO [main][CipherTest] transformation=AES/CFB88/PKCS5 13:35:16,160 INFO [main][CipherTest] transformation=AES/CFB88/PKCS5PADDING 13:35:16,160 INFO [main][CipherTest] transformation=AES/CFB88/PKCS7 13:35:16,161 INFO [main][CipherTest] transformation=AES/CFB88/PKCS7PADDING 13:35:16,161 INFO [main][CipherTest] transformation=AES/CFB88/TBC 13:35:16,161 INFO [main][CipherTest] transformation=AES/CFB88/TBCPADDING 13:35:16,161 INFO [main][CipherTest] transformation=AES/CFB88/X9.23 13:35:16,161 INFO [main][CipherTest] transformation=AES/CFB88/X9.23PADDING 13:35:16,161 INFO [main][CipherTest] transformation=AES/CFB88/ZEROBYTE 13:35:16,161 INFO [main][CipherTest] transformation=AES/CFB88/ZEROBYTEPADDING 13:35:16,161 INFO [main][CipherTest] transformation=AES/CFB96/ 13:35:16,161 INFO [main][CipherTest] transformation=AES/CFB96/ISO10126 13:35:16,162 INFO [main][CipherTest] transformation=AES/CFB96/ISO10126-2 13:35:16,162 INFO [main][CipherTest] transformation=AES/CFB96/ISO10126-2PADDING 13:35:16,162 INFO [main][CipherTest] transformation=AES/CFB96/ISO10126PADDING 13:35:16,162 INFO [main][CipherTest] transformation=AES/CFB96/ISO7816-4 13:35:16,163 INFO [main][CipherTest] transformation=AES/CFB96/ISO7816-4PADDING 13:35:16,163 INFO [main][CipherTest] transformation=AES/CFB96/NOPADDING 13:35:16,163 INFO [main][CipherTest] transformation=AES/CFB96/PKCS5 13:35:16,163 INFO [main][CipherTest] transformation=AES/CFB96/PKCS5PADDING 13:35:16,163 INFO [main][CipherTest] transformation=AES/CFB96/PKCS7 13:35:16,163 INFO [main][CipherTest] transformation=AES/CFB96/PKCS7PADDING 13:35:16,163 INFO [main][CipherTest] transformation=AES/CFB96/TBC 13:35:16,163 INFO [main][CipherTest] transformation=AES/CFB96/TBCPADDING 13:35:16,163 INFO [main][CipherTest] transformation=AES/CFB96/X9.23 13:35:16,164 INFO [main][CipherTest] transformation=AES/CFB96/X9.23PADDING 13:35:16,164 INFO [main][CipherTest] transformation=AES/CFB96/ZEROBYTE 13:35:16,164 INFO [main][CipherTest] transformation=AES/CFB96/ZEROBYTEPADDING 13:35:16,164 INFO [main][CipherTest] transformation=AES/CTS/ 13:35:16,164 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES/CTS/" does not support IV => Skipping. 13:35:16,164 INFO [main][CipherTest] transformation=AES/CTS/NOPADDING 13:35:16,164 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES/CTS/NOPADDING" does not support IV => Skipping. 13:35:16,164 INFO [main][CipherTest] transformation=AES/EAX/ 13:35:16,164 INFO [main][CipherTest] transformation=AES/EAX/NOPADDING 13:35:16,165 INFO [main][CipherTest] transformation=AES/ECB/ 13:35:16,165 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES/ECB/" does not support IV => Skipping. 13:35:16,165 INFO [main][CipherTest] transformation=AES/ECB/NOPADDING 13:35:16,165 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "AES/ECB/NOPADDING" does not support IV => Skipping. 13:35:16,165 INFO [main][CipherTest] transformation=AES/GCM/ 13:35:16,165 INFO [main][CipherTest] transformation=AES/GCM/NOPADDING 13:35:16,165 INFO [main][CipherTest] transformation=AES/OFB/ 13:35:16,165 INFO [main][CipherTest] transformation=AES/OFB/ISO10126 13:35:16,166 INFO [main][CipherTest] transformation=AES/OFB/ISO10126-2 13:35:16,166 INFO [main][CipherTest] transformation=AES/OFB/ISO10126-2PADDING 13:35:16,166 INFO [main][CipherTest] transformation=AES/OFB/ISO10126PADDING 13:35:16,167 INFO [main][CipherTest] transformation=AES/OFB/ISO7816-4 13:35:16,167 INFO [main][CipherTest] transformation=AES/OFB/ISO7816-4PADDING 13:35:16,167 INFO [main][CipherTest] transformation=AES/OFB/NOPADDING 13:35:16,167 INFO [main][CipherTest] transformation=AES/OFB/PKCS5 13:35:16,167 INFO [main][CipherTest] transformation=AES/OFB/PKCS5PADDING 13:35:16,167 INFO [main][CipherTest] transformation=AES/OFB/PKCS7 13:35:16,167 INFO [main][CipherTest] transformation=AES/OFB/PKCS7PADDING 13:35:16,168 INFO [main][CipherTest] transformation=AES/OFB/TBC 13:35:16,168 INFO [main][CipherTest] transformation=AES/OFB/TBCPADDING 13:35:16,168 INFO [main][CipherTest] transformation=AES/OFB/X9.23 13:35:16,168 INFO [main][CipherTest] transformation=AES/OFB/X9.23PADDING 13:35:16,168 INFO [main][CipherTest] transformation=AES/OFB/ZEROBYTE 13:35:16,168 INFO [main][CipherTest] transformation=AES/OFB/ZEROBYTEPADDING 13:35:16,168 INFO [main][CipherTest] transformation=AES/OFB104/ 13:35:16,168 INFO [main][CipherTest] transformation=AES/OFB104/ISO10126 13:35:16,169 INFO [main][CipherTest] transformation=AES/OFB104/ISO10126-2 13:35:16,169 INFO [main][CipherTest] transformation=AES/OFB104/ISO10126-2PADDING 13:35:16,169 INFO [main][CipherTest] transformation=AES/OFB104/ISO10126PADDING 13:35:16,169 INFO [main][CipherTest] transformation=AES/OFB104/ISO7816-4 13:35:16,169 INFO [main][CipherTest] transformation=AES/OFB104/ISO7816-4PADDING 13:35:16,170 INFO [main][CipherTest] transformation=AES/OFB104/NOPADDING 13:35:16,170 INFO [main][CipherTest] transformation=AES/OFB104/PKCS5 13:35:16,170 INFO [main][CipherTest] transformation=AES/OFB104/PKCS5PADDING 13:35:16,170 INFO [main][CipherTest] transformation=AES/OFB104/PKCS7 13:35:16,170 INFO [main][CipherTest] transformation=AES/OFB104/PKCS7PADDING 13:35:16,170 INFO [main][CipherTest] transformation=AES/OFB104/TBC 13:35:16,170 INFO [main][CipherTest] transformation=AES/OFB104/TBCPADDING 13:35:16,170 INFO [main][CipherTest] transformation=AES/OFB104/X9.23 13:35:16,171 INFO [main][CipherTest] transformation=AES/OFB104/X9.23PADDING 13:35:16,171 INFO [main][CipherTest] transformation=AES/OFB104/ZEROBYTE 13:35:16,171 INFO [main][CipherTest] transformation=AES/OFB104/ZEROBYTEPADDING 13:35:16,171 INFO [main][CipherTest] transformation=AES/OFB112/ 13:35:16,171 INFO [main][CipherTest] transformation=AES/OFB112/ISO10126 13:35:16,171 INFO [main][CipherTest] transformation=AES/OFB112/ISO10126-2 13:35:16,172 INFO [main][CipherTest] transformation=AES/OFB112/ISO10126-2PADDING 13:35:16,172 INFO [main][CipherTest] transformation=AES/OFB112/ISO10126PADDING 13:35:16,172 INFO [main][CipherTest] transformation=AES/OFB112/ISO7816-4 13:35:16,172 INFO [main][CipherTest] transformation=AES/OFB112/ISO7816-4PADDING 13:35:16,172 INFO [main][CipherTest] transformation=AES/OFB112/NOPADDING 13:35:16,172 INFO [main][CipherTest] transformation=AES/OFB112/PKCS5 13:35:16,173 INFO [main][CipherTest] transformation=AES/OFB112/PKCS5PADDING 13:35:16,173 INFO [main][CipherTest] transformation=AES/OFB112/PKCS7 13:35:16,173 INFO [main][CipherTest] transformation=AES/OFB112/PKCS7PADDING 13:35:16,173 INFO [main][CipherTest] transformation=AES/OFB112/TBC 13:35:16,173 INFO [main][CipherTest] transformation=AES/OFB112/TBCPADDING 13:35:16,173 INFO [main][CipherTest] transformation=AES/OFB112/X9.23 13:35:16,173 INFO [main][CipherTest] transformation=AES/OFB112/X9.23PADDING 13:35:16,173 INFO [main][CipherTest] transformation=AES/OFB112/ZEROBYTE 13:35:16,173 INFO [main][CipherTest] transformation=AES/OFB112/ZEROBYTEPADDING 13:35:16,174 INFO [main][CipherTest] transformation=AES/OFB120/ 13:35:16,174 INFO [main][CipherTest] transformation=AES/OFB120/ISO10126 13:35:16,174 INFO [main][CipherTest] transformation=AES/OFB120/ISO10126-2 13:35:16,174 INFO [main][CipherTest] transformation=AES/OFB120/ISO10126-2PADDING 13:35:16,174 INFO [main][CipherTest] transformation=AES/OFB120/ISO10126PADDING 13:35:16,175 INFO [main][CipherTest] transformation=AES/OFB120/ISO7816-4 13:35:16,175 INFO [main][CipherTest] transformation=AES/OFB120/ISO7816-4PADDING 13:35:16,175 INFO [main][CipherTest] transformation=AES/OFB120/NOPADDING 13:35:16,175 INFO [main][CipherTest] transformation=AES/OFB120/PKCS5 13:35:16,175 INFO [main][CipherTest] transformation=AES/OFB120/PKCS5PADDING 13:35:16,175 INFO [main][CipherTest] transformation=AES/OFB120/PKCS7 13:35:16,175 INFO [main][CipherTest] transformation=AES/OFB120/PKCS7PADDING 13:35:16,176 INFO [main][CipherTest] transformation=AES/OFB120/TBC 13:35:16,176 INFO [main][CipherTest] transformation=AES/OFB120/TBCPADDING 13:35:16,176 INFO [main][CipherTest] transformation=AES/OFB120/X9.23 13:35:16,176 INFO [main][CipherTest] transformation=AES/OFB120/X9.23PADDING 13:35:16,176 INFO [main][CipherTest] transformation=AES/OFB120/ZEROBYTE 13:35:16,176 INFO [main][CipherTest] transformation=AES/OFB120/ZEROBYTEPADDING 13:35:16,176 INFO [main][CipherTest] transformation=AES/OFB128/ 13:35:16,176 INFO [main][CipherTest] transformation=AES/OFB128/ISO10126 13:35:16,177 INFO [main][CipherTest] transformation=AES/OFB128/ISO10126-2 13:35:16,177 INFO [main][CipherTest] transformation=AES/OFB128/ISO10126-2PADDING 13:35:16,177 INFO [main][CipherTest] transformation=AES/OFB128/ISO10126PADDING 13:35:16,177 INFO [main][CipherTest] transformation=AES/OFB128/ISO7816-4 13:35:16,177 INFO [main][CipherTest] transformation=AES/OFB128/ISO7816-4PADDING 13:35:16,178 INFO [main][CipherTest] transformation=AES/OFB128/NOPADDING 13:35:16,178 INFO [main][CipherTest] transformation=AES/OFB128/PKCS5 13:35:16,178 INFO [main][CipherTest] transformation=AES/OFB128/PKCS5PADDING 13:35:16,178 INFO [main][CipherTest] transformation=AES/OFB128/PKCS7 13:35:16,178 INFO [main][CipherTest] transformation=AES/OFB128/PKCS7PADDING 13:35:16,178 INFO [main][CipherTest] transformation=AES/OFB128/TBC 13:35:16,178 INFO [main][CipherTest] transformation=AES/OFB128/TBCPADDING 13:35:16,178 INFO [main][CipherTest] transformation=AES/OFB128/X9.23 13:35:16,178 INFO [main][CipherTest] transformation=AES/OFB128/X9.23PADDING 13:35:16,179 INFO [main][CipherTest] transformation=AES/OFB128/ZEROBYTE 13:35:16,179 INFO [main][CipherTest] transformation=AES/OFB128/ZEROBYTEPADDING 13:35:16,179 INFO [main][CipherTest] transformation=AES/OFB136/ 13:35:16,179 INFO [main][CipherTest] transformation=AES/OFB136/ISO10126 13:35:16,179 INFO [main][CipherTest] transformation=AES/OFB136/ISO10126-2 13:35:16,179 INFO [main][CipherTest] transformation=AES/OFB136/ISO10126-2PADDING 13:35:16,180 INFO [main][CipherTest] transformation=AES/OFB136/ISO10126PADDING 13:35:16,180 INFO [main][CipherTest] transformation=AES/OFB136/ISO7816-4 13:35:16,180 INFO [main][CipherTest] transformation=AES/OFB136/ISO7816-4PADDING 13:35:16,180 INFO [main][CipherTest] transformation=AES/OFB136/NOPADDING 13:35:16,180 INFO [main][CipherTest] transformation=AES/OFB136/PKCS5 13:35:16,180 INFO [main][CipherTest] transformation=AES/OFB136/PKCS5PADDING 13:35:16,180 INFO [main][CipherTest] transformation=AES/OFB136/PKCS7 13:35:16,181 INFO [main][CipherTest] transformation=AES/OFB136/PKCS7PADDING 13:35:16,181 INFO [main][CipherTest] transformation=AES/OFB136/TBC 13:35:16,181 INFO [main][CipherTest] transformation=AES/OFB136/TBCPADDING 13:35:16,181 INFO [main][CipherTest] transformation=AES/OFB136/X9.23 13:35:16,181 INFO [main][CipherTest] transformation=AES/OFB136/X9.23PADDING 13:35:16,181 INFO [main][CipherTest] transformation=AES/OFB136/ZEROBYTE 13:35:16,181 INFO [main][CipherTest] transformation=AES/OFB136/ZEROBYTEPADDING 13:35:16,181 INFO [main][CipherTest] transformation=AES/OFB144/ 13:35:16,182 INFO [main][CipherTest] transformation=AES/OFB144/ISO10126 13:35:16,182 INFO [main][CipherTest] transformation=AES/OFB144/ISO10126-2 13:35:16,182 INFO [main][CipherTest] transformation=AES/OFB144/ISO10126-2PADDING 13:35:16,182 INFO [main][CipherTest] transformation=AES/OFB144/ISO10126PADDING 13:35:16,183 INFO [main][CipherTest] transformation=AES/OFB144/ISO7816-4 13:35:16,183 INFO [main][CipherTest] transformation=AES/OFB144/ISO7816-4PADDING 13:35:16,183 INFO [main][CipherTest] transformation=AES/OFB144/NOPADDING 13:35:16,183 INFO [main][CipherTest] transformation=AES/OFB144/PKCS5 13:35:16,183 INFO [main][CipherTest] transformation=AES/OFB144/PKCS5PADDING 13:35:16,183 INFO [main][CipherTest] transformation=AES/OFB144/PKCS7 13:35:16,183 INFO [main][CipherTest] transformation=AES/OFB144/PKCS7PADDING 13:35:16,183 INFO [main][CipherTest] transformation=AES/OFB144/TBC 13:35:16,184 INFO [main][CipherTest] transformation=AES/OFB144/TBCPADDING 13:35:16,184 INFO [main][CipherTest] transformation=AES/OFB144/X9.23 13:35:16,184 INFO [main][CipherTest] transformation=AES/OFB144/X9.23PADDING 13:35:16,184 INFO [main][CipherTest] transformation=AES/OFB144/ZEROBYTE 13:35:16,184 INFO [main][CipherTest] transformation=AES/OFB144/ZEROBYTEPADDING 13:35:16,184 INFO [main][CipherTest] transformation=AES/OFB152/ 13:35:16,184 INFO [main][CipherTest] transformation=AES/OFB152/ISO10126 13:35:16,184 INFO [main][CipherTest] transformation=AES/OFB152/ISO10126-2 13:35:16,185 INFO [main][CipherTest] transformation=AES/OFB152/ISO10126-2PADDING 13:35:16,185 INFO [main][CipherTest] transformation=AES/OFB152/ISO10126PADDING 13:35:16,185 INFO [main][CipherTest] transformation=AES/OFB152/ISO7816-4 13:35:16,185 INFO [main][CipherTest] transformation=AES/OFB152/ISO7816-4PADDING 13:35:16,185 INFO [main][CipherTest] transformation=AES/OFB152/NOPADDING 13:35:16,186 INFO [main][CipherTest] transformation=AES/OFB152/PKCS5 13:35:16,186 INFO [main][CipherTest] transformation=AES/OFB152/PKCS5PADDING 13:35:16,186 INFO [main][CipherTest] transformation=AES/OFB152/PKCS7 13:35:16,186 INFO [main][CipherTest] transformation=AES/OFB152/PKCS7PADDING 13:35:16,186 INFO [main][CipherTest] transformation=AES/OFB152/TBC 13:35:16,186 INFO [main][CipherTest] transformation=AES/OFB152/TBCPADDING 13:35:16,186 INFO [main][CipherTest] transformation=AES/OFB152/X9.23 13:35:16,186 INFO [main][CipherTest] transformation=AES/OFB152/X9.23PADDING 13:35:16,187 INFO [main][CipherTest] transformation=AES/OFB152/ZEROBYTE 13:35:16,187 INFO [main][CipherTest] transformation=AES/OFB152/ZEROBYTEPADDING 13:35:16,187 INFO [main][CipherTest] transformation=AES/OFB16/ 13:35:16,187 INFO [main][CipherTest] transformation=AES/OFB16/ISO10126 13:35:16,187 INFO [main][CipherTest] transformation=AES/OFB16/ISO10126-2 13:35:16,187 INFO [main][CipherTest] transformation=AES/OFB16/ISO10126-2PADDING 13:35:16,188 INFO [main][CipherTest] transformation=AES/OFB16/ISO10126PADDING 13:35:16,188 INFO [main][CipherTest] transformation=AES/OFB16/ISO7816-4 13:35:16,188 INFO [main][CipherTest] transformation=AES/OFB16/ISO7816-4PADDING 13:35:16,188 INFO [main][CipherTest] transformation=AES/OFB16/NOPADDING 13:35:16,188 INFO [main][CipherTest] transformation=AES/OFB16/PKCS5 13:35:16,188 INFO [main][CipherTest] transformation=AES/OFB16/PKCS5PADDING 13:35:16,188 INFO [main][CipherTest] transformation=AES/OFB16/PKCS7 13:35:16,189 INFO [main][CipherTest] transformation=AES/OFB16/PKCS7PADDING 13:35:16,189 INFO [main][CipherTest] transformation=AES/OFB16/TBC 13:35:16,189 INFO [main][CipherTest] transformation=AES/OFB16/TBCPADDING 13:35:16,189 INFO [main][CipherTest] transformation=AES/OFB16/X9.23 13:35:16,189 INFO [main][CipherTest] transformation=AES/OFB16/X9.23PADDING 13:35:16,189 INFO [main][CipherTest] transformation=AES/OFB16/ZEROBYTE 13:35:16,189 INFO [main][CipherTest] transformation=AES/OFB16/ZEROBYTEPADDING 13:35:16,189 INFO [main][CipherTest] transformation=AES/OFB160/ 13:35:16,190 INFO [main][CipherTest] transformation=AES/OFB160/ISO10126 13:35:16,190 INFO [main][CipherTest] transformation=AES/OFB160/ISO10126-2 13:35:16,190 INFO [main][CipherTest] transformation=AES/OFB160/ISO10126-2PADDING 13:35:16,190 INFO [main][CipherTest] transformation=AES/OFB160/ISO10126PADDING 13:35:16,191 INFO [main][CipherTest] transformation=AES/OFB160/ISO7816-4 13:35:16,191 INFO [main][CipherTest] transformation=AES/OFB160/ISO7816-4PADDING 13:35:16,191 INFO [main][CipherTest] transformation=AES/OFB160/NOPADDING 13:35:16,191 INFO [main][CipherTest] transformation=AES/OFB160/PKCS5 13:35:16,191 INFO [main][CipherTest] transformation=AES/OFB160/PKCS5PADDING 13:35:16,191 INFO [main][CipherTest] transformation=AES/OFB160/PKCS7 13:35:16,191 INFO [main][CipherTest] transformation=AES/OFB160/PKCS7PADDING 13:35:16,191 INFO [main][CipherTest] transformation=AES/OFB160/TBC 13:35:16,192 INFO [main][CipherTest] transformation=AES/OFB160/TBCPADDING 13:35:16,192 INFO [main][CipherTest] transformation=AES/OFB160/X9.23 13:35:16,192 INFO [main][CipherTest] transformation=AES/OFB160/X9.23PADDING 13:35:16,192 INFO [main][CipherTest] transformation=AES/OFB160/ZEROBYTE 13:35:16,192 INFO [main][CipherTest] transformation=AES/OFB160/ZEROBYTEPADDING 13:35:16,192 INFO [main][CipherTest] transformation=AES/OFB168/ 13:35:16,192 INFO [main][CipherTest] transformation=AES/OFB168/ISO10126 13:35:16,192 INFO [main][CipherTest] transformation=AES/OFB168/ISO10126-2 13:35:16,193 INFO [main][CipherTest] transformation=AES/OFB168/ISO10126-2PADDING 13:35:16,193 INFO [main][CipherTest] transformation=AES/OFB168/ISO10126PADDING 13:35:16,193 INFO [main][CipherTest] transformation=AES/OFB168/ISO7816-4 13:35:16,193 INFO [main][CipherTest] transformation=AES/OFB168/ISO7816-4PADDING 13:35:16,194 INFO [main][CipherTest] transformation=AES/OFB168/NOPADDING 13:35:16,194 INFO [main][CipherTest] transformation=AES/OFB168/PKCS5 13:35:16,194 INFO [main][CipherTest] transformation=AES/OFB168/PKCS5PADDING 13:35:16,194 INFO [main][CipherTest] transformation=AES/OFB168/PKCS7 13:35:16,194 INFO [main][CipherTest] transformation=AES/OFB168/PKCS7PADDING 13:35:16,194 INFO [main][CipherTest] transformation=AES/OFB168/TBC 13:35:16,194 INFO [main][CipherTest] transformation=AES/OFB168/TBCPADDING 13:35:16,194 INFO [main][CipherTest] transformation=AES/OFB168/X9.23 13:35:16,194 INFO [main][CipherTest] transformation=AES/OFB168/X9.23PADDING 13:35:16,195 INFO [main][CipherTest] transformation=AES/OFB168/ZEROBYTE 13:35:16,195 INFO [main][CipherTest] transformation=AES/OFB168/ZEROBYTEPADDING 13:35:16,195 INFO [main][CipherTest] transformation=AES/OFB176/ 13:35:16,195 INFO [main][CipherTest] transformation=AES/OFB176/ISO10126 13:35:16,195 INFO [main][CipherTest] transformation=AES/OFB176/ISO10126-2 13:35:16,196 INFO [main][CipherTest] transformation=AES/OFB176/ISO10126-2PADDING 13:35:16,196 INFO [main][CipherTest] transformation=AES/OFB176/ISO10126PADDING 13:35:16,196 INFO [main][CipherTest] transformation=AES/OFB176/ISO7816-4 13:35:16,197 INFO [main][CipherTest] transformation=AES/OFB176/ISO7816-4PADDING 13:35:16,197 INFO [main][CipherTest] transformation=AES/OFB176/NOPADDING 13:35:16,197 INFO [main][CipherTest] transformation=AES/OFB176/PKCS5 13:35:16,197 INFO [main][CipherTest] transformation=AES/OFB176/PKCS5PADDING 13:35:16,198 INFO [main][CipherTest] transformation=AES/OFB176/PKCS7 13:35:16,198 INFO [main][CipherTest] transformation=AES/OFB176/PKCS7PADDING 13:35:16,198 INFO [main][CipherTest] transformation=AES/OFB176/TBC 13:35:16,198 INFO [main][CipherTest] transformation=AES/OFB176/TBCPADDING 13:35:16,198 INFO [main][CipherTest] transformation=AES/OFB176/X9.23 13:35:16,199 INFO [main][CipherTest] transformation=AES/OFB176/X9.23PADDING 13:35:16,199 INFO [main][CipherTest] transformation=AES/OFB176/ZEROBYTE 13:35:16,199 INFO [main][CipherTest] transformation=AES/OFB176/ZEROBYTEPADDING 13:35:16,199 INFO [main][CipherTest] transformation=AES/OFB184/ 13:35:16,199 INFO [main][CipherTest] transformation=AES/OFB184/ISO10126 13:35:16,200 INFO [main][CipherTest] transformation=AES/OFB184/ISO10126-2 13:35:16,200 INFO [main][CipherTest] transformation=AES/OFB184/ISO10126-2PADDING 13:35:16,201 INFO [main][CipherTest] transformation=AES/OFB184/ISO10126PADDING 13:35:16,201 INFO [main][CipherTest] transformation=AES/OFB184/ISO7816-4 13:35:16,201 INFO [main][CipherTest] transformation=AES/OFB184/ISO7816-4PADDING 13:35:16,201 INFO [main][CipherTest] transformation=AES/OFB184/NOPADDING 13:35:16,202 INFO [main][CipherTest] transformation=AES/OFB184/PKCS5 13:35:16,202 INFO [main][CipherTest] transformation=AES/OFB184/PKCS5PADDING 13:35:16,202 INFO [main][CipherTest] transformation=AES/OFB184/PKCS7 13:35:16,202 INFO [main][CipherTest] transformation=AES/OFB184/PKCS7PADDING 13:35:16,202 INFO [main][CipherTest] transformation=AES/OFB184/TBC 13:35:16,203 INFO [main][CipherTest] transformation=AES/OFB184/TBCPADDING 13:35:16,203 INFO [main][CipherTest] transformation=AES/OFB184/X9.23 13:35:16,203 INFO [main][CipherTest] transformation=AES/OFB184/X9.23PADDING 13:35:16,203 INFO [main][CipherTest] transformation=AES/OFB184/ZEROBYTE 13:35:16,203 INFO [main][CipherTest] transformation=AES/OFB184/ZEROBYTEPADDING 13:35:16,204 INFO [main][CipherTest] transformation=AES/OFB192/ 13:35:16,204 INFO [main][CipherTest] transformation=AES/OFB192/ISO10126 13:35:16,204 INFO [main][CipherTest] transformation=AES/OFB192/ISO10126-2 13:35:16,204 INFO [main][CipherTest] transformation=AES/OFB192/ISO10126-2PADDING 13:35:16,205 INFO [main][CipherTest] transformation=AES/OFB192/ISO10126PADDING 13:35:16,205 INFO [main][CipherTest] transformation=AES/OFB192/ISO7816-4 13:35:16,205 INFO [main][CipherTest] transformation=AES/OFB192/ISO7816-4PADDING 13:35:16,205 INFO [main][CipherTest] transformation=AES/OFB192/NOPADDING 13:35:16,206 INFO [main][CipherTest] transformation=AES/OFB192/PKCS5 13:35:16,206 INFO [main][CipherTest] transformation=AES/OFB192/PKCS5PADDING 13:35:16,206 INFO [main][CipherTest] transformation=AES/OFB192/PKCS7 13:35:16,206 INFO [main][CipherTest] transformation=AES/OFB192/PKCS7PADDING 13:35:16,206 INFO [main][CipherTest] transformation=AES/OFB192/TBC 13:35:16,206 INFO [main][CipherTest] transformation=AES/OFB192/TBCPADDING 13:35:16,206 INFO [main][CipherTest] transformation=AES/OFB192/X9.23 13:35:16,206 INFO [main][CipherTest] transformation=AES/OFB192/X9.23PADDING 13:35:16,207 INFO [main][CipherTest] transformation=AES/OFB192/ZEROBYTE 13:35:16,207 INFO [main][CipherTest] transformation=AES/OFB192/ZEROBYTEPADDING 13:35:16,207 INFO [main][CipherTest] transformation=AES/OFB200/ 13:35:16,207 INFO [main][CipherTest] transformation=AES/OFB200/ISO10126 13:35:16,207 INFO [main][CipherTest] transformation=AES/OFB200/ISO10126-2 13:35:16,207 INFO [main][CipherTest] transformation=AES/OFB200/ISO10126-2PADDING 13:35:16,208 INFO [main][CipherTest] transformation=AES/OFB200/ISO10126PADDING 13:35:16,208 INFO [main][CipherTest] transformation=AES/OFB200/ISO7816-4 13:35:16,208 INFO [main][CipherTest] transformation=AES/OFB200/ISO7816-4PADDING 13:35:16,208 INFO [main][CipherTest] transformation=AES/OFB200/NOPADDING 13:35:16,208 INFO [main][CipherTest] transformation=AES/OFB200/PKCS5 13:35:16,208 INFO [main][CipherTest] transformation=AES/OFB200/PKCS5PADDING 13:35:16,208 INFO [main][CipherTest] transformation=AES/OFB200/PKCS7 13:35:16,209 INFO [main][CipherTest] transformation=AES/OFB200/PKCS7PADDING 13:35:16,209 INFO [main][CipherTest] transformation=AES/OFB200/TBC 13:35:16,209 INFO [main][CipherTest] transformation=AES/OFB200/TBCPADDING 13:35:16,209 INFO [main][CipherTest] transformation=AES/OFB200/X9.23 13:35:16,209 INFO [main][CipherTest] transformation=AES/OFB200/X9.23PADDING 13:35:16,209 INFO [main][CipherTest] transformation=AES/OFB200/ZEROBYTE 13:35:16,209 INFO [main][CipherTest] transformation=AES/OFB200/ZEROBYTEPADDING 13:35:16,209 INFO [main][CipherTest] transformation=AES/OFB208/ 13:35:16,209 INFO [main][CipherTest] transformation=AES/OFB208/ISO10126 13:35:16,210 INFO [main][CipherTest] transformation=AES/OFB208/ISO10126-2 13:35:16,210 INFO [main][CipherTest] transformation=AES/OFB208/ISO10126-2PADDING 13:35:16,210 INFO [main][CipherTest] transformation=AES/OFB208/ISO10126PADDING 13:35:16,210 INFO [main][CipherTest] transformation=AES/OFB208/ISO7816-4 13:35:16,211 INFO [main][CipherTest] transformation=AES/OFB208/ISO7816-4PADDING 13:35:16,211 INFO [main][CipherTest] transformation=AES/OFB208/NOPADDING 13:35:16,211 INFO [main][CipherTest] transformation=AES/OFB208/PKCS5 13:35:16,211 INFO [main][CipherTest] transformation=AES/OFB208/PKCS5PADDING 13:35:16,211 INFO [main][CipherTest] transformation=AES/OFB208/PKCS7 13:35:16,211 INFO [main][CipherTest] transformation=AES/OFB208/PKCS7PADDING 13:35:16,211 INFO [main][CipherTest] transformation=AES/OFB208/TBC 13:35:16,212 INFO [main][CipherTest] transformation=AES/OFB208/TBCPADDING 13:35:16,212 INFO [main][CipherTest] transformation=AES/OFB208/X9.23 13:35:16,212 INFO [main][CipherTest] transformation=AES/OFB208/X9.23PADDING 13:35:16,212 INFO [main][CipherTest] transformation=AES/OFB208/ZEROBYTE 13:35:16,212 INFO [main][CipherTest] transformation=AES/OFB208/ZEROBYTEPADDING 13:35:16,212 INFO [main][CipherTest] transformation=AES/OFB216/ 13:35:16,212 INFO [main][CipherTest] transformation=AES/OFB216/ISO10126 13:35:16,212 INFO [main][CipherTest] transformation=AES/OFB216/ISO10126-2 13:35:16,213 INFO [main][CipherTest] transformation=AES/OFB216/ISO10126-2PADDING 13:35:16,213 INFO [main][CipherTest] transformation=AES/OFB216/ISO10126PADDING 13:35:16,213 INFO [main][CipherTest] transformation=AES/OFB216/ISO7816-4 13:35:16,213 INFO [main][CipherTest] transformation=AES/OFB216/ISO7816-4PADDING 13:35:16,213 INFO [main][CipherTest] transformation=AES/OFB216/NOPADDING 13:35:16,213 INFO [main][CipherTest] transformation=AES/OFB216/PKCS5 13:35:16,214 INFO [main][CipherTest] transformation=AES/OFB216/PKCS5PADDING 13:35:16,214 INFO [main][CipherTest] transformation=AES/OFB216/PKCS7 13:35:16,214 INFO [main][CipherTest] transformation=AES/OFB216/PKCS7PADDING 13:35:16,214 INFO [main][CipherTest] transformation=AES/OFB216/TBC 13:35:16,214 INFO [main][CipherTest] transformation=AES/OFB216/TBCPADDING 13:35:16,215 INFO [main][CipherTest] transformation=AES/OFB216/X9.23 13:35:16,215 INFO [main][CipherTest] transformation=AES/OFB216/X9.23PADDING 13:35:16,215 INFO [main][CipherTest] transformation=AES/OFB216/ZEROBYTE 13:35:16,215 INFO [main][CipherTest] transformation=AES/OFB216/ZEROBYTEPADDING 13:35:16,215 INFO [main][CipherTest] transformation=AES/OFB224/ 13:35:16,215 INFO [main][CipherTest] transformation=AES/OFB224/ISO10126 13:35:16,216 INFO [main][CipherTest] transformation=AES/OFB224/ISO10126-2 13:35:16,216 INFO [main][CipherTest] transformation=AES/OFB224/ISO10126-2PADDING 13:35:16,216 INFO [main][CipherTest] transformation=AES/OFB224/ISO10126PADDING 13:35:16,216 INFO [main][CipherTest] transformation=AES/OFB224/ISO7816-4 13:35:16,217 INFO [main][CipherTest] transformation=AES/OFB224/ISO7816-4PADDING 13:35:16,217 INFO [main][CipherTest] transformation=AES/OFB224/NOPADDING 13:35:16,217 INFO [main][CipherTest] transformation=AES/OFB224/PKCS5 13:35:16,217 INFO [main][CipherTest] transformation=AES/OFB224/PKCS5PADDING 13:35:16,217 INFO [main][CipherTest] transformation=AES/OFB224/PKCS7 13:35:16,217 INFO [main][CipherTest] transformation=AES/OFB224/PKCS7PADDING 13:35:16,217 INFO [main][CipherTest] transformation=AES/OFB224/TBC 13:35:16,217 INFO [main][CipherTest] transformation=AES/OFB224/TBCPADDING 13:35:16,217 INFO [main][CipherTest] transformation=AES/OFB224/X9.23 13:35:16,218 INFO [main][CipherTest] transformation=AES/OFB224/X9.23PADDING 13:35:16,218 INFO [main][CipherTest] transformation=AES/OFB224/ZEROBYTE 13:35:16,218 INFO [main][CipherTest] transformation=AES/OFB224/ZEROBYTEPADDING 13:35:16,218 INFO [main][CipherTest] transformation=AES/OFB232/ 13:35:16,218 INFO [main][CipherTest] transformation=AES/OFB232/ISO10126 13:35:16,218 INFO [main][CipherTest] transformation=AES/OFB232/ISO10126-2 13:35:16,219 INFO [main][CipherTest] transformation=AES/OFB232/ISO10126-2PADDING 13:35:16,219 INFO [main][CipherTest] transformation=AES/OFB232/ISO10126PADDING 13:35:16,219 INFO [main][CipherTest] transformation=AES/OFB232/ISO7816-4 13:35:16,219 INFO [main][CipherTest] transformation=AES/OFB232/ISO7816-4PADDING 13:35:16,219 INFO [main][CipherTest] transformation=AES/OFB232/NOPADDING 13:35:16,219 INFO [main][CipherTest] transformation=AES/OFB232/PKCS5 13:35:16,219 INFO [main][CipherTest] transformation=AES/OFB232/PKCS5PADDING 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB232/PKCS7 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB232/PKCS7PADDING 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB232/TBC 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB232/TBCPADDING 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB232/X9.23 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB232/X9.23PADDING 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB232/ZEROBYTE 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB232/ZEROBYTEPADDING 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB24/ 13:35:16,220 INFO [main][CipherTest] transformation=AES/OFB24/ISO10126 13:35:16,221 INFO [main][CipherTest] transformation=AES/OFB24/ISO10126-2 13:35:16,221 INFO [main][CipherTest] transformation=AES/OFB24/ISO10126-2PADDING 13:35:16,221 INFO [main][CipherTest] transformation=AES/OFB24/ISO10126PADDING 13:35:16,221 INFO [main][CipherTest] transformation=AES/OFB24/ISO7816-4 13:35:16,222 INFO [main][CipherTest] transformation=AES/OFB24/ISO7816-4PADDING 13:35:16,222 INFO [main][CipherTest] transformation=AES/OFB24/NOPADDING 13:35:16,222 INFO [main][CipherTest] transformation=AES/OFB24/PKCS5 13:35:16,222 INFO [main][CipherTest] transformation=AES/OFB24/PKCS5PADDING 13:35:16,222 INFO [main][CipherTest] transformation=AES/OFB24/PKCS7 13:35:16,222 INFO [main][CipherTest] transformation=AES/OFB24/PKCS7PADDING 13:35:16,222 INFO [main][CipherTest] transformation=AES/OFB24/TBC 13:35:16,222 INFO [main][CipherTest] transformation=AES/OFB24/TBCPADDING 13:35:16,222 INFO [main][CipherTest] transformation=AES/OFB24/X9.23 13:35:16,223 INFO [main][CipherTest] transformation=AES/OFB24/X9.23PADDING 13:35:16,223 INFO [main][CipherTest] transformation=AES/OFB24/ZEROBYTE 13:35:16,223 INFO [main][CipherTest] transformation=AES/OFB24/ZEROBYTEPADDING 13:35:16,223 INFO [main][CipherTest] transformation=AES/OFB240/ 13:35:16,223 INFO [main][CipherTest] transformation=AES/OFB240/ISO10126 13:35:16,223 INFO [main][CipherTest] transformation=AES/OFB240/ISO10126-2 13:35:16,223 INFO [main][CipherTest] transformation=AES/OFB240/ISO10126-2PADDING 13:35:16,224 INFO [main][CipherTest] transformation=AES/OFB240/ISO10126PADDING 13:35:16,224 INFO [main][CipherTest] transformation=AES/OFB240/ISO7816-4 13:35:16,224 INFO [main][CipherTest] transformation=AES/OFB240/ISO7816-4PADDING 13:35:16,224 INFO [main][CipherTest] transformation=AES/OFB240/NOPADDING 13:35:16,224 INFO [main][CipherTest] transformation=AES/OFB240/PKCS5 13:35:16,224 INFO [main][CipherTest] transformation=AES/OFB240/PKCS5PADDING 13:35:16,225 INFO [main][CipherTest] transformation=AES/OFB240/PKCS7 13:35:16,225 INFO [main][CipherTest] transformation=AES/OFB240/PKCS7PADDING 13:35:16,225 INFO [main][CipherTest] transformation=AES/OFB240/TBC 13:35:16,225 INFO [main][CipherTest] transformation=AES/OFB240/TBCPADDING 13:35:16,225 INFO [main][CipherTest] transformation=AES/OFB240/X9.23 13:35:16,225 INFO [main][CipherTest] transformation=AES/OFB240/X9.23PADDING 13:35:16,225 INFO [main][CipherTest] transformation=AES/OFB240/ZEROBYTE 13:35:16,225 INFO [main][CipherTest] transformation=AES/OFB240/ZEROBYTEPADDING 13:35:16,225 INFO [main][CipherTest] transformation=AES/OFB248/ 13:35:16,226 INFO [main][CipherTest] transformation=AES/OFB248/ISO10126 13:35:16,226 INFO [main][CipherTest] transformation=AES/OFB248/ISO10126-2 13:35:16,226 INFO [main][CipherTest] transformation=AES/OFB248/ISO10126-2PADDING 13:35:16,226 INFO [main][CipherTest] transformation=AES/OFB248/ISO10126PADDING 13:35:16,227 INFO [main][CipherTest] transformation=AES/OFB248/ISO7816-4 13:35:16,227 INFO [main][CipherTest] transformation=AES/OFB248/ISO7816-4PADDING 13:35:16,227 INFO [main][CipherTest] transformation=AES/OFB248/NOPADDING 13:35:16,227 INFO [main][CipherTest] transformation=AES/OFB248/PKCS5 13:35:16,227 INFO [main][CipherTest] transformation=AES/OFB248/PKCS5PADDING 13:35:16,227 INFO [main][CipherTest] transformation=AES/OFB248/PKCS7 13:35:16,227 INFO [main][CipherTest] transformation=AES/OFB248/PKCS7PADDING 13:35:16,227 INFO [main][CipherTest] transformation=AES/OFB248/TBC 13:35:16,228 INFO [main][CipherTest] transformation=AES/OFB248/TBCPADDING 13:35:16,228 INFO [main][CipherTest] transformation=AES/OFB248/X9.23 13:35:16,228 INFO [main][CipherTest] transformation=AES/OFB248/X9.23PADDING 13:35:16,228 INFO [main][CipherTest] transformation=AES/OFB248/ZEROBYTE 13:35:16,228 INFO [main][CipherTest] transformation=AES/OFB248/ZEROBYTEPADDING 13:35:16,228 INFO [main][CipherTest] transformation=AES/OFB256/ 13:35:16,228 INFO [main][CipherTest] transformation=AES/OFB256/ISO10126 13:35:16,228 INFO [main][CipherTest] transformation=AES/OFB256/ISO10126-2 13:35:16,229 INFO [main][CipherTest] transformation=AES/OFB256/ISO10126-2PADDING 13:35:16,229 INFO [main][CipherTest] transformation=AES/OFB256/ISO10126PADDING 13:35:16,229 INFO [main][CipherTest] transformation=AES/OFB256/ISO7816-4 13:35:16,229 INFO [main][CipherTest] transformation=AES/OFB256/ISO7816-4PADDING 13:35:16,229 INFO [main][CipherTest] transformation=AES/OFB256/NOPADDING 13:35:16,230 INFO [main][CipherTest] transformation=AES/OFB256/PKCS5 13:35:16,230 INFO [main][CipherTest] transformation=AES/OFB256/PKCS5PADDING 13:35:16,230 INFO [main][CipherTest] transformation=AES/OFB256/PKCS7 13:35:16,230 INFO [main][CipherTest] transformation=AES/OFB256/PKCS7PADDING 13:35:16,230 INFO [main][CipherTest] transformation=AES/OFB256/TBC 13:35:16,230 INFO [main][CipherTest] transformation=AES/OFB256/TBCPADDING 13:35:16,230 INFO [main][CipherTest] transformation=AES/OFB256/X9.23 13:35:16,230 INFO [main][CipherTest] transformation=AES/OFB256/X9.23PADDING 13:35:16,230 INFO [main][CipherTest] transformation=AES/OFB256/ZEROBYTE 13:35:16,231 INFO [main][CipherTest] transformation=AES/OFB256/ZEROBYTEPADDING 13:35:16,231 INFO [main][CipherTest] transformation=AES/OFB32/ 13:35:16,231 INFO [main][CipherTest] transformation=AES/OFB32/ISO10126 13:35:16,231 INFO [main][CipherTest] transformation=AES/OFB32/ISO10126-2 13:35:16,231 INFO [main][CipherTest] transformation=AES/OFB32/ISO10126-2PADDING 13:35:16,232 INFO [main][CipherTest] transformation=AES/OFB32/ISO10126PADDING 13:35:16,232 INFO [main][CipherTest] transformation=AES/OFB32/ISO7816-4 13:35:16,232 INFO [main][CipherTest] transformation=AES/OFB32/ISO7816-4PADDING 13:35:16,232 INFO [main][CipherTest] transformation=AES/OFB32/NOPADDING 13:35:16,232 INFO [main][CipherTest] transformation=AES/OFB32/PKCS5 13:35:16,232 INFO [main][CipherTest] transformation=AES/OFB32/PKCS5PADDING 13:35:16,232 INFO [main][CipherTest] transformation=AES/OFB32/PKCS7 13:35:16,232 INFO [main][CipherTest] transformation=AES/OFB32/PKCS7PADDING 13:35:16,233 INFO [main][CipherTest] transformation=AES/OFB32/TBC 13:35:16,233 INFO [main][CipherTest] transformation=AES/OFB32/TBCPADDING 13:35:16,233 INFO [main][CipherTest] transformation=AES/OFB32/X9.23 13:35:16,233 INFO [main][CipherTest] transformation=AES/OFB32/X9.23PADDING 13:35:16,233 INFO [main][CipherTest] transformation=AES/OFB32/ZEROBYTE 13:35:16,233 INFO [main][CipherTest] transformation=AES/OFB32/ZEROBYTEPADDING 13:35:16,233 INFO [main][CipherTest] transformation=AES/OFB40/ 13:35:16,233 INFO [main][CipherTest] transformation=AES/OFB40/ISO10126 13:35:16,234 INFO [main][CipherTest] transformation=AES/OFB40/ISO10126-2 13:35:16,234 INFO [main][CipherTest] transformation=AES/OFB40/ISO10126-2PADDING 13:35:16,234 INFO [main][CipherTest] transformation=AES/OFB40/ISO10126PADDING 13:35:16,234 INFO [main][CipherTest] transformation=AES/OFB40/ISO7816-4 13:35:16,234 INFO [main][CipherTest] transformation=AES/OFB40/ISO7816-4PADDING 13:35:16,234 INFO [main][CipherTest] transformation=AES/OFB40/NOPADDING 13:35:16,235 INFO [main][CipherTest] transformation=AES/OFB40/PKCS5 13:35:16,235 INFO [main][CipherTest] transformation=AES/OFB40/PKCS5PADDING 13:35:16,235 INFO [main][CipherTest] transformation=AES/OFB40/PKCS7 13:35:16,235 INFO [main][CipherTest] transformation=AES/OFB40/PKCS7PADDING 13:35:16,235 INFO [main][CipherTest] transformation=AES/OFB40/TBC 13:35:16,235 INFO [main][CipherTest] transformation=AES/OFB40/TBCPADDING 13:35:16,235 INFO [main][CipherTest] transformation=AES/OFB40/X9.23 13:35:16,235 INFO [main][CipherTest] transformation=AES/OFB40/X9.23PADDING 13:35:16,236 INFO [main][CipherTest] transformation=AES/OFB40/ZEROBYTE 13:35:16,236 INFO [main][CipherTest] transformation=AES/OFB40/ZEROBYTEPADDING 13:35:16,236 INFO [main][CipherTest] transformation=AES/OFB48/ 13:35:16,236 INFO [main][CipherTest] transformation=AES/OFB48/ISO10126 13:35:16,236 INFO [main][CipherTest] transformation=AES/OFB48/ISO10126-2 13:35:16,236 INFO [main][CipherTest] transformation=AES/OFB48/ISO10126-2PADDING 13:35:16,237 INFO [main][CipherTest] transformation=AES/OFB48/ISO10126PADDING 13:35:16,237 INFO [main][CipherTest] transformation=AES/OFB48/ISO7816-4 13:35:16,237 INFO [main][CipherTest] transformation=AES/OFB48/ISO7816-4PADDING 13:35:16,237 INFO [main][CipherTest] transformation=AES/OFB48/NOPADDING 13:35:16,237 INFO [main][CipherTest] transformation=AES/OFB48/PKCS5 13:35:16,237 INFO [main][CipherTest] transformation=AES/OFB48/PKCS5PADDING 13:35:16,237 INFO [main][CipherTest] transformation=AES/OFB48/PKCS7 13:35:16,237 INFO [main][CipherTest] transformation=AES/OFB48/PKCS7PADDING 13:35:16,238 INFO [main][CipherTest] transformation=AES/OFB48/TBC 13:35:16,238 INFO [main][CipherTest] transformation=AES/OFB48/TBCPADDING 13:35:16,238 INFO [main][CipherTest] transformation=AES/OFB48/X9.23 13:35:16,238 INFO [main][CipherTest] transformation=AES/OFB48/X9.23PADDING 13:35:16,238 INFO [main][CipherTest] transformation=AES/OFB48/ZEROBYTE 13:35:16,238 INFO [main][CipherTest] transformation=AES/OFB48/ZEROBYTEPADDING 13:35:16,238 INFO [main][CipherTest] transformation=AES/OFB56/ 13:35:16,238 INFO [main][CipherTest] transformation=AES/OFB56/ISO10126 13:35:16,239 INFO [main][CipherTest] transformation=AES/OFB56/ISO10126-2 13:35:16,239 INFO [main][CipherTest] transformation=AES/OFB56/ISO10126-2PADDING 13:35:16,239 INFO [main][CipherTest] transformation=AES/OFB56/ISO10126PADDING 13:35:16,239 INFO [main][CipherTest] transformation=AES/OFB56/ISO7816-4 13:35:16,239 INFO [main][CipherTest] transformation=AES/OFB56/ISO7816-4PADDING 13:35:16,240 INFO [main][CipherTest] transformation=AES/OFB56/NOPADDING 13:35:16,240 INFO [main][CipherTest] transformation=AES/OFB56/PKCS5 13:35:16,240 INFO [main][CipherTest] transformation=AES/OFB56/PKCS5PADDING 13:35:16,240 INFO [main][CipherTest] transformation=AES/OFB56/PKCS7 13:35:16,240 INFO [main][CipherTest] transformation=AES/OFB56/PKCS7PADDING 13:35:16,241 INFO [main][CipherTest] transformation=AES/OFB56/TBC 13:35:16,241 INFO [main][CipherTest] transformation=AES/OFB56/TBCPADDING 13:35:16,241 INFO [main][CipherTest] transformation=AES/OFB56/X9.23 13:35:16,241 INFO [main][CipherTest] transformation=AES/OFB56/X9.23PADDING 13:35:16,241 INFO [main][CipherTest] transformation=AES/OFB56/ZEROBYTE 13:35:16,242 INFO [main][CipherTest] transformation=AES/OFB56/ZEROBYTEPADDING 13:35:16,242 INFO [main][CipherTest] transformation=AES/OFB64/ 13:35:16,242 INFO [main][CipherTest] transformation=AES/OFB64/ISO10126 13:35:16,242 INFO [main][CipherTest] transformation=AES/OFB64/ISO10126-2 13:35:16,242 INFO [main][CipherTest] transformation=AES/OFB64/ISO10126-2PADDING 13:35:16,243 INFO [main][CipherTest] transformation=AES/OFB64/ISO10126PADDING 13:35:16,243 INFO [main][CipherTest] transformation=AES/OFB64/ISO7816-4 13:35:16,243 INFO [main][CipherTest] transformation=AES/OFB64/ISO7816-4PADDING 13:35:16,243 INFO [main][CipherTest] transformation=AES/OFB64/NOPADDING 13:35:16,243 INFO [main][CipherTest] transformation=AES/OFB64/PKCS5 13:35:16,243 INFO [main][CipherTest] transformation=AES/OFB64/PKCS5PADDING 13:35:16,244 INFO [main][CipherTest] transformation=AES/OFB64/PKCS7 13:35:16,244 INFO [main][CipherTest] transformation=AES/OFB64/PKCS7PADDING 13:35:16,244 INFO [main][CipherTest] transformation=AES/OFB64/TBC 13:35:16,244 INFO [main][CipherTest] transformation=AES/OFB64/TBCPADDING 13:35:16,244 INFO [main][CipherTest] transformation=AES/OFB64/X9.23 13:35:16,244 INFO [main][CipherTest] transformation=AES/OFB64/X9.23PADDING 13:35:16,244 INFO [main][CipherTest] transformation=AES/OFB64/ZEROBYTE 13:35:16,245 INFO [main][CipherTest] transformation=AES/OFB64/ZEROBYTEPADDING 13:35:16,245 INFO [main][CipherTest] transformation=AES/OFB72/ 13:35:16,245 INFO [main][CipherTest] transformation=AES/OFB72/ISO10126 13:35:16,245 INFO [main][CipherTest] transformation=AES/OFB72/ISO10126-2 13:35:16,245 INFO [main][CipherTest] transformation=AES/OFB72/ISO10126-2PADDING 13:35:16,246 INFO [main][CipherTest] transformation=AES/OFB72/ISO10126PADDING 13:35:16,246 INFO [main][CipherTest] transformation=AES/OFB72/ISO7816-4 13:35:16,246 INFO [main][CipherTest] transformation=AES/OFB72/ISO7816-4PADDING 13:35:16,246 INFO [main][CipherTest] transformation=AES/OFB72/NOPADDING 13:35:16,246 INFO [main][CipherTest] transformation=AES/OFB72/PKCS5 13:35:16,247 INFO [main][CipherTest] transformation=AES/OFB72/PKCS5PADDING 13:35:16,247 INFO [main][CipherTest] transformation=AES/OFB72/PKCS7 13:35:16,247 INFO [main][CipherTest] transformation=AES/OFB72/PKCS7PADDING 13:35:16,247 INFO [main][CipherTest] transformation=AES/OFB72/TBC 13:35:16,247 INFO [main][CipherTest] transformation=AES/OFB72/TBCPADDING 13:35:16,247 INFO [main][CipherTest] transformation=AES/OFB72/X9.23 13:35:16,247 INFO [main][CipherTest] transformation=AES/OFB72/X9.23PADDING 13:35:16,248 INFO [main][CipherTest] transformation=AES/OFB72/ZEROBYTE 13:35:16,248 INFO [main][CipherTest] transformation=AES/OFB72/ZEROBYTEPADDING 13:35:16,248 INFO [main][CipherTest] transformation=AES/OFB8/ 13:35:16,248 INFO [main][CipherTest] transformation=AES/OFB8/ISO10126 13:35:16,248 INFO [main][CipherTest] transformation=AES/OFB8/ISO10126-2 13:35:16,249 INFO [main][CipherTest] transformation=AES/OFB8/ISO10126-2PADDING 13:35:16,250 INFO [main][CipherTest] transformation=AES/OFB8/ISO10126PADDING 13:35:16,250 INFO [main][CipherTest] transformation=AES/OFB8/ISO7816-4 13:35:16,250 INFO [main][CipherTest] transformation=AES/OFB8/ISO7816-4PADDING 13:35:16,250 INFO [main][CipherTest] transformation=AES/OFB8/NOPADDING 13:35:16,251 INFO [main][CipherTest] transformation=AES/OFB8/PKCS5 13:35:16,251 INFO [main][CipherTest] transformation=AES/OFB8/PKCS5PADDING 13:35:16,251 INFO [main][CipherTest] transformation=AES/OFB8/PKCS7 13:35:16,251 INFO [main][CipherTest] transformation=AES/OFB8/PKCS7PADDING 13:35:16,251 INFO [main][CipherTest] transformation=AES/OFB8/TBC 13:35:16,252 INFO [main][CipherTest] transformation=AES/OFB8/TBCPADDING 13:35:16,252 INFO [main][CipherTest] transformation=AES/OFB8/X9.23 13:35:16,252 INFO [main][CipherTest] transformation=AES/OFB8/X9.23PADDING 13:35:16,252 INFO [main][CipherTest] transformation=AES/OFB8/ZEROBYTE 13:35:16,252 INFO [main][CipherTest] transformation=AES/OFB8/ZEROBYTEPADDING 13:35:16,252 INFO [main][CipherTest] transformation=AES/OFB80/ 13:35:16,253 INFO [main][CipherTest] transformation=AES/OFB80/ISO10126 13:35:16,253 INFO [main][CipherTest] transformation=AES/OFB80/ISO10126-2 13:35:16,253 INFO [main][CipherTest] transformation=AES/OFB80/ISO10126-2PADDING 13:35:16,254 INFO [main][CipherTest] transformation=AES/OFB80/ISO10126PADDING 13:35:16,254 INFO [main][CipherTest] transformation=AES/OFB80/ISO7816-4 13:35:16,254 INFO [main][CipherTest] transformation=AES/OFB80/ISO7816-4PADDING 13:35:16,255 INFO [main][CipherTest] transformation=AES/OFB80/NOPADDING 13:35:16,255 INFO [main][CipherTest] transformation=AES/OFB80/PKCS5 13:35:16,255 INFO [main][CipherTest] transformation=AES/OFB80/PKCS5PADDING 13:35:16,255 INFO [main][CipherTest] transformation=AES/OFB80/PKCS7 13:35:16,255 INFO [main][CipherTest] transformation=AES/OFB80/PKCS7PADDING 13:35:16,256 INFO [main][CipherTest] transformation=AES/OFB80/TBC 13:35:16,256 INFO [main][CipherTest] transformation=AES/OFB80/TBCPADDING 13:35:16,256 INFO [main][CipherTest] transformation=AES/OFB80/X9.23 13:35:16,256 INFO [main][CipherTest] transformation=AES/OFB80/X9.23PADDING 13:35:16,256 INFO [main][CipherTest] transformation=AES/OFB80/ZEROBYTE 13:35:16,256 INFO [main][CipherTest] transformation=AES/OFB80/ZEROBYTEPADDING 13:35:16,256 INFO [main][CipherTest] transformation=AES/OFB88/ 13:35:16,256 INFO [main][CipherTest] transformation=AES/OFB88/ISO10126 13:35:16,257 INFO [main][CipherTest] transformation=AES/OFB88/ISO10126-2 13:35:16,257 INFO [main][CipherTest] transformation=AES/OFB88/ISO10126-2PADDING 13:35:16,257 INFO [main][CipherTest] transformation=AES/OFB88/ISO10126PADDING 13:35:16,257 INFO [main][CipherTest] transformation=AES/OFB88/ISO7816-4 13:35:16,257 INFO [main][CipherTest] transformation=AES/OFB88/ISO7816-4PADDING 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/NOPADDING 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/PKCS5 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/PKCS5PADDING 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/PKCS7 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/PKCS7PADDING 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/TBC 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/TBCPADDING 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/X9.23 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/X9.23PADDING 13:35:16,258 INFO [main][CipherTest] transformation=AES/OFB88/ZEROBYTE 13:35:16,259 INFO [main][CipherTest] transformation=AES/OFB88/ZEROBYTEPADDING 13:35:16,259 INFO [main][CipherTest] transformation=AES/OFB96/ 13:35:16,259 INFO [main][CipherTest] transformation=AES/OFB96/ISO10126 13:35:16,259 INFO [main][CipherTest] transformation=AES/OFB96/ISO10126-2 13:35:16,259 INFO [main][CipherTest] transformation=AES/OFB96/ISO10126-2PADDING 13:35:16,260 INFO [main][CipherTest] transformation=AES/OFB96/ISO10126PADDING 13:35:16,260 INFO [main][CipherTest] transformation=AES/OFB96/ISO7816-4 13:35:16,260 INFO [main][CipherTest] transformation=AES/OFB96/ISO7816-4PADDING 13:35:16,260 INFO [main][CipherTest] transformation=AES/OFB96/NOPADDING 13:35:16,260 INFO [main][CipherTest] transformation=AES/OFB96/PKCS5 13:35:16,260 INFO [main][CipherTest] transformation=AES/OFB96/PKCS5PADDING 13:35:16,260 INFO [main][CipherTest] transformation=AES/OFB96/PKCS7 13:35:16,260 INFO [main][CipherTest] transformation=AES/OFB96/PKCS7PADDING 13:35:16,261 INFO [main][CipherTest] transformation=AES/OFB96/TBC 13:35:16,261 INFO [main][CipherTest] transformation=AES/OFB96/TBCPADDING 13:35:16,261 INFO [main][CipherTest] transformation=AES/OFB96/X9.23 13:35:16,261 INFO [main][CipherTest] transformation=AES/OFB96/X9.23PADDING 13:35:16,261 INFO [main][CipherTest] transformation=AES/OFB96/ZEROBYTE 13:35:16,261 INFO [main][CipherTest] transformation=AES/OFB96/ZEROBYTEPADDING 13:35:16,261 INFO [main][CipherTest] transformation=AES/SIC/ 13:35:16,261 INFO [main][CipherTest] transformation=AES/SIC/ISO10126 13:35:16,262 INFO [main][CipherTest] transformation=AES/SIC/ISO10126-2 13:35:16,262 INFO [main][CipherTest] transformation=AES/SIC/ISO10126-2PADDING 13:35:16,262 INFO [main][CipherTest] transformation=AES/SIC/ISO10126PADDING 13:35:16,262 INFO [main][CipherTest] transformation=AES/SIC/ISO7816-4 13:35:16,263 INFO [main][CipherTest] transformation=AES/SIC/ISO7816-4PADDING 13:35:16,263 INFO [main][CipherTest] transformation=AES/SIC/NOPADDING 13:35:16,263 INFO [main][CipherTest] transformation=AES/SIC/PKCS5 13:35:16,263 INFO [main][CipherTest] transformation=AES/SIC/PKCS5PADDING 13:35:16,263 INFO [main][CipherTest] transformation=AES/SIC/PKCS7 13:35:16,263 INFO [main][CipherTest] transformation=AES/SIC/PKCS7PADDING 13:35:16,263 INFO [main][CipherTest] transformation=AES/SIC/TBC 13:35:16,264 INFO [main][CipherTest] transformation=AES/SIC/TBCPADDING 13:35:16,264 INFO [main][CipherTest] transformation=AES/SIC/X9.23 13:35:16,264 INFO [main][CipherTest] transformation=AES/SIC/X9.23PADDING 13:35:16,264 INFO [main][CipherTest] transformation=AES/SIC/ZEROBYTE 13:35:16,264 INFO [main][CipherTest] transformation=AES/SIC/ZEROBYTEPADDING 13:35:16,264 INFO [main][CipherTest] transformation=BLOWFISH// 13:35:16,273 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH//" does not support IV => Skipping. 13:35:16,273 INFO [main][CipherTest] transformation=BLOWFISH//NOPADDING 13:35:16,276 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH//NOPADDING" does not support IV => Skipping. 13:35:16,276 INFO [main][CipherTest] transformation=BLOWFISH/CBC-CTS/ 13:35:16,280 INFO [main][CipherTest] transformation=BLOWFISH/CBC-CTS/NOPADDING 13:35:16,283 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ 13:35:16,287 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO10126 13:35:16,290 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO10126-2 13:35:16,294 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO10126-2PADDING 13:35:16,298 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO10126PADDING 13:35:16,302 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO7816-4 13:35:16,304 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ISO7816-4PADDING 13:35:16,304 INFO [main][CipherTest] transformation=BLOWFISH/CBC/NOPADDING 13:35:16,305 INFO [main][CipherTest] transformation=BLOWFISH/CBC/PKCS5 13:35:16,305 INFO [main][CipherTest] transformation=BLOWFISH/CBC/PKCS5PADDING 13:35:16,305 INFO [main][CipherTest] transformation=BLOWFISH/CBC/PKCS7 13:35:16,306 INFO [main][CipherTest] transformation=BLOWFISH/CBC/PKCS7PADDING 13:35:16,306 INFO [main][CipherTest] transformation=BLOWFISH/CBC/TBC 13:35:16,307 INFO [main][CipherTest] transformation=BLOWFISH/CBC/TBCPADDING 13:35:16,307 INFO [main][CipherTest] transformation=BLOWFISH/CBC/X9.23 13:35:16,308 INFO [main][CipherTest] transformation=BLOWFISH/CBC/X9.23PADDING 13:35:16,308 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ZEROBYTE 13:35:16,308 INFO [main][CipherTest] transformation=BLOWFISH/CBC/ZEROBYTEPADDING 13:35:16,309 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ 13:35:16,309 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO10126 13:35:16,310 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO10126-2 13:35:16,310 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO10126-2PADDING 13:35:16,311 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO10126PADDING 13:35:16,312 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO7816-4 13:35:16,312 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ISO7816-4PADDING 13:35:16,312 INFO [main][CipherTest] transformation=BLOWFISH/CFB/NOPADDING 13:35:16,313 INFO [main][CipherTest] transformation=BLOWFISH/CFB/PKCS5 13:35:16,313 INFO [main][CipherTest] transformation=BLOWFISH/CFB/PKCS5PADDING 13:35:16,313 INFO [main][CipherTest] transformation=BLOWFISH/CFB/PKCS7 13:35:16,314 INFO [main][CipherTest] transformation=BLOWFISH/CFB/PKCS7PADDING 13:35:16,314 INFO [main][CipherTest] transformation=BLOWFISH/CFB/TBC 13:35:16,314 INFO [main][CipherTest] transformation=BLOWFISH/CFB/TBCPADDING 13:35:16,315 INFO [main][CipherTest] transformation=BLOWFISH/CFB/X9.23 13:35:16,315 INFO [main][CipherTest] transformation=BLOWFISH/CFB/X9.23PADDING 13:35:16,316 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ZEROBYTE 13:35:16,316 INFO [main][CipherTest] transformation=BLOWFISH/CFB/ZEROBYTEPADDING 13:35:16,316 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ 13:35:16,317 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO10126 13:35:16,317 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO10126-2 13:35:16,318 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO10126-2PADDING 13:35:16,318 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO10126PADDING 13:35:16,319 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO7816-4 13:35:16,319 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ISO7816-4PADDING 13:35:16,320 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/NOPADDING 13:35:16,320 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/PKCS5 13:35:16,320 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/PKCS5PADDING 13:35:16,321 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/PKCS7 13:35:16,321 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/PKCS7PADDING 13:35:16,322 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/TBC 13:35:16,322 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/TBCPADDING 13:35:16,322 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/X9.23 13:35:16,323 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/X9.23PADDING 13:35:16,323 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ZEROBYTE 13:35:16,323 INFO [main][CipherTest] transformation=BLOWFISH/CFB104/ZEROBYTEPADDING 13:35:16,324 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ 13:35:16,324 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO10126 13:35:16,325 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO10126-2 13:35:16,325 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO10126-2PADDING 13:35:16,326 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO10126PADDING 13:35:16,326 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO7816-4 13:35:16,327 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ISO7816-4PADDING 13:35:16,327 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/NOPADDING 13:35:16,328 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/PKCS5 13:35:16,328 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/PKCS5PADDING 13:35:16,328 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/PKCS7 13:35:16,329 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/PKCS7PADDING 13:35:16,329 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/TBC 13:35:16,329 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/TBCPADDING 13:35:16,330 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/X9.23 13:35:16,330 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/X9.23PADDING 13:35:16,331 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ZEROBYTE 13:35:16,331 INFO [main][CipherTest] transformation=BLOWFISH/CFB112/ZEROBYTEPADDING 13:35:16,331 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ 13:35:16,332 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO10126 13:35:16,332 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO10126-2 13:35:16,333 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO10126-2PADDING 13:35:16,333 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO10126PADDING 13:35:16,334 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO7816-4 13:35:16,334 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ISO7816-4PADDING 13:35:16,335 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/NOPADDING 13:35:16,335 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/PKCS5 13:35:16,335 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/PKCS5PADDING 13:35:16,336 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/PKCS7 13:35:16,336 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/PKCS7PADDING 13:35:16,336 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/TBC 13:35:16,337 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/TBCPADDING 13:35:16,337 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/X9.23 13:35:16,338 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/X9.23PADDING 13:35:16,338 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ZEROBYTE 13:35:16,338 INFO [main][CipherTest] transformation=BLOWFISH/CFB120/ZEROBYTEPADDING 13:35:16,339 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ 13:35:16,339 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO10126 13:35:16,340 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO10126-2 13:35:16,340 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO10126-2PADDING 13:35:16,341 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO10126PADDING 13:35:16,341 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO7816-4 13:35:16,342 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ISO7816-4PADDING 13:35:16,342 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/NOPADDING 13:35:16,343 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/PKCS5 13:35:16,343 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/PKCS5PADDING 13:35:16,343 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/PKCS7 13:35:16,344 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/PKCS7PADDING 13:35:16,344 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/TBC 13:35:16,345 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/TBCPADDING 13:35:16,345 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/X9.23 13:35:16,345 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/X9.23PADDING 13:35:16,346 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ZEROBYTE 13:35:16,346 INFO [main][CipherTest] transformation=BLOWFISH/CFB128/ZEROBYTEPADDING 13:35:16,347 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ 13:35:16,347 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO10126 13:35:16,348 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO10126-2 13:35:16,348 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO10126-2PADDING 13:35:16,349 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO10126PADDING 13:35:16,349 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO7816-4 13:35:16,350 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ISO7816-4PADDING 13:35:16,350 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/NOPADDING 13:35:16,351 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/PKCS5 13:35:16,351 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/PKCS5PADDING 13:35:16,351 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/PKCS7 13:35:16,352 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/PKCS7PADDING 13:35:16,352 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/TBC 13:35:16,353 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/TBCPADDING 13:35:16,353 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/X9.23 13:35:16,353 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/X9.23PADDING 13:35:16,354 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ZEROBYTE 13:35:16,354 INFO [main][CipherTest] transformation=BLOWFISH/CFB136/ZEROBYTEPADDING 13:35:16,355 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ 13:35:16,355 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO10126 13:35:16,356 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO10126-2 13:35:16,356 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO10126-2PADDING 13:35:16,357 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO10126PADDING 13:35:16,357 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO7816-4 13:35:16,357 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ISO7816-4PADDING 13:35:16,358 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/NOPADDING 13:35:16,358 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/PKCS5 13:35:16,359 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/PKCS5PADDING 13:35:16,359 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/PKCS7 13:35:16,359 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/PKCS7PADDING 13:35:16,360 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/TBC 13:35:16,360 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/TBCPADDING 13:35:16,360 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/X9.23 13:35:16,361 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/X9.23PADDING 13:35:16,361 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ZEROBYTE 13:35:16,361 INFO [main][CipherTest] transformation=BLOWFISH/CFB144/ZEROBYTEPADDING 13:35:16,362 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ 13:35:16,362 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO10126 13:35:16,363 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO10126-2 13:35:16,363 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO10126-2PADDING 13:35:16,364 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO10126PADDING 13:35:16,364 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO7816-4 13:35:16,365 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ISO7816-4PADDING 13:35:16,365 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/NOPADDING 13:35:16,365 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/PKCS5 13:35:16,366 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/PKCS5PADDING 13:35:16,366 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/PKCS7 13:35:16,366 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/PKCS7PADDING 13:35:16,367 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/TBC 13:35:16,367 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/TBCPADDING 13:35:16,367 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/X9.23 13:35:16,368 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/X9.23PADDING 13:35:16,368 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ZEROBYTE 13:35:16,368 INFO [main][CipherTest] transformation=BLOWFISH/CFB152/ZEROBYTEPADDING 13:35:16,369 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ 13:35:16,369 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO10126 13:35:16,370 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO10126-2 13:35:16,370 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO10126-2PADDING 13:35:16,371 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO10126PADDING 13:35:16,371 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO7816-4 13:35:16,371 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ISO7816-4PADDING 13:35:16,372 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/NOPADDING 13:35:16,372 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/PKCS5 13:35:16,372 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/PKCS5PADDING 13:35:16,372 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/PKCS7 13:35:16,373 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/PKCS7PADDING 13:35:16,373 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/TBC 13:35:16,373 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/TBCPADDING 13:35:16,373 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/X9.23 13:35:16,373 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/X9.23PADDING 13:35:16,374 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ZEROBYTE 13:35:16,374 INFO [main][CipherTest] transformation=BLOWFISH/CFB16/ZEROBYTEPADDING 13:35:16,374 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ 13:35:16,374 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO10126 13:35:16,375 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO10126-2 13:35:16,375 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO10126-2PADDING 13:35:16,376 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO10126PADDING 13:35:16,376 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO7816-4 13:35:16,376 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ISO7816-4PADDING 13:35:16,376 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/NOPADDING 13:35:16,377 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/PKCS5 13:35:16,377 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/PKCS5PADDING 13:35:16,377 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/PKCS7 13:35:16,377 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/PKCS7PADDING 13:35:16,378 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/TBC 13:35:16,378 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/TBCPADDING 13:35:16,378 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/X9.23 13:35:16,378 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/X9.23PADDING 13:35:16,379 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ZEROBYTE 13:35:16,379 INFO [main][CipherTest] transformation=BLOWFISH/CFB160/ZEROBYTEPADDING 13:35:16,379 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ 13:35:16,379 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO10126 13:35:16,380 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO10126-2 13:35:16,380 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO10126-2PADDING 13:35:16,380 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO10126PADDING 13:35:16,381 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO7816-4 13:35:16,381 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ISO7816-4PADDING 13:35:16,381 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/NOPADDING 13:35:16,382 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/PKCS5 13:35:16,382 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/PKCS5PADDING 13:35:16,382 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/PKCS7 13:35:16,382 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/PKCS7PADDING 13:35:16,383 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/TBC 13:35:16,383 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/TBCPADDING 13:35:16,383 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/X9.23 13:35:16,383 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/X9.23PADDING 13:35:16,383 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ZEROBYTE 13:35:16,384 INFO [main][CipherTest] transformation=BLOWFISH/CFB168/ZEROBYTEPADDING 13:35:16,384 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ 13:35:16,384 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO10126 13:35:16,385 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO10126-2 13:35:16,385 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO10126-2PADDING 13:35:16,385 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO10126PADDING 13:35:16,386 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO7816-4 13:35:16,386 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ISO7816-4PADDING 13:35:16,386 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/NOPADDING 13:35:16,386 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/PKCS5 13:35:16,387 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/PKCS5PADDING 13:35:16,387 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/PKCS7 13:35:16,387 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/PKCS7PADDING 13:35:16,387 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/TBC 13:35:16,388 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/TBCPADDING 13:35:16,388 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/X9.23 13:35:16,388 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/X9.23PADDING 13:35:16,388 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ZEROBYTE 13:35:16,389 INFO [main][CipherTest] transformation=BLOWFISH/CFB176/ZEROBYTEPADDING 13:35:16,389 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ 13:35:16,389 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO10126 13:35:16,390 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO10126-2 13:35:16,390 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO10126-2PADDING 13:35:16,390 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO10126PADDING 13:35:16,391 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO7816-4 13:35:16,391 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ISO7816-4PADDING 13:35:16,391 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/NOPADDING 13:35:16,391 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/PKCS5 13:35:16,392 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/PKCS5PADDING 13:35:16,392 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/PKCS7 13:35:16,392 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/PKCS7PADDING 13:35:16,392 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/TBC 13:35:16,393 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/TBCPADDING 13:35:16,393 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/X9.23 13:35:16,393 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/X9.23PADDING 13:35:16,393 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ZEROBYTE 13:35:16,394 INFO [main][CipherTest] transformation=BLOWFISH/CFB184/ZEROBYTEPADDING 13:35:16,394 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ 13:35:16,394 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO10126 13:35:16,395 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO10126-2 13:35:16,395 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO10126-2PADDING 13:35:16,395 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO10126PADDING 13:35:16,396 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO7816-4 13:35:16,396 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ISO7816-4PADDING 13:35:16,396 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/NOPADDING 13:35:16,396 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/PKCS5 13:35:16,397 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/PKCS5PADDING 13:35:16,397 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/PKCS7 13:35:16,397 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/PKCS7PADDING 13:35:16,397 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/TBC 13:35:16,398 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/TBCPADDING 13:35:16,398 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/X9.23 13:35:16,398 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/X9.23PADDING 13:35:16,398 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ZEROBYTE 13:35:16,399 INFO [main][CipherTest] transformation=BLOWFISH/CFB192/ZEROBYTEPADDING 13:35:16,399 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ 13:35:16,399 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO10126 13:35:16,399 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO10126-2 13:35:16,400 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO10126-2PADDING 13:35:16,400 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO10126PADDING 13:35:16,401 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO7816-4 13:35:16,401 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ISO7816-4PADDING 13:35:16,401 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/NOPADDING 13:35:16,401 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/PKCS5 13:35:16,402 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/PKCS5PADDING 13:35:16,402 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/PKCS7 13:35:16,402 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/PKCS7PADDING 13:35:16,402 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/TBC 13:35:16,403 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/TBCPADDING 13:35:16,403 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/X9.23 13:35:16,403 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/X9.23PADDING 13:35:16,403 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ZEROBYTE 13:35:16,404 INFO [main][CipherTest] transformation=BLOWFISH/CFB200/ZEROBYTEPADDING 13:35:16,404 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ 13:35:16,404 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO10126 13:35:16,404 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO10126-2 13:35:16,405 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO10126-2PADDING 13:35:16,405 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO10126PADDING 13:35:16,406 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO7816-4 13:35:16,406 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ISO7816-4PADDING 13:35:16,406 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/NOPADDING 13:35:16,406 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/PKCS5 13:35:16,407 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/PKCS5PADDING 13:35:16,407 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/PKCS7 13:35:16,407 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/PKCS7PADDING 13:35:16,407 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/TBC 13:35:16,408 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/TBCPADDING 13:35:16,408 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/X9.23 13:35:16,408 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/X9.23PADDING 13:35:16,408 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ZEROBYTE 13:35:16,409 INFO [main][CipherTest] transformation=BLOWFISH/CFB208/ZEROBYTEPADDING 13:35:16,409 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ 13:35:16,409 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO10126 13:35:16,409 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO10126-2 13:35:16,410 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO10126-2PADDING 13:35:16,410 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO10126PADDING 13:35:16,411 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO7816-4 13:35:16,411 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ISO7816-4PADDING 13:35:16,411 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/NOPADDING 13:35:16,411 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/PKCS5 13:35:16,412 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/PKCS5PADDING 13:35:16,412 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/PKCS7 13:35:16,412 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/PKCS7PADDING 13:35:16,412 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/TBC 13:35:16,412 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/TBCPADDING 13:35:16,413 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/X9.23 13:35:16,413 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/X9.23PADDING 13:35:16,413 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ZEROBYTE 13:35:16,413 INFO [main][CipherTest] transformation=BLOWFISH/CFB216/ZEROBYTEPADDING 13:35:16,414 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ 13:35:16,414 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO10126 13:35:16,414 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO10126-2 13:35:16,415 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO10126-2PADDING 13:35:16,415 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO10126PADDING 13:35:16,415 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO7816-4 13:35:16,416 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ISO7816-4PADDING 13:35:16,416 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/NOPADDING 13:35:16,416 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/PKCS5 13:35:16,416 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/PKCS5PADDING 13:35:16,417 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/PKCS7 13:35:16,417 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/PKCS7PADDING 13:35:16,417 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/TBC 13:35:16,417 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/TBCPADDING 13:35:16,417 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/X9.23 13:35:16,418 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/X9.23PADDING 13:35:16,418 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ZEROBYTE 13:35:16,418 INFO [main][CipherTest] transformation=BLOWFISH/CFB224/ZEROBYTEPADDING 13:35:16,418 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ 13:35:16,419 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO10126 13:35:16,419 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO10126-2 13:35:16,419 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO10126-2PADDING 13:35:16,420 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO10126PADDING 13:35:16,420 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO7816-4 13:35:16,420 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ISO7816-4PADDING 13:35:16,421 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/NOPADDING 13:35:16,421 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/PKCS5 13:35:16,421 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/PKCS5PADDING 13:35:16,421 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/PKCS7 13:35:16,422 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/PKCS7PADDING 13:35:16,422 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/TBC 13:35:16,422 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/TBCPADDING 13:35:16,422 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/X9.23 13:35:16,423 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/X9.23PADDING 13:35:16,423 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ZEROBYTE 13:35:16,423 INFO [main][CipherTest] transformation=BLOWFISH/CFB232/ZEROBYTEPADDING 13:35:16,423 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ 13:35:16,423 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO10126 13:35:16,424 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO10126-2 13:35:16,424 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO10126-2PADDING 13:35:16,425 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO10126PADDING 13:35:16,425 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO7816-4 13:35:16,425 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ISO7816-4PADDING 13:35:16,425 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/NOPADDING 13:35:16,426 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/PKCS5 13:35:16,426 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/PKCS5PADDING 13:35:16,426 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/PKCS7 13:35:16,426 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/PKCS7PADDING 13:35:16,427 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/TBC 13:35:16,427 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/TBCPADDING 13:35:16,427 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/X9.23 13:35:16,427 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/X9.23PADDING 13:35:16,428 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ZEROBYTE 13:35:16,428 INFO [main][CipherTest] transformation=BLOWFISH/CFB24/ZEROBYTEPADDING 13:35:16,428 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ 13:35:16,428 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO10126 13:35:16,429 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO10126-2 13:35:16,429 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO10126-2PADDING 13:35:16,429 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO10126PADDING 13:35:16,430 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO7816-4 13:35:16,430 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ISO7816-4PADDING 13:35:16,430 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/NOPADDING 13:35:16,430 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/PKCS5 13:35:16,431 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/PKCS5PADDING 13:35:16,431 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/PKCS7 13:35:16,431 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/PKCS7PADDING 13:35:16,431 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/TBC 13:35:16,432 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/TBCPADDING 13:35:16,432 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/X9.23 13:35:16,432 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/X9.23PADDING 13:35:16,432 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ZEROBYTE 13:35:16,433 INFO [main][CipherTest] transformation=BLOWFISH/CFB240/ZEROBYTEPADDING 13:35:16,433 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ 13:35:16,433 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO10126 13:35:16,433 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO10126-2 13:35:16,434 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO10126-2PADDING 13:35:16,434 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO10126PADDING 13:35:16,434 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO7816-4 13:35:16,435 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ISO7816-4PADDING 13:35:16,435 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/NOPADDING 13:35:16,435 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/PKCS5 13:35:16,435 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/PKCS5PADDING 13:35:16,436 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/PKCS7 13:35:16,436 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/PKCS7PADDING 13:35:16,436 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/TBC 13:35:16,436 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/TBCPADDING 13:35:16,437 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/X9.23 13:35:16,437 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/X9.23PADDING 13:35:16,437 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ZEROBYTE 13:35:16,437 INFO [main][CipherTest] transformation=BLOWFISH/CFB248/ZEROBYTEPADDING 13:35:16,437 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ 13:35:16,438 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO10126 13:35:16,438 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO10126-2 13:35:16,439 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO10126-2PADDING 13:35:16,439 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO10126PADDING 13:35:16,439 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO7816-4 13:35:16,439 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ISO7816-4PADDING 13:35:16,440 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/NOPADDING 13:35:16,440 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/PKCS5 13:35:16,440 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/PKCS5PADDING 13:35:16,440 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/PKCS7 13:35:16,441 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/PKCS7PADDING 13:35:16,441 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/TBC 13:35:16,441 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/TBCPADDING 13:35:16,441 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/X9.23 13:35:16,442 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/X9.23PADDING 13:35:16,442 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ZEROBYTE 13:35:16,442 INFO [main][CipherTest] transformation=BLOWFISH/CFB256/ZEROBYTEPADDING 13:35:16,442 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ 13:35:16,443 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO10126 13:35:16,443 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO10126-2 13:35:16,443 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO10126-2PADDING 13:35:16,444 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO10126PADDING 13:35:16,444 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO7816-4 13:35:16,444 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ISO7816-4PADDING 13:35:16,444 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/NOPADDING 13:35:16,445 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/PKCS5 13:35:16,445 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/PKCS5PADDING 13:35:16,445 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/PKCS7 13:35:16,445 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/PKCS7PADDING 13:35:16,446 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/TBC 13:35:16,446 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/TBCPADDING 13:35:16,446 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/X9.23 13:35:16,446 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/X9.23PADDING 13:35:16,447 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ZEROBYTE 13:35:16,447 INFO [main][CipherTest] transformation=BLOWFISH/CFB32/ZEROBYTEPADDING 13:35:16,447 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ 13:35:16,447 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO10126 13:35:16,448 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO10126-2 13:35:16,448 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO10126-2PADDING 13:35:16,449 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO10126PADDING 13:35:16,449 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO7816-4 13:35:16,449 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ISO7816-4PADDING 13:35:16,449 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/NOPADDING 13:35:16,450 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/PKCS5 13:35:16,450 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/PKCS5PADDING 13:35:16,450 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/PKCS7 13:35:16,450 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/PKCS7PADDING 13:35:16,451 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/TBC 13:35:16,451 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/TBCPADDING 13:35:16,451 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/X9.23 13:35:16,452 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/X9.23PADDING 13:35:16,452 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ZEROBYTE 13:35:16,452 INFO [main][CipherTest] transformation=BLOWFISH/CFB40/ZEROBYTEPADDING 13:35:16,452 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ 13:35:16,453 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO10126 13:35:16,453 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO10126-2 13:35:16,453 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO10126-2PADDING 13:35:16,454 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO10126PADDING 13:35:16,454 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO7816-4 13:35:16,454 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ISO7816-4PADDING 13:35:16,455 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/NOPADDING 13:35:16,455 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/PKCS5 13:35:16,455 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/PKCS5PADDING 13:35:16,455 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/PKCS7 13:35:16,456 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/PKCS7PADDING 13:35:16,456 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/TBC 13:35:16,456 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/TBCPADDING 13:35:16,456 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/X9.23 13:35:16,457 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/X9.23PADDING 13:35:16,457 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ZEROBYTE 13:35:16,457 INFO [main][CipherTest] transformation=BLOWFISH/CFB48/ZEROBYTEPADDING 13:35:16,457 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ 13:35:16,458 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO10126 13:35:16,458 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO10126-2 13:35:16,458 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO10126-2PADDING 13:35:16,459 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO10126PADDING 13:35:16,459 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO7816-4 13:35:16,460 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ISO7816-4PADDING 13:35:16,460 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/NOPADDING 13:35:16,460 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/PKCS5 13:35:16,460 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/PKCS5PADDING 13:35:16,461 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/PKCS7 13:35:16,461 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/PKCS7PADDING 13:35:16,461 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/TBC 13:35:16,461 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/TBCPADDING 13:35:16,462 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/X9.23 13:35:16,462 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/X9.23PADDING 13:35:16,462 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ZEROBYTE 13:35:16,462 INFO [main][CipherTest] transformation=BLOWFISH/CFB56/ZEROBYTEPADDING 13:35:16,463 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ 13:35:16,463 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO10126 13:35:16,463 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO10126-2 13:35:16,464 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO10126-2PADDING 13:35:16,464 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO10126PADDING 13:35:16,465 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO7816-4 13:35:16,465 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ISO7816-4PADDING 13:35:16,465 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/NOPADDING 13:35:16,466 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/PKCS5 13:35:16,466 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/PKCS5PADDING 13:35:16,466 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/PKCS7 13:35:16,466 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/PKCS7PADDING 13:35:16,467 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/TBC 13:35:16,467 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/TBCPADDING 13:35:16,467 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/X9.23 13:35:16,467 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/X9.23PADDING 13:35:16,468 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ZEROBYTE 13:35:16,468 INFO [main][CipherTest] transformation=BLOWFISH/CFB64/ZEROBYTEPADDING 13:35:16,468 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ 13:35:16,468 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO10126 13:35:16,469 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO10126-2 13:35:16,469 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO10126-2PADDING 13:35:16,470 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO10126PADDING 13:35:16,470 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO7816-4 13:35:16,470 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ISO7816-4PADDING 13:35:16,471 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/NOPADDING 13:35:16,471 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/PKCS5 13:35:16,471 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/PKCS5PADDING 13:35:16,471 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/PKCS7 13:35:16,471 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/PKCS7PADDING 13:35:16,472 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/TBC 13:35:16,472 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/TBCPADDING 13:35:16,472 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/X9.23 13:35:16,472 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/X9.23PADDING 13:35:16,473 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ZEROBYTE 13:35:16,473 INFO [main][CipherTest] transformation=BLOWFISH/CFB72/ZEROBYTEPADDING 13:35:16,473 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ 13:35:16,473 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO10126 13:35:16,474 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO10126-2 13:35:16,474 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO10126-2PADDING 13:35:16,474 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO10126PADDING 13:35:16,475 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO7816-4 13:35:16,475 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ISO7816-4PADDING 13:35:16,475 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/NOPADDING 13:35:16,476 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/PKCS5 13:35:16,476 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/PKCS5PADDING 13:35:16,476 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/PKCS7 13:35:16,476 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/PKCS7PADDING 13:35:16,477 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/TBC 13:35:16,477 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/TBCPADDING 13:35:16,477 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/X9.23 13:35:16,477 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/X9.23PADDING 13:35:16,477 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ZEROBYTE 13:35:16,478 INFO [main][CipherTest] transformation=BLOWFISH/CFB8/ZEROBYTEPADDING 13:35:16,478 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ 13:35:16,478 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO10126 13:35:16,479 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO10126-2 13:35:16,479 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO10126-2PADDING 13:35:16,479 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO10126PADDING 13:35:16,480 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO7816-4 13:35:16,480 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ISO7816-4PADDING 13:35:16,480 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/NOPADDING 13:35:16,480 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/PKCS5 13:35:16,481 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/PKCS5PADDING 13:35:16,481 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/PKCS7 13:35:16,481 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/PKCS7PADDING 13:35:16,481 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/TBC 13:35:16,482 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/TBCPADDING 13:35:16,482 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/X9.23 13:35:16,482 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/X9.23PADDING 13:35:16,482 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ZEROBYTE 13:35:16,483 INFO [main][CipherTest] transformation=BLOWFISH/CFB80/ZEROBYTEPADDING 13:35:16,483 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ 13:35:16,483 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO10126 13:35:16,483 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO10126-2 13:35:16,484 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO10126-2PADDING 13:35:16,484 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO10126PADDING 13:35:16,485 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO7816-4 13:35:16,485 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ISO7816-4PADDING 13:35:16,485 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/NOPADDING 13:35:16,485 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/PKCS5 13:35:16,486 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/PKCS5PADDING 13:35:16,486 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/PKCS7 13:35:16,486 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/PKCS7PADDING 13:35:16,486 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/TBC 13:35:16,487 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/TBCPADDING 13:35:16,487 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/X9.23 13:35:16,487 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/X9.23PADDING 13:35:16,488 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ZEROBYTE 13:35:16,488 INFO [main][CipherTest] transformation=BLOWFISH/CFB88/ZEROBYTEPADDING 13:35:16,488 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ 13:35:16,488 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO10126 13:35:16,489 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO10126-2 13:35:16,489 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO10126-2PADDING 13:35:16,489 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO10126PADDING 13:35:16,490 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO7816-4 13:35:16,490 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ISO7816-4PADDING 13:35:16,490 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/NOPADDING 13:35:16,491 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/PKCS5 13:35:16,491 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/PKCS5PADDING 13:35:16,491 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/PKCS7 13:35:16,491 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/PKCS7PADDING 13:35:16,492 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/TBC 13:35:16,492 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/TBCPADDING 13:35:16,492 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/X9.23 13:35:16,492 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/X9.23PADDING 13:35:16,493 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ZEROBYTE 13:35:16,493 INFO [main][CipherTest] transformation=BLOWFISH/CFB96/ZEROBYTEPADDING 13:35:16,493 INFO [main][CipherTest] transformation=BLOWFISH/CTS/ 13:35:16,493 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH/CTS/" does not support IV => Skipping. 13:35:16,493 INFO [main][CipherTest] transformation=BLOWFISH/CTS/NOPADDING 13:35:16,494 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH/CTS/NOPADDING" does not support IV => Skipping. 13:35:16,494 INFO [main][CipherTest] transformation=BLOWFISH/EAX/ 13:35:16,495 INFO [main][CipherTest] transformation=BLOWFISH/EAX/NOPADDING 13:35:16,496 INFO [main][CipherTest] transformation=BLOWFISH/ECB/ 13:35:16,496 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH/ECB/" does not support IV => Skipping. 13:35:16,496 INFO [main][CipherTest] transformation=BLOWFISH/ECB/NOPADDING 13:35:16,496 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "BLOWFISH/ECB/NOPADDING" does not support IV => Skipping. 13:35:16,496 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ 13:35:16,497 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO10126 13:35:16,497 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO10126-2 13:35:16,498 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO10126-2PADDING 13:35:16,498 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO10126PADDING 13:35:16,499 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO7816-4 13:35:16,499 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ISO7816-4PADDING 13:35:16,500 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/NOPADDING 13:35:16,500 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/PKCS5 13:35:16,501 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/PKCS5PADDING 13:35:16,501 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/PKCS7 13:35:16,501 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/PKCS7PADDING 13:35:16,502 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/TBC 13:35:16,502 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/TBCPADDING 13:35:16,502 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/X9.23 13:35:16,502 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/X9.23PADDING 13:35:16,503 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ZEROBYTE 13:35:16,503 INFO [main][CipherTest] transformation=BLOWFISH/GOFB/ZEROBYTEPADDING 13:35:16,503 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ 13:35:16,504 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO10126 13:35:16,504 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO10126-2 13:35:16,504 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO10126-2PADDING 13:35:16,505 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO10126PADDING 13:35:16,505 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO7816-4 13:35:16,505 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ISO7816-4PADDING 13:35:16,506 INFO [main][CipherTest] transformation=BLOWFISH/OFB/NOPADDING 13:35:16,506 INFO [main][CipherTest] transformation=BLOWFISH/OFB/PKCS5 13:35:16,506 INFO [main][CipherTest] transformation=BLOWFISH/OFB/PKCS5PADDING 13:35:16,506 INFO [main][CipherTest] transformation=BLOWFISH/OFB/PKCS7 13:35:16,507 INFO [main][CipherTest] transformation=BLOWFISH/OFB/PKCS7PADDING 13:35:16,507 INFO [main][CipherTest] transformation=BLOWFISH/OFB/TBC 13:35:16,507 INFO [main][CipherTest] transformation=BLOWFISH/OFB/TBCPADDING 13:35:16,507 INFO [main][CipherTest] transformation=BLOWFISH/OFB/X9.23 13:35:16,507 INFO [main][CipherTest] transformation=BLOWFISH/OFB/X9.23PADDING 13:35:16,508 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ZEROBYTE 13:35:16,508 INFO [main][CipherTest] transformation=BLOWFISH/OFB/ZEROBYTEPADDING 13:35:16,508 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ 13:35:16,508 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO10126 13:35:16,509 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO10126-2 13:35:16,509 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO10126-2PADDING 13:35:16,510 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO10126PADDING 13:35:16,510 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO7816-4 13:35:16,510 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ISO7816-4PADDING 13:35:16,510 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/NOPADDING 13:35:16,511 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/PKCS5 13:35:16,511 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/PKCS5PADDING 13:35:16,511 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/PKCS7 13:35:16,511 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/PKCS7PADDING 13:35:16,512 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/TBC 13:35:16,512 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/TBCPADDING 13:35:16,512 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/X9.23 13:35:16,512 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/X9.23PADDING 13:35:16,513 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ZEROBYTE 13:35:16,513 INFO [main][CipherTest] transformation=BLOWFISH/OFB104/ZEROBYTEPADDING 13:35:16,513 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ 13:35:16,513 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO10126 13:35:16,514 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO10126-2 13:35:16,514 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO10126-2PADDING 13:35:16,514 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO10126PADDING 13:35:16,515 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO7816-4 13:35:16,515 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ISO7816-4PADDING 13:35:16,515 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/NOPADDING 13:35:16,516 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/PKCS5 13:35:16,516 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/PKCS5PADDING 13:35:16,516 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/PKCS7 13:35:16,516 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/PKCS7PADDING 13:35:16,516 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/TBC 13:35:16,517 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/TBCPADDING 13:35:16,517 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/X9.23 13:35:16,517 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/X9.23PADDING 13:35:16,517 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ZEROBYTE 13:35:16,518 INFO [main][CipherTest] transformation=BLOWFISH/OFB112/ZEROBYTEPADDING 13:35:16,518 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ 13:35:16,518 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO10126 13:35:16,519 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO10126-2 13:35:16,519 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO10126-2PADDING 13:35:16,519 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO10126PADDING 13:35:16,520 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO7816-4 13:35:16,520 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ISO7816-4PADDING 13:35:16,520 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/NOPADDING 13:35:16,520 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/PKCS5 13:35:16,521 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/PKCS5PADDING 13:35:16,521 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/PKCS7 13:35:16,521 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/PKCS7PADDING 13:35:16,521 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/TBC 13:35:16,522 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/TBCPADDING 13:35:16,522 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/X9.23 13:35:16,522 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/X9.23PADDING 13:35:16,522 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ZEROBYTE 13:35:16,523 INFO [main][CipherTest] transformation=BLOWFISH/OFB120/ZEROBYTEPADDING 13:35:16,523 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ 13:35:16,523 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO10126 13:35:16,524 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO10126-2 13:35:16,524 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO10126-2PADDING 13:35:16,524 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO10126PADDING 13:35:16,525 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO7816-4 13:35:16,525 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ISO7816-4PADDING 13:35:16,525 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/NOPADDING 13:35:16,526 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/PKCS5 13:35:16,526 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/PKCS5PADDING 13:35:16,526 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/PKCS7 13:35:16,526 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/PKCS7PADDING 13:35:16,527 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/TBC 13:35:16,527 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/TBCPADDING 13:35:16,527 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/X9.23 13:35:16,527 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/X9.23PADDING 13:35:16,528 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ZEROBYTE 13:35:16,528 INFO [main][CipherTest] transformation=BLOWFISH/OFB128/ZEROBYTEPADDING 13:35:16,528 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ 13:35:16,528 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO10126 13:35:16,529 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO10126-2 13:35:16,529 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO10126-2PADDING 13:35:16,530 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO10126PADDING 13:35:16,530 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO7816-4 13:35:16,530 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ISO7816-4PADDING 13:35:16,530 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/NOPADDING 13:35:16,531 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/PKCS5 13:35:16,531 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/PKCS5PADDING 13:35:16,531 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/PKCS7 13:35:16,531 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/PKCS7PADDING 13:35:16,532 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/TBC 13:35:16,532 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/TBCPADDING 13:35:16,532 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/X9.23 13:35:16,532 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/X9.23PADDING 13:35:16,533 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ZEROBYTE 13:35:16,533 INFO [main][CipherTest] transformation=BLOWFISH/OFB136/ZEROBYTEPADDING 13:35:16,533 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ 13:35:16,533 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO10126 13:35:16,534 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO10126-2 13:35:16,534 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO10126-2PADDING 13:35:16,535 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO10126PADDING 13:35:16,535 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO7816-4 13:35:16,535 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ISO7816-4PADDING 13:35:16,536 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/NOPADDING 13:35:16,536 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/PKCS5 13:35:16,536 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/PKCS5PADDING 13:35:16,536 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/PKCS7 13:35:16,537 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/PKCS7PADDING 13:35:16,537 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/TBC 13:35:16,537 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/TBCPADDING 13:35:16,537 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/X9.23 13:35:16,538 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/X9.23PADDING 13:35:16,538 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ZEROBYTE 13:35:16,538 INFO [main][CipherTest] transformation=BLOWFISH/OFB144/ZEROBYTEPADDING 13:35:16,538 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ 13:35:16,539 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO10126 13:35:16,539 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO10126-2 13:35:16,539 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO10126-2PADDING 13:35:16,540 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO10126PADDING 13:35:16,540 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO7816-4 13:35:16,540 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ISO7816-4PADDING 13:35:16,541 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/NOPADDING 13:35:16,541 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/PKCS5 13:35:16,541 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/PKCS5PADDING 13:35:16,541 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/PKCS7 13:35:16,542 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/PKCS7PADDING 13:35:16,542 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/TBC 13:35:16,542 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/TBCPADDING 13:35:16,542 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/X9.23 13:35:16,543 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/X9.23PADDING 13:35:16,543 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ZEROBYTE 13:35:16,543 INFO [main][CipherTest] transformation=BLOWFISH/OFB152/ZEROBYTEPADDING 13:35:16,543 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ 13:35:16,544 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO10126 13:35:16,544 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO10126-2 13:35:16,545 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO10126-2PADDING 13:35:16,545 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO10126PADDING 13:35:16,545 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO7816-4 13:35:16,546 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ISO7816-4PADDING 13:35:16,546 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/NOPADDING 13:35:16,546 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/PKCS5 13:35:16,546 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/PKCS5PADDING 13:35:16,547 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/PKCS7 13:35:16,547 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/PKCS7PADDING 13:35:16,547 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/TBC 13:35:16,547 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/TBCPADDING 13:35:16,548 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/X9.23 13:35:16,548 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/X9.23PADDING 13:35:16,548 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ZEROBYTE 13:35:16,548 INFO [main][CipherTest] transformation=BLOWFISH/OFB16/ZEROBYTEPADDING 13:35:16,549 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ 13:35:16,549 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO10126 13:35:16,549 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO10126-2 13:35:16,550 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO10126-2PADDING 13:35:16,550 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO10126PADDING 13:35:16,550 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO7816-4 13:35:16,551 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ISO7816-4PADDING 13:35:16,551 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/NOPADDING 13:35:16,551 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/PKCS5 13:35:16,551 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/PKCS5PADDING 13:35:16,552 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/PKCS7 13:35:16,552 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/PKCS7PADDING 13:35:16,552 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/TBC 13:35:16,552 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/TBCPADDING 13:35:16,553 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/X9.23 13:35:16,553 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/X9.23PADDING 13:35:16,553 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ZEROBYTE 13:35:16,553 INFO [main][CipherTest] transformation=BLOWFISH/OFB160/ZEROBYTEPADDING 13:35:16,554 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ 13:35:16,554 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO10126 13:35:16,554 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO10126-2 13:35:16,555 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO10126-2PADDING 13:35:16,555 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO10126PADDING 13:35:16,556 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO7816-4 13:35:16,556 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ISO7816-4PADDING 13:35:16,556 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/NOPADDING 13:35:16,556 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/PKCS5 13:35:16,557 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/PKCS5PADDING 13:35:16,557 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/PKCS7 13:35:16,557 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/PKCS7PADDING 13:35:16,557 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/TBC 13:35:16,558 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/TBCPADDING 13:35:16,558 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/X9.23 13:35:16,558 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/X9.23PADDING 13:35:16,558 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ZEROBYTE 13:35:16,559 INFO [main][CipherTest] transformation=BLOWFISH/OFB168/ZEROBYTEPADDING 13:35:16,559 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ 13:35:16,559 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO10126 13:35:16,560 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO10126-2 13:35:16,560 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO10126-2PADDING 13:35:16,560 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO10126PADDING 13:35:16,561 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO7816-4 13:35:16,561 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ISO7816-4PADDING 13:35:16,561 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/NOPADDING 13:35:16,562 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/PKCS5 13:35:16,562 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/PKCS5PADDING 13:35:16,562 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/PKCS7 13:35:16,562 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/PKCS7PADDING 13:35:16,563 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/TBC 13:35:16,563 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/TBCPADDING 13:35:16,563 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/X9.23 13:35:16,564 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/X9.23PADDING 13:35:16,564 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ZEROBYTE 13:35:16,564 INFO [main][CipherTest] transformation=BLOWFISH/OFB176/ZEROBYTEPADDING 13:35:16,564 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ 13:35:16,565 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO10126 13:35:16,565 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO10126-2 13:35:16,565 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO10126-2PADDING 13:35:16,566 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO10126PADDING 13:35:16,566 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO7816-4 13:35:16,566 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ISO7816-4PADDING 13:35:16,567 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/NOPADDING 13:35:16,567 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/PKCS5 13:35:16,567 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/PKCS5PADDING 13:35:16,567 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/PKCS7 13:35:16,568 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/PKCS7PADDING 13:35:16,568 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/TBC 13:35:16,568 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/TBCPADDING 13:35:16,568 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/X9.23 13:35:16,569 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/X9.23PADDING 13:35:16,569 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ZEROBYTE 13:35:16,569 INFO [main][CipherTest] transformation=BLOWFISH/OFB184/ZEROBYTEPADDING 13:35:16,569 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ 13:35:16,570 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO10126 13:35:16,570 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO10126-2 13:35:16,570 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO10126-2PADDING 13:35:16,571 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO10126PADDING 13:35:16,571 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO7816-4 13:35:16,572 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ISO7816-4PADDING 13:35:16,572 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/NOPADDING 13:35:16,572 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/PKCS5 13:35:16,572 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/PKCS5PADDING 13:35:16,573 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/PKCS7 13:35:16,573 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/PKCS7PADDING 13:35:16,573 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/TBC 13:35:16,573 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/TBCPADDING 13:35:16,574 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/X9.23 13:35:16,574 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/X9.23PADDING 13:35:16,574 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ZEROBYTE 13:35:16,574 INFO [main][CipherTest] transformation=BLOWFISH/OFB192/ZEROBYTEPADDING 13:35:16,575 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ 13:35:16,575 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO10126 13:35:16,576 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO10126-2 13:35:16,576 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO10126-2PADDING 13:35:16,577 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO10126PADDING 13:35:16,577 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO7816-4 13:35:16,578 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ISO7816-4PADDING 13:35:16,578 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/NOPADDING 13:35:16,578 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/PKCS5 13:35:16,578 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/PKCS5PADDING 13:35:16,579 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/PKCS7 13:35:16,579 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/PKCS7PADDING 13:35:16,579 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/TBC 13:35:16,579 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/TBCPADDING 13:35:16,580 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/X9.23 13:35:16,580 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/X9.23PADDING 13:35:16,580 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ZEROBYTE 13:35:16,581 INFO [main][CipherTest] transformation=BLOWFISH/OFB200/ZEROBYTEPADDING 13:35:16,581 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ 13:35:16,581 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO10126 13:35:16,582 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO10126-2 13:35:16,582 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO10126-2PADDING 13:35:16,583 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO10126PADDING 13:35:16,583 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO7816-4 13:35:16,583 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ISO7816-4PADDING 13:35:16,584 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/NOPADDING 13:35:16,584 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/PKCS5 13:35:16,584 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/PKCS5PADDING 13:35:16,584 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/PKCS7 13:35:16,585 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/PKCS7PADDING 13:35:16,585 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/TBC 13:35:16,585 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/TBCPADDING 13:35:16,585 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/X9.23 13:35:16,586 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/X9.23PADDING 13:35:16,586 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ZEROBYTE 13:35:16,586 INFO [main][CipherTest] transformation=BLOWFISH/OFB208/ZEROBYTEPADDING 13:35:16,586 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ 13:35:16,586 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO10126 13:35:16,587 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO10126-2 13:35:16,587 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO10126-2PADDING 13:35:16,588 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO10126PADDING 13:35:16,588 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO7816-4 13:35:16,588 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ISO7816-4PADDING 13:35:16,588 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/NOPADDING 13:35:16,589 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/PKCS5 13:35:16,589 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/PKCS5PADDING 13:35:16,589 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/PKCS7 13:35:16,589 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/PKCS7PADDING 13:35:16,590 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/TBC 13:35:16,590 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/TBCPADDING 13:35:16,590 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/X9.23 13:35:16,590 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/X9.23PADDING 13:35:16,591 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ZEROBYTE 13:35:16,591 INFO [main][CipherTest] transformation=BLOWFISH/OFB216/ZEROBYTEPADDING 13:35:16,591 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ 13:35:16,591 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO10126 13:35:16,592 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO10126-2 13:35:16,592 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO10126-2PADDING 13:35:16,592 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO10126PADDING 13:35:16,593 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO7816-4 13:35:16,593 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ISO7816-4PADDING 13:35:16,593 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/NOPADDING 13:35:16,594 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/PKCS5 13:35:16,594 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/PKCS5PADDING 13:35:16,594 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/PKCS7 13:35:16,594 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/PKCS7PADDING 13:35:16,595 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/TBC 13:35:16,595 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/TBCPADDING 13:35:16,595 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/X9.23 13:35:16,595 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/X9.23PADDING 13:35:16,596 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ZEROBYTE 13:35:16,596 INFO [main][CipherTest] transformation=BLOWFISH/OFB224/ZEROBYTEPADDING 13:35:16,596 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ 13:35:16,596 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO10126 13:35:16,597 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO10126-2 13:35:16,597 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO10126-2PADDING 13:35:16,598 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO10126PADDING 13:35:16,598 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO7816-4 13:35:16,599 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ISO7816-4PADDING 13:35:16,599 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/NOPADDING 13:35:16,599 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/PKCS5 13:35:16,600 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/PKCS5PADDING 13:35:16,600 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/PKCS7 13:35:16,600 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/PKCS7PADDING 13:35:16,601 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/TBC 13:35:16,601 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/TBCPADDING 13:35:16,602 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/X9.23 13:35:16,602 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/X9.23PADDING 13:35:16,602 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ZEROBYTE 13:35:16,603 INFO [main][CipherTest] transformation=BLOWFISH/OFB232/ZEROBYTEPADDING 13:35:16,603 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ 13:35:16,603 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO10126 13:35:16,604 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO10126-2 13:35:16,605 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO10126-2PADDING 13:35:16,605 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO10126PADDING 13:35:16,606 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO7816-4 13:35:16,606 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ISO7816-4PADDING 13:35:16,606 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/NOPADDING 13:35:16,606 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/PKCS5 13:35:16,607 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/PKCS5PADDING 13:35:16,607 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/PKCS7 13:35:16,607 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/PKCS7PADDING 13:35:16,607 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/TBC 13:35:16,608 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/TBCPADDING 13:35:16,608 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/X9.23 13:35:16,608 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/X9.23PADDING 13:35:16,609 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ZEROBYTE 13:35:16,609 INFO [main][CipherTest] transformation=BLOWFISH/OFB24/ZEROBYTEPADDING 13:35:16,609 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ 13:35:16,609 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO10126 13:35:16,610 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO10126-2 13:35:16,610 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO10126-2PADDING 13:35:16,611 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO10126PADDING 13:35:16,611 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO7816-4 13:35:16,611 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ISO7816-4PADDING 13:35:16,612 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/NOPADDING 13:35:16,612 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/PKCS5 13:35:16,612 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/PKCS5PADDING 13:35:16,612 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/PKCS7 13:35:16,612 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/PKCS7PADDING 13:35:16,613 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/TBC 13:35:16,613 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/TBCPADDING 13:35:16,613 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/X9.23 13:35:16,613 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/X9.23PADDING 13:35:16,614 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ZEROBYTE 13:35:16,614 INFO [main][CipherTest] transformation=BLOWFISH/OFB240/ZEROBYTEPADDING 13:35:16,614 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ 13:35:16,614 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO10126 13:35:16,615 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO10126-2 13:35:16,615 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO10126-2PADDING 13:35:16,616 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO10126PADDING 13:35:16,616 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO7816-4 13:35:16,616 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ISO7816-4PADDING 13:35:16,617 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/NOPADDING 13:35:16,617 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/PKCS5 13:35:16,617 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/PKCS5PADDING 13:35:16,617 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/PKCS7 13:35:16,618 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/PKCS7PADDING 13:35:16,618 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/TBC 13:35:16,618 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/TBCPADDING 13:35:16,618 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/X9.23 13:35:16,619 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/X9.23PADDING 13:35:16,619 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ZEROBYTE 13:35:16,619 INFO [main][CipherTest] transformation=BLOWFISH/OFB248/ZEROBYTEPADDING 13:35:16,619 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ 13:35:16,620 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO10126 13:35:16,620 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO10126-2 13:35:16,620 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO10126-2PADDING 13:35:16,621 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO10126PADDING 13:35:16,621 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO7816-4 13:35:16,621 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ISO7816-4PADDING 13:35:16,622 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/NOPADDING 13:35:16,622 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/PKCS5 13:35:16,622 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/PKCS5PADDING 13:35:16,622 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/PKCS7 13:35:16,623 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/PKCS7PADDING 13:35:16,623 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/TBC 13:35:16,623 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/TBCPADDING 13:35:16,623 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/X9.23 13:35:16,624 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/X9.23PADDING 13:35:16,624 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ZEROBYTE 13:35:16,624 INFO [main][CipherTest] transformation=BLOWFISH/OFB256/ZEROBYTEPADDING 13:35:16,624 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ 13:35:16,625 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO10126 13:35:16,625 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO10126-2 13:35:16,625 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO10126-2PADDING 13:35:16,626 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO10126PADDING 13:35:16,626 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO7816-4 13:35:16,627 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ISO7816-4PADDING 13:35:16,627 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/NOPADDING 13:35:16,627 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/PKCS5 13:35:16,627 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/PKCS5PADDING 13:35:16,628 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/PKCS7 13:35:16,628 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/PKCS7PADDING 13:35:16,628 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/TBC 13:35:16,628 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/TBCPADDING 13:35:16,628 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/X9.23 13:35:16,629 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/X9.23PADDING 13:35:16,629 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ZEROBYTE 13:35:16,629 INFO [main][CipherTest] transformation=BLOWFISH/OFB32/ZEROBYTEPADDING 13:35:16,629 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ 13:35:16,630 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO10126 13:35:16,630 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO10126-2 13:35:16,631 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO10126-2PADDING 13:35:16,631 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO10126PADDING 13:35:16,631 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO7816-4 13:35:16,632 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ISO7816-4PADDING 13:35:16,632 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/NOPADDING 13:35:16,632 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/PKCS5 13:35:16,632 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/PKCS5PADDING 13:35:16,633 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/PKCS7 13:35:16,633 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/PKCS7PADDING 13:35:16,633 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/TBC 13:35:16,633 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/TBCPADDING 13:35:16,634 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/X9.23 13:35:16,634 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/X9.23PADDING 13:35:16,634 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ZEROBYTE 13:35:16,634 INFO [main][CipherTest] transformation=BLOWFISH/OFB40/ZEROBYTEPADDING 13:35:16,635 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ 13:35:16,635 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO10126 13:35:16,635 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO10126-2 13:35:16,636 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO10126-2PADDING 13:35:16,636 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO10126PADDING 13:35:16,636 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO7816-4 13:35:16,637 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ISO7816-4PADDING 13:35:16,637 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/NOPADDING 13:35:16,637 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/PKCS5 13:35:16,637 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/PKCS5PADDING 13:35:16,638 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/PKCS7 13:35:16,638 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/PKCS7PADDING 13:35:16,638 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/TBC 13:35:16,638 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/TBCPADDING 13:35:16,639 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/X9.23 13:35:16,639 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/X9.23PADDING 13:35:16,639 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ZEROBYTE 13:35:16,639 INFO [main][CipherTest] transformation=BLOWFISH/OFB48/ZEROBYTEPADDING 13:35:16,640 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ 13:35:16,665 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO10126 13:35:16,666 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO10126-2 13:35:16,666 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO10126-2PADDING 13:35:16,666 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO10126PADDING 13:35:16,667 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO7816-4 13:35:16,667 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ISO7816-4PADDING 13:35:16,667 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/NOPADDING 13:35:16,667 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/PKCS5 13:35:16,668 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/PKCS5PADDING 13:35:16,668 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/PKCS7 13:35:16,668 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/PKCS7PADDING 13:35:16,669 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/TBC 13:35:16,669 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/TBCPADDING 13:35:16,669 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/X9.23 13:35:16,669 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/X9.23PADDING 13:35:16,670 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ZEROBYTE 13:35:16,670 INFO [main][CipherTest] transformation=BLOWFISH/OFB56/ZEROBYTEPADDING 13:35:16,670 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ 13:35:16,670 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO10126 13:35:16,671 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO10126-2 13:35:16,671 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO10126-2PADDING 13:35:16,671 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO10126PADDING 13:35:16,672 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO7816-4 13:35:16,672 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ISO7816-4PADDING 13:35:16,672 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/NOPADDING 13:35:16,672 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/PKCS5 13:35:16,673 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/PKCS5PADDING 13:35:16,673 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/PKCS7 13:35:16,673 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/PKCS7PADDING 13:35:16,673 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/TBC 13:35:16,674 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/TBCPADDING 13:35:16,674 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/X9.23 13:35:16,674 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/X9.23PADDING 13:35:16,674 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ZEROBYTE 13:35:16,674 INFO [main][CipherTest] transformation=BLOWFISH/OFB64/ZEROBYTEPADDING 13:35:16,675 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ 13:35:16,675 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO10126 13:35:16,675 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO10126-2 13:35:16,676 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO10126-2PADDING 13:35:16,676 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO10126PADDING 13:35:16,676 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO7816-4 13:35:16,677 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ISO7816-4PADDING 13:35:16,677 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/NOPADDING 13:35:16,677 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/PKCS5 13:35:16,677 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/PKCS5PADDING 13:35:16,678 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/PKCS7 13:35:16,678 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/PKCS7PADDING 13:35:16,678 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/TBC 13:35:16,678 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/TBCPADDING 13:35:16,679 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/X9.23 13:35:16,679 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/X9.23PADDING 13:35:16,679 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ZEROBYTE 13:35:16,679 INFO [main][CipherTest] transformation=BLOWFISH/OFB72/ZEROBYTEPADDING 13:35:16,679 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ 13:35:16,680 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO10126 13:35:16,680 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO10126-2 13:35:16,680 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO10126-2PADDING 13:35:16,681 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO10126PADDING 13:35:16,681 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO7816-4 13:35:16,681 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ISO7816-4PADDING 13:35:16,682 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/NOPADDING 13:35:16,682 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/PKCS5 13:35:16,682 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/PKCS5PADDING 13:35:16,682 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/PKCS7 13:35:16,683 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/PKCS7PADDING 13:35:16,683 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/TBC 13:35:16,683 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/TBCPADDING 13:35:16,683 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/X9.23 13:35:16,684 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/X9.23PADDING 13:35:16,684 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ZEROBYTE 13:35:16,684 INFO [main][CipherTest] transformation=BLOWFISH/OFB8/ZEROBYTEPADDING 13:35:16,684 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ 13:35:16,684 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO10126 13:35:16,685 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO10126-2 13:35:16,685 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO10126-2PADDING 13:35:16,686 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO10126PADDING 13:35:16,686 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO7816-4 13:35:16,686 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ISO7816-4PADDING 13:35:16,686 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/NOPADDING 13:35:16,687 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/PKCS5 13:35:16,687 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/PKCS5PADDING 13:35:16,687 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/PKCS7 13:35:16,687 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/PKCS7PADDING 13:35:16,688 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/TBC 13:35:16,688 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/TBCPADDING 13:35:16,688 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/X9.23 13:35:16,688 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/X9.23PADDING 13:35:16,688 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ZEROBYTE 13:35:16,689 INFO [main][CipherTest] transformation=BLOWFISH/OFB80/ZEROBYTEPADDING 13:35:16,689 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ 13:35:16,689 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO10126 13:35:16,690 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO10126-2 13:35:16,690 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO10126-2PADDING 13:35:16,690 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO10126PADDING 13:35:16,691 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO7816-4 13:35:16,691 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ISO7816-4PADDING 13:35:16,691 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/NOPADDING 13:35:16,691 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/PKCS5 13:35:16,692 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/PKCS5PADDING 13:35:16,692 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/PKCS7 13:35:16,692 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/PKCS7PADDING 13:35:16,692 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/TBC 13:35:16,693 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/TBCPADDING 13:35:16,693 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/X9.23 13:35:16,693 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/X9.23PADDING 13:35:16,693 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ZEROBYTE 13:35:16,694 INFO [main][CipherTest] transformation=BLOWFISH/OFB88/ZEROBYTEPADDING 13:35:16,694 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ 13:35:16,694 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO10126 13:35:16,695 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO10126-2 13:35:16,695 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO10126-2PADDING 13:35:16,695 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO10126PADDING 13:35:16,696 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO7816-4 13:35:16,696 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ISO7816-4PADDING 13:35:16,696 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/NOPADDING 13:35:16,696 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/PKCS5 13:35:16,697 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/PKCS5PADDING 13:35:16,697 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/PKCS7 13:35:16,697 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/PKCS7PADDING 13:35:16,697 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/TBC 13:35:16,697 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/TBCPADDING 13:35:16,698 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/X9.23 13:35:16,698 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/X9.23PADDING 13:35:16,698 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ZEROBYTE 13:35:16,698 INFO [main][CipherTest] transformation=BLOWFISH/OFB96/ZEROBYTEPADDING 13:35:16,699 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ 13:35:16,699 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO10126 13:35:16,700 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO10126-2 13:35:16,700 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO10126-2PADDING 13:35:16,700 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO10126PADDING 13:35:16,701 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO7816-4 13:35:16,701 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ISO7816-4PADDING 13:35:16,701 INFO [main][CipherTest] transformation=BLOWFISH/SIC/NOPADDING 13:35:16,702 INFO [main][CipherTest] transformation=BLOWFISH/SIC/PKCS5 13:35:16,702 INFO [main][CipherTest] transformation=BLOWFISH/SIC/PKCS5PADDING 13:35:16,702 INFO [main][CipherTest] transformation=BLOWFISH/SIC/PKCS7 13:35:16,702 INFO [main][CipherTest] transformation=BLOWFISH/SIC/PKCS7PADDING 13:35:16,703 INFO [main][CipherTest] transformation=BLOWFISH/SIC/TBC 13:35:16,703 INFO [main][CipherTest] transformation=BLOWFISH/SIC/TBCPADDING 13:35:16,703 INFO [main][CipherTest] transformation=BLOWFISH/SIC/X9.23 13:35:16,704 INFO [main][CipherTest] transformation=BLOWFISH/SIC/X9.23PADDING 13:35:16,704 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ZEROBYTE 13:35:16,704 INFO [main][CipherTest] transformation=BLOWFISH/SIC/ZEROBYTEPADDING 13:35:16,704 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT// 13:35:16,705 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT//" does not support IV => Skipping. 13:35:16,705 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT//NOPADDING 13:35:16,705 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT//NOPADDING" does not support IV => Skipping. 13:35:16,705 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC-CTS/ 13:35:16,705 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC-CTS/NOPADDING 13:35:16,705 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ 13:35:16,705 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO10126 13:35:16,706 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO10126-2 13:35:16,706 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO10126-2PADDING 13:35:16,706 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO10126PADDING 13:35:16,707 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO7816-4 13:35:16,707 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ISO7816-4PADDING 13:35:16,707 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/NOPADDING 13:35:16,708 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/PKCS5 13:35:16,708 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/PKCS5PADDING 13:35:16,708 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/PKCS7 13:35:16,708 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/PKCS7PADDING 13:35:16,708 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/TBC 13:35:16,709 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/TBCPADDING 13:35:16,709 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/X9.23 13:35:16,709 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/X9.23PADDING 13:35:16,709 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ZEROBYTE 13:35:16,710 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CBC/ZEROBYTEPADDING 13:35:16,710 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CCM/ 13:35:16,710 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CCM/NOPADDING 13:35:16,710 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ 13:35:16,710 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO10126 13:35:16,711 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO10126-2 13:35:16,711 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO10126-2PADDING 13:35:16,711 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO10126PADDING 13:35:16,711 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO7816-4 13:35:16,712 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ISO7816-4PADDING 13:35:16,712 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/NOPADDING 13:35:16,712 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/PKCS5 13:35:16,712 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/PKCS5PADDING 13:35:16,712 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/PKCS7 13:35:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/PKCS7PADDING 13:35:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/TBC 13:35:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/TBCPADDING 13:35:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/X9.23 13:35:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/X9.23PADDING 13:35:16,713 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ZEROBYTE 13:35:16,714 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB/ZEROBYTEPADDING 13:35:16,714 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ 13:35:16,714 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO10126 13:35:16,714 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO10126-2 13:35:16,715 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO10126-2PADDING 13:35:16,715 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO10126PADDING 13:35:16,715 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO7816-4 13:35:16,715 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ISO7816-4PADDING 13:35:16,716 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/NOPADDING 13:35:16,716 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/PKCS5 13:35:16,716 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/PKCS5PADDING 13:35:16,716 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/PKCS7 13:35:16,716 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/PKCS7PADDING 13:35:16,716 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/TBC 13:35:16,717 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/TBCPADDING 13:35:16,717 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/X9.23 13:35:16,717 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/X9.23PADDING 13:35:16,717 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ZEROBYTE 13:35:16,717 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB104/ZEROBYTEPADDING 13:35:16,718 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ 13:35:16,718 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO10126 13:35:16,718 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO10126-2 13:35:16,718 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO10126-2PADDING 13:35:16,719 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO10126PADDING 13:35:16,719 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO7816-4 13:35:16,719 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ISO7816-4PADDING 13:35:16,719 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/NOPADDING 13:35:16,719 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/PKCS5 13:35:16,720 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/PKCS5PADDING 13:35:16,720 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/PKCS7 13:35:16,720 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/PKCS7PADDING 13:35:16,720 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/TBC 13:35:16,720 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/TBCPADDING 13:35:16,721 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/X9.23 13:35:16,721 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/X9.23PADDING 13:35:16,721 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ZEROBYTE 13:35:16,721 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB112/ZEROBYTEPADDING 13:35:16,721 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ 13:35:16,721 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO10126 13:35:16,722 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO10126-2 13:35:16,722 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO10126-2PADDING 13:35:16,722 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO10126PADDING 13:35:16,723 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO7816-4 13:35:16,723 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ISO7816-4PADDING 13:35:16,723 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/NOPADDING 13:35:16,723 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/PKCS5 13:35:16,723 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/PKCS5PADDING 13:35:16,724 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/PKCS7 13:35:16,724 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/PKCS7PADDING 13:35:16,724 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/TBC 13:35:16,724 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/TBCPADDING 13:35:16,724 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/X9.23 13:35:16,724 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/X9.23PADDING 13:35:16,725 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ZEROBYTE 13:35:16,725 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB120/ZEROBYTEPADDING 13:35:16,725 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ 13:35:16,725 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO10126 13:35:16,725 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO10126-2 13:35:16,726 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO10126-2PADDING 13:35:16,726 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO10126PADDING 13:35:16,726 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO7816-4 13:35:16,727 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ISO7816-4PADDING 13:35:16,727 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/NOPADDING 13:35:16,727 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/PKCS5 13:35:16,727 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/PKCS5PADDING 13:35:16,727 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/PKCS7 13:35:16,727 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/PKCS7PADDING 13:35:16,728 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/TBC 13:35:16,728 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/TBCPADDING 13:35:16,728 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/X9.23 13:35:16,728 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/X9.23PADDING 13:35:16,728 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ZEROBYTE 13:35:16,728 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB128/ZEROBYTEPADDING 13:35:16,729 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ 13:35:16,729 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO10126 13:35:16,729 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO10126-2 13:35:16,729 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO10126-2PADDING 13:35:16,730 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO10126PADDING 13:35:16,730 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO7816-4 13:35:16,730 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ISO7816-4PADDING 13:35:16,731 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/NOPADDING 13:35:16,731 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/PKCS5 13:35:16,731 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/PKCS5PADDING 13:35:16,731 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/PKCS7 13:35:16,731 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/PKCS7PADDING 13:35:16,731 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/TBC 13:35:16,732 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/TBCPADDING 13:35:16,732 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/X9.23 13:35:16,732 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/X9.23PADDING 13:35:16,732 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ZEROBYTE 13:35:16,732 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB136/ZEROBYTEPADDING 13:35:16,733 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ 13:35:16,733 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO10126 13:35:16,733 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO10126-2 13:35:16,733 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO10126-2PADDING 13:35:16,734 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO10126PADDING 13:35:16,734 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO7816-4 13:35:16,734 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ISO7816-4PADDING 13:35:16,734 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/NOPADDING 13:35:16,734 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/PKCS5 13:35:16,735 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/PKCS5PADDING 13:35:16,735 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/PKCS7 13:35:16,735 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/PKCS7PADDING 13:35:16,735 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/TBC 13:35:16,735 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/TBCPADDING 13:35:16,736 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/X9.23 13:35:16,736 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/X9.23PADDING 13:35:16,736 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ZEROBYTE 13:35:16,736 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB144/ZEROBYTEPADDING 13:35:16,736 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ 13:35:16,736 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO10126 13:35:16,737 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO10126-2 13:35:16,737 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO10126-2PADDING 13:35:16,737 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO10126PADDING 13:35:16,738 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO7816-4 13:35:16,738 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ISO7816-4PADDING 13:35:16,738 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/NOPADDING 13:35:16,738 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/PKCS5 13:35:16,738 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/PKCS5PADDING 13:35:16,739 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/PKCS7 13:35:16,739 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/PKCS7PADDING 13:35:16,739 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/TBC 13:35:16,739 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/TBCPADDING 13:35:16,739 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/X9.23 13:35:16,740 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/X9.23PADDING 13:35:16,740 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ZEROBYTE 13:35:16,740 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB152/ZEROBYTEPADDING 13:35:16,740 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ 13:35:16,740 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO10126 13:35:16,741 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO10126-2 13:35:16,741 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO10126-2PADDING 13:35:16,741 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO10126PADDING 13:35:16,741 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO7816-4 13:35:16,742 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ISO7816-4PADDING 13:35:16,742 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/NOPADDING 13:35:16,742 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/PKCS5 13:35:16,742 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/PKCS5PADDING 13:35:16,742 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/PKCS7 13:35:16,743 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/PKCS7PADDING 13:35:16,743 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/TBC 13:35:16,743 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/TBCPADDING 13:35:16,743 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/X9.23 13:35:16,743 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/X9.23PADDING 13:35:16,743 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ZEROBYTE 13:35:16,744 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB16/ZEROBYTEPADDING 13:35:16,744 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ 13:35:16,744 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO10126 13:35:16,745 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO10126-2 13:35:16,745 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO10126-2PADDING 13:35:16,745 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO10126PADDING 13:35:16,746 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO7816-4 13:35:16,746 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ISO7816-4PADDING 13:35:16,746 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/NOPADDING 13:35:16,746 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/PKCS5 13:35:16,746 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/PKCS5PADDING 13:35:16,746 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/PKCS7 13:35:16,747 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/PKCS7PADDING 13:35:16,747 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/TBC 13:35:16,747 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/TBCPADDING 13:35:16,747 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/X9.23 13:35:16,747 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/X9.23PADDING 13:35:16,748 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ZEROBYTE 13:35:16,748 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB160/ZEROBYTEPADDING 13:35:16,748 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ 13:35:16,748 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO10126 13:35:16,748 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO10126-2 13:35:16,749 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO10126-2PADDING 13:35:16,749 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO10126PADDING 13:35:16,749 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO7816-4 13:35:16,750 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ISO7816-4PADDING 13:35:16,750 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/NOPADDING 13:35:16,750 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/PKCS5 13:35:16,750 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/PKCS5PADDING 13:35:16,751 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/PKCS7 13:35:16,751 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/PKCS7PADDING 13:35:16,751 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/TBC 13:35:16,751 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/TBCPADDING 13:35:16,751 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/X9.23 13:35:16,751 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/X9.23PADDING 13:35:16,752 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ZEROBYTE 13:35:16,752 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB168/ZEROBYTEPADDING 13:35:16,752 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ 13:35:16,752 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO10126 13:35:16,752 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO10126-2 13:35:16,753 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO10126-2PADDING 13:35:16,753 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO10126PADDING 13:35:16,753 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO7816-4 13:35:16,753 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ISO7816-4PADDING 13:35:16,754 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/NOPADDING 13:35:16,754 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/PKCS5 13:35:16,754 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/PKCS5PADDING 13:35:16,754 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/PKCS7 13:35:16,754 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/PKCS7PADDING 13:35:16,754 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/TBC 13:35:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/TBCPADDING 13:35:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/X9.23 13:35:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/X9.23PADDING 13:35:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ZEROBYTE 13:35:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB176/ZEROBYTEPADDING 13:35:16,755 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ 13:35:16,756 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO10126 13:35:16,756 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO10126-2 13:35:16,756 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO10126-2PADDING 13:35:16,756 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO10126PADDING 13:35:16,757 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO7816-4 13:35:16,757 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ISO7816-4PADDING 13:35:16,757 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/NOPADDING 13:35:16,757 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/PKCS5 13:35:16,757 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/PKCS5PADDING 13:35:16,758 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/PKCS7 13:35:16,758 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/PKCS7PADDING 13:35:16,758 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/TBC 13:35:16,758 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/TBCPADDING 13:35:16,758 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/X9.23 13:35:16,759 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/X9.23PADDING 13:35:16,759 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ZEROBYTE 13:35:16,759 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB184/ZEROBYTEPADDING 13:35:16,759 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ 13:35:16,760 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO10126 13:35:16,760 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO10126-2 13:35:16,760 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO10126-2PADDING 13:35:16,761 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO10126PADDING 13:35:16,761 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO7816-4 13:35:16,761 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ISO7816-4PADDING 13:35:16,761 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/NOPADDING 13:35:16,762 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/PKCS5 13:35:16,762 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/PKCS5PADDING 13:35:16,762 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/PKCS7 13:35:16,762 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/PKCS7PADDING 13:35:16,762 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/TBC 13:35:16,762 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/TBCPADDING 13:35:16,763 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/X9.23 13:35:16,763 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/X9.23PADDING 13:35:16,763 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ZEROBYTE 13:35:16,763 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB192/ZEROBYTEPADDING 13:35:16,763 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ 13:35:16,763 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO10126 13:35:16,764 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO10126-2 13:35:16,764 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO10126-2PADDING 13:35:16,764 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO10126PADDING 13:35:16,764 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO7816-4 13:35:16,765 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ISO7816-4PADDING 13:35:16,765 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/NOPADDING 13:35:16,765 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/PKCS5 13:35:16,765 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/PKCS5PADDING 13:35:16,765 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/PKCS7 13:35:16,765 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/PKCS7PADDING 13:35:16,766 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/TBC 13:35:16,766 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/TBCPADDING 13:35:16,766 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/X9.23 13:35:16,766 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/X9.23PADDING 13:35:16,766 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ZEROBYTE 13:35:16,766 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB200/ZEROBYTEPADDING 13:35:16,767 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ 13:35:16,767 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO10126 13:35:16,767 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO10126-2 13:35:16,767 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO10126-2PADDING 13:35:16,768 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO10126PADDING 13:35:16,768 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO7816-4 13:35:16,768 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ISO7816-4PADDING 13:35:16,768 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/NOPADDING 13:35:16,768 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/PKCS5 13:35:16,768 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/PKCS5PADDING 13:35:16,769 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/PKCS7 13:35:16,769 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/PKCS7PADDING 13:35:16,769 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/TBC 13:35:16,769 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/TBCPADDING 13:35:16,769 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/X9.23 13:35:16,769 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/X9.23PADDING 13:35:16,770 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ZEROBYTE 13:35:16,770 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB208/ZEROBYTEPADDING 13:35:16,770 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ 13:35:16,770 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO10126 13:35:16,770 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO10126-2 13:35:16,771 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO10126-2PADDING 13:35:16,771 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO10126PADDING 13:35:16,771 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO7816-4 13:35:16,772 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ISO7816-4PADDING 13:35:16,772 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/NOPADDING 13:35:16,772 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/PKCS5 13:35:16,772 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/PKCS5PADDING 13:35:16,772 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/PKCS7 13:35:16,772 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/PKCS7PADDING 13:35:16,773 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/TBC 13:35:16,773 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/TBCPADDING 13:35:16,773 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/X9.23 13:35:16,773 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/X9.23PADDING 13:35:16,773 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ZEROBYTE 13:35:16,773 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB216/ZEROBYTEPADDING 13:35:16,773 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ 13:35:16,774 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO10126 13:35:16,774 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO10126-2 13:35:16,774 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO10126-2PADDING 13:35:16,774 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO10126PADDING 13:35:16,775 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO7816-4 13:35:16,775 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ISO7816-4PADDING 13:35:16,775 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/NOPADDING 13:35:16,775 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/PKCS5 13:35:16,775 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/PKCS5PADDING 13:35:16,776 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/PKCS7 13:35:16,776 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/PKCS7PADDING 13:35:16,776 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/TBC 13:35:16,776 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/TBCPADDING 13:35:16,776 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/X9.23 13:35:16,776 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/X9.23PADDING 13:35:16,776 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ZEROBYTE 13:35:16,777 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB224/ZEROBYTEPADDING 13:35:16,777 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ 13:35:16,777 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO10126 13:35:16,777 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO10126-2 13:35:16,777 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO10126-2PADDING 13:35:16,778 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO10126PADDING 13:35:16,778 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO7816-4 13:35:16,778 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ISO7816-4PADDING 13:35:16,778 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/NOPADDING 13:35:16,778 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/PKCS5 13:35:16,779 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/PKCS5PADDING 13:35:16,779 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/PKCS7 13:35:16,779 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/PKCS7PADDING 13:35:16,779 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/TBC 13:35:16,779 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/TBCPADDING 13:35:16,779 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/X9.23 13:35:16,779 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/X9.23PADDING 13:35:16,780 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ZEROBYTE 13:35:16,780 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB232/ZEROBYTEPADDING 13:35:16,780 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ 13:35:16,780 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO10126 13:35:16,780 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO10126-2 13:35:16,781 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO10126-2PADDING 13:35:16,781 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO10126PADDING 13:35:16,781 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO7816-4 13:35:16,781 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ISO7816-4PADDING 13:35:16,781 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/NOPADDING 13:35:16,782 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/PKCS5 13:35:16,782 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/PKCS5PADDING 13:35:16,782 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/PKCS7 13:35:16,782 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/PKCS7PADDING 13:35:16,782 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/TBC 13:35:16,782 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/TBCPADDING 13:35:16,783 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/X9.23 13:35:16,783 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/X9.23PADDING 13:35:16,783 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ZEROBYTE 13:35:16,783 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB24/ZEROBYTEPADDING 13:35:16,783 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ 13:35:16,783 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO10126 13:35:16,784 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO10126-2 13:35:16,784 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO10126-2PADDING 13:35:16,784 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO10126PADDING 13:35:16,784 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO7816-4 13:35:16,785 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ISO7816-4PADDING 13:35:16,785 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/NOPADDING 13:35:16,785 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/PKCS5 13:35:16,785 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/PKCS5PADDING 13:35:16,785 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/PKCS7 13:35:16,785 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/PKCS7PADDING 13:35:16,785 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/TBC 13:35:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/TBCPADDING 13:35:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/X9.23 13:35:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/X9.23PADDING 13:35:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ZEROBYTE 13:35:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB240/ZEROBYTEPADDING 13:35:16,786 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ 13:35:16,787 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO10126 13:35:16,787 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO10126-2 13:35:16,787 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO10126-2PADDING 13:35:16,787 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO10126PADDING 13:35:16,788 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO7816-4 13:35:16,788 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ISO7816-4PADDING 13:35:16,788 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/NOPADDING 13:35:16,788 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/PKCS5 13:35:16,788 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/PKCS5PADDING 13:35:16,788 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/PKCS7 13:35:16,789 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/PKCS7PADDING 13:35:16,789 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/TBC 13:35:16,789 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/TBCPADDING 13:35:16,789 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/X9.23 13:35:16,789 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/X9.23PADDING 13:35:16,789 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ZEROBYTE 13:35:16,789 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB248/ZEROBYTEPADDING 13:35:16,790 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ 13:35:16,790 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO10126 13:35:16,790 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO10126-2 13:35:16,790 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO10126-2PADDING 13:35:16,791 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO10126PADDING 13:35:16,791 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO7816-4 13:35:16,791 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ISO7816-4PADDING 13:35:16,791 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/NOPADDING 13:35:16,791 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/PKCS5 13:35:16,791 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/PKCS5PADDING 13:35:16,792 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/PKCS7 13:35:16,792 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/PKCS7PADDING 13:35:16,792 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/TBC 13:35:16,792 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/TBCPADDING 13:35:16,792 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/X9.23 13:35:16,792 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/X9.23PADDING 13:35:16,792 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ZEROBYTE 13:35:16,793 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB256/ZEROBYTEPADDING 13:35:16,793 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ 13:35:16,793 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO10126 13:35:16,793 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO10126-2 13:35:16,793 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO10126-2PADDING 13:35:16,794 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO10126PADDING 13:35:16,794 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO7816-4 13:35:16,794 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ISO7816-4PADDING 13:35:16,794 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/NOPADDING 13:35:16,795 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/PKCS5 13:35:16,795 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/PKCS5PADDING 13:35:16,795 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/PKCS7 13:35:16,795 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/PKCS7PADDING 13:35:16,795 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/TBC 13:35:16,795 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/TBCPADDING 13:35:16,796 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/X9.23 13:35:16,796 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/X9.23PADDING 13:35:16,796 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ZEROBYTE 13:35:16,796 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB32/ZEROBYTEPADDING 13:35:16,796 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ 13:35:16,796 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO10126 13:35:16,797 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO10126-2 13:35:16,797 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO10126-2PADDING 13:35:16,797 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO10126PADDING 13:35:16,797 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO7816-4 13:35:16,798 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ISO7816-4PADDING 13:35:16,798 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/NOPADDING 13:35:16,798 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/PKCS5 13:35:16,798 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/PKCS5PADDING 13:35:16,798 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/PKCS7 13:35:16,798 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/PKCS7PADDING 13:35:16,799 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/TBC 13:35:16,799 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/TBCPADDING 13:35:16,799 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/X9.23 13:35:16,799 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/X9.23PADDING 13:35:16,800 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ZEROBYTE 13:35:16,800 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB40/ZEROBYTEPADDING 13:35:16,800 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ 13:35:16,800 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO10126 13:35:16,801 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO10126-2 13:35:16,801 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO10126-2PADDING 13:35:16,801 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO10126PADDING 13:35:16,802 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO7816-4 13:35:16,802 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ISO7816-4PADDING 13:35:16,802 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/NOPADDING 13:35:16,802 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/PKCS5 13:35:16,803 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/PKCS5PADDING 13:35:16,803 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/PKCS7 13:35:16,803 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/PKCS7PADDING 13:35:16,803 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/TBC 13:35:16,803 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/TBCPADDING 13:35:16,804 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/X9.23 13:35:16,804 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/X9.23PADDING 13:35:16,804 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ZEROBYTE 13:35:16,804 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB48/ZEROBYTEPADDING 13:35:16,804 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ 13:35:16,804 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO10126 13:35:16,804 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO10126-2 13:35:16,805 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO10126-2PADDING 13:35:16,805 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO10126PADDING 13:35:16,805 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO7816-4 13:35:16,805 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ISO7816-4PADDING 13:35:16,805 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/NOPADDING 13:35:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/PKCS5 13:35:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/PKCS5PADDING 13:35:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/PKCS7 13:35:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/PKCS7PADDING 13:35:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/TBC 13:35:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/TBCPADDING 13:35:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/X9.23 13:35:16,806 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/X9.23PADDING 13:35:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ZEROBYTE 13:35:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB56/ZEROBYTEPADDING 13:35:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ 13:35:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO10126 13:35:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO10126-2 13:35:16,807 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO10126-2PADDING 13:35:16,808 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO10126PADDING 13:35:16,808 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO7816-4 13:35:16,808 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ISO7816-4PADDING 13:35:16,808 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/NOPADDING 13:35:16,808 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/PKCS5 13:35:16,808 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/PKCS5PADDING 13:35:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/PKCS7 13:35:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/PKCS7PADDING 13:35:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/TBC 13:35:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/TBCPADDING 13:35:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/X9.23 13:35:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/X9.23PADDING 13:35:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ZEROBYTE 13:35:16,809 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB64/ZEROBYTEPADDING 13:35:16,810 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ 13:35:16,810 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO10126 13:35:16,810 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO10126-2 13:35:16,810 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO10126-2PADDING 13:35:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO10126PADDING 13:35:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO7816-4 13:35:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ISO7816-4PADDING 13:35:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/NOPADDING 13:35:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/PKCS5 13:35:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/PKCS5PADDING 13:35:16,811 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/PKCS7 13:35:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/PKCS7PADDING 13:35:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/TBC 13:35:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/TBCPADDING 13:35:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/X9.23 13:35:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/X9.23PADDING 13:35:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ZEROBYTE 13:35:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB72/ZEROBYTEPADDING 13:35:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ 13:35:16,812 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO10126 13:35:16,813 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO10126-2 13:35:16,813 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO10126-2PADDING 13:35:16,813 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO10126PADDING 13:35:16,813 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO7816-4 13:35:16,814 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ISO7816-4PADDING 13:35:16,814 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/NOPADDING 13:35:16,814 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/PKCS5 13:35:16,814 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/PKCS5PADDING 13:35:16,814 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/PKCS7 13:35:16,814 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/PKCS7PADDING 13:35:16,814 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/TBC 13:35:16,815 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/TBCPADDING 13:35:16,815 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/X9.23 13:35:16,815 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/X9.23PADDING 13:35:16,815 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ZEROBYTE 13:35:16,816 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB8/ZEROBYTEPADDING 13:35:16,816 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ 13:35:16,816 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO10126 13:35:16,816 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO10126-2 13:35:16,817 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO10126-2PADDING 13:35:16,817 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO10126PADDING 13:35:16,817 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO7816-4 13:35:16,818 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ISO7816-4PADDING 13:35:16,818 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/NOPADDING 13:35:16,818 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/PKCS5 13:35:16,818 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/PKCS5PADDING 13:35:16,819 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/PKCS7 13:35:16,819 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/PKCS7PADDING 13:35:16,819 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/TBC 13:35:16,819 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/TBCPADDING 13:35:16,819 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/X9.23 13:35:16,820 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/X9.23PADDING 13:35:16,820 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ZEROBYTE 13:35:16,820 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB80/ZEROBYTEPADDING 13:35:16,820 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ 13:35:16,820 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO10126 13:35:16,821 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO10126-2 13:35:16,821 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO10126-2PADDING 13:35:16,821 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO10126PADDING 13:35:16,822 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO7816-4 13:35:16,822 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ISO7816-4PADDING 13:35:16,822 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/NOPADDING 13:35:16,822 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/PKCS5 13:35:16,823 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/PKCS5PADDING 13:35:16,823 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/PKCS7 13:35:16,823 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/PKCS7PADDING 13:35:16,823 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/TBC 13:35:16,823 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/TBCPADDING 13:35:16,824 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/X9.23 13:35:16,824 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/X9.23PADDING 13:35:16,824 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ZEROBYTE 13:35:16,824 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB88/ZEROBYTEPADDING 13:35:16,824 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ 13:35:16,825 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO10126 13:35:16,825 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO10126-2 13:35:16,825 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO10126-2PADDING 13:35:16,826 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO10126PADDING 13:35:16,826 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO7816-4 13:35:16,826 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ISO7816-4PADDING 13:35:16,827 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/NOPADDING 13:35:16,827 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/PKCS5 13:35:16,827 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/PKCS5PADDING 13:35:16,827 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/PKCS7 13:35:16,827 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/PKCS7PADDING 13:35:16,828 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/TBC 13:35:16,828 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/TBCPADDING 13:35:16,828 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/X9.23 13:35:16,828 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/X9.23PADDING 13:35:16,828 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ZEROBYTE 13:35:16,829 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CFB96/ZEROBYTEPADDING 13:35:16,829 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CTS/ 13:35:16,829 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT/CTS/" does not support IV => Skipping. 13:35:16,829 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/CTS/NOPADDING 13:35:16,829 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT/CTS/NOPADDING" does not support IV => Skipping. 13:35:16,829 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/EAX/ 13:35:16,830 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/EAX/NOPADDING 13:35:16,831 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/ECB/ 13:35:16,832 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT/ECB/" does not support IV => Skipping. 13:35:16,832 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/ECB/NOPADDING 13:35:16,832 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA.LIGHT/ECB/NOPADDING" does not support IV => Skipping. 13:35:16,832 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/GCM/ 13:35:16,832 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/GCM/NOPADDING 13:35:16,833 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ 13:35:16,833 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO10126 13:35:16,833 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO10126-2 13:35:16,834 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO10126-2PADDING 13:35:16,834 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO10126PADDING 13:35:16,834 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO7816-4 13:35:16,835 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ISO7816-4PADDING 13:35:16,835 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/NOPADDING 13:35:16,835 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/PKCS5 13:35:16,835 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/PKCS5PADDING 13:35:16,835 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/PKCS7 13:35:16,836 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/PKCS7PADDING 13:35:16,836 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/TBC 13:35:16,836 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/TBCPADDING 13:35:16,836 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/X9.23 13:35:16,836 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/X9.23PADDING 13:35:16,836 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ZEROBYTE 13:35:16,837 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB/ZEROBYTEPADDING 13:35:16,837 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ 13:35:16,837 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO10126 13:35:16,837 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO10126-2 13:35:16,838 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO10126-2PADDING 13:35:16,838 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO10126PADDING 13:35:16,838 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO7816-4 13:35:16,839 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ISO7816-4PADDING 13:35:16,839 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/NOPADDING 13:35:16,839 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/PKCS5 13:35:16,839 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/PKCS5PADDING 13:35:16,839 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/PKCS7 13:35:16,840 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/PKCS7PADDING 13:35:16,840 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/TBC 13:35:16,840 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/TBCPADDING 13:35:16,840 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/X9.23 13:35:16,840 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/X9.23PADDING 13:35:16,841 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ZEROBYTE 13:35:16,841 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB104/ZEROBYTEPADDING 13:35:16,841 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ 13:35:16,841 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO10126 13:35:16,841 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO10126-2 13:35:16,842 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO10126-2PADDING 13:35:16,842 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO10126PADDING 13:35:16,843 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO7816-4 13:35:16,843 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ISO7816-4PADDING 13:35:16,843 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/NOPADDING 13:35:16,843 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/PKCS5 13:35:16,843 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/PKCS5PADDING 13:35:16,844 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/PKCS7 13:35:16,844 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/PKCS7PADDING 13:35:16,844 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/TBC 13:35:16,844 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/TBCPADDING 13:35:16,844 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/X9.23 13:35:16,845 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/X9.23PADDING 13:35:16,845 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ZEROBYTE 13:35:16,845 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB112/ZEROBYTEPADDING 13:35:16,845 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ 13:35:16,845 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO10126 13:35:16,846 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO10126-2 13:35:16,846 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO10126-2PADDING 13:35:16,846 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO10126PADDING 13:35:16,847 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO7816-4 13:35:16,847 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ISO7816-4PADDING 13:35:16,847 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/NOPADDING 13:35:16,847 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/PKCS5 13:35:16,848 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/PKCS5PADDING 13:35:16,848 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/PKCS7 13:35:16,848 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/PKCS7PADDING 13:35:16,848 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/TBC 13:35:16,848 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/TBCPADDING 13:35:16,848 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/X9.23 13:35:16,849 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/X9.23PADDING 13:35:16,849 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ZEROBYTE 13:35:16,849 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB120/ZEROBYTEPADDING 13:35:16,849 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ 13:35:16,849 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO10126 13:35:16,850 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO10126-2 13:35:16,850 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO10126-2PADDING 13:35:16,850 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO10126PADDING 13:35:16,851 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO7816-4 13:35:16,851 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ISO7816-4PADDING 13:35:16,851 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/NOPADDING 13:35:16,851 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/PKCS5 13:35:16,852 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/PKCS5PADDING 13:35:16,852 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/PKCS7 13:35:16,852 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/PKCS7PADDING 13:35:16,852 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/TBC 13:35:16,852 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/TBCPADDING 13:35:16,852 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/X9.23 13:35:16,853 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/X9.23PADDING 13:35:16,853 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ZEROBYTE 13:35:16,853 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB128/ZEROBYTEPADDING 13:35:16,853 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ 13:35:16,853 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO10126 13:35:16,854 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO10126-2 13:35:16,854 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO10126-2PADDING 13:35:16,854 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO10126PADDING 13:35:16,855 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO7816-4 13:35:16,855 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ISO7816-4PADDING 13:35:16,855 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/NOPADDING 13:35:16,855 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/PKCS5 13:35:16,856 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/PKCS5PADDING 13:35:16,856 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/PKCS7 13:35:16,856 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/PKCS7PADDING 13:35:16,856 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/TBC 13:35:16,856 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/TBCPADDING 13:35:16,856 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/X9.23 13:35:16,857 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/X9.23PADDING 13:35:16,857 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ZEROBYTE 13:35:16,857 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB136/ZEROBYTEPADDING 13:35:16,857 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ 13:35:16,857 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO10126 13:35:16,858 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO10126-2 13:35:16,858 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO10126-2PADDING 13:35:16,858 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO10126PADDING 13:35:16,859 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO7816-4 13:35:16,859 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ISO7816-4PADDING 13:35:16,859 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/NOPADDING 13:35:16,859 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/PKCS5 13:35:16,860 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/PKCS5PADDING 13:35:16,860 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/PKCS7 13:35:16,860 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/PKCS7PADDING 13:35:16,860 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/TBC 13:35:16,860 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/TBCPADDING 13:35:16,860 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/X9.23 13:35:16,861 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/X9.23PADDING 13:35:16,861 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ZEROBYTE 13:35:16,861 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB144/ZEROBYTEPADDING 13:35:16,861 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ 13:35:16,861 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO10126 13:35:16,862 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO10126-2 13:35:16,862 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO10126-2PADDING 13:35:16,862 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO10126PADDING 13:35:16,863 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO7816-4 13:35:16,863 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ISO7816-4PADDING 13:35:16,863 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/NOPADDING 13:35:16,863 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/PKCS5 13:35:16,864 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/PKCS5PADDING 13:35:16,864 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/PKCS7 13:35:16,864 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/PKCS7PADDING 13:35:16,864 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/TBC 13:35:16,864 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/TBCPADDING 13:35:16,865 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/X9.23 13:35:16,865 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/X9.23PADDING 13:35:16,865 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ZEROBYTE 13:35:16,865 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB152/ZEROBYTEPADDING 13:35:16,865 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ 13:35:16,865 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO10126 13:35:16,866 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO10126-2 13:35:16,866 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO10126-2PADDING 13:35:16,866 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO10126PADDING 13:35:16,867 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO7816-4 13:35:16,867 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ISO7816-4PADDING 13:35:16,867 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/NOPADDING 13:35:16,867 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/PKCS5 13:35:16,868 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/PKCS5PADDING 13:35:16,868 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/PKCS7 13:35:16,868 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/PKCS7PADDING 13:35:16,868 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/TBC 13:35:16,868 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/TBCPADDING 13:35:16,869 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/X9.23 13:35:16,869 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/X9.23PADDING 13:35:16,869 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ZEROBYTE 13:35:16,869 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB16/ZEROBYTEPADDING 13:35:16,869 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ 13:35:16,869 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO10126 13:35:16,870 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO10126-2 13:35:16,870 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO10126-2PADDING 13:35:16,871 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO10126PADDING 13:35:16,871 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO7816-4 13:35:16,871 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ISO7816-4PADDING 13:35:16,871 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/NOPADDING 13:35:16,871 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/PKCS5 13:35:16,872 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/PKCS5PADDING 13:35:16,872 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/PKCS7 13:35:16,872 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/PKCS7PADDING 13:35:16,872 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/TBC 13:35:16,872 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/TBCPADDING 13:35:16,873 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/X9.23 13:35:16,873 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/X9.23PADDING 13:35:16,873 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ZEROBYTE 13:35:16,873 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB160/ZEROBYTEPADDING 13:35:16,873 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ 13:35:16,874 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO10126 13:35:16,874 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO10126-2 13:35:16,874 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO10126-2PADDING 13:35:16,875 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO10126PADDING 13:35:16,875 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO7816-4 13:35:16,875 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ISO7816-4PADDING 13:35:16,875 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/NOPADDING 13:35:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/PKCS5 13:35:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/PKCS5PADDING 13:35:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/PKCS7 13:35:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/PKCS7PADDING 13:35:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/TBC 13:35:16,876 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/TBCPADDING 13:35:16,877 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/X9.23 13:35:16,877 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/X9.23PADDING 13:35:16,877 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ZEROBYTE 13:35:16,877 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB168/ZEROBYTEPADDING 13:35:16,877 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ 13:35:16,878 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO10126 13:35:16,878 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO10126-2 13:35:16,878 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO10126-2PADDING 13:35:16,879 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO10126PADDING 13:35:16,879 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO7816-4 13:35:16,879 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ISO7816-4PADDING 13:35:16,879 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/NOPADDING 13:35:16,880 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/PKCS5 13:35:16,880 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/PKCS5PADDING 13:35:16,880 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/PKCS7 13:35:16,880 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/PKCS7PADDING 13:35:16,880 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/TBC 13:35:16,880 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/TBCPADDING 13:35:16,881 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/X9.23 13:35:16,881 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/X9.23PADDING 13:35:16,881 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ZEROBYTE 13:35:16,881 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB176/ZEROBYTEPADDING 13:35:16,881 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ 13:35:16,882 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO10126 13:35:16,882 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO10126-2 13:35:16,882 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO10126-2PADDING 13:35:16,883 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO10126PADDING 13:35:16,883 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO7816-4 13:35:16,883 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ISO7816-4PADDING 13:35:16,883 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/NOPADDING 13:35:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/PKCS5 13:35:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/PKCS5PADDING 13:35:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/PKCS7 13:35:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/PKCS7PADDING 13:35:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/TBC 13:35:16,884 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/TBCPADDING 13:35:16,885 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/X9.23 13:35:16,885 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/X9.23PADDING 13:35:16,885 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ZEROBYTE 13:35:16,885 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB184/ZEROBYTEPADDING 13:35:16,885 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ 13:35:16,886 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO10126 13:35:16,886 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO10126-2 13:35:16,886 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO10126-2PADDING 13:35:16,887 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO10126PADDING 13:35:16,887 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO7816-4 13:35:16,887 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ISO7816-4PADDING 13:35:16,887 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/NOPADDING 13:35:16,888 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/PKCS5 13:35:16,888 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/PKCS5PADDING 13:35:16,888 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/PKCS7 13:35:16,888 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/PKCS7PADDING 13:35:16,888 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/TBC 13:35:16,888 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/TBCPADDING 13:35:16,889 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/X9.23 13:35:16,889 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/X9.23PADDING 13:35:16,889 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ZEROBYTE 13:35:16,889 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB192/ZEROBYTEPADDING 13:35:16,889 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ 13:35:16,890 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO10126 13:35:16,890 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO10126-2 13:35:16,890 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO10126-2PADDING 13:35:16,891 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO10126PADDING 13:35:16,891 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO7816-4 13:35:16,891 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ISO7816-4PADDING 13:35:16,891 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/NOPADDING 13:35:16,892 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/PKCS5 13:35:16,892 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/PKCS5PADDING 13:35:16,892 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/PKCS7 13:35:16,892 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/PKCS7PADDING 13:35:16,892 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/TBC 13:35:16,892 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/TBCPADDING 13:35:16,893 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/X9.23 13:35:16,893 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/X9.23PADDING 13:35:16,893 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ZEROBYTE 13:35:16,893 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB200/ZEROBYTEPADDING 13:35:16,893 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ 13:35:16,894 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO10126 13:35:16,894 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO10126-2 13:35:16,894 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO10126-2PADDING 13:35:16,895 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO10126PADDING 13:35:16,895 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO7816-4 13:35:16,895 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ISO7816-4PADDING 13:35:16,896 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/NOPADDING 13:35:16,896 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/PKCS5 13:35:16,896 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/PKCS5PADDING 13:35:16,896 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/PKCS7 13:35:16,896 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/PKCS7PADDING 13:35:16,896 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/TBC 13:35:16,897 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/TBCPADDING 13:35:16,897 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/X9.23 13:35:16,897 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/X9.23PADDING 13:35:16,897 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ZEROBYTE 13:35:16,898 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB208/ZEROBYTEPADDING 13:35:16,899 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ 13:35:16,899 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO10126 13:35:16,899 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO10126-2 13:35:16,899 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO10126-2PADDING 13:35:16,900 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO10126PADDING 13:35:16,900 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO7816-4 13:35:16,900 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ISO7816-4PADDING 13:35:16,900 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/NOPADDING 13:35:16,901 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/PKCS5 13:35:16,901 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/PKCS5PADDING 13:35:16,901 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/PKCS7 13:35:16,901 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/PKCS7PADDING 13:35:16,901 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/TBC 13:35:16,902 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/TBCPADDING 13:35:16,902 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/X9.23 13:35:16,902 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/X9.23PADDING 13:35:16,902 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ZEROBYTE 13:35:16,902 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB216/ZEROBYTEPADDING 13:35:16,903 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ 13:35:16,903 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO10126 13:35:16,903 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO10126-2 13:35:16,903 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO10126-2PADDING 13:35:16,904 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO10126PADDING 13:35:16,904 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO7816-4 13:35:16,904 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ISO7816-4PADDING 13:35:16,905 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/NOPADDING 13:35:16,905 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/PKCS5 13:35:16,905 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/PKCS5PADDING 13:35:16,905 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/PKCS7 13:35:16,905 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/PKCS7PADDING 13:35:16,905 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/TBC 13:35:16,906 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/TBCPADDING 13:35:16,906 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/X9.23 13:35:16,906 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/X9.23PADDING 13:35:16,906 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ZEROBYTE 13:35:16,906 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB224/ZEROBYTEPADDING 13:35:16,907 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ 13:35:16,907 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO10126 13:35:16,907 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO10126-2 13:35:16,907 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO10126-2PADDING 13:35:16,908 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO10126PADDING 13:35:16,908 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO7816-4 13:35:16,908 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ISO7816-4PADDING 13:35:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/NOPADDING 13:35:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/PKCS5 13:35:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/PKCS5PADDING 13:35:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/PKCS7 13:35:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/PKCS7PADDING 13:35:16,909 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/TBC 13:35:16,910 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/TBCPADDING 13:35:16,910 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/X9.23 13:35:16,910 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/X9.23PADDING 13:35:16,910 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ZEROBYTE 13:35:16,910 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB232/ZEROBYTEPADDING 13:35:16,911 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ 13:35:16,911 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO10126 13:35:16,911 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO10126-2 13:35:16,912 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO10126-2PADDING 13:35:16,912 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO10126PADDING 13:35:16,912 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO7816-4 13:35:16,912 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ISO7816-4PADDING 13:35:16,913 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/NOPADDING 13:35:16,913 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/PKCS5 13:35:16,913 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/PKCS5PADDING 13:35:16,913 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/PKCS7 13:35:16,913 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/PKCS7PADDING 13:35:16,913 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/TBC 13:35:16,914 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/TBCPADDING 13:35:16,914 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/X9.23 13:35:16,914 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/X9.23PADDING 13:35:16,914 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ZEROBYTE 13:35:16,914 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB24/ZEROBYTEPADDING 13:35:16,915 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ 13:35:16,915 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO10126 13:35:16,915 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO10126-2 13:35:16,915 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO10126-2PADDING 13:35:16,916 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO10126PADDING 13:35:16,916 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO7816-4 13:35:16,916 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ISO7816-4PADDING 13:35:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/NOPADDING 13:35:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/PKCS5 13:35:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/PKCS5PADDING 13:35:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/PKCS7 13:35:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/PKCS7PADDING 13:35:16,917 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/TBC 13:35:16,918 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/TBCPADDING 13:35:16,918 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/X9.23 13:35:16,918 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/X9.23PADDING 13:35:16,918 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ZEROBYTE 13:35:16,918 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB240/ZEROBYTEPADDING 13:35:16,919 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ 13:35:16,919 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO10126 13:35:16,919 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO10126-2 13:35:16,919 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO10126-2PADDING 13:35:16,920 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO10126PADDING 13:35:16,920 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO7816-4 13:35:16,920 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ISO7816-4PADDING 13:35:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/NOPADDING 13:35:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/PKCS5 13:35:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/PKCS5PADDING 13:35:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/PKCS7 13:35:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/PKCS7PADDING 13:35:16,921 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/TBC 13:35:16,922 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/TBCPADDING 13:35:16,922 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/X9.23 13:35:16,922 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/X9.23PADDING 13:35:16,922 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ZEROBYTE 13:35:16,922 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB248/ZEROBYTEPADDING 13:35:16,923 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ 13:35:16,923 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO10126 13:35:16,923 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO10126-2 13:35:16,923 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO10126-2PADDING 13:35:16,924 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO10126PADDING 13:35:16,924 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO7816-4 13:35:16,924 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ISO7816-4PADDING 13:35:16,924 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/NOPADDING 13:35:16,924 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/PKCS5 13:35:16,924 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/PKCS5PADDING 13:35:16,924 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/PKCS7 13:35:16,925 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/PKCS7PADDING 13:35:16,925 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/TBC 13:35:16,925 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/TBCPADDING 13:35:16,925 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/X9.23 13:35:16,925 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/X9.23PADDING 13:35:16,925 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ZEROBYTE 13:35:16,925 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB256/ZEROBYTEPADDING 13:35:16,925 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ 13:35:16,925 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO10126 13:35:16,926 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO10126-2 13:35:16,926 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO10126-2PADDING 13:35:16,926 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO10126PADDING 13:35:16,926 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO7816-4 13:35:16,926 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ISO7816-4PADDING 13:35:16,926 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/NOPADDING 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/PKCS5 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/PKCS5PADDING 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/PKCS7 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/PKCS7PADDING 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/TBC 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/TBCPADDING 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/X9.23 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/X9.23PADDING 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ZEROBYTE 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB32/ZEROBYTEPADDING 13:35:16,927 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ 13:35:16,928 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO10126 13:35:16,928 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO10126-2 13:35:16,928 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO10126-2PADDING 13:35:16,928 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO10126PADDING 13:35:16,928 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO7816-4 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ISO7816-4PADDING 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/NOPADDING 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/PKCS5 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/PKCS5PADDING 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/PKCS7 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/PKCS7PADDING 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/TBC 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/TBCPADDING 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/X9.23 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/X9.23PADDING 13:35:16,929 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ZEROBYTE 13:35:16,930 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB40/ZEROBYTEPADDING 13:35:16,930 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ 13:35:16,930 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO10126 13:35:16,930 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO10126-2 13:35:16,930 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO10126-2PADDING 13:35:16,930 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO10126PADDING 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO7816-4 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ISO7816-4PADDING 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/NOPADDING 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/PKCS5 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/PKCS5PADDING 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/PKCS7 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/PKCS7PADDING 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/TBC 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/TBCPADDING 13:35:16,931 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/X9.23 13:35:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/X9.23PADDING 13:35:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ZEROBYTE 13:35:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB48/ZEROBYTEPADDING 13:35:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ 13:35:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO10126 13:35:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO10126-2 13:35:16,932 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO10126-2PADDING 13:35:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO10126PADDING 13:35:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO7816-4 13:35:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ISO7816-4PADDING 13:35:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/NOPADDING 13:35:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/PKCS5 13:35:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/PKCS5PADDING 13:35:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/PKCS7 13:35:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/PKCS7PADDING 13:35:16,933 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/TBC 13:35:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/TBCPADDING 13:35:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/X9.23 13:35:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/X9.23PADDING 13:35:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ZEROBYTE 13:35:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB56/ZEROBYTEPADDING 13:35:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ 13:35:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO10126 13:35:16,934 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO10126-2 13:35:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO10126-2PADDING 13:35:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO10126PADDING 13:35:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO7816-4 13:35:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ISO7816-4PADDING 13:35:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/NOPADDING 13:35:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/PKCS5 13:35:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/PKCS5PADDING 13:35:16,935 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/PKCS7 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/PKCS7PADDING 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/TBC 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/TBCPADDING 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/X9.23 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/X9.23PADDING 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ZEROBYTE 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB64/ZEROBYTEPADDING 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO10126 13:35:16,936 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO10126-2 13:35:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO10126-2PADDING 13:35:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO10126PADDING 13:35:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO7816-4 13:35:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ISO7816-4PADDING 13:35:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/NOPADDING 13:35:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/PKCS5 13:35:16,937 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/PKCS5PADDING 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/PKCS7 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/PKCS7PADDING 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/TBC 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/TBCPADDING 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/X9.23 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/X9.23PADDING 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ZEROBYTE 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB72/ZEROBYTEPADDING 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ 13:35:16,938 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO10126 13:35:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO10126-2 13:35:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO10126-2PADDING 13:35:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO10126PADDING 13:35:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO7816-4 13:35:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ISO7816-4PADDING 13:35:16,939 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/NOPADDING 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/PKCS5 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/PKCS5PADDING 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/PKCS7 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/PKCS7PADDING 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/TBC 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/TBCPADDING 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/X9.23 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/X9.23PADDING 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ZEROBYTE 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB8/ZEROBYTEPADDING 13:35:16,940 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ 13:35:16,941 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO10126 13:35:16,941 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO10126-2 13:35:16,941 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO10126-2PADDING 13:35:16,941 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO10126PADDING 13:35:16,941 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO7816-4 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ISO7816-4PADDING 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/NOPADDING 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/PKCS5 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/PKCS5PADDING 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/PKCS7 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/PKCS7PADDING 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/TBC 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/TBCPADDING 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/X9.23 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/X9.23PADDING 13:35:16,942 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ZEROBYTE 13:35:16,943 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB80/ZEROBYTEPADDING 13:35:16,943 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ 13:35:16,943 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO10126 13:35:16,943 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO10126-2 13:35:16,943 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO10126-2PADDING 13:35:16,943 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO10126PADDING 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO7816-4 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ISO7816-4PADDING 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/NOPADDING 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/PKCS5 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/PKCS5PADDING 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/PKCS7 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/PKCS7PADDING 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/TBC 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/TBCPADDING 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/X9.23 13:35:16,944 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/X9.23PADDING 13:35:16,945 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ZEROBYTE 13:35:16,945 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB88/ZEROBYTEPADDING 13:35:16,945 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ 13:35:16,945 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO10126 13:35:16,945 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO10126-2 13:35:16,946 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO10126-2PADDING 13:35:16,946 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO10126PADDING 13:35:16,946 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO7816-4 13:35:16,946 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ISO7816-4PADDING 13:35:16,946 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/NOPADDING 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/PKCS5 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/PKCS5PADDING 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/PKCS7 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/PKCS7PADDING 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/TBC 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/TBCPADDING 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/X9.23 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/X9.23PADDING 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ZEROBYTE 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/OFB96/ZEROBYTEPADDING 13:35:16,947 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ 13:35:16,948 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO10126 13:35:16,948 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO10126-2 13:35:16,948 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO10126-2PADDING 13:35:16,948 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO10126PADDING 13:35:16,949 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO7816-4 13:35:16,949 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ISO7816-4PADDING 13:35:16,949 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/NOPADDING 13:35:16,949 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/PKCS5 13:35:16,949 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/PKCS5PADDING 13:35:16,949 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/PKCS7 13:35:16,949 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/PKCS7PADDING 13:35:16,949 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/TBC 13:35:16,950 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/TBCPADDING 13:35:16,950 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/X9.23 13:35:16,950 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/X9.23PADDING 13:35:16,950 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ZEROBYTE 13:35:16,950 INFO [main][CipherTest] transformation=CAMELLIA.LIGHT/SIC/ZEROBYTEPADDING 13:35:16,950 INFO [main][CipherTest] transformation=CAMELLIA// 13:35:16,950 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA//" does not support IV => Skipping. 13:35:16,950 INFO [main][CipherTest] transformation=CAMELLIA//NOPADDING 13:35:16,951 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA//NOPADDING" does not support IV => Skipping. 13:35:16,951 INFO [main][CipherTest] transformation=CAMELLIA/CBC-CTS/ 13:35:16,951 INFO [main][CipherTest] transformation=CAMELLIA/CBC-CTS/NOPADDING 13:35:16,951 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ 13:35:16,951 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO10126 13:35:16,951 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO10126-2 13:35:16,952 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO10126-2PADDING 13:35:16,952 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO10126PADDING 13:35:16,952 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO7816-4 13:35:16,952 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ISO7816-4PADDING 13:35:16,953 INFO [main][CipherTest] transformation=CAMELLIA/CBC/NOPADDING 13:35:16,953 INFO [main][CipherTest] transformation=CAMELLIA/CBC/PKCS5 13:35:16,953 INFO [main][CipherTest] transformation=CAMELLIA/CBC/PKCS5PADDING 13:35:16,953 INFO [main][CipherTest] transformation=CAMELLIA/CBC/PKCS7 13:35:16,953 INFO [main][CipherTest] transformation=CAMELLIA/CBC/PKCS7PADDING 13:35:16,953 INFO [main][CipherTest] transformation=CAMELLIA/CBC/TBC 13:35:16,954 INFO [main][CipherTest] transformation=CAMELLIA/CBC/TBCPADDING 13:35:16,954 INFO [main][CipherTest] transformation=CAMELLIA/CBC/X9.23 13:35:16,954 INFO [main][CipherTest] transformation=CAMELLIA/CBC/X9.23PADDING 13:35:16,954 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ZEROBYTE 13:35:16,954 INFO [main][CipherTest] transformation=CAMELLIA/CBC/ZEROBYTEPADDING 13:35:16,955 INFO [main][CipherTest] transformation=CAMELLIA/CCM/ 13:35:16,955 INFO [main][CipherTest] transformation=CAMELLIA/CCM/NOPADDING 13:35:16,955 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ 13:35:16,955 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO10126 13:35:16,955 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO10126-2 13:35:16,955 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO10126-2PADDING 13:35:16,956 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO10126PADDING 13:35:16,956 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO7816-4 13:35:16,956 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ISO7816-4PADDING 13:35:16,956 INFO [main][CipherTest] transformation=CAMELLIA/CFB/NOPADDING 13:35:16,956 INFO [main][CipherTest] transformation=CAMELLIA/CFB/PKCS5 13:35:16,956 INFO [main][CipherTest] transformation=CAMELLIA/CFB/PKCS5PADDING 13:35:16,957 INFO [main][CipherTest] transformation=CAMELLIA/CFB/PKCS7 13:35:16,957 INFO [main][CipherTest] transformation=CAMELLIA/CFB/PKCS7PADDING 13:35:16,957 INFO [main][CipherTest] transformation=CAMELLIA/CFB/TBC 13:35:16,957 INFO [main][CipherTest] transformation=CAMELLIA/CFB/TBCPADDING 13:35:16,957 INFO [main][CipherTest] transformation=CAMELLIA/CFB/X9.23 13:35:16,957 INFO [main][CipherTest] transformation=CAMELLIA/CFB/X9.23PADDING 13:35:16,957 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ZEROBYTE 13:35:16,957 INFO [main][CipherTest] transformation=CAMELLIA/CFB/ZEROBYTEPADDING 13:35:16,958 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ 13:35:16,958 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO10126 13:35:16,958 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO10126-2 13:35:16,958 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO10126-2PADDING 13:35:16,959 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO10126PADDING 13:35:16,959 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO7816-4 13:35:16,959 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ISO7816-4PADDING 13:35:16,959 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/NOPADDING 13:35:16,959 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/PKCS5 13:35:16,959 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/PKCS5PADDING 13:35:16,959 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/PKCS7 13:35:16,960 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/PKCS7PADDING 13:35:16,960 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/TBC 13:35:16,960 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/TBCPADDING 13:35:16,960 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/X9.23 13:35:16,960 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/X9.23PADDING 13:35:16,960 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ZEROBYTE 13:35:16,960 INFO [main][CipherTest] transformation=CAMELLIA/CFB104/ZEROBYTEPADDING 13:35:16,961 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ 13:35:16,961 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO10126 13:35:16,961 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO10126-2 13:35:16,961 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO10126-2PADDING 13:35:16,961 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO10126PADDING 13:35:16,962 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO7816-4 13:35:16,962 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ISO7816-4PADDING 13:35:16,962 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/NOPADDING 13:35:16,962 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/PKCS5 13:35:16,962 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/PKCS5PADDING 13:35:16,962 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/PKCS7 13:35:16,963 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/PKCS7PADDING 13:35:16,963 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/TBC 13:35:16,963 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/TBCPADDING 13:35:16,963 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/X9.23 13:35:16,963 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/X9.23PADDING 13:35:16,963 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ZEROBYTE 13:35:16,963 INFO [main][CipherTest] transformation=CAMELLIA/CFB112/ZEROBYTEPADDING 13:35:16,963 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ 13:35:16,964 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO10126 13:35:16,964 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO10126-2 13:35:16,964 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO10126-2PADDING 13:35:16,964 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO10126PADDING 13:35:16,965 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO7816-4 13:35:16,965 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ISO7816-4PADDING 13:35:16,965 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/NOPADDING 13:35:16,965 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/PKCS5 13:35:16,965 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/PKCS5PADDING 13:35:16,965 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/PKCS7 13:35:16,965 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/PKCS7PADDING 13:35:16,966 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/TBC 13:35:16,966 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/TBCPADDING 13:35:16,966 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/X9.23 13:35:16,966 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/X9.23PADDING 13:35:16,966 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ZEROBYTE 13:35:16,966 INFO [main][CipherTest] transformation=CAMELLIA/CFB120/ZEROBYTEPADDING 13:35:16,966 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ 13:35:16,966 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO10126 13:35:16,967 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO10126-2 13:35:16,967 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO10126-2PADDING 13:35:16,967 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO10126PADDING 13:35:16,968 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO7816-4 13:35:16,968 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ISO7816-4PADDING 13:35:16,968 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/NOPADDING 13:35:16,968 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/PKCS5 13:35:16,968 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/PKCS5PADDING 13:35:16,968 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/PKCS7 13:35:16,968 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/PKCS7PADDING 13:35:16,969 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/TBC 13:35:16,969 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/TBCPADDING 13:35:16,969 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/X9.23 13:35:16,969 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/X9.23PADDING 13:35:16,969 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ZEROBYTE 13:35:16,969 INFO [main][CipherTest] transformation=CAMELLIA/CFB128/ZEROBYTEPADDING 13:35:16,969 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ 13:35:16,969 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO10126 13:35:16,970 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO10126-2 13:35:16,970 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO10126-2PADDING 13:35:16,970 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO10126PADDING 13:35:16,971 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO7816-4 13:35:16,971 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ISO7816-4PADDING 13:35:16,971 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/NOPADDING 13:35:16,971 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/PKCS5 13:35:16,971 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/PKCS5PADDING 13:35:16,971 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/PKCS7 13:35:16,971 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/PKCS7PADDING 13:35:16,971 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/TBC 13:35:16,972 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/TBCPADDING 13:35:16,972 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/X9.23 13:35:16,972 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/X9.23PADDING 13:35:16,972 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ZEROBYTE 13:35:16,972 INFO [main][CipherTest] transformation=CAMELLIA/CFB136/ZEROBYTEPADDING 13:35:16,972 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ 13:35:16,972 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO10126 13:35:16,973 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO10126-2 13:35:16,973 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO10126-2PADDING 13:35:16,973 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO10126PADDING 13:35:16,973 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO7816-4 13:35:16,974 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ISO7816-4PADDING 13:35:16,974 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/NOPADDING 13:35:16,974 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/PKCS5 13:35:16,974 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/PKCS5PADDING 13:35:16,974 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/PKCS7 13:35:16,974 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/PKCS7PADDING 13:35:16,974 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/TBC 13:35:16,975 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/TBCPADDING 13:35:16,975 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/X9.23 13:35:16,975 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/X9.23PADDING 13:35:16,975 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ZEROBYTE 13:35:16,975 INFO [main][CipherTest] transformation=CAMELLIA/CFB144/ZEROBYTEPADDING 13:35:16,975 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ 13:35:16,975 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO10126 13:35:16,976 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO10126-2 13:35:16,976 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO10126-2PADDING 13:35:16,976 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO10126PADDING 13:35:16,976 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO7816-4 13:35:16,976 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ISO7816-4PADDING 13:35:16,977 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/NOPADDING 13:35:16,977 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/PKCS5 13:35:16,977 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/PKCS5PADDING 13:35:16,977 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/PKCS7 13:35:16,977 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/PKCS7PADDING 13:35:16,977 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/TBC 13:35:16,977 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/TBCPADDING 13:35:16,978 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/X9.23 13:35:16,978 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/X9.23PADDING 13:35:16,978 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ZEROBYTE 13:35:16,978 INFO [main][CipherTest] transformation=CAMELLIA/CFB152/ZEROBYTEPADDING 13:35:16,978 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ 13:35:16,978 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO10126 13:35:16,978 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO10126-2 13:35:16,979 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO10126-2PADDING 13:35:16,979 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO10126PADDING 13:35:16,979 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO7816-4 13:35:16,979 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ISO7816-4PADDING 13:35:16,980 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/NOPADDING 13:35:16,980 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/PKCS5 13:35:16,980 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/PKCS5PADDING 13:35:16,980 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/PKCS7 13:35:16,980 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/PKCS7PADDING 13:35:16,980 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/TBC 13:35:16,980 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/TBCPADDING 13:35:16,980 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/X9.23 13:35:16,981 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/X9.23PADDING 13:35:16,981 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ZEROBYTE 13:35:16,981 INFO [main][CipherTest] transformation=CAMELLIA/CFB16/ZEROBYTEPADDING 13:35:16,981 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ 13:35:16,981 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO10126 13:35:16,981 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO10126-2 13:35:16,982 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO10126-2PADDING 13:35:16,982 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO10126PADDING 13:35:16,982 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO7816-4 13:35:16,982 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ISO7816-4PADDING 13:35:16,983 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/NOPADDING 13:35:16,983 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/PKCS5 13:35:16,983 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/PKCS5PADDING 13:35:16,983 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/PKCS7 13:35:16,983 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/PKCS7PADDING 13:35:16,983 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/TBC 13:35:16,983 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/TBCPADDING 13:35:16,983 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/X9.23 13:35:16,984 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/X9.23PADDING 13:35:16,984 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ZEROBYTE 13:35:16,984 INFO [main][CipherTest] transformation=CAMELLIA/CFB160/ZEROBYTEPADDING 13:35:16,984 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ 13:35:16,984 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO10126 13:35:16,984 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO10126-2 13:35:16,985 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO10126-2PADDING 13:35:16,985 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO10126PADDING 13:35:16,985 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO7816-4 13:35:16,985 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ISO7816-4PADDING 13:35:16,985 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/NOPADDING 13:35:16,986 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/PKCS5 13:35:16,986 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/PKCS5PADDING 13:35:16,986 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/PKCS7 13:35:16,986 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/PKCS7PADDING 13:35:16,986 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/TBC 13:35:16,986 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/TBCPADDING 13:35:16,986 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/X9.23 13:35:16,986 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/X9.23PADDING 13:35:16,987 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ZEROBYTE 13:35:16,987 INFO [main][CipherTest] transformation=CAMELLIA/CFB168/ZEROBYTEPADDING 13:35:16,987 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ 13:35:16,987 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO10126 13:35:16,987 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO10126-2 13:35:16,988 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO10126-2PADDING 13:35:16,988 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO10126PADDING 13:35:16,988 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO7816-4 13:35:16,989 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ISO7816-4PADDING 13:35:16,989 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/NOPADDING 13:35:16,989 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/PKCS5 13:35:16,989 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/PKCS5PADDING 13:35:16,989 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/PKCS7 13:35:16,990 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/PKCS7PADDING 13:35:16,990 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/TBC 13:35:16,990 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/TBCPADDING 13:35:16,990 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/X9.23 13:35:16,990 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/X9.23PADDING 13:35:16,991 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ZEROBYTE 13:35:16,991 INFO [main][CipherTest] transformation=CAMELLIA/CFB176/ZEROBYTEPADDING 13:35:16,991 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ 13:35:16,991 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO10126 13:35:16,992 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO10126-2 13:35:16,992 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO10126-2PADDING 13:35:16,992 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO10126PADDING 13:35:16,993 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO7816-4 13:35:16,993 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ISO7816-4PADDING 13:35:16,993 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/NOPADDING 13:35:16,993 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/PKCS5 13:35:16,994 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/PKCS5PADDING 13:35:16,994 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/PKCS7 13:35:16,994 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/PKCS7PADDING 13:35:16,994 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/TBC 13:35:16,995 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/TBCPADDING 13:35:16,995 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/X9.23 13:35:16,995 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/X9.23PADDING 13:35:16,995 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ZEROBYTE 13:35:16,996 INFO [main][CipherTest] transformation=CAMELLIA/CFB184/ZEROBYTEPADDING 13:35:16,996 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ 13:35:16,996 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO10126 13:35:16,996 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO10126-2 13:35:16,997 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO10126-2PADDING 13:35:16,997 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO10126PADDING 13:35:16,997 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO7816-4 13:35:16,998 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ISO7816-4PADDING 13:35:16,998 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/NOPADDING 13:35:16,998 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/PKCS5 13:35:16,998 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/PKCS5PADDING 13:35:16,998 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/PKCS7 13:35:16,998 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/PKCS7PADDING 13:35:16,998 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/TBC 13:35:16,998 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/TBCPADDING 13:35:16,999 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/X9.23 13:35:16,999 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/X9.23PADDING 13:35:16,999 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ZEROBYTE 13:35:16,999 INFO [main][CipherTest] transformation=CAMELLIA/CFB192/ZEROBYTEPADDING 13:35:16,999 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ 13:35:16,999 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO10126 13:35:17,000 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO10126-2 13:35:17,000 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO10126-2PADDING 13:35:17,000 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO10126PADDING 13:35:17,000 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO7816-4 13:35:17,000 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ISO7816-4PADDING 13:35:17,001 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/NOPADDING 13:35:17,001 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/PKCS5 13:35:17,001 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/PKCS5PADDING 13:35:17,001 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/PKCS7 13:35:17,001 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/PKCS7PADDING 13:35:17,001 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/TBC 13:35:17,001 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/TBCPADDING 13:35:17,001 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/X9.23 13:35:17,002 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/X9.23PADDING 13:35:17,002 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ZEROBYTE 13:35:17,002 INFO [main][CipherTest] transformation=CAMELLIA/CFB200/ZEROBYTEPADDING 13:35:17,002 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ 13:35:17,002 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO10126 13:35:17,002 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO10126-2 13:35:17,003 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO10126-2PADDING 13:35:17,003 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO10126PADDING 13:35:17,003 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO7816-4 13:35:17,003 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ISO7816-4PADDING 13:35:17,003 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/NOPADDING 13:35:17,004 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/PKCS5 13:35:17,004 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/PKCS5PADDING 13:35:17,004 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/PKCS7 13:35:17,004 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/PKCS7PADDING 13:35:17,004 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/TBC 13:35:17,004 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/TBCPADDING 13:35:17,004 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/X9.23 13:35:17,004 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/X9.23PADDING 13:35:17,005 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ZEROBYTE 13:35:17,005 INFO [main][CipherTest] transformation=CAMELLIA/CFB208/ZEROBYTEPADDING 13:35:17,005 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ 13:35:17,005 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO10126 13:35:17,005 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO10126-2 13:35:17,005 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO10126-2PADDING 13:35:17,006 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO10126PADDING 13:35:17,006 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO7816-4 13:35:17,006 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ISO7816-4PADDING 13:35:17,006 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/NOPADDING 13:35:17,006 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/PKCS5 13:35:17,006 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/PKCS5PADDING 13:35:17,007 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/PKCS7 13:35:17,007 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/PKCS7PADDING 13:35:17,007 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/TBC 13:35:17,007 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/TBCPADDING 13:35:17,007 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/X9.23 13:35:17,007 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/X9.23PADDING 13:35:17,007 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ZEROBYTE 13:35:17,008 INFO [main][CipherTest] transformation=CAMELLIA/CFB216/ZEROBYTEPADDING 13:35:17,008 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ 13:35:17,008 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO10126 13:35:17,008 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO10126-2 13:35:17,008 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO10126-2PADDING 13:35:17,009 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO10126PADDING 13:35:17,009 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO7816-4 13:35:17,009 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ISO7816-4PADDING 13:35:17,009 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/NOPADDING 13:35:17,009 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/PKCS5 13:35:17,009 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/PKCS5PADDING 13:35:17,009 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/PKCS7 13:35:17,010 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/PKCS7PADDING 13:35:17,010 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/TBC 13:35:17,010 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/TBCPADDING 13:35:17,010 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/X9.23 13:35:17,010 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/X9.23PADDING 13:35:17,010 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ZEROBYTE 13:35:17,010 INFO [main][CipherTest] transformation=CAMELLIA/CFB224/ZEROBYTEPADDING 13:35:17,011 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ 13:35:17,011 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO10126 13:35:17,011 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO10126-2 13:35:17,011 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO10126-2PADDING 13:35:17,012 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO10126PADDING 13:35:17,012 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO7816-4 13:35:17,012 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ISO7816-4PADDING 13:35:17,012 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/NOPADDING 13:35:17,012 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/PKCS5 13:35:17,012 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/PKCS5PADDING 13:35:17,012 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/PKCS7 13:35:17,013 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/PKCS7PADDING 13:35:17,013 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/TBC 13:35:17,013 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/TBCPADDING 13:35:17,013 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/X9.23 13:35:17,013 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/X9.23PADDING 13:35:17,013 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ZEROBYTE 13:35:17,013 INFO [main][CipherTest] transformation=CAMELLIA/CFB232/ZEROBYTEPADDING 13:35:17,013 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ 13:35:17,014 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO10126 13:35:17,014 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO10126-2 13:35:17,014 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO10126-2PADDING 13:35:17,014 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO10126PADDING 13:35:17,015 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO7816-4 13:35:17,015 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ISO7816-4PADDING 13:35:17,015 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/NOPADDING 13:35:17,015 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/PKCS5 13:35:17,015 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/PKCS5PADDING 13:35:17,015 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/PKCS7 13:35:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/PKCS7PADDING 13:35:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/TBC 13:35:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/TBCPADDING 13:35:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/X9.23 13:35:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/X9.23PADDING 13:35:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ZEROBYTE 13:35:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CFB24/ZEROBYTEPADDING 13:35:17,016 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ 13:35:17,017 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO10126 13:35:17,017 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO10126-2 13:35:17,017 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO10126-2PADDING 13:35:17,018 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO10126PADDING 13:35:17,018 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO7816-4 13:35:17,018 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ISO7816-4PADDING 13:35:17,018 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/NOPADDING 13:35:17,018 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/PKCS5 13:35:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/PKCS5PADDING 13:35:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/PKCS7 13:35:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/PKCS7PADDING 13:35:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/TBC 13:35:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/TBCPADDING 13:35:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/X9.23 13:35:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/X9.23PADDING 13:35:17,019 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ZEROBYTE 13:35:17,020 INFO [main][CipherTest] transformation=CAMELLIA/CFB240/ZEROBYTEPADDING 13:35:17,020 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ 13:35:17,020 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO10126 13:35:17,020 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO10126-2 13:35:17,020 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO10126-2PADDING 13:35:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO10126PADDING 13:35:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO7816-4 13:35:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ISO7816-4PADDING 13:35:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/NOPADDING 13:35:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/PKCS5 13:35:17,021 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/PKCS5PADDING 13:35:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/PKCS7 13:35:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/PKCS7PADDING 13:35:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/TBC 13:35:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/TBCPADDING 13:35:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/X9.23 13:35:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/X9.23PADDING 13:35:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ZEROBYTE 13:35:17,022 INFO [main][CipherTest] transformation=CAMELLIA/CFB248/ZEROBYTEPADDING 13:35:17,023 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ 13:35:17,023 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO10126 13:35:17,023 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO10126-2 13:35:17,023 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO10126-2PADDING 13:35:17,023 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO10126PADDING 13:35:17,024 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO7816-4 13:35:17,024 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ISO7816-4PADDING 13:35:17,024 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/NOPADDING 13:35:17,024 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/PKCS5 13:35:17,024 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/PKCS5PADDING 13:35:17,024 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/PKCS7 13:35:17,024 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/PKCS7PADDING 13:35:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/TBC 13:35:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/TBCPADDING 13:35:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/X9.23 13:35:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/X9.23PADDING 13:35:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ZEROBYTE 13:35:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB256/ZEROBYTEPADDING 13:35:17,025 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ 13:35:17,026 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO10126 13:35:17,026 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO10126-2 13:35:17,026 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO10126-2PADDING 13:35:17,026 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO10126PADDING 13:35:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO7816-4 13:35:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ISO7816-4PADDING 13:35:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/NOPADDING 13:35:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/PKCS5 13:35:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/PKCS5PADDING 13:35:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/PKCS7 13:35:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/PKCS7PADDING 13:35:17,027 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/TBC 13:35:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/TBCPADDING 13:35:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/X9.23 13:35:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/X9.23PADDING 13:35:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ZEROBYTE 13:35:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB32/ZEROBYTEPADDING 13:35:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ 13:35:17,028 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO10126 13:35:17,029 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO10126-2 13:35:17,029 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO10126-2PADDING 13:35:17,029 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO10126PADDING 13:35:17,030 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO7816-4 13:35:17,030 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ISO7816-4PADDING 13:35:17,030 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/NOPADDING 13:35:17,030 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/PKCS5 13:35:17,030 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/PKCS5PADDING 13:35:17,031 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/PKCS7 13:35:17,031 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/PKCS7PADDING 13:35:17,031 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/TBC 13:35:17,031 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/TBCPADDING 13:35:17,032 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/X9.23 13:35:17,032 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/X9.23PADDING 13:35:17,032 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ZEROBYTE 13:35:17,032 INFO [main][CipherTest] transformation=CAMELLIA/CFB40/ZEROBYTEPADDING 13:35:17,032 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ 13:35:17,033 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO10126 13:35:17,033 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO10126-2 13:35:17,033 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO10126-2PADDING 13:35:17,034 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO10126PADDING 13:35:17,034 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO7816-4 13:35:17,034 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ISO7816-4PADDING 13:35:17,034 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/NOPADDING 13:35:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/PKCS5 13:35:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/PKCS5PADDING 13:35:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/PKCS7 13:35:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/PKCS7PADDING 13:35:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/TBC 13:35:17,035 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/TBCPADDING 13:35:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/X9.23 13:35:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/X9.23PADDING 13:35:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ZEROBYTE 13:35:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB48/ZEROBYTEPADDING 13:35:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ 13:35:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO10126 13:35:17,036 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO10126-2 13:35:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO10126-2PADDING 13:35:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO10126PADDING 13:35:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO7816-4 13:35:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ISO7816-4PADDING 13:35:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/NOPADDING 13:35:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/PKCS5 13:35:17,037 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/PKCS5PADDING 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/PKCS7 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/PKCS7PADDING 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/TBC 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/TBCPADDING 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/X9.23 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/X9.23PADDING 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ZEROBYTE 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB56/ZEROBYTEPADDING 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ 13:35:17,038 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO10126 13:35:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO10126-2 13:35:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO10126-2PADDING 13:35:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO10126PADDING 13:35:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO7816-4 13:35:17,039 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ISO7816-4PADDING 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/NOPADDING 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/PKCS5 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/PKCS5PADDING 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/PKCS7 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/PKCS7PADDING 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/TBC 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/TBCPADDING 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/X9.23 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/X9.23PADDING 13:35:17,040 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ZEROBYTE 13:35:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB64/ZEROBYTEPADDING 13:35:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ 13:35:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO10126 13:35:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO10126-2 13:35:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO10126-2PADDING 13:35:17,041 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO10126PADDING 13:35:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO7816-4 13:35:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ISO7816-4PADDING 13:35:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/NOPADDING 13:35:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/PKCS5 13:35:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/PKCS5PADDING 13:35:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/PKCS7 13:35:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/PKCS7PADDING 13:35:17,042 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/TBC 13:35:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/TBCPADDING 13:35:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/X9.23 13:35:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/X9.23PADDING 13:35:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ZEROBYTE 13:35:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB72/ZEROBYTEPADDING 13:35:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ 13:35:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO10126 13:35:17,043 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO10126-2 13:35:17,044 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO10126-2PADDING 13:35:17,044 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO10126PADDING 13:35:17,044 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO7816-4 13:35:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ISO7816-4PADDING 13:35:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/NOPADDING 13:35:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/PKCS5 13:35:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/PKCS5PADDING 13:35:17,045 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/PKCS7 13:35:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/PKCS7PADDING 13:35:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/TBC 13:35:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/TBCPADDING 13:35:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/X9.23 13:35:17,046 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/X9.23PADDING 13:35:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ZEROBYTE 13:35:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB8/ZEROBYTEPADDING 13:35:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ 13:35:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO10126 13:35:17,047 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO10126-2 13:35:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO10126-2PADDING 13:35:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO10126PADDING 13:35:17,048 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO7816-4 13:35:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ISO7816-4PADDING 13:35:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/NOPADDING 13:35:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/PKCS5 13:35:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/PKCS5PADDING 13:35:17,049 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/PKCS7 13:35:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/PKCS7PADDING 13:35:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/TBC 13:35:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/TBCPADDING 13:35:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/X9.23 13:35:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/X9.23PADDING 13:35:17,050 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ZEROBYTE 13:35:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB80/ZEROBYTEPADDING 13:35:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ 13:35:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO10126 13:35:17,051 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO10126-2 13:35:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO10126-2PADDING 13:35:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO10126PADDING 13:35:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO7816-4 13:35:17,052 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ISO7816-4PADDING 13:35:17,053 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/NOPADDING 13:35:17,053 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/PKCS5 13:35:17,053 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/PKCS5PADDING 13:35:17,053 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/PKCS7 13:35:17,053 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/PKCS7PADDING 13:35:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/TBC 13:35:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/TBCPADDING 13:35:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/X9.23 13:35:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/X9.23PADDING 13:35:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ZEROBYTE 13:35:17,054 INFO [main][CipherTest] transformation=CAMELLIA/CFB88/ZEROBYTEPADDING 13:35:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ 13:35:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO10126 13:35:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO10126-2 13:35:17,055 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO10126-2PADDING 13:35:17,056 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO10126PADDING 13:35:17,056 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO7816-4 13:35:17,056 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ISO7816-4PADDING 13:35:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/NOPADDING 13:35:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/PKCS5 13:35:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/PKCS5PADDING 13:35:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/PKCS7 13:35:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/PKCS7PADDING 13:35:17,057 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/TBC 13:35:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/TBCPADDING 13:35:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/X9.23 13:35:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/X9.23PADDING 13:35:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ZEROBYTE 13:35:17,058 INFO [main][CipherTest] transformation=CAMELLIA/CFB96/ZEROBYTEPADDING 13:35:17,059 INFO [main][CipherTest] transformation=CAMELLIA/CTS/ 13:35:17,059 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA/CTS/" does not support IV => Skipping. 13:35:17,059 INFO [main][CipherTest] transformation=CAMELLIA/CTS/NOPADDING 13:35:17,059 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA/CTS/NOPADDING" does not support IV => Skipping. 13:35:17,059 INFO [main][CipherTest] transformation=CAMELLIA/EAX/ 13:35:17,060 INFO [main][CipherTest] transformation=CAMELLIA/EAX/NOPADDING 13:35:17,061 INFO [main][CipherTest] transformation=CAMELLIA/ECB/ 13:35:17,061 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA/ECB/" does not support IV => Skipping. 13:35:17,061 INFO [main][CipherTest] transformation=CAMELLIA/ECB/NOPADDING 13:35:17,061 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAMELLIA/ECB/NOPADDING" does not support IV => Skipping. 13:35:17,061 INFO [main][CipherTest] transformation=CAMELLIA/GCM/ 13:35:17,061 INFO [main][CipherTest] transformation=CAMELLIA/GCM/NOPADDING 13:35:17,062 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ 13:35:17,062 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO10126 13:35:17,062 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO10126-2 13:35:17,063 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO10126-2PADDING 13:35:17,063 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO10126PADDING 13:35:17,063 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO7816-4 13:35:17,063 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ISO7816-4PADDING 13:35:17,064 INFO [main][CipherTest] transformation=CAMELLIA/OFB/NOPADDING 13:35:17,064 INFO [main][CipherTest] transformation=CAMELLIA/OFB/PKCS5 13:35:17,064 INFO [main][CipherTest] transformation=CAMELLIA/OFB/PKCS5PADDING 13:35:17,064 INFO [main][CipherTest] transformation=CAMELLIA/OFB/PKCS7 13:35:17,064 INFO [main][CipherTest] transformation=CAMELLIA/OFB/PKCS7PADDING 13:35:17,065 INFO [main][CipherTest] transformation=CAMELLIA/OFB/TBC 13:35:17,065 INFO [main][CipherTest] transformation=CAMELLIA/OFB/TBCPADDING 13:35:17,065 INFO [main][CipherTest] transformation=CAMELLIA/OFB/X9.23 13:35:17,065 INFO [main][CipherTest] transformation=CAMELLIA/OFB/X9.23PADDING 13:35:17,065 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ZEROBYTE 13:35:17,065 INFO [main][CipherTest] transformation=CAMELLIA/OFB/ZEROBYTEPADDING 13:35:17,066 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ 13:35:17,066 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO10126 13:35:17,066 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO10126-2 13:35:17,066 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO10126-2PADDING 13:35:17,067 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO10126PADDING 13:35:17,067 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO7816-4 13:35:17,067 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ISO7816-4PADDING 13:35:17,068 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/NOPADDING 13:35:17,068 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/PKCS5 13:35:17,068 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/PKCS5PADDING 13:35:17,068 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/PKCS7 13:35:17,068 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/PKCS7PADDING 13:35:17,068 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/TBC 13:35:17,069 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/TBCPADDING 13:35:17,069 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/X9.23 13:35:17,069 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/X9.23PADDING 13:35:17,069 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ZEROBYTE 13:35:17,069 INFO [main][CipherTest] transformation=CAMELLIA/OFB104/ZEROBYTEPADDING 13:35:17,070 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ 13:35:17,070 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO10126 13:35:17,070 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO10126-2 13:35:17,070 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO10126-2PADDING 13:35:17,071 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO10126PADDING 13:35:17,071 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO7816-4 13:35:17,071 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ISO7816-4PADDING 13:35:17,071 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/NOPADDING 13:35:17,072 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/PKCS5 13:35:17,072 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/PKCS5PADDING 13:35:17,072 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/PKCS7 13:35:17,072 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/PKCS7PADDING 13:35:17,072 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/TBC 13:35:17,073 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/TBCPADDING 13:35:17,073 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/X9.23 13:35:17,073 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/X9.23PADDING 13:35:17,073 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ZEROBYTE 13:35:17,073 INFO [main][CipherTest] transformation=CAMELLIA/OFB112/ZEROBYTEPADDING 13:35:17,073 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ 13:35:17,074 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO10126 13:35:17,074 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO10126-2 13:35:17,074 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO10126-2PADDING 13:35:17,075 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO10126PADDING 13:35:17,075 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO7816-4 13:35:17,075 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ISO7816-4PADDING 13:35:17,075 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/NOPADDING 13:35:17,076 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/PKCS5 13:35:17,076 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/PKCS5PADDING 13:35:17,076 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/PKCS7 13:35:17,076 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/PKCS7PADDING 13:35:17,076 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/TBC 13:35:17,076 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/TBCPADDING 13:35:17,077 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/X9.23 13:35:17,077 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/X9.23PADDING 13:35:17,077 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ZEROBYTE 13:35:17,077 INFO [main][CipherTest] transformation=CAMELLIA/OFB120/ZEROBYTEPADDING 13:35:17,077 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ 13:35:17,078 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO10126 13:35:17,078 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO10126-2 13:35:17,078 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO10126-2PADDING 13:35:17,079 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO10126PADDING 13:35:17,079 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO7816-4 13:35:17,079 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ISO7816-4PADDING 13:35:17,079 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/NOPADDING 13:35:17,079 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/PKCS5 13:35:17,080 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/PKCS5PADDING 13:35:17,080 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/PKCS7 13:35:17,080 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/PKCS7PADDING 13:35:17,080 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/TBC 13:35:17,080 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/TBCPADDING 13:35:17,081 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/X9.23 13:35:17,081 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/X9.23PADDING 13:35:17,081 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ZEROBYTE 13:35:17,081 INFO [main][CipherTest] transformation=CAMELLIA/OFB128/ZEROBYTEPADDING 13:35:17,081 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ 13:35:17,081 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO10126 13:35:17,082 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO10126-2 13:35:17,082 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO10126-2PADDING 13:35:17,082 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO10126PADDING 13:35:17,083 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO7816-4 13:35:17,083 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ISO7816-4PADDING 13:35:17,083 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/NOPADDING 13:35:17,083 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/PKCS5 13:35:17,084 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/PKCS5PADDING 13:35:17,084 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/PKCS7 13:35:17,084 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/PKCS7PADDING 13:35:17,084 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/TBC 13:35:17,084 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/TBCPADDING 13:35:17,084 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/X9.23 13:35:17,085 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/X9.23PADDING 13:35:17,085 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ZEROBYTE 13:35:17,085 INFO [main][CipherTest] transformation=CAMELLIA/OFB136/ZEROBYTEPADDING 13:35:17,085 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ 13:35:17,085 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO10126 13:35:17,086 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO10126-2 13:35:17,086 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO10126-2PADDING 13:35:17,086 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO10126PADDING 13:35:17,087 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO7816-4 13:35:17,087 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ISO7816-4PADDING 13:35:17,087 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/NOPADDING 13:35:17,087 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/PKCS5 13:35:17,087 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/PKCS5PADDING 13:35:17,088 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/PKCS7 13:35:17,088 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/PKCS7PADDING 13:35:17,088 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/TBC 13:35:17,088 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/TBCPADDING 13:35:17,088 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/X9.23 13:35:17,088 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/X9.23PADDING 13:35:17,089 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ZEROBYTE 13:35:17,089 INFO [main][CipherTest] transformation=CAMELLIA/OFB144/ZEROBYTEPADDING 13:35:17,089 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ 13:35:17,089 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO10126 13:35:17,089 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO10126-2 13:35:17,090 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO10126-2PADDING 13:35:17,090 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO10126PADDING 13:35:17,090 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO7816-4 13:35:17,091 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ISO7816-4PADDING 13:35:17,091 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/NOPADDING 13:35:17,091 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/PKCS5 13:35:17,091 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/PKCS5PADDING 13:35:17,091 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/PKCS7 13:35:17,092 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/PKCS7PADDING 13:35:17,092 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/TBC 13:35:17,092 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/TBCPADDING 13:35:17,092 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/X9.23 13:35:17,092 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/X9.23PADDING 13:35:17,093 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ZEROBYTE 13:35:17,093 INFO [main][CipherTest] transformation=CAMELLIA/OFB152/ZEROBYTEPADDING 13:35:17,093 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ 13:35:17,093 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO10126 13:35:17,093 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO10126-2 13:35:17,094 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO10126-2PADDING 13:35:17,094 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO10126PADDING 13:35:17,095 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO7816-4 13:35:17,095 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ISO7816-4PADDING 13:35:17,095 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/NOPADDING 13:35:17,095 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/PKCS5 13:35:17,096 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/PKCS5PADDING 13:35:17,096 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/PKCS7 13:35:17,096 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/PKCS7PADDING 13:35:17,096 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/TBC 13:35:17,096 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/TBCPADDING 13:35:17,096 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/X9.23 13:35:17,097 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/X9.23PADDING 13:35:17,097 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ZEROBYTE 13:35:17,097 INFO [main][CipherTest] transformation=CAMELLIA/OFB16/ZEROBYTEPADDING 13:35:17,097 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ 13:35:17,097 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO10126 13:35:17,098 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO10126-2 13:35:17,098 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO10126-2PADDING 13:35:17,098 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO10126PADDING 13:35:17,099 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO7816-4 13:35:17,099 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ISO7816-4PADDING 13:35:17,099 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/NOPADDING 13:35:17,099 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/PKCS5 13:35:17,099 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/PKCS5PADDING 13:35:17,100 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/PKCS7 13:35:17,100 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/PKCS7PADDING 13:35:17,100 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/TBC 13:35:17,100 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/TBCPADDING 13:35:17,100 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/X9.23 13:35:17,100 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/X9.23PADDING 13:35:17,101 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ZEROBYTE 13:35:17,101 INFO [main][CipherTest] transformation=CAMELLIA/OFB160/ZEROBYTEPADDING 13:35:17,101 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ 13:35:17,101 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO10126 13:35:17,102 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO10126-2 13:35:17,102 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO10126-2PADDING 13:35:17,102 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO10126PADDING 13:35:17,103 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO7816-4 13:35:17,103 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ISO7816-4PADDING 13:35:17,103 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/NOPADDING 13:35:17,103 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/PKCS5 13:35:17,103 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/PKCS5PADDING 13:35:17,104 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/PKCS7 13:35:17,104 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/PKCS7PADDING 13:35:17,104 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/TBC 13:35:17,104 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/TBCPADDING 13:35:17,104 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/X9.23 13:35:17,104 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/X9.23PADDING 13:35:17,105 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ZEROBYTE 13:35:17,105 INFO [main][CipherTest] transformation=CAMELLIA/OFB168/ZEROBYTEPADDING 13:35:17,105 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ 13:35:17,105 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO10126 13:35:17,105 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO10126-2 13:35:17,106 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO10126-2PADDING 13:35:17,106 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO10126PADDING 13:35:17,107 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO7816-4 13:35:17,107 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ISO7816-4PADDING 13:35:17,107 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/NOPADDING 13:35:17,107 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/PKCS5 13:35:17,107 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/PKCS5PADDING 13:35:17,108 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/PKCS7 13:35:17,108 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/PKCS7PADDING 13:35:17,108 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/TBC 13:35:17,108 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/TBCPADDING 13:35:17,108 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/X9.23 13:35:17,108 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/X9.23PADDING 13:35:17,109 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ZEROBYTE 13:35:17,109 INFO [main][CipherTest] transformation=CAMELLIA/OFB176/ZEROBYTEPADDING 13:35:17,109 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ 13:35:17,109 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO10126 13:35:17,109 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO10126-2 13:35:17,110 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO10126-2PADDING 13:35:17,110 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO10126PADDING 13:35:17,111 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO7816-4 13:35:17,111 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ISO7816-4PADDING 13:35:17,111 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/NOPADDING 13:35:17,111 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/PKCS5 13:35:17,111 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/PKCS5PADDING 13:35:17,112 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/PKCS7 13:35:17,112 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/PKCS7PADDING 13:35:17,112 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/TBC 13:35:17,112 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/TBCPADDING 13:35:17,112 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/X9.23 13:35:17,112 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/X9.23PADDING 13:35:17,113 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ZEROBYTE 13:35:17,113 INFO [main][CipherTest] transformation=CAMELLIA/OFB184/ZEROBYTEPADDING 13:35:17,113 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ 13:35:17,113 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO10126 13:35:17,113 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO10126-2 13:35:17,114 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO10126-2PADDING 13:35:17,114 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO10126PADDING 13:35:17,115 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO7816-4 13:35:17,115 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ISO7816-4PADDING 13:35:17,115 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/NOPADDING 13:35:17,115 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/PKCS5 13:35:17,115 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/PKCS5PADDING 13:35:17,116 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/PKCS7 13:35:17,116 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/PKCS7PADDING 13:35:17,116 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/TBC 13:35:17,116 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/TBCPADDING 13:35:17,116 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/X9.23 13:35:17,116 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/X9.23PADDING 13:35:17,117 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ZEROBYTE 13:35:17,117 INFO [main][CipherTest] transformation=CAMELLIA/OFB192/ZEROBYTEPADDING 13:35:17,117 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ 13:35:17,117 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO10126 13:35:17,117 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO10126-2 13:35:17,118 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO10126-2PADDING 13:35:17,118 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO10126PADDING 13:35:17,118 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO7816-4 13:35:17,119 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ISO7816-4PADDING 13:35:17,119 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/NOPADDING 13:35:17,119 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/PKCS5 13:35:17,119 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/PKCS5PADDING 13:35:17,119 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/PKCS7 13:35:17,120 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/PKCS7PADDING 13:35:17,120 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/TBC 13:35:17,120 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/TBCPADDING 13:35:17,120 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/X9.23 13:35:17,120 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/X9.23PADDING 13:35:17,121 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ZEROBYTE 13:35:17,121 INFO [main][CipherTest] transformation=CAMELLIA/OFB200/ZEROBYTEPADDING 13:35:17,121 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ 13:35:17,121 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO10126 13:35:17,121 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO10126-2 13:35:17,122 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO10126-2PADDING 13:35:17,122 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO10126PADDING 13:35:17,122 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO7816-4 13:35:17,123 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ISO7816-4PADDING 13:35:17,123 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/NOPADDING 13:35:17,123 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/PKCS5 13:35:17,123 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/PKCS5PADDING 13:35:17,123 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/PKCS7 13:35:17,123 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/PKCS7PADDING 13:35:17,124 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/TBC 13:35:17,124 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/TBCPADDING 13:35:17,124 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/X9.23 13:35:17,124 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/X9.23PADDING 13:35:17,124 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ZEROBYTE 13:35:17,125 INFO [main][CipherTest] transformation=CAMELLIA/OFB208/ZEROBYTEPADDING 13:35:17,125 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ 13:35:17,125 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO10126 13:35:17,125 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO10126-2 13:35:17,126 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO10126-2PADDING 13:35:17,126 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO10126PADDING 13:35:17,126 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO7816-4 13:35:17,126 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ISO7816-4PADDING 13:35:17,127 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/NOPADDING 13:35:17,127 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/PKCS5 13:35:17,127 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/PKCS5PADDING 13:35:17,127 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/PKCS7 13:35:17,127 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/PKCS7PADDING 13:35:17,128 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/TBC 13:35:17,128 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/TBCPADDING 13:35:17,128 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/X9.23 13:35:17,128 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/X9.23PADDING 13:35:17,128 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ZEROBYTE 13:35:17,128 INFO [main][CipherTest] transformation=CAMELLIA/OFB216/ZEROBYTEPADDING 13:35:17,129 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ 13:35:17,129 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO10126 13:35:17,129 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO10126-2 13:35:17,129 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO10126-2PADDING 13:35:17,130 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO10126PADDING 13:35:17,130 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO7816-4 13:35:17,130 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ISO7816-4PADDING 13:35:17,131 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/NOPADDING 13:35:17,131 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/PKCS5 13:35:17,131 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/PKCS5PADDING 13:35:17,131 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/PKCS7 13:35:17,131 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/PKCS7PADDING 13:35:17,131 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/TBC 13:35:17,132 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/TBCPADDING 13:35:17,132 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/X9.23 13:35:17,132 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/X9.23PADDING 13:35:17,132 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ZEROBYTE 13:35:17,132 INFO [main][CipherTest] transformation=CAMELLIA/OFB224/ZEROBYTEPADDING 13:35:17,132 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ 13:35:17,133 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO10126 13:35:17,133 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO10126-2 13:35:17,133 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO10126-2PADDING 13:35:17,134 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO10126PADDING 13:35:17,134 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO7816-4 13:35:17,134 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ISO7816-4PADDING 13:35:17,134 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/NOPADDING 13:35:17,135 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/PKCS5 13:35:17,135 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/PKCS5PADDING 13:35:17,135 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/PKCS7 13:35:17,135 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/PKCS7PADDING 13:35:17,135 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/TBC 13:35:17,135 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/TBCPADDING 13:35:17,136 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/X9.23 13:35:17,136 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/X9.23PADDING 13:35:17,136 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ZEROBYTE 13:35:17,136 INFO [main][CipherTest] transformation=CAMELLIA/OFB232/ZEROBYTEPADDING 13:35:17,136 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ 13:35:17,137 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO10126 13:35:17,137 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO10126-2 13:35:17,137 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO10126-2PADDING 13:35:17,138 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO10126PADDING 13:35:17,138 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO7816-4 13:35:17,138 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ISO7816-4PADDING 13:35:17,138 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/NOPADDING 13:35:17,138 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/PKCS5 13:35:17,139 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/PKCS5PADDING 13:35:17,139 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/PKCS7 13:35:17,139 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/PKCS7PADDING 13:35:17,139 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/TBC 13:35:17,139 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/TBCPADDING 13:35:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/X9.23 13:35:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/X9.23PADDING 13:35:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ZEROBYTE 13:35:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB24/ZEROBYTEPADDING 13:35:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ 13:35:17,140 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO10126 13:35:17,141 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO10126-2 13:35:17,141 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO10126-2PADDING 13:35:17,141 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO10126PADDING 13:35:17,142 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO7816-4 13:35:17,142 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ISO7816-4PADDING 13:35:17,142 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/NOPADDING 13:35:17,142 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/PKCS5 13:35:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/PKCS5PADDING 13:35:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/PKCS7 13:35:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/PKCS7PADDING 13:35:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/TBC 13:35:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/TBCPADDING 13:35:17,143 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/X9.23 13:35:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/X9.23PADDING 13:35:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ZEROBYTE 13:35:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB240/ZEROBYTEPADDING 13:35:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ 13:35:17,144 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO10126 13:35:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO10126-2 13:35:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO10126-2PADDING 13:35:17,145 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO10126PADDING 13:35:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO7816-4 13:35:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ISO7816-4PADDING 13:35:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/NOPADDING 13:35:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/PKCS5 13:35:17,146 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/PKCS5PADDING 13:35:17,147 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/PKCS7 13:35:17,147 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/PKCS7PADDING 13:35:17,147 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/TBC 13:35:17,147 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/TBCPADDING 13:35:17,147 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/X9.23 13:35:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/X9.23PADDING 13:35:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ZEROBYTE 13:35:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB248/ZEROBYTEPADDING 13:35:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ 13:35:17,148 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO10126 13:35:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO10126-2 13:35:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO10126-2PADDING 13:35:17,149 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO10126PADDING 13:35:17,150 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO7816-4 13:35:17,150 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ISO7816-4PADDING 13:35:17,150 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/NOPADDING 13:35:17,150 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/PKCS5 13:35:17,150 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/PKCS5PADDING 13:35:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/PKCS7 13:35:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/PKCS7PADDING 13:35:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/TBC 13:35:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/TBCPADDING 13:35:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/X9.23 13:35:17,151 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/X9.23PADDING 13:35:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ZEROBYTE 13:35:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB256/ZEROBYTEPADDING 13:35:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ 13:35:17,152 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO10126 13:35:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO10126-2 13:35:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO10126-2PADDING 13:35:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO10126PADDING 13:35:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO7816-4 13:35:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ISO7816-4PADDING 13:35:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/NOPADDING 13:35:17,153 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/PKCS5 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/PKCS5PADDING 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/PKCS7 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/PKCS7PADDING 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/TBC 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/TBCPADDING 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/X9.23 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/X9.23PADDING 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ZEROBYTE 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB32/ZEROBYTEPADDING 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ 13:35:17,154 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO10126 13:35:17,155 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO10126-2 13:35:17,155 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO10126-2PADDING 13:35:17,155 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO10126PADDING 13:35:17,155 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO7816-4 13:35:17,155 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ISO7816-4PADDING 13:35:17,155 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/NOPADDING 13:35:17,155 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/PKCS5 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/PKCS5PADDING 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/PKCS7 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/PKCS7PADDING 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/TBC 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/TBCPADDING 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/X9.23 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/X9.23PADDING 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ZEROBYTE 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB40/ZEROBYTEPADDING 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ 13:35:17,156 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO10126 13:35:17,157 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO10126-2 13:35:17,157 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO10126-2PADDING 13:35:17,157 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO10126PADDING 13:35:17,158 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO7816-4 13:35:17,158 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ISO7816-4PADDING 13:35:17,158 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/NOPADDING 13:35:17,158 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/PKCS5 13:35:17,158 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/PKCS5PADDING 13:35:17,158 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/PKCS7 13:35:17,159 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/PKCS7PADDING 13:35:17,159 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/TBC 13:35:17,159 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/TBCPADDING 13:35:17,159 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/X9.23 13:35:17,159 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/X9.23PADDING 13:35:17,159 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ZEROBYTE 13:35:17,159 INFO [main][CipherTest] transformation=CAMELLIA/OFB48/ZEROBYTEPADDING 13:35:17,160 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ 13:35:17,160 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO10126 13:35:17,160 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO10126-2 13:35:17,160 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO10126-2PADDING 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO10126PADDING 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO7816-4 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ISO7816-4PADDING 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/NOPADDING 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/PKCS5 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/PKCS5PADDING 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/PKCS7 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/PKCS7PADDING 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/TBC 13:35:17,161 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/TBCPADDING 13:35:17,162 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/X9.23 13:35:17,162 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/X9.23PADDING 13:35:17,162 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ZEROBYTE 13:35:17,162 INFO [main][CipherTest] transformation=CAMELLIA/OFB56/ZEROBYTEPADDING 13:35:17,162 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ 13:35:17,162 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO10126 13:35:17,162 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO10126-2 13:35:17,162 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO10126-2PADDING 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO10126PADDING 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO7816-4 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ISO7816-4PADDING 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/NOPADDING 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/PKCS5 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/PKCS5PADDING 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/PKCS7 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/PKCS7PADDING 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/TBC 13:35:17,163 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/TBCPADDING 13:35:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/X9.23 13:35:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/X9.23PADDING 13:35:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ZEROBYTE 13:35:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB64/ZEROBYTEPADDING 13:35:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ 13:35:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO10126 13:35:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO10126-2 13:35:17,164 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO10126-2PADDING 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO10126PADDING 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO7816-4 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ISO7816-4PADDING 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/NOPADDING 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/PKCS5 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/PKCS5PADDING 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/PKCS7 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/PKCS7PADDING 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/TBC 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/TBCPADDING 13:35:17,165 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/X9.23 13:35:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/X9.23PADDING 13:35:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ZEROBYTE 13:35:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB72/ZEROBYTEPADDING 13:35:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ 13:35:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO10126 13:35:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO10126-2 13:35:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO10126-2PADDING 13:35:17,166 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO10126PADDING 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO7816-4 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ISO7816-4PADDING 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/NOPADDING 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/PKCS5 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/PKCS5PADDING 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/PKCS7 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/PKCS7PADDING 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/TBC 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/TBCPADDING 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/X9.23 13:35:17,167 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/X9.23PADDING 13:35:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ZEROBYTE 13:35:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB8/ZEROBYTEPADDING 13:35:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ 13:35:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO10126 13:35:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO10126-2 13:35:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO10126-2PADDING 13:35:17,168 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO10126PADDING 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO7816-4 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ISO7816-4PADDING 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/NOPADDING 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/PKCS5 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/PKCS5PADDING 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/PKCS7 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/PKCS7PADDING 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/TBC 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/TBCPADDING 13:35:17,169 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/X9.23 13:35:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/X9.23PADDING 13:35:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ZEROBYTE 13:35:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB80/ZEROBYTEPADDING 13:35:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ 13:35:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO10126 13:35:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO10126-2 13:35:17,170 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO10126-2PADDING 13:35:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO10126PADDING 13:35:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO7816-4 13:35:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ISO7816-4PADDING 13:35:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/NOPADDING 13:35:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/PKCS5 13:35:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/PKCS5PADDING 13:35:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/PKCS7 13:35:17,171 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/PKCS7PADDING 13:35:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/TBC 13:35:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/TBCPADDING 13:35:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/X9.23 13:35:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/X9.23PADDING 13:35:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ZEROBYTE 13:35:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB88/ZEROBYTEPADDING 13:35:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ 13:35:17,172 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO10126 13:35:17,173 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO10126-2 13:35:17,173 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO10126-2PADDING 13:35:17,173 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO10126PADDING 13:35:17,173 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO7816-4 13:35:17,173 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ISO7816-4PADDING 13:35:17,173 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/NOPADDING 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/PKCS5 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/PKCS5PADDING 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/PKCS7 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/PKCS7PADDING 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/TBC 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/TBCPADDING 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/X9.23 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/X9.23PADDING 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ZEROBYTE 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/OFB96/ZEROBYTEPADDING 13:35:17,174 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ 13:35:17,175 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO10126 13:35:17,175 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO10126-2 13:35:17,175 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO10126-2PADDING 13:35:17,175 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO10126PADDING 13:35:17,175 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO7816-4 13:35:17,176 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ISO7816-4PADDING 13:35:17,176 INFO [main][CipherTest] transformation=CAMELLIA/SIC/NOPADDING 13:35:17,176 INFO [main][CipherTest] transformation=CAMELLIA/SIC/PKCS5 13:35:17,176 INFO [main][CipherTest] transformation=CAMELLIA/SIC/PKCS5PADDING 13:35:17,176 INFO [main][CipherTest] transformation=CAMELLIA/SIC/PKCS7 13:35:17,176 INFO [main][CipherTest] transformation=CAMELLIA/SIC/PKCS7PADDING 13:35:17,176 INFO [main][CipherTest] transformation=CAMELLIA/SIC/TBC 13:35:17,176 INFO [main][CipherTest] transformation=CAMELLIA/SIC/TBCPADDING 13:35:17,177 INFO [main][CipherTest] transformation=CAMELLIA/SIC/X9.23 13:35:17,177 INFO [main][CipherTest] transformation=CAMELLIA/SIC/X9.23PADDING 13:35:17,177 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ZEROBYTE 13:35:17,177 INFO [main][CipherTest] transformation=CAMELLIA/SIC/ZEROBYTEPADDING 13:35:17,177 INFO [main][CipherTest] transformation=CAST5// 13:35:17,177 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5//" does not support IV => Skipping. 13:35:17,177 INFO [main][CipherTest] transformation=CAST5//NOPADDING 13:35:17,177 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5//NOPADDING" does not support IV => Skipping. 13:35:17,177 INFO [main][CipherTest] transformation=CAST5/CBC-CTS/ 13:35:17,178 INFO [main][CipherTest] transformation=CAST5/CBC-CTS/NOPADDING 13:35:17,178 INFO [main][CipherTest] transformation=CAST5/CBC/ 13:35:17,178 INFO [main][CipherTest] transformation=CAST5/CBC/ISO10126 13:35:17,179 INFO [main][CipherTest] transformation=CAST5/CBC/ISO10126-2 13:35:17,179 INFO [main][CipherTest] transformation=CAST5/CBC/ISO10126-2PADDING 13:35:17,179 INFO [main][CipherTest] transformation=CAST5/CBC/ISO10126PADDING 13:35:17,180 INFO [main][CipherTest] transformation=CAST5/CBC/ISO7816-4 13:35:17,180 INFO [main][CipherTest] transformation=CAST5/CBC/ISO7816-4PADDING 13:35:17,180 INFO [main][CipherTest] transformation=CAST5/CBC/NOPADDING 13:35:17,180 INFO [main][CipherTest] transformation=CAST5/CBC/PKCS5 13:35:17,181 INFO [main][CipherTest] transformation=CAST5/CBC/PKCS5PADDING 13:35:17,181 INFO [main][CipherTest] transformation=CAST5/CBC/PKCS7 13:35:17,181 INFO [main][CipherTest] transformation=CAST5/CBC/PKCS7PADDING 13:35:17,181 INFO [main][CipherTest] transformation=CAST5/CBC/TBC 13:35:17,181 INFO [main][CipherTest] transformation=CAST5/CBC/TBCPADDING 13:35:17,182 INFO [main][CipherTest] transformation=CAST5/CBC/X9.23 13:35:17,182 INFO [main][CipherTest] transformation=CAST5/CBC/X9.23PADDING 13:35:17,182 INFO [main][CipherTest] transformation=CAST5/CBC/ZEROBYTE 13:35:17,182 INFO [main][CipherTest] transformation=CAST5/CBC/ZEROBYTEPADDING 13:35:17,183 INFO [main][CipherTest] transformation=CAST5/CFB/ 13:35:17,183 INFO [main][CipherTest] transformation=CAST5/CFB/ISO10126 13:35:17,183 INFO [main][CipherTest] transformation=CAST5/CFB/ISO10126-2 13:35:17,184 INFO [main][CipherTest] transformation=CAST5/CFB/ISO10126-2PADDING 13:35:17,184 INFO [main][CipherTest] transformation=CAST5/CFB/ISO10126PADDING 13:35:17,185 INFO [main][CipherTest] transformation=CAST5/CFB/ISO7816-4 13:35:17,185 INFO [main][CipherTest] transformation=CAST5/CFB/ISO7816-4PADDING 13:35:17,185 INFO [main][CipherTest] transformation=CAST5/CFB/NOPADDING 13:35:17,185 INFO [main][CipherTest] transformation=CAST5/CFB/PKCS5 13:35:17,186 INFO [main][CipherTest] transformation=CAST5/CFB/PKCS5PADDING 13:35:17,186 INFO [main][CipherTest] transformation=CAST5/CFB/PKCS7 13:35:17,186 INFO [main][CipherTest] transformation=CAST5/CFB/PKCS7PADDING 13:35:17,186 INFO [main][CipherTest] transformation=CAST5/CFB/TBC 13:35:17,186 INFO [main][CipherTest] transformation=CAST5/CFB/TBCPADDING 13:35:17,187 INFO [main][CipherTest] transformation=CAST5/CFB/X9.23 13:35:17,187 INFO [main][CipherTest] transformation=CAST5/CFB/X9.23PADDING 13:35:17,187 INFO [main][CipherTest] transformation=CAST5/CFB/ZEROBYTE 13:35:17,187 INFO [main][CipherTest] transformation=CAST5/CFB/ZEROBYTEPADDING 13:35:17,187 INFO [main][CipherTest] transformation=CAST5/CFB104/ 13:35:17,188 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO10126 13:35:17,188 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO10126-2 13:35:17,188 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO10126-2PADDING 13:35:17,189 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO10126PADDING 13:35:17,189 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO7816-4 13:35:17,189 INFO [main][CipherTest] transformation=CAST5/CFB104/ISO7816-4PADDING 13:35:17,189 INFO [main][CipherTest] transformation=CAST5/CFB104/NOPADDING 13:35:17,189 INFO [main][CipherTest] transformation=CAST5/CFB104/PKCS5 13:35:17,190 INFO [main][CipherTest] transformation=CAST5/CFB104/PKCS5PADDING 13:35:17,190 INFO [main][CipherTest] transformation=CAST5/CFB104/PKCS7 13:35:17,190 INFO [main][CipherTest] transformation=CAST5/CFB104/PKCS7PADDING 13:35:17,190 INFO [main][CipherTest] transformation=CAST5/CFB104/TBC 13:35:17,190 INFO [main][CipherTest] transformation=CAST5/CFB104/TBCPADDING 13:35:17,191 INFO [main][CipherTest] transformation=CAST5/CFB104/X9.23 13:35:17,191 INFO [main][CipherTest] transformation=CAST5/CFB104/X9.23PADDING 13:35:17,191 INFO [main][CipherTest] transformation=CAST5/CFB104/ZEROBYTE 13:35:17,191 INFO [main][CipherTest] transformation=CAST5/CFB104/ZEROBYTEPADDING 13:35:17,191 INFO [main][CipherTest] transformation=CAST5/CFB112/ 13:35:17,192 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO10126 13:35:17,192 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO10126-2 13:35:17,192 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO10126-2PADDING 13:35:17,192 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO10126PADDING 13:35:17,193 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO7816-4 13:35:17,193 INFO [main][CipherTest] transformation=CAST5/CFB112/ISO7816-4PADDING 13:35:17,193 INFO [main][CipherTest] transformation=CAST5/CFB112/NOPADDING 13:35:17,193 INFO [main][CipherTest] transformation=CAST5/CFB112/PKCS5 13:35:17,194 INFO [main][CipherTest] transformation=CAST5/CFB112/PKCS5PADDING 13:35:17,194 INFO [main][CipherTest] transformation=CAST5/CFB112/PKCS7 13:35:17,194 INFO [main][CipherTest] transformation=CAST5/CFB112/PKCS7PADDING 13:35:17,194 INFO [main][CipherTest] transformation=CAST5/CFB112/TBC 13:35:17,194 INFO [main][CipherTest] transformation=CAST5/CFB112/TBCPADDING 13:35:17,195 INFO [main][CipherTest] transformation=CAST5/CFB112/X9.23 13:35:17,195 INFO [main][CipherTest] transformation=CAST5/CFB112/X9.23PADDING 13:35:17,195 INFO [main][CipherTest] transformation=CAST5/CFB112/ZEROBYTE 13:35:17,195 INFO [main][CipherTest] transformation=CAST5/CFB112/ZEROBYTEPADDING 13:35:17,195 INFO [main][CipherTest] transformation=CAST5/CFB120/ 13:35:17,196 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO10126 13:35:17,196 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO10126-2 13:35:17,196 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO10126-2PADDING 13:35:17,197 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO10126PADDING 13:35:17,197 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO7816-4 13:35:17,198 INFO [main][CipherTest] transformation=CAST5/CFB120/ISO7816-4PADDING 13:35:17,198 INFO [main][CipherTest] transformation=CAST5/CFB120/NOPADDING 13:35:17,198 INFO [main][CipherTest] transformation=CAST5/CFB120/PKCS5 13:35:17,198 INFO [main][CipherTest] transformation=CAST5/CFB120/PKCS5PADDING 13:35:17,199 INFO [main][CipherTest] transformation=CAST5/CFB120/PKCS7 13:35:17,199 INFO [main][CipherTest] transformation=CAST5/CFB120/PKCS7PADDING 13:35:17,199 INFO [main][CipherTest] transformation=CAST5/CFB120/TBC 13:35:17,199 INFO [main][CipherTest] transformation=CAST5/CFB120/TBCPADDING 13:35:17,200 INFO [main][CipherTest] transformation=CAST5/CFB120/X9.23 13:35:17,200 INFO [main][CipherTest] transformation=CAST5/CFB120/X9.23PADDING 13:35:17,200 INFO [main][CipherTest] transformation=CAST5/CFB120/ZEROBYTE 13:35:17,200 INFO [main][CipherTest] transformation=CAST5/CFB120/ZEROBYTEPADDING 13:35:17,200 INFO [main][CipherTest] transformation=CAST5/CFB128/ 13:35:17,201 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO10126 13:35:17,201 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO10126-2 13:35:17,201 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO10126-2PADDING 13:35:17,202 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO10126PADDING 13:35:17,202 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO7816-4 13:35:17,202 INFO [main][CipherTest] transformation=CAST5/CFB128/ISO7816-4PADDING 13:35:17,202 INFO [main][CipherTest] transformation=CAST5/CFB128/NOPADDING 13:35:17,203 INFO [main][CipherTest] transformation=CAST5/CFB128/PKCS5 13:35:17,203 INFO [main][CipherTest] transformation=CAST5/CFB128/PKCS5PADDING 13:35:17,203 INFO [main][CipherTest] transformation=CAST5/CFB128/PKCS7 13:35:17,203 INFO [main][CipherTest] transformation=CAST5/CFB128/PKCS7PADDING 13:35:17,203 INFO [main][CipherTest] transformation=CAST5/CFB128/TBC 13:35:17,204 INFO [main][CipherTest] transformation=CAST5/CFB128/TBCPADDING 13:35:17,204 INFO [main][CipherTest] transformation=CAST5/CFB128/X9.23 13:35:17,204 INFO [main][CipherTest] transformation=CAST5/CFB128/X9.23PADDING 13:35:17,204 INFO [main][CipherTest] transformation=CAST5/CFB128/ZEROBYTE 13:35:17,204 INFO [main][CipherTest] transformation=CAST5/CFB128/ZEROBYTEPADDING 13:35:17,205 INFO [main][CipherTest] transformation=CAST5/CFB136/ 13:35:17,205 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO10126 13:35:17,205 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO10126-2 13:35:17,205 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO10126-2PADDING 13:35:17,206 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO10126PADDING 13:35:17,206 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO7816-4 13:35:17,206 INFO [main][CipherTest] transformation=CAST5/CFB136/ISO7816-4PADDING 13:35:17,206 INFO [main][CipherTest] transformation=CAST5/CFB136/NOPADDING 13:35:17,207 INFO [main][CipherTest] transformation=CAST5/CFB136/PKCS5 13:35:17,207 INFO [main][CipherTest] transformation=CAST5/CFB136/PKCS5PADDING 13:35:17,207 INFO [main][CipherTest] transformation=CAST5/CFB136/PKCS7 13:35:17,207 INFO [main][CipherTest] transformation=CAST5/CFB136/PKCS7PADDING 13:35:17,207 INFO [main][CipherTest] transformation=CAST5/CFB136/TBC 13:35:17,208 INFO [main][CipherTest] transformation=CAST5/CFB136/TBCPADDING 13:35:17,208 INFO [main][CipherTest] transformation=CAST5/CFB136/X9.23 13:35:17,208 INFO [main][CipherTest] transformation=CAST5/CFB136/X9.23PADDING 13:35:17,208 INFO [main][CipherTest] transformation=CAST5/CFB136/ZEROBYTE 13:35:17,208 INFO [main][CipherTest] transformation=CAST5/CFB136/ZEROBYTEPADDING 13:35:17,209 INFO [main][CipherTest] transformation=CAST5/CFB144/ 13:35:17,209 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO10126 13:35:17,209 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO10126-2 13:35:17,209 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO10126-2PADDING 13:35:17,210 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO10126PADDING 13:35:17,210 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO7816-4 13:35:17,210 INFO [main][CipherTest] transformation=CAST5/CFB144/ISO7816-4PADDING 13:35:17,210 INFO [main][CipherTest] transformation=CAST5/CFB144/NOPADDING 13:35:17,211 INFO [main][CipherTest] transformation=CAST5/CFB144/PKCS5 13:35:17,211 INFO [main][CipherTest] transformation=CAST5/CFB144/PKCS5PADDING 13:35:17,211 INFO [main][CipherTest] transformation=CAST5/CFB144/PKCS7 13:35:17,211 INFO [main][CipherTest] transformation=CAST5/CFB144/PKCS7PADDING 13:35:17,212 INFO [main][CipherTest] transformation=CAST5/CFB144/TBC 13:35:17,212 INFO [main][CipherTest] transformation=CAST5/CFB144/TBCPADDING 13:35:17,212 INFO [main][CipherTest] transformation=CAST5/CFB144/X9.23 13:35:17,212 INFO [main][CipherTest] transformation=CAST5/CFB144/X9.23PADDING 13:35:17,212 INFO [main][CipherTest] transformation=CAST5/CFB144/ZEROBYTE 13:35:17,212 INFO [main][CipherTest] transformation=CAST5/CFB144/ZEROBYTEPADDING 13:35:17,213 INFO [main][CipherTest] transformation=CAST5/CFB152/ 13:35:17,213 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO10126 13:35:17,213 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO10126-2 13:35:17,213 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO10126-2PADDING 13:35:17,214 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO10126PADDING 13:35:17,214 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO7816-4 13:35:17,214 INFO [main][CipherTest] transformation=CAST5/CFB152/ISO7816-4PADDING 13:35:17,214 INFO [main][CipherTest] transformation=CAST5/CFB152/NOPADDING 13:35:17,215 INFO [main][CipherTest] transformation=CAST5/CFB152/PKCS5 13:35:17,215 INFO [main][CipherTest] transformation=CAST5/CFB152/PKCS5PADDING 13:35:17,215 INFO [main][CipherTest] transformation=CAST5/CFB152/PKCS7 13:35:17,216 INFO [main][CipherTest] transformation=CAST5/CFB152/PKCS7PADDING 13:35:17,216 INFO [main][CipherTest] transformation=CAST5/CFB152/TBC 13:35:17,216 INFO [main][CipherTest] transformation=CAST5/CFB152/TBCPADDING 13:35:17,216 INFO [main][CipherTest] transformation=CAST5/CFB152/X9.23 13:35:17,217 INFO [main][CipherTest] transformation=CAST5/CFB152/X9.23PADDING 13:35:17,217 INFO [main][CipherTest] transformation=CAST5/CFB152/ZEROBYTE 13:35:17,217 INFO [main][CipherTest] transformation=CAST5/CFB152/ZEROBYTEPADDING 13:35:17,217 INFO [main][CipherTest] transformation=CAST5/CFB16/ 13:35:17,218 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO10126 13:35:17,218 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO10126-2 13:35:17,218 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO10126-2PADDING 13:35:17,219 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO10126PADDING 13:35:17,219 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO7816-4 13:35:17,219 INFO [main][CipherTest] transformation=CAST5/CFB16/ISO7816-4PADDING 13:35:17,219 INFO [main][CipherTest] transformation=CAST5/CFB16/NOPADDING 13:35:17,219 INFO [main][CipherTest] transformation=CAST5/CFB16/PKCS5 13:35:17,220 INFO [main][CipherTest] transformation=CAST5/CFB16/PKCS5PADDING 13:35:17,220 INFO [main][CipherTest] transformation=CAST5/CFB16/PKCS7 13:35:17,220 INFO [main][CipherTest] transformation=CAST5/CFB16/PKCS7PADDING 13:35:17,220 INFO [main][CipherTest] transformation=CAST5/CFB16/TBC 13:35:17,220 INFO [main][CipherTest] transformation=CAST5/CFB16/TBCPADDING 13:35:17,220 INFO [main][CipherTest] transformation=CAST5/CFB16/X9.23 13:35:17,220 INFO [main][CipherTest] transformation=CAST5/CFB16/X9.23PADDING 13:35:17,221 INFO [main][CipherTest] transformation=CAST5/CFB16/ZEROBYTE 13:35:17,221 INFO [main][CipherTest] transformation=CAST5/CFB16/ZEROBYTEPADDING 13:35:17,221 INFO [main][CipherTest] transformation=CAST5/CFB160/ 13:35:17,221 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO10126 13:35:17,221 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO10126-2 13:35:17,221 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO10126-2PADDING 13:35:17,222 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO10126PADDING 13:35:17,222 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO7816-4 13:35:17,222 INFO [main][CipherTest] transformation=CAST5/CFB160/ISO7816-4PADDING 13:35:17,223 INFO [main][CipherTest] transformation=CAST5/CFB160/NOPADDING 13:35:17,223 INFO [main][CipherTest] transformation=CAST5/CFB160/PKCS5 13:35:17,223 INFO [main][CipherTest] transformation=CAST5/CFB160/PKCS5PADDING 13:35:17,223 INFO [main][CipherTest] transformation=CAST5/CFB160/PKCS7 13:35:17,224 INFO [main][CipherTest] transformation=CAST5/CFB160/PKCS7PADDING 13:35:17,224 INFO [main][CipherTest] transformation=CAST5/CFB160/TBC 13:35:17,224 INFO [main][CipherTest] transformation=CAST5/CFB160/TBCPADDING 13:35:17,224 INFO [main][CipherTest] transformation=CAST5/CFB160/X9.23 13:35:17,225 INFO [main][CipherTest] transformation=CAST5/CFB160/X9.23PADDING 13:35:17,225 INFO [main][CipherTest] transformation=CAST5/CFB160/ZEROBYTE 13:35:17,225 INFO [main][CipherTest] transformation=CAST5/CFB160/ZEROBYTEPADDING 13:35:17,225 INFO [main][CipherTest] transformation=CAST5/CFB168/ 13:35:17,225 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO10126 13:35:17,226 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO10126-2 13:35:17,226 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO10126-2PADDING 13:35:17,226 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO10126PADDING 13:35:17,226 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO7816-4 13:35:17,226 INFO [main][CipherTest] transformation=CAST5/CFB168/ISO7816-4PADDING 13:35:17,227 INFO [main][CipherTest] transformation=CAST5/CFB168/NOPADDING 13:35:17,227 INFO [main][CipherTest] transformation=CAST5/CFB168/PKCS5 13:35:17,227 INFO [main][CipherTest] transformation=CAST5/CFB168/PKCS5PADDING 13:35:17,227 INFO [main][CipherTest] transformation=CAST5/CFB168/PKCS7 13:35:17,227 INFO [main][CipherTest] transformation=CAST5/CFB168/PKCS7PADDING 13:35:17,227 INFO [main][CipherTest] transformation=CAST5/CFB168/TBC 13:35:17,228 INFO [main][CipherTest] transformation=CAST5/CFB168/TBCPADDING 13:35:17,228 INFO [main][CipherTest] transformation=CAST5/CFB168/X9.23 13:35:17,228 INFO [main][CipherTest] transformation=CAST5/CFB168/X9.23PADDING 13:35:17,228 INFO [main][CipherTest] transformation=CAST5/CFB168/ZEROBYTE 13:35:17,228 INFO [main][CipherTest] transformation=CAST5/CFB168/ZEROBYTEPADDING 13:35:17,228 INFO [main][CipherTest] transformation=CAST5/CFB176/ 13:35:17,228 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO10126 13:35:17,229 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO10126-2 13:35:17,229 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO10126-2PADDING 13:35:17,229 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO10126PADDING 13:35:17,229 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO7816-4 13:35:17,230 INFO [main][CipherTest] transformation=CAST5/CFB176/ISO7816-4PADDING 13:35:17,230 INFO [main][CipherTest] transformation=CAST5/CFB176/NOPADDING 13:35:17,230 INFO [main][CipherTest] transformation=CAST5/CFB176/PKCS5 13:35:17,230 INFO [main][CipherTest] transformation=CAST5/CFB176/PKCS5PADDING 13:35:17,230 INFO [main][CipherTest] transformation=CAST5/CFB176/PKCS7 13:35:17,230 INFO [main][CipherTest] transformation=CAST5/CFB176/PKCS7PADDING 13:35:17,230 INFO [main][CipherTest] transformation=CAST5/CFB176/TBC 13:35:17,231 INFO [main][CipherTest] transformation=CAST5/CFB176/TBCPADDING 13:35:17,231 INFO [main][CipherTest] transformation=CAST5/CFB176/X9.23 13:35:17,231 INFO [main][CipherTest] transformation=CAST5/CFB176/X9.23PADDING 13:35:17,231 INFO [main][CipherTest] transformation=CAST5/CFB176/ZEROBYTE 13:35:17,231 INFO [main][CipherTest] transformation=CAST5/CFB176/ZEROBYTEPADDING 13:35:17,231 INFO [main][CipherTest] transformation=CAST5/CFB184/ 13:35:17,231 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO10126 13:35:17,232 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO10126-2 13:35:17,232 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO10126-2PADDING 13:35:17,232 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO10126PADDING 13:35:17,232 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO7816-4 13:35:17,233 INFO [main][CipherTest] transformation=CAST5/CFB184/ISO7816-4PADDING 13:35:17,233 INFO [main][CipherTest] transformation=CAST5/CFB184/NOPADDING 13:35:17,233 INFO [main][CipherTest] transformation=CAST5/CFB184/PKCS5 13:35:17,233 INFO [main][CipherTest] transformation=CAST5/CFB184/PKCS5PADDING 13:35:17,233 INFO [main][CipherTest] transformation=CAST5/CFB184/PKCS7 13:35:17,233 INFO [main][CipherTest] transformation=CAST5/CFB184/PKCS7PADDING 13:35:17,233 INFO [main][CipherTest] transformation=CAST5/CFB184/TBC 13:35:17,234 INFO [main][CipherTest] transformation=CAST5/CFB184/TBCPADDING 13:35:17,234 INFO [main][CipherTest] transformation=CAST5/CFB184/X9.23 13:35:17,234 INFO [main][CipherTest] transformation=CAST5/CFB184/X9.23PADDING 13:35:17,234 INFO [main][CipherTest] transformation=CAST5/CFB184/ZEROBYTE 13:35:17,234 INFO [main][CipherTest] transformation=CAST5/CFB184/ZEROBYTEPADDING 13:35:17,234 INFO [main][CipherTest] transformation=CAST5/CFB192/ 13:35:17,234 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO10126 13:35:17,235 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO10126-2 13:35:17,235 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO10126-2PADDING 13:35:17,235 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO10126PADDING 13:35:17,235 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO7816-4 13:35:17,236 INFO [main][CipherTest] transformation=CAST5/CFB192/ISO7816-4PADDING 13:35:17,236 INFO [main][CipherTest] transformation=CAST5/CFB192/NOPADDING 13:35:17,236 INFO [main][CipherTest] transformation=CAST5/CFB192/PKCS5 13:35:17,236 INFO [main][CipherTest] transformation=CAST5/CFB192/PKCS5PADDING 13:35:17,236 INFO [main][CipherTest] transformation=CAST5/CFB192/PKCS7 13:35:17,236 INFO [main][CipherTest] transformation=CAST5/CFB192/PKCS7PADDING 13:35:17,237 INFO [main][CipherTest] transformation=CAST5/CFB192/TBC 13:35:17,237 INFO [main][CipherTest] transformation=CAST5/CFB192/TBCPADDING 13:35:17,237 INFO [main][CipherTest] transformation=CAST5/CFB192/X9.23 13:35:17,237 INFO [main][CipherTest] transformation=CAST5/CFB192/X9.23PADDING 13:35:17,237 INFO [main][CipherTest] transformation=CAST5/CFB192/ZEROBYTE 13:35:17,237 INFO [main][CipherTest] transformation=CAST5/CFB192/ZEROBYTEPADDING 13:35:17,237 INFO [main][CipherTest] transformation=CAST5/CFB200/ 13:35:17,237 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO10126 13:35:17,238 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO10126-2 13:35:17,238 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO10126-2PADDING 13:35:17,238 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO10126PADDING 13:35:17,239 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO7816-4 13:35:17,239 INFO [main][CipherTest] transformation=CAST5/CFB200/ISO7816-4PADDING 13:35:17,239 INFO [main][CipherTest] transformation=CAST5/CFB200/NOPADDING 13:35:17,239 INFO [main][CipherTest] transformation=CAST5/CFB200/PKCS5 13:35:17,239 INFO [main][CipherTest] transformation=CAST5/CFB200/PKCS5PADDING 13:35:17,240 INFO [main][CipherTest] transformation=CAST5/CFB200/PKCS7 13:35:17,240 INFO [main][CipherTest] transformation=CAST5/CFB200/PKCS7PADDING 13:35:17,240 INFO [main][CipherTest] transformation=CAST5/CFB200/TBC 13:35:17,240 INFO [main][CipherTest] transformation=CAST5/CFB200/TBCPADDING 13:35:17,240 INFO [main][CipherTest] transformation=CAST5/CFB200/X9.23 13:35:17,240 INFO [main][CipherTest] transformation=CAST5/CFB200/X9.23PADDING 13:35:17,240 INFO [main][CipherTest] transformation=CAST5/CFB200/ZEROBYTE 13:35:17,241 INFO [main][CipherTest] transformation=CAST5/CFB200/ZEROBYTEPADDING 13:35:17,241 INFO [main][CipherTest] transformation=CAST5/CFB208/ 13:35:17,241 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO10126 13:35:17,241 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO10126-2 13:35:17,241 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO10126-2PADDING 13:35:17,242 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO10126PADDING 13:35:17,242 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO7816-4 13:35:17,243 INFO [main][CipherTest] transformation=CAST5/CFB208/ISO7816-4PADDING 13:35:17,243 INFO [main][CipherTest] transformation=CAST5/CFB208/NOPADDING 13:35:17,243 INFO [main][CipherTest] transformation=CAST5/CFB208/PKCS5 13:35:17,243 INFO [main][CipherTest] transformation=CAST5/CFB208/PKCS5PADDING 13:35:17,243 INFO [main][CipherTest] transformation=CAST5/CFB208/PKCS7 13:35:17,244 INFO [main][CipherTest] transformation=CAST5/CFB208/PKCS7PADDING 13:35:17,244 INFO [main][CipherTest] transformation=CAST5/CFB208/TBC 13:35:17,244 INFO [main][CipherTest] transformation=CAST5/CFB208/TBCPADDING 13:35:17,244 INFO [main][CipherTest] transformation=CAST5/CFB208/X9.23 13:35:17,245 INFO [main][CipherTest] transformation=CAST5/CFB208/X9.23PADDING 13:35:17,245 INFO [main][CipherTest] transformation=CAST5/CFB208/ZEROBYTE 13:35:17,245 INFO [main][CipherTest] transformation=CAST5/CFB208/ZEROBYTEPADDING 13:35:17,245 INFO [main][CipherTest] transformation=CAST5/CFB216/ 13:35:17,246 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO10126 13:35:17,246 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO10126-2 13:35:17,246 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO10126-2PADDING 13:35:17,247 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO10126PADDING 13:35:17,247 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO7816-4 13:35:17,247 INFO [main][CipherTest] transformation=CAST5/CFB216/ISO7816-4PADDING 13:35:17,248 INFO [main][CipherTest] transformation=CAST5/CFB216/NOPADDING 13:35:17,248 INFO [main][CipherTest] transformation=CAST5/CFB216/PKCS5 13:35:17,248 INFO [main][CipherTest] transformation=CAST5/CFB216/PKCS5PADDING 13:35:17,248 INFO [main][CipherTest] transformation=CAST5/CFB216/PKCS7 13:35:17,248 INFO [main][CipherTest] transformation=CAST5/CFB216/PKCS7PADDING 13:35:17,249 INFO [main][CipherTest] transformation=CAST5/CFB216/TBC 13:35:17,249 INFO [main][CipherTest] transformation=CAST5/CFB216/TBCPADDING 13:35:17,249 INFO [main][CipherTest] transformation=CAST5/CFB216/X9.23 13:35:17,249 INFO [main][CipherTest] transformation=CAST5/CFB216/X9.23PADDING 13:35:17,250 INFO [main][CipherTest] transformation=CAST5/CFB216/ZEROBYTE 13:35:17,250 INFO [main][CipherTest] transformation=CAST5/CFB216/ZEROBYTEPADDING 13:35:17,250 INFO [main][CipherTest] transformation=CAST5/CFB224/ 13:35:17,250 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO10126 13:35:17,251 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO10126-2 13:35:17,251 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO10126-2PADDING 13:35:17,252 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO10126PADDING 13:35:17,252 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO7816-4 13:35:17,252 INFO [main][CipherTest] transformation=CAST5/CFB224/ISO7816-4PADDING 13:35:17,252 INFO [main][CipherTest] transformation=CAST5/CFB224/NOPADDING 13:35:17,253 INFO [main][CipherTest] transformation=CAST5/CFB224/PKCS5 13:35:17,253 INFO [main][CipherTest] transformation=CAST5/CFB224/PKCS5PADDING 13:35:17,253 INFO [main][CipherTest] transformation=CAST5/CFB224/PKCS7 13:35:17,253 INFO [main][CipherTest] transformation=CAST5/CFB224/PKCS7PADDING 13:35:17,254 INFO [main][CipherTest] transformation=CAST5/CFB224/TBC 13:35:17,254 INFO [main][CipherTest] transformation=CAST5/CFB224/TBCPADDING 13:35:17,254 INFO [main][CipherTest] transformation=CAST5/CFB224/X9.23 13:35:17,254 INFO [main][CipherTest] transformation=CAST5/CFB224/X9.23PADDING 13:35:17,255 INFO [main][CipherTest] transformation=CAST5/CFB224/ZEROBYTE 13:35:17,255 INFO [main][CipherTest] transformation=CAST5/CFB224/ZEROBYTEPADDING 13:35:17,255 INFO [main][CipherTest] transformation=CAST5/CFB232/ 13:35:17,255 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO10126 13:35:17,256 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO10126-2 13:35:17,256 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO10126-2PADDING 13:35:17,256 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO10126PADDING 13:35:17,257 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO7816-4 13:35:17,257 INFO [main][CipherTest] transformation=CAST5/CFB232/ISO7816-4PADDING 13:35:17,257 INFO [main][CipherTest] transformation=CAST5/CFB232/NOPADDING 13:35:17,257 INFO [main][CipherTest] transformation=CAST5/CFB232/PKCS5 13:35:17,258 INFO [main][CipherTest] transformation=CAST5/CFB232/PKCS5PADDING 13:35:17,258 INFO [main][CipherTest] transformation=CAST5/CFB232/PKCS7 13:35:17,258 INFO [main][CipherTest] transformation=CAST5/CFB232/PKCS7PADDING 13:35:17,258 INFO [main][CipherTest] transformation=CAST5/CFB232/TBC 13:35:17,259 INFO [main][CipherTest] transformation=CAST5/CFB232/TBCPADDING 13:35:17,259 INFO [main][CipherTest] transformation=CAST5/CFB232/X9.23 13:35:17,259 INFO [main][CipherTest] transformation=CAST5/CFB232/X9.23PADDING 13:35:17,259 INFO [main][CipherTest] transformation=CAST5/CFB232/ZEROBYTE 13:35:17,260 INFO [main][CipherTest] transformation=CAST5/CFB232/ZEROBYTEPADDING 13:35:17,260 INFO [main][CipherTest] transformation=CAST5/CFB24/ 13:35:17,260 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO10126 13:35:17,260 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO10126-2 13:35:17,261 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO10126-2PADDING 13:35:17,261 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO10126PADDING 13:35:17,262 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO7816-4 13:35:17,262 INFO [main][CipherTest] transformation=CAST5/CFB24/ISO7816-4PADDING 13:35:17,262 INFO [main][CipherTest] transformation=CAST5/CFB24/NOPADDING 13:35:17,262 INFO [main][CipherTest] transformation=CAST5/CFB24/PKCS5 13:35:17,263 INFO [main][CipherTest] transformation=CAST5/CFB24/PKCS5PADDING 13:35:17,263 INFO [main][CipherTest] transformation=CAST5/CFB24/PKCS7 13:35:17,263 INFO [main][CipherTest] transformation=CAST5/CFB24/PKCS7PADDING 13:35:17,263 INFO [main][CipherTest] transformation=CAST5/CFB24/TBC 13:35:17,263 INFO [main][CipherTest] transformation=CAST5/CFB24/TBCPADDING 13:35:17,264 INFO [main][CipherTest] transformation=CAST5/CFB24/X9.23 13:35:17,264 INFO [main][CipherTest] transformation=CAST5/CFB24/X9.23PADDING 13:35:17,264 INFO [main][CipherTest] transformation=CAST5/CFB24/ZEROBYTE 13:35:17,264 INFO [main][CipherTest] transformation=CAST5/CFB24/ZEROBYTEPADDING 13:35:17,265 INFO [main][CipherTest] transformation=CAST5/CFB240/ 13:35:17,265 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO10126 13:35:17,265 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO10126-2 13:35:17,266 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO10126-2PADDING 13:35:17,266 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO10126PADDING 13:35:17,266 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO7816-4 13:35:17,267 INFO [main][CipherTest] transformation=CAST5/CFB240/ISO7816-4PADDING 13:35:17,267 INFO [main][CipherTest] transformation=CAST5/CFB240/NOPADDING 13:35:17,267 INFO [main][CipherTest] transformation=CAST5/CFB240/PKCS5 13:35:17,267 INFO [main][CipherTest] transformation=CAST5/CFB240/PKCS5PADDING 13:35:17,267 INFO [main][CipherTest] transformation=CAST5/CFB240/PKCS7 13:35:17,268 INFO [main][CipherTest] transformation=CAST5/CFB240/PKCS7PADDING 13:35:17,268 INFO [main][CipherTest] transformation=CAST5/CFB240/TBC 13:35:17,268 INFO [main][CipherTest] transformation=CAST5/CFB240/TBCPADDING 13:35:17,268 INFO [main][CipherTest] transformation=CAST5/CFB240/X9.23 13:35:17,269 INFO [main][CipherTest] transformation=CAST5/CFB240/X9.23PADDING 13:35:17,269 INFO [main][CipherTest] transformation=CAST5/CFB240/ZEROBYTE 13:35:17,269 INFO [main][CipherTest] transformation=CAST5/CFB240/ZEROBYTEPADDING 13:35:17,269 INFO [main][CipherTest] transformation=CAST5/CFB248/ 13:35:17,269 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO10126 13:35:17,270 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO10126-2 13:35:17,270 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO10126-2PADDING 13:35:17,271 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO10126PADDING 13:35:17,271 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO7816-4 13:35:17,271 INFO [main][CipherTest] transformation=CAST5/CFB248/ISO7816-4PADDING 13:35:17,271 INFO [main][CipherTest] transformation=CAST5/CFB248/NOPADDING 13:35:17,272 INFO [main][CipherTest] transformation=CAST5/CFB248/PKCS5 13:35:17,272 INFO [main][CipherTest] transformation=CAST5/CFB248/PKCS5PADDING 13:35:17,272 INFO [main][CipherTest] transformation=CAST5/CFB248/PKCS7 13:35:17,272 INFO [main][CipherTest] transformation=CAST5/CFB248/PKCS7PADDING 13:35:17,273 INFO [main][CipherTest] transformation=CAST5/CFB248/TBC 13:35:17,273 INFO [main][CipherTest] transformation=CAST5/CFB248/TBCPADDING 13:35:17,273 INFO [main][CipherTest] transformation=CAST5/CFB248/X9.23 13:35:17,273 INFO [main][CipherTest] transformation=CAST5/CFB248/X9.23PADDING 13:35:17,274 INFO [main][CipherTest] transformation=CAST5/CFB248/ZEROBYTE 13:35:17,274 INFO [main][CipherTest] transformation=CAST5/CFB248/ZEROBYTEPADDING 13:35:17,274 INFO [main][CipherTest] transformation=CAST5/CFB256/ 13:35:17,274 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO10126 13:35:17,275 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO10126-2 13:35:17,275 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO10126-2PADDING 13:35:17,275 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO10126PADDING 13:35:17,276 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO7816-4 13:35:17,276 INFO [main][CipherTest] transformation=CAST5/CFB256/ISO7816-4PADDING 13:35:17,276 INFO [main][CipherTest] transformation=CAST5/CFB256/NOPADDING 13:35:17,277 INFO [main][CipherTest] transformation=CAST5/CFB256/PKCS5 13:35:17,277 INFO [main][CipherTest] transformation=CAST5/CFB256/PKCS5PADDING 13:35:17,277 INFO [main][CipherTest] transformation=CAST5/CFB256/PKCS7 13:35:17,277 INFO [main][CipherTest] transformation=CAST5/CFB256/PKCS7PADDING 13:35:17,277 INFO [main][CipherTest] transformation=CAST5/CFB256/TBC 13:35:17,278 INFO [main][CipherTest] transformation=CAST5/CFB256/TBCPADDING 13:35:17,278 INFO [main][CipherTest] transformation=CAST5/CFB256/X9.23 13:35:17,278 INFO [main][CipherTest] transformation=CAST5/CFB256/X9.23PADDING 13:35:17,278 INFO [main][CipherTest] transformation=CAST5/CFB256/ZEROBYTE 13:35:17,279 INFO [main][CipherTest] transformation=CAST5/CFB256/ZEROBYTEPADDING 13:35:17,279 INFO [main][CipherTest] transformation=CAST5/CFB32/ 13:35:17,279 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO10126 13:35:17,279 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO10126-2 13:35:17,280 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO10126-2PADDING 13:35:17,280 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO10126PADDING 13:35:17,280 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO7816-4 13:35:17,281 INFO [main][CipherTest] transformation=CAST5/CFB32/ISO7816-4PADDING 13:35:17,281 INFO [main][CipherTest] transformation=CAST5/CFB32/NOPADDING 13:35:17,281 INFO [main][CipherTest] transformation=CAST5/CFB32/PKCS5 13:35:17,281 INFO [main][CipherTest] transformation=CAST5/CFB32/PKCS5PADDING 13:35:17,282 INFO [main][CipherTest] transformation=CAST5/CFB32/PKCS7 13:35:17,282 INFO [main][CipherTest] transformation=CAST5/CFB32/PKCS7PADDING 13:35:17,282 INFO [main][CipherTest] transformation=CAST5/CFB32/TBC 13:35:17,282 INFO [main][CipherTest] transformation=CAST5/CFB32/TBCPADDING 13:35:17,283 INFO [main][CipherTest] transformation=CAST5/CFB32/X9.23 13:35:17,283 INFO [main][CipherTest] transformation=CAST5/CFB32/X9.23PADDING 13:35:17,283 INFO [main][CipherTest] transformation=CAST5/CFB32/ZEROBYTE 13:35:17,283 INFO [main][CipherTest] transformation=CAST5/CFB32/ZEROBYTEPADDING 13:35:17,284 INFO [main][CipherTest] transformation=CAST5/CFB40/ 13:35:17,284 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO10126 13:35:17,284 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO10126-2 13:35:17,285 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO10126-2PADDING 13:35:17,285 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO10126PADDING 13:35:17,286 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO7816-4 13:35:17,286 INFO [main][CipherTest] transformation=CAST5/CFB40/ISO7816-4PADDING 13:35:17,286 INFO [main][CipherTest] transformation=CAST5/CFB40/NOPADDING 13:35:17,287 INFO [main][CipherTest] transformation=CAST5/CFB40/PKCS5 13:35:17,287 INFO [main][CipherTest] transformation=CAST5/CFB40/PKCS5PADDING 13:35:17,287 INFO [main][CipherTest] transformation=CAST5/CFB40/PKCS7 13:35:17,287 INFO [main][CipherTest] transformation=CAST5/CFB40/PKCS7PADDING 13:35:17,288 INFO [main][CipherTest] transformation=CAST5/CFB40/TBC 13:35:17,288 INFO [main][CipherTest] transformation=CAST5/CFB40/TBCPADDING 13:35:17,288 INFO [main][CipherTest] transformation=CAST5/CFB40/X9.23 13:35:17,288 INFO [main][CipherTest] transformation=CAST5/CFB40/X9.23PADDING 13:35:17,289 INFO [main][CipherTest] transformation=CAST5/CFB40/ZEROBYTE 13:35:17,289 INFO [main][CipherTest] transformation=CAST5/CFB40/ZEROBYTEPADDING 13:35:17,289 INFO [main][CipherTest] transformation=CAST5/CFB48/ 13:35:17,289 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO10126 13:35:17,290 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO10126-2 13:35:17,290 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO10126-2PADDING 13:35:17,291 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO10126PADDING 13:35:17,291 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO7816-4 13:35:17,292 INFO [main][CipherTest] transformation=CAST5/CFB48/ISO7816-4PADDING 13:35:17,292 INFO [main][CipherTest] transformation=CAST5/CFB48/NOPADDING 13:35:17,292 INFO [main][CipherTest] transformation=CAST5/CFB48/PKCS5 13:35:17,292 INFO [main][CipherTest] transformation=CAST5/CFB48/PKCS5PADDING 13:35:17,293 INFO [main][CipherTest] transformation=CAST5/CFB48/PKCS7 13:35:17,293 INFO [main][CipherTest] transformation=CAST5/CFB48/PKCS7PADDING 13:35:17,293 INFO [main][CipherTest] transformation=CAST5/CFB48/TBC 13:35:17,293 INFO [main][CipherTest] transformation=CAST5/CFB48/TBCPADDING 13:35:17,294 INFO [main][CipherTest] transformation=CAST5/CFB48/X9.23 13:35:17,294 INFO [main][CipherTest] transformation=CAST5/CFB48/X9.23PADDING 13:35:17,294 INFO [main][CipherTest] transformation=CAST5/CFB48/ZEROBYTE 13:35:17,294 INFO [main][CipherTest] transformation=CAST5/CFB48/ZEROBYTEPADDING 13:35:17,295 INFO [main][CipherTest] transformation=CAST5/CFB56/ 13:35:17,295 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO10126 13:35:17,295 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO10126-2 13:35:17,296 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO10126-2PADDING 13:35:17,296 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO10126PADDING 13:35:17,297 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO7816-4 13:35:17,297 INFO [main][CipherTest] transformation=CAST5/CFB56/ISO7816-4PADDING 13:35:17,297 INFO [main][CipherTest] transformation=CAST5/CFB56/NOPADDING 13:35:17,298 INFO [main][CipherTest] transformation=CAST5/CFB56/PKCS5 13:35:17,298 INFO [main][CipherTest] transformation=CAST5/CFB56/PKCS5PADDING 13:35:17,298 INFO [main][CipherTest] transformation=CAST5/CFB56/PKCS7 13:35:17,298 INFO [main][CipherTest] transformation=CAST5/CFB56/PKCS7PADDING 13:35:17,299 INFO [main][CipherTest] transformation=CAST5/CFB56/TBC 13:35:17,299 INFO [main][CipherTest] transformation=CAST5/CFB56/TBCPADDING 13:35:17,299 INFO [main][CipherTest] transformation=CAST5/CFB56/X9.23 13:35:17,300 INFO [main][CipherTest] transformation=CAST5/CFB56/X9.23PADDING 13:35:17,300 INFO [main][CipherTest] transformation=CAST5/CFB56/ZEROBYTE 13:35:17,300 INFO [main][CipherTest] transformation=CAST5/CFB56/ZEROBYTEPADDING 13:35:17,300 INFO [main][CipherTest] transformation=CAST5/CFB64/ 13:35:17,301 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO10126 13:35:17,301 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO10126-2 13:35:17,301 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO10126-2PADDING 13:35:17,302 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO10126PADDING 13:35:17,302 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO7816-4 13:35:17,303 INFO [main][CipherTest] transformation=CAST5/CFB64/ISO7816-4PADDING 13:35:17,303 INFO [main][CipherTest] transformation=CAST5/CFB64/NOPADDING 13:35:17,303 INFO [main][CipherTest] transformation=CAST5/CFB64/PKCS5 13:35:17,304 INFO [main][CipherTest] transformation=CAST5/CFB64/PKCS5PADDING 13:35:17,304 INFO [main][CipherTest] transformation=CAST5/CFB64/PKCS7 13:35:17,304 INFO [main][CipherTest] transformation=CAST5/CFB64/PKCS7PADDING 13:35:17,304 INFO [main][CipherTest] transformation=CAST5/CFB64/TBC 13:35:17,305 INFO [main][CipherTest] transformation=CAST5/CFB64/TBCPADDING 13:35:17,305 INFO [main][CipherTest] transformation=CAST5/CFB64/X9.23 13:35:17,305 INFO [main][CipherTest] transformation=CAST5/CFB64/X9.23PADDING 13:35:17,305 INFO [main][CipherTest] transformation=CAST5/CFB64/ZEROBYTE 13:35:17,306 INFO [main][CipherTest] transformation=CAST5/CFB64/ZEROBYTEPADDING 13:35:17,306 INFO [main][CipherTest] transformation=CAST5/CFB72/ 13:35:17,306 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO10126 13:35:17,307 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO10126-2 13:35:17,307 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO10126-2PADDING 13:35:17,308 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO10126PADDING 13:35:17,308 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO7816-4 13:35:17,308 INFO [main][CipherTest] transformation=CAST5/CFB72/ISO7816-4PADDING 13:35:17,309 INFO [main][CipherTest] transformation=CAST5/CFB72/NOPADDING 13:35:17,309 INFO [main][CipherTest] transformation=CAST5/CFB72/PKCS5 13:35:17,309 INFO [main][CipherTest] transformation=CAST5/CFB72/PKCS5PADDING 13:35:17,309 INFO [main][CipherTest] transformation=CAST5/CFB72/PKCS7 13:35:17,310 INFO [main][CipherTest] transformation=CAST5/CFB72/PKCS7PADDING 13:35:17,310 INFO [main][CipherTest] transformation=CAST5/CFB72/TBC 13:35:17,310 INFO [main][CipherTest] transformation=CAST5/CFB72/TBCPADDING 13:35:17,311 INFO [main][CipherTest] transformation=CAST5/CFB72/X9.23 13:35:17,311 INFO [main][CipherTest] transformation=CAST5/CFB72/X9.23PADDING 13:35:17,311 INFO [main][CipherTest] transformation=CAST5/CFB72/ZEROBYTE 13:35:17,311 INFO [main][CipherTest] transformation=CAST5/CFB72/ZEROBYTEPADDING 13:35:17,312 INFO [main][CipherTest] transformation=CAST5/CFB8/ 13:35:17,312 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO10126 13:35:17,312 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO10126-2 13:35:17,313 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO10126-2PADDING 13:35:17,313 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO10126PADDING 13:35:17,314 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO7816-4 13:35:17,314 INFO [main][CipherTest] transformation=CAST5/CFB8/ISO7816-4PADDING 13:35:17,314 INFO [main][CipherTest] transformation=CAST5/CFB8/NOPADDING 13:35:17,315 INFO [main][CipherTest] transformation=CAST5/CFB8/PKCS5 13:35:17,315 INFO [main][CipherTest] transformation=CAST5/CFB8/PKCS5PADDING 13:35:17,315 INFO [main][CipherTest] transformation=CAST5/CFB8/PKCS7 13:35:17,315 INFO [main][CipherTest] transformation=CAST5/CFB8/PKCS7PADDING 13:35:17,316 INFO [main][CipherTest] transformation=CAST5/CFB8/TBC 13:35:17,316 INFO [main][CipherTest] transformation=CAST5/CFB8/TBCPADDING 13:35:17,316 INFO [main][CipherTest] transformation=CAST5/CFB8/X9.23 13:35:17,316 INFO [main][CipherTest] transformation=CAST5/CFB8/X9.23PADDING 13:35:17,317 INFO [main][CipherTest] transformation=CAST5/CFB8/ZEROBYTE 13:35:17,317 INFO [main][CipherTest] transformation=CAST5/CFB8/ZEROBYTEPADDING 13:35:17,317 INFO [main][CipherTest] transformation=CAST5/CFB80/ 13:35:17,317 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO10126 13:35:17,318 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO10126-2 13:35:17,318 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO10126-2PADDING 13:35:17,319 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO10126PADDING 13:35:17,319 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO7816-4 13:35:17,320 INFO [main][CipherTest] transformation=CAST5/CFB80/ISO7816-4PADDING 13:35:17,320 INFO [main][CipherTest] transformation=CAST5/CFB80/NOPADDING 13:35:17,320 INFO [main][CipherTest] transformation=CAST5/CFB80/PKCS5 13:35:17,320 INFO [main][CipherTest] transformation=CAST5/CFB80/PKCS5PADDING 13:35:17,321 INFO [main][CipherTest] transformation=CAST5/CFB80/PKCS7 13:35:17,321 INFO [main][CipherTest] transformation=CAST5/CFB80/PKCS7PADDING 13:35:17,321 INFO [main][CipherTest] transformation=CAST5/CFB80/TBC 13:35:17,321 INFO [main][CipherTest] transformation=CAST5/CFB80/TBCPADDING 13:35:17,322 INFO [main][CipherTest] transformation=CAST5/CFB80/X9.23 13:35:17,322 INFO [main][CipherTest] transformation=CAST5/CFB80/X9.23PADDING 13:35:17,322 INFO [main][CipherTest] transformation=CAST5/CFB80/ZEROBYTE 13:35:17,323 INFO [main][CipherTest] transformation=CAST5/CFB80/ZEROBYTEPADDING 13:35:17,323 INFO [main][CipherTest] transformation=CAST5/CFB88/ 13:35:17,323 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO10126 13:35:17,324 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO10126-2 13:35:17,324 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO10126-2PADDING 13:35:17,324 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO10126PADDING 13:35:17,325 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO7816-4 13:35:17,325 INFO [main][CipherTest] transformation=CAST5/CFB88/ISO7816-4PADDING 13:35:17,325 INFO [main][CipherTest] transformation=CAST5/CFB88/NOPADDING 13:35:17,326 INFO [main][CipherTest] transformation=CAST5/CFB88/PKCS5 13:35:17,326 INFO [main][CipherTest] transformation=CAST5/CFB88/PKCS5PADDING 13:35:17,326 INFO [main][CipherTest] transformation=CAST5/CFB88/PKCS7 13:35:17,326 INFO [main][CipherTest] transformation=CAST5/CFB88/PKCS7PADDING 13:35:17,327 INFO [main][CipherTest] transformation=CAST5/CFB88/TBC 13:35:17,327 INFO [main][CipherTest] transformation=CAST5/CFB88/TBCPADDING 13:35:17,327 INFO [main][CipherTest] transformation=CAST5/CFB88/X9.23 13:35:17,328 INFO [main][CipherTest] transformation=CAST5/CFB88/X9.23PADDING 13:35:17,328 INFO [main][CipherTest] transformation=CAST5/CFB88/ZEROBYTE 13:35:17,328 INFO [main][CipherTest] transformation=CAST5/CFB88/ZEROBYTEPADDING 13:35:17,328 INFO [main][CipherTest] transformation=CAST5/CFB96/ 13:35:17,329 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO10126 13:35:17,329 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO10126-2 13:35:17,329 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO10126-2PADDING 13:35:17,330 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO10126PADDING 13:35:17,330 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO7816-4 13:35:17,331 INFO [main][CipherTest] transformation=CAST5/CFB96/ISO7816-4PADDING 13:35:17,331 INFO [main][CipherTest] transformation=CAST5/CFB96/NOPADDING 13:35:17,331 INFO [main][CipherTest] transformation=CAST5/CFB96/PKCS5 13:35:17,331 INFO [main][CipherTest] transformation=CAST5/CFB96/PKCS5PADDING 13:35:17,332 INFO [main][CipherTest] transformation=CAST5/CFB96/PKCS7 13:35:17,332 INFO [main][CipherTest] transformation=CAST5/CFB96/PKCS7PADDING 13:35:17,332 INFO [main][CipherTest] transformation=CAST5/CFB96/TBC 13:35:17,332 INFO [main][CipherTest] transformation=CAST5/CFB96/TBCPADDING 13:35:17,333 INFO [main][CipherTest] transformation=CAST5/CFB96/X9.23 13:35:17,333 INFO [main][CipherTest] transformation=CAST5/CFB96/X9.23PADDING 13:35:17,333 INFO [main][CipherTest] transformation=CAST5/CFB96/ZEROBYTE 13:35:17,333 INFO [main][CipherTest] transformation=CAST5/CFB96/ZEROBYTEPADDING 13:35:17,334 INFO [main][CipherTest] transformation=CAST5/CTS/ 13:35:17,334 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5/CTS/" does not support IV => Skipping. 13:35:17,334 INFO [main][CipherTest] transformation=CAST5/CTS/NOPADDING 13:35:17,334 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5/CTS/NOPADDING" does not support IV => Skipping. 13:35:17,334 INFO [main][CipherTest] transformation=CAST5/EAX/ 13:35:17,335 INFO [main][CipherTest] transformation=CAST5/EAX/NOPADDING 13:35:17,336 INFO [main][CipherTest] transformation=CAST5/ECB/ 13:35:17,336 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5/ECB/" does not support IV => Skipping. 13:35:17,336 INFO [main][CipherTest] transformation=CAST5/ECB/NOPADDING 13:35:17,336 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST5/ECB/NOPADDING" does not support IV => Skipping. 13:35:17,336 INFO [main][CipherTest] transformation=CAST5/GOFB/ 13:35:17,337 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO10126 13:35:17,337 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO10126-2 13:35:17,338 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO10126-2PADDING 13:35:17,338 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO10126PADDING 13:35:17,339 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO7816-4 13:35:17,339 INFO [main][CipherTest] transformation=CAST5/GOFB/ISO7816-4PADDING 13:35:17,339 INFO [main][CipherTest] transformation=CAST5/GOFB/NOPADDING 13:35:17,340 INFO [main][CipherTest] transformation=CAST5/GOFB/PKCS5 13:35:17,340 INFO [main][CipherTest] transformation=CAST5/GOFB/PKCS5PADDING 13:35:17,340 INFO [main][CipherTest] transformation=CAST5/GOFB/PKCS7 13:35:17,341 INFO [main][CipherTest] transformation=CAST5/GOFB/PKCS7PADDING 13:35:17,341 INFO [main][CipherTest] transformation=CAST5/GOFB/TBC 13:35:17,341 INFO [main][CipherTest] transformation=CAST5/GOFB/TBCPADDING 13:35:17,341 INFO [main][CipherTest] transformation=CAST5/GOFB/X9.23 13:35:17,342 INFO [main][CipherTest] transformation=CAST5/GOFB/X9.23PADDING 13:35:17,342 INFO [main][CipherTest] transformation=CAST5/GOFB/ZEROBYTE 13:35:17,342 INFO [main][CipherTest] transformation=CAST5/GOFB/ZEROBYTEPADDING 13:35:17,343 INFO [main][CipherTest] transformation=CAST5/OFB/ 13:35:17,343 INFO [main][CipherTest] transformation=CAST5/OFB/ISO10126 13:35:17,344 INFO [main][CipherTest] transformation=CAST5/OFB/ISO10126-2 13:35:17,344 INFO [main][CipherTest] transformation=CAST5/OFB/ISO10126-2PADDING 13:35:17,344 INFO [main][CipherTest] transformation=CAST5/OFB/ISO10126PADDING 13:35:17,345 INFO [main][CipherTest] transformation=CAST5/OFB/ISO7816-4 13:35:17,345 INFO [main][CipherTest] transformation=CAST5/OFB/ISO7816-4PADDING 13:35:17,345 INFO [main][CipherTest] transformation=CAST5/OFB/NOPADDING 13:35:17,346 INFO [main][CipherTest] transformation=CAST5/OFB/PKCS5 13:35:17,346 INFO [main][CipherTest] transformation=CAST5/OFB/PKCS5PADDING 13:35:17,346 INFO [main][CipherTest] transformation=CAST5/OFB/PKCS7 13:35:17,346 INFO [main][CipherTest] transformation=CAST5/OFB/PKCS7PADDING 13:35:17,347 INFO [main][CipherTest] transformation=CAST5/OFB/TBC 13:35:17,347 INFO [main][CipherTest] transformation=CAST5/OFB/TBCPADDING 13:35:17,347 INFO [main][CipherTest] transformation=CAST5/OFB/X9.23 13:35:17,347 INFO [main][CipherTest] transformation=CAST5/OFB/X9.23PADDING 13:35:17,348 INFO [main][CipherTest] transformation=CAST5/OFB/ZEROBYTE 13:35:17,348 INFO [main][CipherTest] transformation=CAST5/OFB/ZEROBYTEPADDING 13:35:17,348 INFO [main][CipherTest] transformation=CAST5/OFB104/ 13:35:17,348 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO10126 13:35:17,349 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO10126-2 13:35:17,349 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO10126-2PADDING 13:35:17,350 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO10126PADDING 13:35:17,350 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO7816-4 13:35:17,350 INFO [main][CipherTest] transformation=CAST5/OFB104/ISO7816-4PADDING 13:35:17,351 INFO [main][CipherTest] transformation=CAST5/OFB104/NOPADDING 13:35:17,351 INFO [main][CipherTest] transformation=CAST5/OFB104/PKCS5 13:35:17,351 INFO [main][CipherTest] transformation=CAST5/OFB104/PKCS5PADDING 13:35:17,351 INFO [main][CipherTest] transformation=CAST5/OFB104/PKCS7 13:35:17,352 INFO [main][CipherTest] transformation=CAST5/OFB104/PKCS7PADDING 13:35:17,352 INFO [main][CipherTest] transformation=CAST5/OFB104/TBC 13:35:17,352 INFO [main][CipherTest] transformation=CAST5/OFB104/TBCPADDING 13:35:17,353 INFO [main][CipherTest] transformation=CAST5/OFB104/X9.23 13:35:17,353 INFO [main][CipherTest] transformation=CAST5/OFB104/X9.23PADDING 13:35:17,353 INFO [main][CipherTest] transformation=CAST5/OFB104/ZEROBYTE 13:35:17,353 INFO [main][CipherTest] transformation=CAST5/OFB104/ZEROBYTEPADDING 13:35:17,354 INFO [main][CipherTest] transformation=CAST5/OFB112/ 13:35:17,354 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO10126 13:35:17,354 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO10126-2 13:35:17,355 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO10126-2PADDING 13:35:17,355 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO10126PADDING 13:35:17,356 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO7816-4 13:35:17,356 INFO [main][CipherTest] transformation=CAST5/OFB112/ISO7816-4PADDING 13:35:17,356 INFO [main][CipherTest] transformation=CAST5/OFB112/NOPADDING 13:35:17,356 INFO [main][CipherTest] transformation=CAST5/OFB112/PKCS5 13:35:17,357 INFO [main][CipherTest] transformation=CAST5/OFB112/PKCS5PADDING 13:35:17,357 INFO [main][CipherTest] transformation=CAST5/OFB112/PKCS7 13:35:17,357 INFO [main][CipherTest] transformation=CAST5/OFB112/PKCS7PADDING 13:35:17,357 INFO [main][CipherTest] transformation=CAST5/OFB112/TBC 13:35:17,358 INFO [main][CipherTest] transformation=CAST5/OFB112/TBCPADDING 13:35:17,358 INFO [main][CipherTest] transformation=CAST5/OFB112/X9.23 13:35:17,358 INFO [main][CipherTest] transformation=CAST5/OFB112/X9.23PADDING 13:35:17,358 INFO [main][CipherTest] transformation=CAST5/OFB112/ZEROBYTE 13:35:17,359 INFO [main][CipherTest] transformation=CAST5/OFB112/ZEROBYTEPADDING 13:35:17,359 INFO [main][CipherTest] transformation=CAST5/OFB120/ 13:35:17,359 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO10126 13:35:17,360 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO10126-2 13:35:17,360 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO10126-2PADDING 13:35:17,360 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO10126PADDING 13:35:17,361 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO7816-4 13:35:17,361 INFO [main][CipherTest] transformation=CAST5/OFB120/ISO7816-4PADDING 13:35:17,361 INFO [main][CipherTest] transformation=CAST5/OFB120/NOPADDING 13:35:17,362 INFO [main][CipherTest] transformation=CAST5/OFB120/PKCS5 13:35:17,362 INFO [main][CipherTest] transformation=CAST5/OFB120/PKCS5PADDING 13:35:17,362 INFO [main][CipherTest] transformation=CAST5/OFB120/PKCS7 13:35:17,362 INFO [main][CipherTest] transformation=CAST5/OFB120/PKCS7PADDING 13:35:17,363 INFO [main][CipherTest] transformation=CAST5/OFB120/TBC 13:35:17,363 INFO [main][CipherTest] transformation=CAST5/OFB120/TBCPADDING 13:35:17,363 INFO [main][CipherTest] transformation=CAST5/OFB120/X9.23 13:35:17,363 INFO [main][CipherTest] transformation=CAST5/OFB120/X9.23PADDING 13:35:17,364 INFO [main][CipherTest] transformation=CAST5/OFB120/ZEROBYTE 13:35:17,364 INFO [main][CipherTest] transformation=CAST5/OFB120/ZEROBYTEPADDING 13:35:17,364 INFO [main][CipherTest] transformation=CAST5/OFB128/ 13:35:17,365 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO10126 13:35:17,365 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO10126-2 13:35:17,365 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO10126-2PADDING 13:35:17,366 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO10126PADDING 13:35:17,366 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO7816-4 13:35:17,367 INFO [main][CipherTest] transformation=CAST5/OFB128/ISO7816-4PADDING 13:35:17,367 INFO [main][CipherTest] transformation=CAST5/OFB128/NOPADDING 13:35:17,367 INFO [main][CipherTest] transformation=CAST5/OFB128/PKCS5 13:35:17,367 INFO [main][CipherTest] transformation=CAST5/OFB128/PKCS5PADDING 13:35:17,368 INFO [main][CipherTest] transformation=CAST5/OFB128/PKCS7 13:35:17,368 INFO [main][CipherTest] transformation=CAST5/OFB128/PKCS7PADDING 13:35:17,368 INFO [main][CipherTest] transformation=CAST5/OFB128/TBC 13:35:17,368 INFO [main][CipherTest] transformation=CAST5/OFB128/TBCPADDING 13:35:17,369 INFO [main][CipherTest] transformation=CAST5/OFB128/X9.23 13:35:17,369 INFO [main][CipherTest] transformation=CAST5/OFB128/X9.23PADDING 13:35:17,369 INFO [main][CipherTest] transformation=CAST5/OFB128/ZEROBYTE 13:35:17,369 INFO [main][CipherTest] transformation=CAST5/OFB128/ZEROBYTEPADDING 13:35:17,370 INFO [main][CipherTest] transformation=CAST5/OFB136/ 13:35:17,370 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO10126 13:35:17,370 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO10126-2 13:35:17,371 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO10126-2PADDING 13:35:17,371 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO10126PADDING 13:35:17,372 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO7816-4 13:35:17,372 INFO [main][CipherTest] transformation=CAST5/OFB136/ISO7816-4PADDING 13:35:17,372 INFO [main][CipherTest] transformation=CAST5/OFB136/NOPADDING 13:35:17,372 INFO [main][CipherTest] transformation=CAST5/OFB136/PKCS5 13:35:17,373 INFO [main][CipherTest] transformation=CAST5/OFB136/PKCS5PADDING 13:35:17,373 INFO [main][CipherTest] transformation=CAST5/OFB136/PKCS7 13:35:17,373 INFO [main][CipherTest] transformation=CAST5/OFB136/PKCS7PADDING 13:35:17,373 INFO [main][CipherTest] transformation=CAST5/OFB136/TBC 13:35:17,374 INFO [main][CipherTest] transformation=CAST5/OFB136/TBCPADDING 13:35:17,374 INFO [main][CipherTest] transformation=CAST5/OFB136/X9.23 13:35:17,374 INFO [main][CipherTest] transformation=CAST5/OFB136/X9.23PADDING 13:35:17,375 INFO [main][CipherTest] transformation=CAST5/OFB136/ZEROBYTE 13:35:17,375 INFO [main][CipherTest] transformation=CAST5/OFB136/ZEROBYTEPADDING 13:35:17,375 INFO [main][CipherTest] transformation=CAST5/OFB144/ 13:35:17,375 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO10126 13:35:17,376 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO10126-2 13:35:17,376 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO10126-2PADDING 13:35:17,377 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO10126PADDING 13:35:17,377 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO7816-4 13:35:17,377 INFO [main][CipherTest] transformation=CAST5/OFB144/ISO7816-4PADDING 13:35:17,377 INFO [main][CipherTest] transformation=CAST5/OFB144/NOPADDING 13:35:17,378 INFO [main][CipherTest] transformation=CAST5/OFB144/PKCS5 13:35:17,378 INFO [main][CipherTest] transformation=CAST5/OFB144/PKCS5PADDING 13:35:17,378 INFO [main][CipherTest] transformation=CAST5/OFB144/PKCS7 13:35:17,379 INFO [main][CipherTest] transformation=CAST5/OFB144/PKCS7PADDING 13:35:17,379 INFO [main][CipherTest] transformation=CAST5/OFB144/TBC 13:35:17,379 INFO [main][CipherTest] transformation=CAST5/OFB144/TBCPADDING 13:35:17,379 INFO [main][CipherTest] transformation=CAST5/OFB144/X9.23 13:35:17,380 INFO [main][CipherTest] transformation=CAST5/OFB144/X9.23PADDING 13:35:17,380 INFO [main][CipherTest] transformation=CAST5/OFB144/ZEROBYTE 13:35:17,380 INFO [main][CipherTest] transformation=CAST5/OFB144/ZEROBYTEPADDING 13:35:17,380 INFO [main][CipherTest] transformation=CAST5/OFB152/ 13:35:17,381 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO10126 13:35:17,381 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO10126-2 13:35:17,381 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO10126-2PADDING 13:35:17,382 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO10126PADDING 13:35:17,382 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO7816-4 13:35:17,383 INFO [main][CipherTest] transformation=CAST5/OFB152/ISO7816-4PADDING 13:35:17,383 INFO [main][CipherTest] transformation=CAST5/OFB152/NOPADDING 13:35:17,383 INFO [main][CipherTest] transformation=CAST5/OFB152/PKCS5 13:35:17,383 INFO [main][CipherTest] transformation=CAST5/OFB152/PKCS5PADDING 13:35:17,384 INFO [main][CipherTest] transformation=CAST5/OFB152/PKCS7 13:35:17,384 INFO [main][CipherTest] transformation=CAST5/OFB152/PKCS7PADDING 13:35:17,384 INFO [main][CipherTest] transformation=CAST5/OFB152/TBC 13:35:17,384 INFO [main][CipherTest] transformation=CAST5/OFB152/TBCPADDING 13:35:17,385 INFO [main][CipherTest] transformation=CAST5/OFB152/X9.23 13:35:17,385 INFO [main][CipherTest] transformation=CAST5/OFB152/X9.23PADDING 13:35:17,385 INFO [main][CipherTest] transformation=CAST5/OFB152/ZEROBYTE 13:35:17,385 INFO [main][CipherTest] transformation=CAST5/OFB152/ZEROBYTEPADDING 13:35:17,386 INFO [main][CipherTest] transformation=CAST5/OFB16/ 13:35:17,386 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO10126 13:35:17,386 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO10126-2 13:35:17,387 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO10126-2PADDING 13:35:17,387 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO10126PADDING 13:35:17,388 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO7816-4 13:35:17,388 INFO [main][CipherTest] transformation=CAST5/OFB16/ISO7816-4PADDING 13:35:17,388 INFO [main][CipherTest] transformation=CAST5/OFB16/NOPADDING 13:35:17,389 INFO [main][CipherTest] transformation=CAST5/OFB16/PKCS5 13:35:17,389 INFO [main][CipherTest] transformation=CAST5/OFB16/PKCS5PADDING 13:35:17,389 INFO [main][CipherTest] transformation=CAST5/OFB16/PKCS7 13:35:17,389 INFO [main][CipherTest] transformation=CAST5/OFB16/PKCS7PADDING 13:35:17,390 INFO [main][CipherTest] transformation=CAST5/OFB16/TBC 13:35:17,390 INFO [main][CipherTest] transformation=CAST5/OFB16/TBCPADDING 13:35:17,390 INFO [main][CipherTest] transformation=CAST5/OFB16/X9.23 13:35:17,390 INFO [main][CipherTest] transformation=CAST5/OFB16/X9.23PADDING 13:35:17,391 INFO [main][CipherTest] transformation=CAST5/OFB16/ZEROBYTE 13:35:17,391 INFO [main][CipherTest] transformation=CAST5/OFB16/ZEROBYTEPADDING 13:35:17,391 INFO [main][CipherTest] transformation=CAST5/OFB160/ 13:35:17,391 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO10126 13:35:17,392 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO10126-2 13:35:17,392 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO10126-2PADDING 13:35:17,393 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO10126PADDING 13:35:17,393 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO7816-4 13:35:17,393 INFO [main][CipherTest] transformation=CAST5/OFB160/ISO7816-4PADDING 13:35:17,394 INFO [main][CipherTest] transformation=CAST5/OFB160/NOPADDING 13:35:17,394 INFO [main][CipherTest] transformation=CAST5/OFB160/PKCS5 13:35:17,394 INFO [main][CipherTest] transformation=CAST5/OFB160/PKCS5PADDING 13:35:17,395 INFO [main][CipherTest] transformation=CAST5/OFB160/PKCS7 13:35:17,395 INFO [main][CipherTest] transformation=CAST5/OFB160/PKCS7PADDING 13:35:17,395 INFO [main][CipherTest] transformation=CAST5/OFB160/TBC 13:35:17,395 INFO [main][CipherTest] transformation=CAST5/OFB160/TBCPADDING 13:35:17,396 INFO [main][CipherTest] transformation=CAST5/OFB160/X9.23 13:35:17,396 INFO [main][CipherTest] transformation=CAST5/OFB160/X9.23PADDING 13:35:17,396 INFO [main][CipherTest] transformation=CAST5/OFB160/ZEROBYTE 13:35:17,396 INFO [main][CipherTest] transformation=CAST5/OFB160/ZEROBYTEPADDING 13:35:17,397 INFO [main][CipherTest] transformation=CAST5/OFB168/ 13:35:17,397 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO10126 13:35:17,397 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO10126-2 13:35:17,398 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO10126-2PADDING 13:35:17,398 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO10126PADDING 13:35:17,398 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO7816-4 13:35:17,399 INFO [main][CipherTest] transformation=CAST5/OFB168/ISO7816-4PADDING 13:35:17,399 INFO [main][CipherTest] transformation=CAST5/OFB168/NOPADDING 13:35:17,399 INFO [main][CipherTest] transformation=CAST5/OFB168/PKCS5 13:35:17,400 INFO [main][CipherTest] transformation=CAST5/OFB168/PKCS5PADDING 13:35:17,400 INFO [main][CipherTest] transformation=CAST5/OFB168/PKCS7 13:35:17,400 INFO [main][CipherTest] transformation=CAST5/OFB168/PKCS7PADDING 13:35:17,400 INFO [main][CipherTest] transformation=CAST5/OFB168/TBC 13:35:17,401 INFO [main][CipherTest] transformation=CAST5/OFB168/TBCPADDING 13:35:17,401 INFO [main][CipherTest] transformation=CAST5/OFB168/X9.23 13:35:17,401 INFO [main][CipherTest] transformation=CAST5/OFB168/X9.23PADDING 13:35:17,401 INFO [main][CipherTest] transformation=CAST5/OFB168/ZEROBYTE 13:35:17,402 INFO [main][CipherTest] transformation=CAST5/OFB168/ZEROBYTEPADDING 13:35:17,402 INFO [main][CipherTest] transformation=CAST5/OFB176/ 13:35:17,402 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO10126 13:35:17,403 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO10126-2 13:35:17,403 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO10126-2PADDING 13:35:17,403 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO10126PADDING 13:35:17,404 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO7816-4 13:35:17,404 INFO [main][CipherTest] transformation=CAST5/OFB176/ISO7816-4PADDING 13:35:17,404 INFO [main][CipherTest] transformation=CAST5/OFB176/NOPADDING 13:35:17,405 INFO [main][CipherTest] transformation=CAST5/OFB176/PKCS5 13:35:17,405 INFO [main][CipherTest] transformation=CAST5/OFB176/PKCS5PADDING 13:35:17,405 INFO [main][CipherTest] transformation=CAST5/OFB176/PKCS7 13:35:17,406 INFO [main][CipherTest] transformation=CAST5/OFB176/PKCS7PADDING 13:35:17,406 INFO [main][CipherTest] transformation=CAST5/OFB176/TBC 13:35:17,406 INFO [main][CipherTest] transformation=CAST5/OFB176/TBCPADDING 13:35:17,406 INFO [main][CipherTest] transformation=CAST5/OFB176/X9.23 13:35:17,407 INFO [main][CipherTest] transformation=CAST5/OFB176/X9.23PADDING 13:35:17,407 INFO [main][CipherTest] transformation=CAST5/OFB176/ZEROBYTE 13:35:17,407 INFO [main][CipherTest] transformation=CAST5/OFB176/ZEROBYTEPADDING 13:35:17,407 INFO [main][CipherTest] transformation=CAST5/OFB184/ 13:35:17,408 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO10126 13:35:17,408 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO10126-2 13:35:17,409 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO10126-2PADDING 13:35:17,409 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO10126PADDING 13:35:17,409 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO7816-4 13:35:17,409 INFO [main][CipherTest] transformation=CAST5/OFB184/ISO7816-4PADDING 13:35:17,409 INFO [main][CipherTest] transformation=CAST5/OFB184/NOPADDING 13:35:17,409 INFO [main][CipherTest] transformation=CAST5/OFB184/PKCS5 13:35:17,409 INFO [main][CipherTest] transformation=CAST5/OFB184/PKCS5PADDING 13:35:17,410 INFO [main][CipherTest] transformation=CAST5/OFB184/PKCS7 13:35:17,410 INFO [main][CipherTest] transformation=CAST5/OFB184/PKCS7PADDING 13:35:17,410 INFO [main][CipherTest] transformation=CAST5/OFB184/TBC 13:35:17,410 INFO [main][CipherTest] transformation=CAST5/OFB184/TBCPADDING 13:35:17,410 INFO [main][CipherTest] transformation=CAST5/OFB184/X9.23 13:35:17,410 INFO [main][CipherTest] transformation=CAST5/OFB184/X9.23PADDING 13:35:17,410 INFO [main][CipherTest] transformation=CAST5/OFB184/ZEROBYTE 13:35:17,410 INFO [main][CipherTest] transformation=CAST5/OFB184/ZEROBYTEPADDING 13:35:17,410 INFO [main][CipherTest] transformation=CAST5/OFB192/ 13:35:17,411 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO10126 13:35:17,411 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO10126-2 13:35:17,411 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO10126-2PADDING 13:35:17,411 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO10126PADDING 13:35:17,411 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO7816-4 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/ISO7816-4PADDING 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/NOPADDING 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/PKCS5 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/PKCS5PADDING 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/PKCS7 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/PKCS7PADDING 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/TBC 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/TBCPADDING 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/X9.23 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/X9.23PADDING 13:35:17,412 INFO [main][CipherTest] transformation=CAST5/OFB192/ZEROBYTE 13:35:17,413 INFO [main][CipherTest] transformation=CAST5/OFB192/ZEROBYTEPADDING 13:35:17,413 INFO [main][CipherTest] transformation=CAST5/OFB200/ 13:35:17,413 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO10126 13:35:17,413 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO10126-2 13:35:17,413 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO10126-2PADDING 13:35:17,413 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO10126PADDING 13:35:17,413 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO7816-4 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/ISO7816-4PADDING 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/NOPADDING 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/PKCS5 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/PKCS5PADDING 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/PKCS7 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/PKCS7PADDING 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/TBC 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/TBCPADDING 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/X9.23 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/X9.23PADDING 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/ZEROBYTE 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB200/ZEROBYTEPADDING 13:35:17,414 INFO [main][CipherTest] transformation=CAST5/OFB208/ 13:35:17,415 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO10126 13:35:17,415 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO10126-2 13:35:17,415 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO10126-2PADDING 13:35:17,415 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO10126PADDING 13:35:17,415 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO7816-4 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/ISO7816-4PADDING 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/NOPADDING 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/PKCS5 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/PKCS5PADDING 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/PKCS7 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/PKCS7PADDING 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/TBC 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/TBCPADDING 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/X9.23 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/X9.23PADDING 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/ZEROBYTE 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB208/ZEROBYTEPADDING 13:35:17,416 INFO [main][CipherTest] transformation=CAST5/OFB216/ 13:35:17,417 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO10126 13:35:17,417 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO10126-2 13:35:17,417 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO10126-2PADDING 13:35:17,417 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO10126PADDING 13:35:17,417 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO7816-4 13:35:17,417 INFO [main][CipherTest] transformation=CAST5/OFB216/ISO7816-4PADDING 13:35:17,417 INFO [main][CipherTest] transformation=CAST5/OFB216/NOPADDING 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/PKCS5 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/PKCS5PADDING 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/PKCS7 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/PKCS7PADDING 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/TBC 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/TBCPADDING 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/X9.23 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/X9.23PADDING 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/ZEROBYTE 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB216/ZEROBYTEPADDING 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB224/ 13:35:17,418 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO10126 13:35:17,419 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO10126-2 13:35:17,419 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO10126-2PADDING 13:35:17,419 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO10126PADDING 13:35:17,419 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO7816-4 13:35:17,419 INFO [main][CipherTest] transformation=CAST5/OFB224/ISO7816-4PADDING 13:35:17,419 INFO [main][CipherTest] transformation=CAST5/OFB224/NOPADDING 13:35:17,419 INFO [main][CipherTest] transformation=CAST5/OFB224/PKCS5 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB224/PKCS5PADDING 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB224/PKCS7 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB224/PKCS7PADDING 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB224/TBC 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB224/TBCPADDING 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB224/X9.23 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB224/X9.23PADDING 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB224/ZEROBYTE 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB224/ZEROBYTEPADDING 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB232/ 13:35:17,420 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO10126 13:35:17,421 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO10126-2 13:35:17,421 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO10126-2PADDING 13:35:17,421 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO10126PADDING 13:35:17,421 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO7816-4 13:35:17,421 INFO [main][CipherTest] transformation=CAST5/OFB232/ISO7816-4PADDING 13:35:17,421 INFO [main][CipherTest] transformation=CAST5/OFB232/NOPADDING 13:35:17,421 INFO [main][CipherTest] transformation=CAST5/OFB232/PKCS5 13:35:17,421 INFO [main][CipherTest] transformation=CAST5/OFB232/PKCS5PADDING 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB232/PKCS7 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB232/PKCS7PADDING 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB232/TBC 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB232/TBCPADDING 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB232/X9.23 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB232/X9.23PADDING 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB232/ZEROBYTE 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB232/ZEROBYTEPADDING 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB24/ 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO10126 13:35:17,422 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO10126-2 13:35:17,423 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO10126-2PADDING 13:35:17,423 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO10126PADDING 13:35:17,423 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO7816-4 13:35:17,423 INFO [main][CipherTest] transformation=CAST5/OFB24/ISO7816-4PADDING 13:35:17,423 INFO [main][CipherTest] transformation=CAST5/OFB24/NOPADDING 13:35:17,423 INFO [main][CipherTest] transformation=CAST5/OFB24/PKCS5 13:35:17,423 INFO [main][CipherTest] transformation=CAST5/OFB24/PKCS5PADDING 13:35:17,423 INFO [main][CipherTest] transformation=CAST5/OFB24/PKCS7 13:35:17,423 INFO [main][CipherTest] transformation=CAST5/OFB24/PKCS7PADDING 13:35:17,424 INFO [main][CipherTest] transformation=CAST5/OFB24/TBC 13:35:17,424 INFO [main][CipherTest] transformation=CAST5/OFB24/TBCPADDING 13:35:17,424 INFO [main][CipherTest] transformation=CAST5/OFB24/X9.23 13:35:17,424 INFO [main][CipherTest] transformation=CAST5/OFB24/X9.23PADDING 13:35:17,424 INFO [main][CipherTest] transformation=CAST5/OFB24/ZEROBYTE 13:35:17,424 INFO [main][CipherTest] transformation=CAST5/OFB24/ZEROBYTEPADDING 13:35:17,424 INFO [main][CipherTest] transformation=CAST5/OFB240/ 13:35:17,424 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO10126 13:35:17,424 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO10126-2 13:35:17,425 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO10126-2PADDING 13:35:17,425 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO10126PADDING 13:35:17,425 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO7816-4 13:35:17,426 INFO [main][CipherTest] transformation=CAST5/OFB240/ISO7816-4PADDING 13:35:17,426 INFO [main][CipherTest] transformation=CAST5/OFB240/NOPADDING 13:35:17,426 INFO [main][CipherTest] transformation=CAST5/OFB240/PKCS5 13:35:17,426 INFO [main][CipherTest] transformation=CAST5/OFB240/PKCS5PADDING 13:35:17,426 INFO [main][CipherTest] transformation=CAST5/OFB240/PKCS7 13:35:17,426 INFO [main][CipherTest] transformation=CAST5/OFB240/PKCS7PADDING 13:35:17,427 INFO [main][CipherTest] transformation=CAST5/OFB240/TBC 13:35:17,427 INFO [main][CipherTest] transformation=CAST5/OFB240/TBCPADDING 13:35:17,427 INFO [main][CipherTest] transformation=CAST5/OFB240/X9.23 13:35:17,427 INFO [main][CipherTest] transformation=CAST5/OFB240/X9.23PADDING 13:35:17,427 INFO [main][CipherTest] transformation=CAST5/OFB240/ZEROBYTE 13:35:17,427 INFO [main][CipherTest] transformation=CAST5/OFB240/ZEROBYTEPADDING 13:35:17,428 INFO [main][CipherTest] transformation=CAST5/OFB248/ 13:35:17,428 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO10126 13:35:17,428 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO10126-2 13:35:17,428 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO10126-2PADDING 13:35:17,429 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO10126PADDING 13:35:17,429 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO7816-4 13:35:17,429 INFO [main][CipherTest] transformation=CAST5/OFB248/ISO7816-4PADDING 13:35:17,429 INFO [main][CipherTest] transformation=CAST5/OFB248/NOPADDING 13:35:17,430 INFO [main][CipherTest] transformation=CAST5/OFB248/PKCS5 13:35:17,430 INFO [main][CipherTest] transformation=CAST5/OFB248/PKCS5PADDING 13:35:17,430 INFO [main][CipherTest] transformation=CAST5/OFB248/PKCS7 13:35:17,430 INFO [main][CipherTest] transformation=CAST5/OFB248/PKCS7PADDING 13:35:17,430 INFO [main][CipherTest] transformation=CAST5/OFB248/TBC 13:35:17,430 INFO [main][CipherTest] transformation=CAST5/OFB248/TBCPADDING 13:35:17,431 INFO [main][CipherTest] transformation=CAST5/OFB248/X9.23 13:35:17,431 INFO [main][CipherTest] transformation=CAST5/OFB248/X9.23PADDING 13:35:17,431 INFO [main][CipherTest] transformation=CAST5/OFB248/ZEROBYTE 13:35:17,431 INFO [main][CipherTest] transformation=CAST5/OFB248/ZEROBYTEPADDING 13:35:17,431 INFO [main][CipherTest] transformation=CAST5/OFB256/ 13:35:17,431 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO10126 13:35:17,432 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO10126-2 13:35:17,432 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO10126-2PADDING 13:35:17,432 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO10126PADDING 13:35:17,433 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO7816-4 13:35:17,433 INFO [main][CipherTest] transformation=CAST5/OFB256/ISO7816-4PADDING 13:35:17,433 INFO [main][CipherTest] transformation=CAST5/OFB256/NOPADDING 13:35:17,433 INFO [main][CipherTest] transformation=CAST5/OFB256/PKCS5 13:35:17,433 INFO [main][CipherTest] transformation=CAST5/OFB256/PKCS5PADDING 13:35:17,434 INFO [main][CipherTest] transformation=CAST5/OFB256/PKCS7 13:35:17,434 INFO [main][CipherTest] transformation=CAST5/OFB256/PKCS7PADDING 13:35:17,434 INFO [main][CipherTest] transformation=CAST5/OFB256/TBC 13:35:17,434 INFO [main][CipherTest] transformation=CAST5/OFB256/TBCPADDING 13:35:17,434 INFO [main][CipherTest] transformation=CAST5/OFB256/X9.23 13:35:17,434 INFO [main][CipherTest] transformation=CAST5/OFB256/X9.23PADDING 13:35:17,435 INFO [main][CipherTest] transformation=CAST5/OFB256/ZEROBYTE 13:35:17,435 INFO [main][CipherTest] transformation=CAST5/OFB256/ZEROBYTEPADDING 13:35:17,435 INFO [main][CipherTest] transformation=CAST5/OFB32/ 13:35:17,435 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO10126 13:35:17,435 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO10126-2 13:35:17,436 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO10126-2PADDING 13:35:17,436 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO10126PADDING 13:35:17,436 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO7816-4 13:35:17,437 INFO [main][CipherTest] transformation=CAST5/OFB32/ISO7816-4PADDING 13:35:17,437 INFO [main][CipherTest] transformation=CAST5/OFB32/NOPADDING 13:35:17,437 INFO [main][CipherTest] transformation=CAST5/OFB32/PKCS5 13:35:17,437 INFO [main][CipherTest] transformation=CAST5/OFB32/PKCS5PADDING 13:35:17,437 INFO [main][CipherTest] transformation=CAST5/OFB32/PKCS7 13:35:17,438 INFO [main][CipherTest] transformation=CAST5/OFB32/PKCS7PADDING 13:35:17,438 INFO [main][CipherTest] transformation=CAST5/OFB32/TBC 13:35:17,438 INFO [main][CipherTest] transformation=CAST5/OFB32/TBCPADDING 13:35:17,438 INFO [main][CipherTest] transformation=CAST5/OFB32/X9.23 13:35:17,438 INFO [main][CipherTest] transformation=CAST5/OFB32/X9.23PADDING 13:35:17,438 INFO [main][CipherTest] transformation=CAST5/OFB32/ZEROBYTE 13:35:17,439 INFO [main][CipherTest] transformation=CAST5/OFB32/ZEROBYTEPADDING 13:35:17,439 INFO [main][CipherTest] transformation=CAST5/OFB40/ 13:35:17,439 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO10126 13:35:17,439 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO10126-2 13:35:17,440 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO10126-2PADDING 13:35:17,440 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO10126PADDING 13:35:17,440 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO7816-4 13:35:17,440 INFO [main][CipherTest] transformation=CAST5/OFB40/ISO7816-4PADDING 13:35:17,441 INFO [main][CipherTest] transformation=CAST5/OFB40/NOPADDING 13:35:17,441 INFO [main][CipherTest] transformation=CAST5/OFB40/PKCS5 13:35:17,441 INFO [main][CipherTest] transformation=CAST5/OFB40/PKCS5PADDING 13:35:17,441 INFO [main][CipherTest] transformation=CAST5/OFB40/PKCS7 13:35:17,441 INFO [main][CipherTest] transformation=CAST5/OFB40/PKCS7PADDING 13:35:17,441 INFO [main][CipherTest] transformation=CAST5/OFB40/TBC 13:35:17,441 INFO [main][CipherTest] transformation=CAST5/OFB40/TBCPADDING 13:35:17,442 INFO [main][CipherTest] transformation=CAST5/OFB40/X9.23 13:35:17,442 INFO [main][CipherTest] transformation=CAST5/OFB40/X9.23PADDING 13:35:17,442 INFO [main][CipherTest] transformation=CAST5/OFB40/ZEROBYTE 13:35:17,442 INFO [main][CipherTest] transformation=CAST5/OFB40/ZEROBYTEPADDING 13:35:17,442 INFO [main][CipherTest] transformation=CAST5/OFB48/ 13:35:17,443 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO10126 13:35:17,443 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO10126-2 13:35:17,443 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO10126-2PADDING 13:35:17,444 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO10126PADDING 13:35:17,444 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO7816-4 13:35:17,444 INFO [main][CipherTest] transformation=CAST5/OFB48/ISO7816-4PADDING 13:35:17,444 INFO [main][CipherTest] transformation=CAST5/OFB48/NOPADDING 13:35:17,444 INFO [main][CipherTest] transformation=CAST5/OFB48/PKCS5 13:35:17,445 INFO [main][CipherTest] transformation=CAST5/OFB48/PKCS5PADDING 13:35:17,445 INFO [main][CipherTest] transformation=CAST5/OFB48/PKCS7 13:35:17,445 INFO [main][CipherTest] transformation=CAST5/OFB48/PKCS7PADDING 13:35:17,445 INFO [main][CipherTest] transformation=CAST5/OFB48/TBC 13:35:17,445 INFO [main][CipherTest] transformation=CAST5/OFB48/TBCPADDING 13:35:17,445 INFO [main][CipherTest] transformation=CAST5/OFB48/X9.23 13:35:17,446 INFO [main][CipherTest] transformation=CAST5/OFB48/X9.23PADDING 13:35:17,446 INFO [main][CipherTest] transformation=CAST5/OFB48/ZEROBYTE 13:35:17,446 INFO [main][CipherTest] transformation=CAST5/OFB48/ZEROBYTEPADDING 13:35:17,446 INFO [main][CipherTest] transformation=CAST5/OFB56/ 13:35:17,446 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO10126 13:35:17,447 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO10126-2 13:35:17,447 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO10126-2PADDING 13:35:17,447 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO10126PADDING 13:35:17,448 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO7816-4 13:35:17,448 INFO [main][CipherTest] transformation=CAST5/OFB56/ISO7816-4PADDING 13:35:17,448 INFO [main][CipherTest] transformation=CAST5/OFB56/NOPADDING 13:35:17,448 INFO [main][CipherTest] transformation=CAST5/OFB56/PKCS5 13:35:17,448 INFO [main][CipherTest] transformation=CAST5/OFB56/PKCS5PADDING 13:35:17,448 INFO [main][CipherTest] transformation=CAST5/OFB56/PKCS7 13:35:17,449 INFO [main][CipherTest] transformation=CAST5/OFB56/PKCS7PADDING 13:35:17,449 INFO [main][CipherTest] transformation=CAST5/OFB56/TBC 13:35:17,449 INFO [main][CipherTest] transformation=CAST5/OFB56/TBCPADDING 13:35:17,449 INFO [main][CipherTest] transformation=CAST5/OFB56/X9.23 13:35:17,449 INFO [main][CipherTest] transformation=CAST5/OFB56/X9.23PADDING 13:35:17,449 INFO [main][CipherTest] transformation=CAST5/OFB56/ZEROBYTE 13:35:17,450 INFO [main][CipherTest] transformation=CAST5/OFB56/ZEROBYTEPADDING 13:35:17,450 INFO [main][CipherTest] transformation=CAST5/OFB64/ 13:35:17,450 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO10126 13:35:17,450 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO10126-2 13:35:17,451 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO10126-2PADDING 13:35:17,451 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO10126PADDING 13:35:17,451 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO7816-4 13:35:17,451 INFO [main][CipherTest] transformation=CAST5/OFB64/ISO7816-4PADDING 13:35:17,452 INFO [main][CipherTest] transformation=CAST5/OFB64/NOPADDING 13:35:17,452 INFO [main][CipherTest] transformation=CAST5/OFB64/PKCS5 13:35:17,452 INFO [main][CipherTest] transformation=CAST5/OFB64/PKCS5PADDING 13:35:17,452 INFO [main][CipherTest] transformation=CAST5/OFB64/PKCS7 13:35:17,452 INFO [main][CipherTest] transformation=CAST5/OFB64/PKCS7PADDING 13:35:17,452 INFO [main][CipherTest] transformation=CAST5/OFB64/TBC 13:35:17,453 INFO [main][CipherTest] transformation=CAST5/OFB64/TBCPADDING 13:35:17,453 INFO [main][CipherTest] transformation=CAST5/OFB64/X9.23 13:35:17,453 INFO [main][CipherTest] transformation=CAST5/OFB64/X9.23PADDING 13:35:17,453 INFO [main][CipherTest] transformation=CAST5/OFB64/ZEROBYTE 13:35:17,453 INFO [main][CipherTest] transformation=CAST5/OFB64/ZEROBYTEPADDING 13:35:17,453 INFO [main][CipherTest] transformation=CAST5/OFB72/ 13:35:17,454 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO10126 13:35:17,454 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO10126-2 13:35:17,454 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO10126-2PADDING 13:35:17,455 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO10126PADDING 13:35:17,455 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO7816-4 13:35:17,455 INFO [main][CipherTest] transformation=CAST5/OFB72/ISO7816-4PADDING 13:35:17,455 INFO [main][CipherTest] transformation=CAST5/OFB72/NOPADDING 13:35:17,455 INFO [main][CipherTest] transformation=CAST5/OFB72/PKCS5 13:35:17,456 INFO [main][CipherTest] transformation=CAST5/OFB72/PKCS5PADDING 13:35:17,456 INFO [main][CipherTest] transformation=CAST5/OFB72/PKCS7 13:35:17,456 INFO [main][CipherTest] transformation=CAST5/OFB72/PKCS7PADDING 13:35:17,456 INFO [main][CipherTest] transformation=CAST5/OFB72/TBC 13:35:17,456 INFO [main][CipherTest] transformation=CAST5/OFB72/TBCPADDING 13:35:17,456 INFO [main][CipherTest] transformation=CAST5/OFB72/X9.23 13:35:17,457 INFO [main][CipherTest] transformation=CAST5/OFB72/X9.23PADDING 13:35:17,457 INFO [main][CipherTest] transformation=CAST5/OFB72/ZEROBYTE 13:35:17,457 INFO [main][CipherTest] transformation=CAST5/OFB72/ZEROBYTEPADDING 13:35:17,457 INFO [main][CipherTest] transformation=CAST5/OFB8/ 13:35:17,457 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO10126 13:35:17,457 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO10126-2 13:35:17,458 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO10126-2PADDING 13:35:17,458 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO10126PADDING 13:35:17,458 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO7816-4 13:35:17,459 INFO [main][CipherTest] transformation=CAST5/OFB8/ISO7816-4PADDING 13:35:17,459 INFO [main][CipherTest] transformation=CAST5/OFB8/NOPADDING 13:35:17,459 INFO [main][CipherTest] transformation=CAST5/OFB8/PKCS5 13:35:17,459 INFO [main][CipherTest] transformation=CAST5/OFB8/PKCS5PADDING 13:35:17,459 INFO [main][CipherTest] transformation=CAST5/OFB8/PKCS7 13:35:17,460 INFO [main][CipherTest] transformation=CAST5/OFB8/PKCS7PADDING 13:35:17,460 INFO [main][CipherTest] transformation=CAST5/OFB8/TBC 13:35:17,460 INFO [main][CipherTest] transformation=CAST5/OFB8/TBCPADDING 13:35:17,460 INFO [main][CipherTest] transformation=CAST5/OFB8/X9.23 13:35:17,460 INFO [main][CipherTest] transformation=CAST5/OFB8/X9.23PADDING 13:35:17,460 INFO [main][CipherTest] transformation=CAST5/OFB8/ZEROBYTE 13:35:17,461 INFO [main][CipherTest] transformation=CAST5/OFB8/ZEROBYTEPADDING 13:35:17,461 INFO [main][CipherTest] transformation=CAST5/OFB80/ 13:35:17,461 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO10126 13:35:17,461 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO10126-2 13:35:17,462 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO10126-2PADDING 13:35:17,462 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO10126PADDING 13:35:17,462 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO7816-4 13:35:17,462 INFO [main][CipherTest] transformation=CAST5/OFB80/ISO7816-4PADDING 13:35:17,463 INFO [main][CipherTest] transformation=CAST5/OFB80/NOPADDING 13:35:17,463 INFO [main][CipherTest] transformation=CAST5/OFB80/PKCS5 13:35:17,463 INFO [main][CipherTest] transformation=CAST5/OFB80/PKCS5PADDING 13:35:17,463 INFO [main][CipherTest] transformation=CAST5/OFB80/PKCS7 13:35:17,463 INFO [main][CipherTest] transformation=CAST5/OFB80/PKCS7PADDING 13:35:17,463 INFO [main][CipherTest] transformation=CAST5/OFB80/TBC 13:35:17,464 INFO [main][CipherTest] transformation=CAST5/OFB80/TBCPADDING 13:35:17,464 INFO [main][CipherTest] transformation=CAST5/OFB80/X9.23 13:35:17,464 INFO [main][CipherTest] transformation=CAST5/OFB80/X9.23PADDING 13:35:17,464 INFO [main][CipherTest] transformation=CAST5/OFB80/ZEROBYTE 13:35:17,464 INFO [main][CipherTest] transformation=CAST5/OFB80/ZEROBYTEPADDING 13:35:17,464 INFO [main][CipherTest] transformation=CAST5/OFB88/ 13:35:17,465 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO10126 13:35:17,465 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO10126-2 13:35:17,465 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO10126-2PADDING 13:35:17,465 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO10126PADDING 13:35:17,466 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO7816-4 13:35:17,466 INFO [main][CipherTest] transformation=CAST5/OFB88/ISO7816-4PADDING 13:35:17,466 INFO [main][CipherTest] transformation=CAST5/OFB88/NOPADDING 13:35:17,466 INFO [main][CipherTest] transformation=CAST5/OFB88/PKCS5 13:35:17,467 INFO [main][CipherTest] transformation=CAST5/OFB88/PKCS5PADDING 13:35:17,467 INFO [main][CipherTest] transformation=CAST5/OFB88/PKCS7 13:35:17,467 INFO [main][CipherTest] transformation=CAST5/OFB88/PKCS7PADDING 13:35:17,467 INFO [main][CipherTest] transformation=CAST5/OFB88/TBC 13:35:17,467 INFO [main][CipherTest] transformation=CAST5/OFB88/TBCPADDING 13:35:17,467 INFO [main][CipherTest] transformation=CAST5/OFB88/X9.23 13:35:17,468 INFO [main][CipherTest] transformation=CAST5/OFB88/X9.23PADDING 13:35:17,468 INFO [main][CipherTest] transformation=CAST5/OFB88/ZEROBYTE 13:35:17,468 INFO [main][CipherTest] transformation=CAST5/OFB88/ZEROBYTEPADDING 13:35:17,468 INFO [main][CipherTest] transformation=CAST5/OFB96/ 13:35:17,468 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO10126 13:35:17,468 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO10126-2 13:35:17,469 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO10126-2PADDING 13:35:17,469 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO10126PADDING 13:35:17,470 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO7816-4 13:35:17,470 INFO [main][CipherTest] transformation=CAST5/OFB96/ISO7816-4PADDING 13:35:17,470 INFO [main][CipherTest] transformation=CAST5/OFB96/NOPADDING 13:35:17,470 INFO [main][CipherTest] transformation=CAST5/OFB96/PKCS5 13:35:17,470 INFO [main][CipherTest] transformation=CAST5/OFB96/PKCS5PADDING 13:35:17,471 INFO [main][CipherTest] transformation=CAST5/OFB96/PKCS7 13:35:17,471 INFO [main][CipherTest] transformation=CAST5/OFB96/PKCS7PADDING 13:35:17,471 INFO [main][CipherTest] transformation=CAST5/OFB96/TBC 13:35:17,471 INFO [main][CipherTest] transformation=CAST5/OFB96/TBCPADDING 13:35:17,471 INFO [main][CipherTest] transformation=CAST5/OFB96/X9.23 13:35:17,471 INFO [main][CipherTest] transformation=CAST5/OFB96/X9.23PADDING 13:35:17,472 INFO [main][CipherTest] transformation=CAST5/OFB96/ZEROBYTE 13:35:17,472 INFO [main][CipherTest] transformation=CAST5/OFB96/ZEROBYTEPADDING 13:35:17,472 INFO [main][CipherTest] transformation=CAST5/SIC/ 13:35:17,472 INFO [main][CipherTest] transformation=CAST5/SIC/ISO10126 13:35:17,472 INFO [main][CipherTest] transformation=CAST5/SIC/ISO10126-2 13:35:17,473 INFO [main][CipherTest] transformation=CAST5/SIC/ISO10126-2PADDING 13:35:17,473 INFO [main][CipherTest] transformation=CAST5/SIC/ISO10126PADDING 13:35:17,473 INFO [main][CipherTest] transformation=CAST5/SIC/ISO7816-4 13:35:17,473 INFO [main][CipherTest] transformation=CAST5/SIC/ISO7816-4PADDING 13:35:17,473 INFO [main][CipherTest] transformation=CAST5/SIC/NOPADDING 13:35:17,474 INFO [main][CipherTest] transformation=CAST5/SIC/PKCS5 13:35:17,474 INFO [main][CipherTest] transformation=CAST5/SIC/PKCS5PADDING 13:35:17,474 INFO [main][CipherTest] transformation=CAST5/SIC/PKCS7 13:35:17,474 INFO [main][CipherTest] transformation=CAST5/SIC/PKCS7PADDING 13:35:17,474 INFO [main][CipherTest] transformation=CAST5/SIC/TBC 13:35:17,474 INFO [main][CipherTest] transformation=CAST5/SIC/TBCPADDING 13:35:17,474 INFO [main][CipherTest] transformation=CAST5/SIC/X9.23 13:35:17,475 INFO [main][CipherTest] transformation=CAST5/SIC/X9.23PADDING 13:35:17,475 INFO [main][CipherTest] transformation=CAST5/SIC/ZEROBYTE 13:35:17,475 INFO [main][CipherTest] transformation=CAST5/SIC/ZEROBYTEPADDING 13:35:17,475 INFO [main][CipherTest] transformation=CAST6// 13:35:17,476 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6//" does not support IV => Skipping. 13:35:17,476 INFO [main][CipherTest] transformation=CAST6//NOPADDING 13:35:17,476 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6//NOPADDING" does not support IV => Skipping. 13:35:17,476 INFO [main][CipherTest] transformation=CAST6/CBC-CTS/ 13:35:17,477 INFO [main][CipherTest] transformation=CAST6/CBC-CTS/NOPADDING 13:35:17,477 INFO [main][CipherTest] transformation=CAST6/CBC/ 13:35:17,478 INFO [main][CipherTest] transformation=CAST6/CBC/ISO10126 13:35:17,479 INFO [main][CipherTest] transformation=CAST6/CBC/ISO10126-2 13:35:17,479 INFO [main][CipherTest] transformation=CAST6/CBC/ISO10126-2PADDING 13:35:17,480 INFO [main][CipherTest] transformation=CAST6/CBC/ISO10126PADDING 13:35:17,481 INFO [main][CipherTest] transformation=CAST6/CBC/ISO7816-4 13:35:17,481 INFO [main][CipherTest] transformation=CAST6/CBC/ISO7816-4PADDING 13:35:17,482 INFO [main][CipherTest] transformation=CAST6/CBC/NOPADDING 13:35:17,482 INFO [main][CipherTest] transformation=CAST6/CBC/PKCS5 13:35:17,483 INFO [main][CipherTest] transformation=CAST6/CBC/PKCS5PADDING 13:35:17,484 INFO [main][CipherTest] transformation=CAST6/CBC/PKCS7 13:35:17,484 INFO [main][CipherTest] transformation=CAST6/CBC/PKCS7PADDING 13:35:17,485 INFO [main][CipherTest] transformation=CAST6/CBC/TBC 13:35:17,485 INFO [main][CipherTest] transformation=CAST6/CBC/TBCPADDING 13:35:17,486 INFO [main][CipherTest] transformation=CAST6/CBC/X9.23 13:35:17,486 INFO [main][CipherTest] transformation=CAST6/CBC/X9.23PADDING 13:35:17,487 INFO [main][CipherTest] transformation=CAST6/CBC/ZEROBYTE 13:35:17,488 INFO [main][CipherTest] transformation=CAST6/CBC/ZEROBYTEPADDING 13:35:17,488 INFO [main][CipherTest] transformation=CAST6/CCM/ 13:35:17,488 INFO [main][CipherTest] transformation=CAST6/CCM/NOPADDING 13:35:17,489 INFO [main][CipherTest] transformation=CAST6/CFB/ 13:35:17,489 INFO [main][CipherTest] transformation=CAST6/CFB/ISO10126 13:35:17,490 INFO [main][CipherTest] transformation=CAST6/CFB/ISO10126-2 13:35:17,491 INFO [main][CipherTest] transformation=CAST6/CFB/ISO10126-2PADDING 13:35:17,492 INFO [main][CipherTest] transformation=CAST6/CFB/ISO10126PADDING 13:35:17,492 INFO [main][CipherTest] transformation=CAST6/CFB/ISO7816-4 13:35:17,493 INFO [main][CipherTest] transformation=CAST6/CFB/ISO7816-4PADDING 13:35:17,494 INFO [main][CipherTest] transformation=CAST6/CFB/NOPADDING 13:35:17,495 INFO [main][CipherTest] transformation=CAST6/CFB/PKCS5 13:35:17,496 INFO [main][CipherTest] transformation=CAST6/CFB/PKCS5PADDING 13:35:17,496 INFO [main][CipherTest] transformation=CAST6/CFB/PKCS7 13:35:17,497 INFO [main][CipherTest] transformation=CAST6/CFB/PKCS7PADDING 13:35:17,498 INFO [main][CipherTest] transformation=CAST6/CFB/TBC 13:35:17,498 INFO [main][CipherTest] transformation=CAST6/CFB/TBCPADDING 13:35:17,499 INFO [main][CipherTest] transformation=CAST6/CFB/X9.23 13:35:17,499 INFO [main][CipherTest] transformation=CAST6/CFB/X9.23PADDING 13:35:17,500 INFO [main][CipherTest] transformation=CAST6/CFB/ZEROBYTE 13:35:17,501 INFO [main][CipherTest] transformation=CAST6/CFB/ZEROBYTEPADDING 13:35:17,501 INFO [main][CipherTest] transformation=CAST6/CFB104/ 13:35:17,502 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO10126 13:35:17,503 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO10126-2 13:35:17,504 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO10126-2PADDING 13:35:17,505 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO10126PADDING 13:35:17,506 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO7816-4 13:35:17,506 INFO [main][CipherTest] transformation=CAST6/CFB104/ISO7816-4PADDING 13:35:17,507 INFO [main][CipherTest] transformation=CAST6/CFB104/NOPADDING 13:35:17,508 INFO [main][CipherTest] transformation=CAST6/CFB104/PKCS5 13:35:17,508 INFO [main][CipherTest] transformation=CAST6/CFB104/PKCS5PADDING 13:35:17,509 INFO [main][CipherTest] transformation=CAST6/CFB104/PKCS7 13:35:17,510 INFO [main][CipherTest] transformation=CAST6/CFB104/PKCS7PADDING 13:35:17,510 INFO [main][CipherTest] transformation=CAST6/CFB104/TBC 13:35:17,511 INFO [main][CipherTest] transformation=CAST6/CFB104/TBCPADDING 13:35:17,512 INFO [main][CipherTest] transformation=CAST6/CFB104/X9.23 13:35:17,512 INFO [main][CipherTest] transformation=CAST6/CFB104/X9.23PADDING 13:35:17,513 INFO [main][CipherTest] transformation=CAST6/CFB104/ZEROBYTE 13:35:17,513 INFO [main][CipherTest] transformation=CAST6/CFB104/ZEROBYTEPADDING 13:35:17,514 INFO [main][CipherTest] transformation=CAST6/CFB112/ 13:35:17,515 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO10126 13:35:17,516 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO10126-2 13:35:17,516 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO10126-2PADDING 13:35:17,517 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO10126PADDING 13:35:17,518 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO7816-4 13:35:17,519 INFO [main][CipherTest] transformation=CAST6/CFB112/ISO7816-4PADDING 13:35:17,519 INFO [main][CipherTest] transformation=CAST6/CFB112/NOPADDING 13:35:17,520 INFO [main][CipherTest] transformation=CAST6/CFB112/PKCS5 13:35:17,521 INFO [main][CipherTest] transformation=CAST6/CFB112/PKCS5PADDING 13:35:17,521 INFO [main][CipherTest] transformation=CAST6/CFB112/PKCS7 13:35:17,522 INFO [main][CipherTest] transformation=CAST6/CFB112/PKCS7PADDING 13:35:17,523 INFO [main][CipherTest] transformation=CAST6/CFB112/TBC 13:35:17,523 INFO [main][CipherTest] transformation=CAST6/CFB112/TBCPADDING 13:35:17,524 INFO [main][CipherTest] transformation=CAST6/CFB112/X9.23 13:35:17,528 INFO [main][CipherTest] transformation=CAST6/CFB112/X9.23PADDING 13:35:17,529 INFO [main][CipherTest] transformation=CAST6/CFB112/ZEROBYTE 13:35:17,529 INFO [main][CipherTest] transformation=CAST6/CFB112/ZEROBYTEPADDING 13:35:17,530 INFO [main][CipherTest] transformation=CAST6/CFB120/ 13:35:17,530 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO10126 13:35:17,531 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO10126-2 13:35:17,532 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO10126-2PADDING 13:35:17,532 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO10126PADDING 13:35:17,533 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO7816-4 13:35:17,534 INFO [main][CipherTest] transformation=CAST6/CFB120/ISO7816-4PADDING 13:35:17,534 INFO [main][CipherTest] transformation=CAST6/CFB120/NOPADDING 13:35:17,535 INFO [main][CipherTest] transformation=CAST6/CFB120/PKCS5 13:35:17,535 INFO [main][CipherTest] transformation=CAST6/CFB120/PKCS5PADDING 13:35:17,536 INFO [main][CipherTest] transformation=CAST6/CFB120/PKCS7 13:35:17,536 INFO [main][CipherTest] transformation=CAST6/CFB120/PKCS7PADDING 13:35:17,537 INFO [main][CipherTest] transformation=CAST6/CFB120/TBC 13:35:17,537 INFO [main][CipherTest] transformation=CAST6/CFB120/TBCPADDING 13:35:17,538 INFO [main][CipherTest] transformation=CAST6/CFB120/X9.23 13:35:17,538 INFO [main][CipherTest] transformation=CAST6/CFB120/X9.23PADDING 13:35:17,539 INFO [main][CipherTest] transformation=CAST6/CFB120/ZEROBYTE 13:35:17,539 INFO [main][CipherTest] transformation=CAST6/CFB120/ZEROBYTEPADDING 13:35:17,540 INFO [main][CipherTest] transformation=CAST6/CFB128/ 13:35:17,540 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO10126 13:35:17,541 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO10126-2 13:35:17,541 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO10126-2PADDING 13:35:17,542 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO10126PADDING 13:35:17,543 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO7816-4 13:35:17,543 INFO [main][CipherTest] transformation=CAST6/CFB128/ISO7816-4PADDING 13:35:17,544 INFO [main][CipherTest] transformation=CAST6/CFB128/NOPADDING 13:35:17,544 INFO [main][CipherTest] transformation=CAST6/CFB128/PKCS5 13:35:17,545 INFO [main][CipherTest] transformation=CAST6/CFB128/PKCS5PADDING 13:35:17,547 INFO [main][CipherTest] transformation=CAST6/CFB128/PKCS7 13:35:17,547 INFO [main][CipherTest] transformation=CAST6/CFB128/PKCS7PADDING 13:35:17,548 INFO [main][CipherTest] transformation=CAST6/CFB128/TBC 13:35:17,548 INFO [main][CipherTest] transformation=CAST6/CFB128/TBCPADDING 13:35:17,548 INFO [main][CipherTest] transformation=CAST6/CFB128/X9.23 13:35:17,549 INFO [main][CipherTest] transformation=CAST6/CFB128/X9.23PADDING 13:35:17,549 INFO [main][CipherTest] transformation=CAST6/CFB128/ZEROBYTE 13:35:17,550 INFO [main][CipherTest] transformation=CAST6/CFB128/ZEROBYTEPADDING 13:35:17,550 INFO [main][CipherTest] transformation=CAST6/CFB136/ 13:35:17,551 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO10126 13:35:17,551 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO10126-2 13:35:17,552 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO10126-2PADDING 13:35:17,552 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO10126PADDING 13:35:17,553 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO7816-4 13:35:17,554 INFO [main][CipherTest] transformation=CAST6/CFB136/ISO7816-4PADDING 13:35:17,554 INFO [main][CipherTest] transformation=CAST6/CFB136/NOPADDING 13:35:17,554 INFO [main][CipherTest] transformation=CAST6/CFB136/PKCS5 13:35:17,555 INFO [main][CipherTest] transformation=CAST6/CFB136/PKCS5PADDING 13:35:17,555 INFO [main][CipherTest] transformation=CAST6/CFB136/PKCS7 13:35:17,556 INFO [main][CipherTest] transformation=CAST6/CFB136/PKCS7PADDING 13:35:17,556 INFO [main][CipherTest] transformation=CAST6/CFB136/TBC 13:35:17,556 INFO [main][CipherTest] transformation=CAST6/CFB136/TBCPADDING 13:35:17,557 INFO [main][CipherTest] transformation=CAST6/CFB136/X9.23 13:35:17,557 INFO [main][CipherTest] transformation=CAST6/CFB136/X9.23PADDING 13:35:17,557 INFO [main][CipherTest] transformation=CAST6/CFB136/ZEROBYTE 13:35:17,557 INFO [main][CipherTest] transformation=CAST6/CFB136/ZEROBYTEPADDING 13:35:17,557 INFO [main][CipherTest] transformation=CAST6/CFB144/ 13:35:17,557 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO10126 13:35:17,557 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO10126-2 13:35:17,558 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO10126-2PADDING 13:35:17,558 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO10126PADDING 13:35:17,558 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO7816-4 13:35:17,558 INFO [main][CipherTest] transformation=CAST6/CFB144/ISO7816-4PADDING 13:35:17,558 INFO [main][CipherTest] transformation=CAST6/CFB144/NOPADDING 13:35:17,558 INFO [main][CipherTest] transformation=CAST6/CFB144/PKCS5 13:35:17,558 INFO [main][CipherTest] transformation=CAST6/CFB144/PKCS5PADDING 13:35:17,558 INFO [main][CipherTest] transformation=CAST6/CFB144/PKCS7 13:35:17,559 INFO [main][CipherTest] transformation=CAST6/CFB144/PKCS7PADDING 13:35:17,559 INFO [main][CipherTest] transformation=CAST6/CFB144/TBC 13:35:17,559 INFO [main][CipherTest] transformation=CAST6/CFB144/TBCPADDING 13:35:17,559 INFO [main][CipherTest] transformation=CAST6/CFB144/X9.23 13:35:17,559 INFO [main][CipherTest] transformation=CAST6/CFB144/X9.23PADDING 13:35:17,559 INFO [main][CipherTest] transformation=CAST6/CFB144/ZEROBYTE 13:35:17,559 INFO [main][CipherTest] transformation=CAST6/CFB144/ZEROBYTEPADDING 13:35:17,559 INFO [main][CipherTest] transformation=CAST6/CFB152/ 13:35:17,559 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO10126 13:35:17,560 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO10126-2 13:35:17,560 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO10126-2PADDING 13:35:17,560 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO10126PADDING 13:35:17,560 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO7816-4 13:35:17,560 INFO [main][CipherTest] transformation=CAST6/CFB152/ISO7816-4PADDING 13:35:17,560 INFO [main][CipherTest] transformation=CAST6/CFB152/NOPADDING 13:35:17,560 INFO [main][CipherTest] transformation=CAST6/CFB152/PKCS5 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB152/PKCS5PADDING 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB152/PKCS7 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB152/PKCS7PADDING 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB152/TBC 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB152/TBCPADDING 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB152/X9.23 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB152/X9.23PADDING 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB152/ZEROBYTE 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB152/ZEROBYTEPADDING 13:35:17,561 INFO [main][CipherTest] transformation=CAST6/CFB16/ 13:35:17,562 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO10126 13:35:17,562 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO10126-2 13:35:17,562 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO10126-2PADDING 13:35:17,562 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO10126PADDING 13:35:17,562 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO7816-4 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/ISO7816-4PADDING 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/NOPADDING 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/PKCS5 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/PKCS5PADDING 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/PKCS7 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/PKCS7PADDING 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/TBC 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/TBCPADDING 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/X9.23 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/X9.23PADDING 13:35:17,563 INFO [main][CipherTest] transformation=CAST6/CFB16/ZEROBYTE 13:35:17,564 INFO [main][CipherTest] transformation=CAST6/CFB16/ZEROBYTEPADDING 13:35:17,564 INFO [main][CipherTest] transformation=CAST6/CFB160/ 13:35:17,564 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO10126 13:35:17,564 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO10126-2 13:35:17,564 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO10126-2PADDING 13:35:17,564 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO10126PADDING 13:35:17,565 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO7816-4 13:35:17,565 INFO [main][CipherTest] transformation=CAST6/CFB160/ISO7816-4PADDING 13:35:17,565 INFO [main][CipherTest] transformation=CAST6/CFB160/NOPADDING 13:35:17,565 INFO [main][CipherTest] transformation=CAST6/CFB160/PKCS5 13:35:17,565 INFO [main][CipherTest] transformation=CAST6/CFB160/PKCS5PADDING 13:35:17,565 INFO [main][CipherTest] transformation=CAST6/CFB160/PKCS7 13:35:17,565 INFO [main][CipherTest] transformation=CAST6/CFB160/PKCS7PADDING 13:35:17,565 INFO [main][CipherTest] transformation=CAST6/CFB160/TBC 13:35:17,565 INFO [main][CipherTest] transformation=CAST6/CFB160/TBCPADDING 13:35:17,566 INFO [main][CipherTest] transformation=CAST6/CFB160/X9.23 13:35:17,566 INFO [main][CipherTest] transformation=CAST6/CFB160/X9.23PADDING 13:35:17,566 INFO [main][CipherTest] transformation=CAST6/CFB160/ZEROBYTE 13:35:17,566 INFO [main][CipherTest] transformation=CAST6/CFB160/ZEROBYTEPADDING 13:35:17,566 INFO [main][CipherTest] transformation=CAST6/CFB168/ 13:35:17,566 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO10126 13:35:17,566 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO10126-2 13:35:17,567 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO10126-2PADDING 13:35:17,567 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO10126PADDING 13:35:17,567 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO7816-4 13:35:17,567 INFO [main][CipherTest] transformation=CAST6/CFB168/ISO7816-4PADDING 13:35:17,567 INFO [main][CipherTest] transformation=CAST6/CFB168/NOPADDING 13:35:17,567 INFO [main][CipherTest] transformation=CAST6/CFB168/PKCS5 13:35:17,567 INFO [main][CipherTest] transformation=CAST6/CFB168/PKCS5PADDING 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB168/PKCS7 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB168/PKCS7PADDING 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB168/TBC 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB168/TBCPADDING 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB168/X9.23 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB168/X9.23PADDING 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB168/ZEROBYTE 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB168/ZEROBYTEPADDING 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB176/ 13:35:17,568 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO10126 13:35:17,569 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO10126-2 13:35:17,569 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO10126-2PADDING 13:35:17,569 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO10126PADDING 13:35:17,569 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO7816-4 13:35:17,569 INFO [main][CipherTest] transformation=CAST6/CFB176/ISO7816-4PADDING 13:35:17,569 INFO [main][CipherTest] transformation=CAST6/CFB176/NOPADDING 13:35:17,570 INFO [main][CipherTest] transformation=CAST6/CFB176/PKCS5 13:35:17,570 INFO [main][CipherTest] transformation=CAST6/CFB176/PKCS5PADDING 13:35:17,570 INFO [main][CipherTest] transformation=CAST6/CFB176/PKCS7 13:35:17,570 INFO [main][CipherTest] transformation=CAST6/CFB176/PKCS7PADDING 13:35:17,570 INFO [main][CipherTest] transformation=CAST6/CFB176/TBC 13:35:17,570 INFO [main][CipherTest] transformation=CAST6/CFB176/TBCPADDING 13:35:17,570 INFO [main][CipherTest] transformation=CAST6/CFB176/X9.23 13:35:17,570 INFO [main][CipherTest] transformation=CAST6/CFB176/X9.23PADDING 13:35:17,570 INFO [main][CipherTest] transformation=CAST6/CFB176/ZEROBYTE 13:35:17,571 INFO [main][CipherTest] transformation=CAST6/CFB176/ZEROBYTEPADDING 13:35:17,571 INFO [main][CipherTest] transformation=CAST6/CFB184/ 13:35:17,571 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO10126 13:35:17,571 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO10126-2 13:35:17,571 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO10126-2PADDING 13:35:17,571 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO10126PADDING 13:35:17,572 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO7816-4 13:35:17,572 INFO [main][CipherTest] transformation=CAST6/CFB184/ISO7816-4PADDING 13:35:17,572 INFO [main][CipherTest] transformation=CAST6/CFB184/NOPADDING 13:35:17,572 INFO [main][CipherTest] transformation=CAST6/CFB184/PKCS5 13:35:17,572 INFO [main][CipherTest] transformation=CAST6/CFB184/PKCS5PADDING 13:35:17,572 INFO [main][CipherTest] transformation=CAST6/CFB184/PKCS7 13:35:17,572 INFO [main][CipherTest] transformation=CAST6/CFB184/PKCS7PADDING 13:35:17,573 INFO [main][CipherTest] transformation=CAST6/CFB184/TBC 13:35:17,573 INFO [main][CipherTest] transformation=CAST6/CFB184/TBCPADDING 13:35:17,573 INFO [main][CipherTest] transformation=CAST6/CFB184/X9.23 13:35:17,573 INFO [main][CipherTest] transformation=CAST6/CFB184/X9.23PADDING 13:35:17,573 INFO [main][CipherTest] transformation=CAST6/CFB184/ZEROBYTE 13:35:17,573 INFO [main][CipherTest] transformation=CAST6/CFB184/ZEROBYTEPADDING 13:35:17,573 INFO [main][CipherTest] transformation=CAST6/CFB192/ 13:35:17,573 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO10126 13:35:17,573 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO10126-2 13:35:17,574 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO10126-2PADDING 13:35:17,574 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO10126PADDING 13:35:17,574 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO7816-4 13:35:17,574 INFO [main][CipherTest] transformation=CAST6/CFB192/ISO7816-4PADDING 13:35:17,574 INFO [main][CipherTest] transformation=CAST6/CFB192/NOPADDING 13:35:17,574 INFO [main][CipherTest] transformation=CAST6/CFB192/PKCS5 13:35:17,574 INFO [main][CipherTest] transformation=CAST6/CFB192/PKCS5PADDING 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB192/PKCS7 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB192/PKCS7PADDING 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB192/TBC 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB192/TBCPADDING 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB192/X9.23 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB192/X9.23PADDING 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB192/ZEROBYTE 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB192/ZEROBYTEPADDING 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB200/ 13:35:17,575 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO10126 13:35:17,576 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO10126-2 13:35:17,576 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO10126-2PADDING 13:35:17,576 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO10126PADDING 13:35:17,576 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO7816-4 13:35:17,576 INFO [main][CipherTest] transformation=CAST6/CFB200/ISO7816-4PADDING 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/NOPADDING 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/PKCS5 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/PKCS5PADDING 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/PKCS7 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/PKCS7PADDING 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/TBC 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/TBCPADDING 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/X9.23 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/X9.23PADDING 13:35:17,577 INFO [main][CipherTest] transformation=CAST6/CFB200/ZEROBYTE 13:35:17,578 INFO [main][CipherTest] transformation=CAST6/CFB200/ZEROBYTEPADDING 13:35:17,578 INFO [main][CipherTest] transformation=CAST6/CFB208/ 13:35:17,578 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO10126 13:35:17,578 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO10126-2 13:35:17,578 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO10126-2PADDING 13:35:17,578 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO10126PADDING 13:35:17,579 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO7816-4 13:35:17,579 INFO [main][CipherTest] transformation=CAST6/CFB208/ISO7816-4PADDING 13:35:17,579 INFO [main][CipherTest] transformation=CAST6/CFB208/NOPADDING 13:35:17,579 INFO [main][CipherTest] transformation=CAST6/CFB208/PKCS5 13:35:17,579 INFO [main][CipherTest] transformation=CAST6/CFB208/PKCS5PADDING 13:35:17,579 INFO [main][CipherTest] transformation=CAST6/CFB208/PKCS7 13:35:17,579 INFO [main][CipherTest] transformation=CAST6/CFB208/PKCS7PADDING 13:35:17,579 INFO [main][CipherTest] transformation=CAST6/CFB208/TBC 13:35:17,579 INFO [main][CipherTest] transformation=CAST6/CFB208/TBCPADDING 13:35:17,580 INFO [main][CipherTest] transformation=CAST6/CFB208/X9.23 13:35:17,580 INFO [main][CipherTest] transformation=CAST6/CFB208/X9.23PADDING 13:35:17,580 INFO [main][CipherTest] transformation=CAST6/CFB208/ZEROBYTE 13:35:17,580 INFO [main][CipherTest] transformation=CAST6/CFB208/ZEROBYTEPADDING 13:35:17,580 INFO [main][CipherTest] transformation=CAST6/CFB216/ 13:35:17,580 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO10126 13:35:17,580 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO10126-2 13:35:17,580 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO10126-2PADDING 13:35:17,581 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO10126PADDING 13:35:17,581 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO7816-4 13:35:17,581 INFO [main][CipherTest] transformation=CAST6/CFB216/ISO7816-4PADDING 13:35:17,581 INFO [main][CipherTest] transformation=CAST6/CFB216/NOPADDING 13:35:17,581 INFO [main][CipherTest] transformation=CAST6/CFB216/PKCS5 13:35:17,581 INFO [main][CipherTest] transformation=CAST6/CFB216/PKCS5PADDING 13:35:17,581 INFO [main][CipherTest] transformation=CAST6/CFB216/PKCS7 13:35:17,581 INFO [main][CipherTest] transformation=CAST6/CFB216/PKCS7PADDING 13:35:17,582 INFO [main][CipherTest] transformation=CAST6/CFB216/TBC 13:35:17,582 INFO [main][CipherTest] transformation=CAST6/CFB216/TBCPADDING 13:35:17,582 INFO [main][CipherTest] transformation=CAST6/CFB216/X9.23 13:35:17,582 INFO [main][CipherTest] transformation=CAST6/CFB216/X9.23PADDING 13:35:17,582 INFO [main][CipherTest] transformation=CAST6/CFB216/ZEROBYTE 13:35:17,582 INFO [main][CipherTest] transformation=CAST6/CFB216/ZEROBYTEPADDING 13:35:17,582 INFO [main][CipherTest] transformation=CAST6/CFB224/ 13:35:17,582 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO10126 13:35:17,582 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO10126-2 13:35:17,583 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO10126-2PADDING 13:35:17,583 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO10126PADDING 13:35:17,583 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO7816-4 13:35:17,583 INFO [main][CipherTest] transformation=CAST6/CFB224/ISO7816-4PADDING 13:35:17,583 INFO [main][CipherTest] transformation=CAST6/CFB224/NOPADDING 13:35:17,583 INFO [main][CipherTest] transformation=CAST6/CFB224/PKCS5 13:35:17,583 INFO [main][CipherTest] transformation=CAST6/CFB224/PKCS5PADDING 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB224/PKCS7 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB224/PKCS7PADDING 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB224/TBC 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB224/TBCPADDING 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB224/X9.23 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB224/X9.23PADDING 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB224/ZEROBYTE 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB224/ZEROBYTEPADDING 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB232/ 13:35:17,584 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO10126 13:35:17,585 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO10126-2 13:35:17,585 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO10126-2PADDING 13:35:17,585 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO10126PADDING 13:35:17,585 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO7816-4 13:35:17,585 INFO [main][CipherTest] transformation=CAST6/CFB232/ISO7816-4PADDING 13:35:17,585 INFO [main][CipherTest] transformation=CAST6/CFB232/NOPADDING 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/PKCS5 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/PKCS5PADDING 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/PKCS7 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/PKCS7PADDING 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/TBC 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/TBCPADDING 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/X9.23 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/X9.23PADDING 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/ZEROBYTE 13:35:17,586 INFO [main][CipherTest] transformation=CAST6/CFB232/ZEROBYTEPADDING 13:35:17,587 INFO [main][CipherTest] transformation=CAST6/CFB24/ 13:35:17,587 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO10126 13:35:17,587 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO10126-2 13:35:17,587 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO10126-2PADDING 13:35:17,587 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO10126PADDING 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO7816-4 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/ISO7816-4PADDING 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/NOPADDING 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/PKCS5 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/PKCS5PADDING 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/PKCS7 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/PKCS7PADDING 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/TBC 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/TBCPADDING 13:35:17,588 INFO [main][CipherTest] transformation=CAST6/CFB24/X9.23 13:35:17,589 INFO [main][CipherTest] transformation=CAST6/CFB24/X9.23PADDING 13:35:17,589 INFO [main][CipherTest] transformation=CAST6/CFB24/ZEROBYTE 13:35:17,589 INFO [main][CipherTest] transformation=CAST6/CFB24/ZEROBYTEPADDING 13:35:17,589 INFO [main][CipherTest] transformation=CAST6/CFB240/ 13:35:17,589 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO10126 13:35:17,590 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO10126-2 13:35:17,590 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO10126-2PADDING 13:35:17,590 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO10126PADDING 13:35:17,591 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO7816-4 13:35:17,591 INFO [main][CipherTest] transformation=CAST6/CFB240/ISO7816-4PADDING 13:35:17,591 INFO [main][CipherTest] transformation=CAST6/CFB240/NOPADDING 13:35:17,591 INFO [main][CipherTest] transformation=CAST6/CFB240/PKCS5 13:35:17,591 INFO [main][CipherTest] transformation=CAST6/CFB240/PKCS5PADDING 13:35:17,592 INFO [main][CipherTest] transformation=CAST6/CFB240/PKCS7 13:35:17,592 INFO [main][CipherTest] transformation=CAST6/CFB240/PKCS7PADDING 13:35:17,592 INFO [main][CipherTest] transformation=CAST6/CFB240/TBC 13:35:17,592 INFO [main][CipherTest] transformation=CAST6/CFB240/TBCPADDING 13:35:17,592 INFO [main][CipherTest] transformation=CAST6/CFB240/X9.23 13:35:17,593 INFO [main][CipherTest] transformation=CAST6/CFB240/X9.23PADDING 13:35:17,593 INFO [main][CipherTest] transformation=CAST6/CFB240/ZEROBYTE 13:35:17,593 INFO [main][CipherTest] transformation=CAST6/CFB240/ZEROBYTEPADDING 13:35:17,593 INFO [main][CipherTest] transformation=CAST6/CFB248/ 13:35:17,593 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO10126 13:35:17,594 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO10126-2 13:35:17,594 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO10126-2PADDING 13:35:17,594 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO10126PADDING 13:35:17,595 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO7816-4 13:35:17,595 INFO [main][CipherTest] transformation=CAST6/CFB248/ISO7816-4PADDING 13:35:17,595 INFO [main][CipherTest] transformation=CAST6/CFB248/NOPADDING 13:35:17,595 INFO [main][CipherTest] transformation=CAST6/CFB248/PKCS5 13:35:17,596 INFO [main][CipherTest] transformation=CAST6/CFB248/PKCS5PADDING 13:35:17,596 INFO [main][CipherTest] transformation=CAST6/CFB248/PKCS7 13:35:17,596 INFO [main][CipherTest] transformation=CAST6/CFB248/PKCS7PADDING 13:35:17,596 INFO [main][CipherTest] transformation=CAST6/CFB248/TBC 13:35:17,596 INFO [main][CipherTest] transformation=CAST6/CFB248/TBCPADDING 13:35:17,596 INFO [main][CipherTest] transformation=CAST6/CFB248/X9.23 13:35:17,597 INFO [main][CipherTest] transformation=CAST6/CFB248/X9.23PADDING 13:35:17,597 INFO [main][CipherTest] transformation=CAST6/CFB248/ZEROBYTE 13:35:17,597 INFO [main][CipherTest] transformation=CAST6/CFB248/ZEROBYTEPADDING 13:35:17,597 INFO [main][CipherTest] transformation=CAST6/CFB256/ 13:35:17,597 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO10126 13:35:17,597 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO10126-2 13:35:17,597 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO10126-2PADDING 13:35:17,598 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO10126PADDING 13:35:17,598 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO7816-4 13:35:17,598 INFO [main][CipherTest] transformation=CAST6/CFB256/ISO7816-4PADDING 13:35:17,598 INFO [main][CipherTest] transformation=CAST6/CFB256/NOPADDING 13:35:17,598 INFO [main][CipherTest] transformation=CAST6/CFB256/PKCS5 13:35:17,598 INFO [main][CipherTest] transformation=CAST6/CFB256/PKCS5PADDING 13:35:17,598 INFO [main][CipherTest] transformation=CAST6/CFB256/PKCS7 13:35:17,598 INFO [main][CipherTest] transformation=CAST6/CFB256/PKCS7PADDING 13:35:17,599 INFO [main][CipherTest] transformation=CAST6/CFB256/TBC 13:35:17,599 INFO [main][CipherTest] transformation=CAST6/CFB256/TBCPADDING 13:35:17,599 INFO [main][CipherTest] transformation=CAST6/CFB256/X9.23 13:35:17,599 INFO [main][CipherTest] transformation=CAST6/CFB256/X9.23PADDING 13:35:17,599 INFO [main][CipherTest] transformation=CAST6/CFB256/ZEROBYTE 13:35:17,599 INFO [main][CipherTest] transformation=CAST6/CFB256/ZEROBYTEPADDING 13:35:17,599 INFO [main][CipherTest] transformation=CAST6/CFB32/ 13:35:17,599 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO10126 13:35:17,599 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO10126-2 13:35:17,600 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO10126-2PADDING 13:35:17,600 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO10126PADDING 13:35:17,600 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO7816-4 13:35:17,600 INFO [main][CipherTest] transformation=CAST6/CFB32/ISO7816-4PADDING 13:35:17,600 INFO [main][CipherTest] transformation=CAST6/CFB32/NOPADDING 13:35:17,600 INFO [main][CipherTest] transformation=CAST6/CFB32/PKCS5 13:35:17,600 INFO [main][CipherTest] transformation=CAST6/CFB32/PKCS5PADDING 13:35:17,600 INFO [main][CipherTest] transformation=CAST6/CFB32/PKCS7 13:35:17,601 INFO [main][CipherTest] transformation=CAST6/CFB32/PKCS7PADDING 13:35:17,601 INFO [main][CipherTest] transformation=CAST6/CFB32/TBC 13:35:17,601 INFO [main][CipherTest] transformation=CAST6/CFB32/TBCPADDING 13:35:17,601 INFO [main][CipherTest] transformation=CAST6/CFB32/X9.23 13:35:17,601 INFO [main][CipherTest] transformation=CAST6/CFB32/X9.23PADDING 13:35:17,601 INFO [main][CipherTest] transformation=CAST6/CFB32/ZEROBYTE 13:35:17,601 INFO [main][CipherTest] transformation=CAST6/CFB32/ZEROBYTEPADDING 13:35:17,601 INFO [main][CipherTest] transformation=CAST6/CFB40/ 13:35:17,601 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO10126 13:35:17,602 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO10126-2 13:35:17,602 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO10126-2PADDING 13:35:17,602 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO10126PADDING 13:35:17,602 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO7816-4 13:35:17,602 INFO [main][CipherTest] transformation=CAST6/CFB40/ISO7816-4PADDING 13:35:17,602 INFO [main][CipherTest] transformation=CAST6/CFB40/NOPADDING 13:35:17,602 INFO [main][CipherTest] transformation=CAST6/CFB40/PKCS5 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB40/PKCS5PADDING 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB40/PKCS7 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB40/PKCS7PADDING 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB40/TBC 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB40/TBCPADDING 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB40/X9.23 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB40/X9.23PADDING 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB40/ZEROBYTE 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB40/ZEROBYTEPADDING 13:35:17,603 INFO [main][CipherTest] transformation=CAST6/CFB48/ 13:35:17,604 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO10126 13:35:17,604 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO10126-2 13:35:17,604 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO10126-2PADDING 13:35:17,604 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO10126PADDING 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO7816-4 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/ISO7816-4PADDING 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/NOPADDING 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/PKCS5 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/PKCS5PADDING 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/PKCS7 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/PKCS7PADDING 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/TBC 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/TBCPADDING 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/X9.23 13:35:17,605 INFO [main][CipherTest] transformation=CAST6/CFB48/X9.23PADDING 13:35:17,606 INFO [main][CipherTest] transformation=CAST6/CFB48/ZEROBYTE 13:35:17,606 INFO [main][CipherTest] transformation=CAST6/CFB48/ZEROBYTEPADDING 13:35:17,606 INFO [main][CipherTest] transformation=CAST6/CFB56/ 13:35:17,606 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO10126 13:35:17,606 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO10126-2 13:35:17,606 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO10126-2PADDING 13:35:17,606 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO10126PADDING 13:35:17,607 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO7816-4 13:35:17,607 INFO [main][CipherTest] transformation=CAST6/CFB56/ISO7816-4PADDING 13:35:17,607 INFO [main][CipherTest] transformation=CAST6/CFB56/NOPADDING 13:35:17,607 INFO [main][CipherTest] transformation=CAST6/CFB56/PKCS5 13:35:17,607 INFO [main][CipherTest] transformation=CAST6/CFB56/PKCS5PADDING 13:35:17,607 INFO [main][CipherTest] transformation=CAST6/CFB56/PKCS7 13:35:17,607 INFO [main][CipherTest] transformation=CAST6/CFB56/PKCS7PADDING 13:35:17,607 INFO [main][CipherTest] transformation=CAST6/CFB56/TBC 13:35:17,608 INFO [main][CipherTest] transformation=CAST6/CFB56/TBCPADDING 13:35:17,608 INFO [main][CipherTest] transformation=CAST6/CFB56/X9.23 13:35:17,608 INFO [main][CipherTest] transformation=CAST6/CFB56/X9.23PADDING 13:35:17,608 INFO [main][CipherTest] transformation=CAST6/CFB56/ZEROBYTE 13:35:17,608 INFO [main][CipherTest] transformation=CAST6/CFB56/ZEROBYTEPADDING 13:35:17,608 INFO [main][CipherTest] transformation=CAST6/CFB64/ 13:35:17,608 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO10126 13:35:17,608 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO10126-2 13:35:17,609 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO10126-2PADDING 13:35:17,609 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO10126PADDING 13:35:17,609 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO7816-4 13:35:17,609 INFO [main][CipherTest] transformation=CAST6/CFB64/ISO7816-4PADDING 13:35:17,609 INFO [main][CipherTest] transformation=CAST6/CFB64/NOPADDING 13:35:17,609 INFO [main][CipherTest] transformation=CAST6/CFB64/PKCS5 13:35:17,609 INFO [main][CipherTest] transformation=CAST6/CFB64/PKCS5PADDING 13:35:17,609 INFO [main][CipherTest] transformation=CAST6/CFB64/PKCS7 13:35:17,610 INFO [main][CipherTest] transformation=CAST6/CFB64/PKCS7PADDING 13:35:17,610 INFO [main][CipherTest] transformation=CAST6/CFB64/TBC 13:35:17,610 INFO [main][CipherTest] transformation=CAST6/CFB64/TBCPADDING 13:35:17,610 INFO [main][CipherTest] transformation=CAST6/CFB64/X9.23 13:35:17,610 INFO [main][CipherTest] transformation=CAST6/CFB64/X9.23PADDING 13:35:17,610 INFO [main][CipherTest] transformation=CAST6/CFB64/ZEROBYTE 13:35:17,610 INFO [main][CipherTest] transformation=CAST6/CFB64/ZEROBYTEPADDING 13:35:17,610 INFO [main][CipherTest] transformation=CAST6/CFB72/ 13:35:17,610 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO10126 13:35:17,611 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO10126-2 13:35:17,611 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO10126-2PADDING 13:35:17,611 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO10126PADDING 13:35:17,611 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO7816-4 13:35:17,611 INFO [main][CipherTest] transformation=CAST6/CFB72/ISO7816-4PADDING 13:35:17,611 INFO [main][CipherTest] transformation=CAST6/CFB72/NOPADDING 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/PKCS5 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/PKCS5PADDING 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/PKCS7 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/PKCS7PADDING 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/TBC 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/TBCPADDING 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/X9.23 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/X9.23PADDING 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/ZEROBYTE 13:35:17,612 INFO [main][CipherTest] transformation=CAST6/CFB72/ZEROBYTEPADDING 13:35:17,613 INFO [main][CipherTest] transformation=CAST6/CFB8/ 13:35:17,613 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO10126 13:35:17,613 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO10126-2 13:35:17,613 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO10126-2PADDING 13:35:17,613 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO10126PADDING 13:35:17,613 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO7816-4 13:35:17,613 INFO [main][CipherTest] transformation=CAST6/CFB8/ISO7816-4PADDING 13:35:17,614 INFO [main][CipherTest] transformation=CAST6/CFB8/NOPADDING 13:35:17,614 INFO [main][CipherTest] transformation=CAST6/CFB8/PKCS5 13:35:17,614 INFO [main][CipherTest] transformation=CAST6/CFB8/PKCS5PADDING 13:35:17,614 INFO [main][CipherTest] transformation=CAST6/CFB8/PKCS7 13:35:17,614 INFO [main][CipherTest] transformation=CAST6/CFB8/PKCS7PADDING 13:35:17,614 INFO [main][CipherTest] transformation=CAST6/CFB8/TBC 13:35:17,614 INFO [main][CipherTest] transformation=CAST6/CFB8/TBCPADDING 13:35:17,614 INFO [main][CipherTest] transformation=CAST6/CFB8/X9.23 13:35:17,614 INFO [main][CipherTest] transformation=CAST6/CFB8/X9.23PADDING 13:35:17,615 INFO [main][CipherTest] transformation=CAST6/CFB8/ZEROBYTE 13:35:17,615 INFO [main][CipherTest] transformation=CAST6/CFB8/ZEROBYTEPADDING 13:35:17,615 INFO [main][CipherTest] transformation=CAST6/CFB80/ 13:35:17,615 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO10126 13:35:17,615 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO10126-2 13:35:17,615 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO10126-2PADDING 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO10126PADDING 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO7816-4 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/ISO7816-4PADDING 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/NOPADDING 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/PKCS5 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/PKCS5PADDING 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/PKCS7 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/PKCS7PADDING 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/TBC 13:35:17,616 INFO [main][CipherTest] transformation=CAST6/CFB80/TBCPADDING 13:35:17,617 INFO [main][CipherTest] transformation=CAST6/CFB80/X9.23 13:35:17,617 INFO [main][CipherTest] transformation=CAST6/CFB80/X9.23PADDING 13:35:17,617 INFO [main][CipherTest] transformation=CAST6/CFB80/ZEROBYTE 13:35:17,617 INFO [main][CipherTest] transformation=CAST6/CFB80/ZEROBYTEPADDING 13:35:17,617 INFO [main][CipherTest] transformation=CAST6/CFB88/ 13:35:17,617 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO10126 13:35:17,617 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO10126-2 13:35:17,617 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO10126-2PADDING 13:35:17,618 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO10126PADDING 13:35:17,618 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO7816-4 13:35:17,618 INFO [main][CipherTest] transformation=CAST6/CFB88/ISO7816-4PADDING 13:35:17,618 INFO [main][CipherTest] transformation=CAST6/CFB88/NOPADDING 13:35:17,618 INFO [main][CipherTest] transformation=CAST6/CFB88/PKCS5 13:35:17,618 INFO [main][CipherTest] transformation=CAST6/CFB88/PKCS5PADDING 13:35:17,618 INFO [main][CipherTest] transformation=CAST6/CFB88/PKCS7 13:35:17,618 INFO [main][CipherTest] transformation=CAST6/CFB88/PKCS7PADDING 13:35:17,619 INFO [main][CipherTest] transformation=CAST6/CFB88/TBC 13:35:17,619 INFO [main][CipherTest] transformation=CAST6/CFB88/TBCPADDING 13:35:17,619 INFO [main][CipherTest] transformation=CAST6/CFB88/X9.23 13:35:17,619 INFO [main][CipherTest] transformation=CAST6/CFB88/X9.23PADDING 13:35:17,619 INFO [main][CipherTest] transformation=CAST6/CFB88/ZEROBYTE 13:35:17,619 INFO [main][CipherTest] transformation=CAST6/CFB88/ZEROBYTEPADDING 13:35:17,619 INFO [main][CipherTest] transformation=CAST6/CFB96/ 13:35:17,619 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO10126 13:35:17,620 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO10126-2 13:35:17,620 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO10126-2PADDING 13:35:17,620 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO10126PADDING 13:35:17,620 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO7816-4 13:35:17,620 INFO [main][CipherTest] transformation=CAST6/CFB96/ISO7816-4PADDING 13:35:17,620 INFO [main][CipherTest] transformation=CAST6/CFB96/NOPADDING 13:35:17,620 INFO [main][CipherTest] transformation=CAST6/CFB96/PKCS5 13:35:17,620 INFO [main][CipherTest] transformation=CAST6/CFB96/PKCS5PADDING 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CFB96/PKCS7 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CFB96/PKCS7PADDING 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CFB96/TBC 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CFB96/TBCPADDING 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CFB96/X9.23 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CFB96/X9.23PADDING 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CFB96/ZEROBYTE 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CFB96/ZEROBYTEPADDING 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CTS/ 13:35:17,621 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6/CTS/" does not support IV => Skipping. 13:35:17,621 INFO [main][CipherTest] transformation=CAST6/CTS/NOPADDING 13:35:17,621 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6/CTS/NOPADDING" does not support IV => Skipping. 13:35:17,622 INFO [main][CipherTest] transformation=CAST6/EAX/ 13:35:17,622 INFO [main][CipherTest] transformation=CAST6/EAX/NOPADDING 13:35:17,622 INFO [main][CipherTest] transformation=CAST6/ECB/ 13:35:17,622 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6/ECB/" does not support IV => Skipping. 13:35:17,622 INFO [main][CipherTest] transformation=CAST6/ECB/NOPADDING 13:35:17,623 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "CAST6/ECB/NOPADDING" does not support IV => Skipping. 13:35:17,623 INFO [main][CipherTest] transformation=CAST6/GCM/ 13:35:17,623 INFO [main][CipherTest] transformation=CAST6/GCM/NOPADDING 13:35:17,623 INFO [main][CipherTest] transformation=CAST6/OFB/ 13:35:17,623 INFO [main][CipherTest] transformation=CAST6/OFB/ISO10126 13:35:17,623 INFO [main][CipherTest] transformation=CAST6/OFB/ISO10126-2 13:35:17,624 INFO [main][CipherTest] transformation=CAST6/OFB/ISO10126-2PADDING 13:35:17,624 INFO [main][CipherTest] transformation=CAST6/OFB/ISO10126PADDING 13:35:17,624 INFO [main][CipherTest] transformation=CAST6/OFB/ISO7816-4 13:35:17,624 INFO [main][CipherTest] transformation=CAST6/OFB/ISO7816-4PADDING 13:35:17,624 INFO [main][CipherTest] transformation=CAST6/OFB/NOPADDING 13:35:17,624 INFO [main][CipherTest] transformation=CAST6/OFB/PKCS5 13:35:17,624 INFO [main][CipherTest] transformation=CAST6/OFB/PKCS5PADDING 13:35:17,624 INFO [main][CipherTest] transformation=CAST6/OFB/PKCS7 13:35:17,625 INFO [main][CipherTest] transformation=CAST6/OFB/PKCS7PADDING 13:35:17,625 INFO [main][CipherTest] transformation=CAST6/OFB/TBC 13:35:17,625 INFO [main][CipherTest] transformation=CAST6/OFB/TBCPADDING 13:35:17,625 INFO [main][CipherTest] transformation=CAST6/OFB/X9.23 13:35:17,625 INFO [main][CipherTest] transformation=CAST6/OFB/X9.23PADDING 13:35:17,625 INFO [main][CipherTest] transformation=CAST6/OFB/ZEROBYTE 13:35:17,625 INFO [main][CipherTest] transformation=CAST6/OFB/ZEROBYTEPADDING 13:35:17,625 INFO [main][CipherTest] transformation=CAST6/OFB104/ 13:35:17,625 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO10126 13:35:17,626 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO10126-2 13:35:17,626 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO10126-2PADDING 13:35:17,626 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO10126PADDING 13:35:17,626 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO7816-4 13:35:17,626 INFO [main][CipherTest] transformation=CAST6/OFB104/ISO7816-4PADDING 13:35:17,626 INFO [main][CipherTest] transformation=CAST6/OFB104/NOPADDING 13:35:17,626 INFO [main][CipherTest] transformation=CAST6/OFB104/PKCS5 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB104/PKCS5PADDING 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB104/PKCS7 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB104/PKCS7PADDING 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB104/TBC 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB104/TBCPADDING 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB104/X9.23 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB104/X9.23PADDING 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB104/ZEROBYTE 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB104/ZEROBYTEPADDING 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB112/ 13:35:17,627 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO10126 13:35:17,628 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO10126-2 13:35:17,628 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO10126-2PADDING 13:35:17,628 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO10126PADDING 13:35:17,628 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO7816-4 13:35:17,628 INFO [main][CipherTest] transformation=CAST6/OFB112/ISO7816-4PADDING 13:35:17,628 INFO [main][CipherTest] transformation=CAST6/OFB112/NOPADDING 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/PKCS5 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/PKCS5PADDING 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/PKCS7 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/PKCS7PADDING 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/TBC 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/TBCPADDING 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/X9.23 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/X9.23PADDING 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/ZEROBYTE 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB112/ZEROBYTEPADDING 13:35:17,629 INFO [main][CipherTest] transformation=CAST6/OFB120/ 13:35:17,630 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO10126 13:35:17,630 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO10126-2 13:35:17,630 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO10126-2PADDING 13:35:17,630 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO10126PADDING 13:35:17,630 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO7816-4 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/ISO7816-4PADDING 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/NOPADDING 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/PKCS5 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/PKCS5PADDING 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/PKCS7 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/PKCS7PADDING 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/TBC 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/TBCPADDING 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/X9.23 13:35:17,631 INFO [main][CipherTest] transformation=CAST6/OFB120/X9.23PADDING 13:35:17,632 INFO [main][CipherTest] transformation=CAST6/OFB120/ZEROBYTE 13:35:17,632 INFO [main][CipherTest] transformation=CAST6/OFB120/ZEROBYTEPADDING 13:35:17,632 INFO [main][CipherTest] transformation=CAST6/OFB128/ 13:35:17,632 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO10126 13:35:17,632 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO10126-2 13:35:17,632 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO10126-2PADDING 13:35:17,632 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO10126PADDING 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO7816-4 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/ISO7816-4PADDING 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/NOPADDING 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/PKCS5 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/PKCS5PADDING 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/PKCS7 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/PKCS7PADDING 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/TBC 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/TBCPADDING 13:35:17,633 INFO [main][CipherTest] transformation=CAST6/OFB128/X9.23 13:35:17,634 INFO [main][CipherTest] transformation=CAST6/OFB128/X9.23PADDING 13:35:17,634 INFO [main][CipherTest] transformation=CAST6/OFB128/ZEROBYTE 13:35:17,634 INFO [main][CipherTest] transformation=CAST6/OFB128/ZEROBYTEPADDING 13:35:17,634 INFO [main][CipherTest] transformation=CAST6/OFB136/ 13:35:17,634 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO10126 13:35:17,634 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO10126-2 13:35:17,634 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO10126-2PADDING 13:35:17,635 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO10126PADDING 13:35:17,635 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO7816-4 13:35:17,635 INFO [main][CipherTest] transformation=CAST6/OFB136/ISO7816-4PADDING 13:35:17,635 INFO [main][CipherTest] transformation=CAST6/OFB136/NOPADDING 13:35:17,635 INFO [main][CipherTest] transformation=CAST6/OFB136/PKCS5 13:35:17,635 INFO [main][CipherTest] transformation=CAST6/OFB136/PKCS5PADDING 13:35:17,635 INFO [main][CipherTest] transformation=CAST6/OFB136/PKCS7 13:35:17,635 INFO [main][CipherTest] transformation=CAST6/OFB136/PKCS7PADDING 13:35:17,635 INFO [main][CipherTest] transformation=CAST6/OFB136/TBC 13:35:17,636 INFO [main][CipherTest] transformation=CAST6/OFB136/TBCPADDING 13:35:17,636 INFO [main][CipherTest] transformation=CAST6/OFB136/X9.23 13:35:17,636 INFO [main][CipherTest] transformation=CAST6/OFB136/X9.23PADDING 13:35:17,636 INFO [main][CipherTest] transformation=CAST6/OFB136/ZEROBYTE 13:35:17,636 INFO [main][CipherTest] transformation=CAST6/OFB136/ZEROBYTEPADDING 13:35:17,636 INFO [main][CipherTest] transformation=CAST6/OFB144/ 13:35:17,636 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO10126 13:35:17,636 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO10126-2 13:35:17,637 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO10126-2PADDING 13:35:17,637 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO10126PADDING 13:35:17,637 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO7816-4 13:35:17,637 INFO [main][CipherTest] transformation=CAST6/OFB144/ISO7816-4PADDING 13:35:17,638 INFO [main][CipherTest] transformation=CAST6/OFB144/NOPADDING 13:35:17,638 INFO [main][CipherTest] transformation=CAST6/OFB144/PKCS5 13:35:17,638 INFO [main][CipherTest] transformation=CAST6/OFB144/PKCS5PADDING 13:35:17,638 INFO [main][CipherTest] transformation=CAST6/OFB144/PKCS7 13:35:17,638 INFO [main][CipherTest] transformation=CAST6/OFB144/PKCS7PADDING 13:35:17,638 INFO [main][CipherTest] transformation=CAST6/OFB144/TBC 13:35:17,638 INFO [main][CipherTest] transformation=CAST6/OFB144/TBCPADDING 13:35:17,638 INFO [main][CipherTest] transformation=CAST6/OFB144/X9.23 13:35:17,638 INFO [main][CipherTest] transformation=CAST6/OFB144/X9.23PADDING 13:35:17,639 INFO [main][CipherTest] transformation=CAST6/OFB144/ZEROBYTE 13:35:17,639 INFO [main][CipherTest] transformation=CAST6/OFB144/ZEROBYTEPADDING 13:35:17,639 INFO [main][CipherTest] transformation=CAST6/OFB152/ 13:35:17,639 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO10126 13:35:17,639 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO10126-2 13:35:17,639 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO10126-2PADDING 13:35:17,639 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO10126PADDING 13:35:17,640 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO7816-4 13:35:17,640 INFO [main][CipherTest] transformation=CAST6/OFB152/ISO7816-4PADDING 13:35:17,640 INFO [main][CipherTest] transformation=CAST6/OFB152/NOPADDING 13:35:17,640 INFO [main][CipherTest] transformation=CAST6/OFB152/PKCS5 13:35:17,640 INFO [main][CipherTest] transformation=CAST6/OFB152/PKCS5PADDING 13:35:17,640 INFO [main][CipherTest] transformation=CAST6/OFB152/PKCS7 13:35:17,640 INFO [main][CipherTest] transformation=CAST6/OFB152/PKCS7PADDING 13:35:17,640 INFO [main][CipherTest] transformation=CAST6/OFB152/TBC 13:35:17,640 INFO [main][CipherTest] transformation=CAST6/OFB152/TBCPADDING 13:35:17,641 INFO [main][CipherTest] transformation=CAST6/OFB152/X9.23 13:35:17,641 INFO [main][CipherTest] transformation=CAST6/OFB152/X9.23PADDING 13:35:17,641 INFO [main][CipherTest] transformation=CAST6/OFB152/ZEROBYTE 13:35:17,641 INFO [main][CipherTest] transformation=CAST6/OFB152/ZEROBYTEPADDING 13:35:17,641 INFO [main][CipherTest] transformation=CAST6/OFB16/ 13:35:17,641 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO10126 13:35:17,641 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO10126-2 13:35:17,641 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO10126-2PADDING 13:35:17,642 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO10126PADDING 13:35:17,642 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO7816-4 13:35:17,642 INFO [main][CipherTest] transformation=CAST6/OFB16/ISO7816-4PADDING 13:35:17,642 INFO [main][CipherTest] transformation=CAST6/OFB16/NOPADDING 13:35:17,642 INFO [main][CipherTest] transformation=CAST6/OFB16/PKCS5 13:35:17,642 INFO [main][CipherTest] transformation=CAST6/OFB16/PKCS5PADDING 13:35:17,642 INFO [main][CipherTest] transformation=CAST6/OFB16/PKCS7 13:35:17,642 INFO [main][CipherTest] transformation=CAST6/OFB16/PKCS7PADDING 13:35:17,642 INFO [main][CipherTest] transformation=CAST6/OFB16/TBC 13:35:17,643 INFO [main][CipherTest] transformation=CAST6/OFB16/TBCPADDING 13:35:17,643 INFO [main][CipherTest] transformation=CAST6/OFB16/X9.23 13:35:17,643 INFO [main][CipherTest] transformation=CAST6/OFB16/X9.23PADDING 13:35:17,643 INFO [main][CipherTest] transformation=CAST6/OFB16/ZEROBYTE 13:35:17,643 INFO [main][CipherTest] transformation=CAST6/OFB16/ZEROBYTEPADDING 13:35:17,643 INFO [main][CipherTest] transformation=CAST6/OFB160/ 13:35:17,643 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO10126 13:35:17,643 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO10126-2 13:35:17,644 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO10126-2PADDING 13:35:17,644 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO10126PADDING 13:35:17,644 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO7816-4 13:35:17,644 INFO [main][CipherTest] transformation=CAST6/OFB160/ISO7816-4PADDING 13:35:17,644 INFO [main][CipherTest] transformation=CAST6/OFB160/NOPADDING 13:35:17,644 INFO [main][CipherTest] transformation=CAST6/OFB160/PKCS5 13:35:17,644 INFO [main][CipherTest] transformation=CAST6/OFB160/PKCS5PADDING 13:35:17,644 INFO [main][CipherTest] transformation=CAST6/OFB160/PKCS7 13:35:17,644 INFO [main][CipherTest] transformation=CAST6/OFB160/PKCS7PADDING 13:35:17,645 INFO [main][CipherTest] transformation=CAST6/OFB160/TBC 13:35:17,645 INFO [main][CipherTest] transformation=CAST6/OFB160/TBCPADDING 13:35:17,645 INFO [main][CipherTest] transformation=CAST6/OFB160/X9.23 13:35:17,645 INFO [main][CipherTest] transformation=CAST6/OFB160/X9.23PADDING 13:35:17,645 INFO [main][CipherTest] transformation=CAST6/OFB160/ZEROBYTE 13:35:17,645 INFO [main][CipherTest] transformation=CAST6/OFB160/ZEROBYTEPADDING 13:35:17,645 INFO [main][CipherTest] transformation=CAST6/OFB168/ 13:35:17,645 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO10126 13:35:17,645 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO10126-2 13:35:17,646 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO10126-2PADDING 13:35:17,646 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO10126PADDING 13:35:17,646 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO7816-4 13:35:17,646 INFO [main][CipherTest] transformation=CAST6/OFB168/ISO7816-4PADDING 13:35:17,646 INFO [main][CipherTest] transformation=CAST6/OFB168/NOPADDING 13:35:17,646 INFO [main][CipherTest] transformation=CAST6/OFB168/PKCS5 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB168/PKCS5PADDING 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB168/PKCS7 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB168/PKCS7PADDING 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB168/TBC 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB168/TBCPADDING 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB168/X9.23 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB168/X9.23PADDING 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB168/ZEROBYTE 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB168/ZEROBYTEPADDING 13:35:17,647 INFO [main][CipherTest] transformation=CAST6/OFB176/ 13:35:17,648 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO10126 13:35:17,648 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO10126-2 13:35:17,648 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO10126-2PADDING 13:35:17,648 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO10126PADDING 13:35:17,648 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO7816-4 13:35:17,648 INFO [main][CipherTest] transformation=CAST6/OFB176/ISO7816-4PADDING 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/NOPADDING 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/PKCS5 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/PKCS5PADDING 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/PKCS7 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/PKCS7PADDING 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/TBC 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/TBCPADDING 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/X9.23 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/X9.23PADDING 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/ZEROBYTE 13:35:17,649 INFO [main][CipherTest] transformation=CAST6/OFB176/ZEROBYTEPADDING 13:35:17,650 INFO [main][CipherTest] transformation=CAST6/OFB184/ 13:35:17,650 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO10126 13:35:17,650 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO10126-2 13:35:17,650 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO10126-2PADDING 13:35:17,650 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO10126PADDING 13:35:17,650 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO7816-4 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/ISO7816-4PADDING 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/NOPADDING 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/PKCS5 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/PKCS5PADDING 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/PKCS7 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/PKCS7PADDING 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/TBC 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/TBCPADDING 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/X9.23 13:35:17,651 INFO [main][CipherTest] transformation=CAST6/OFB184/X9.23PADDING 13:35:17,652 INFO [main][CipherTest] transformation=CAST6/OFB184/ZEROBYTE 13:35:17,652 INFO [main][CipherTest] transformation=CAST6/OFB184/ZEROBYTEPADDING 13:35:17,652 INFO [main][CipherTest] transformation=CAST6/OFB192/ 13:35:17,652 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO10126 13:35:17,652 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO10126-2 13:35:17,652 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO10126-2PADDING 13:35:17,652 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO10126PADDING 13:35:17,653 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO7816-4 13:35:17,653 INFO [main][CipherTest] transformation=CAST6/OFB192/ISO7816-4PADDING 13:35:17,653 INFO [main][CipherTest] transformation=CAST6/OFB192/NOPADDING 13:35:17,653 INFO [main][CipherTest] transformation=CAST6/OFB192/PKCS5 13:35:17,653 INFO [main][CipherTest] transformation=CAST6/OFB192/PKCS5PADDING 13:35:17,653 INFO [main][CipherTest] transformation=CAST6/OFB192/PKCS7 13:35:17,653 INFO [main][CipherTest] transformation=CAST6/OFB192/PKCS7PADDING 13:35:17,653 INFO [main][CipherTest] transformation=CAST6/OFB192/TBC 13:35:17,653 INFO [main][CipherTest] transformation=CAST6/OFB192/TBCPADDING 13:35:17,654 INFO [main][CipherTest] transformation=CAST6/OFB192/X9.23 13:35:17,654 INFO [main][CipherTest] transformation=CAST6/OFB192/X9.23PADDING 13:35:17,654 INFO [main][CipherTest] transformation=CAST6/OFB192/ZEROBYTE 13:35:17,654 INFO [main][CipherTest] transformation=CAST6/OFB192/ZEROBYTEPADDING 13:35:17,654 INFO [main][CipherTest] transformation=CAST6/OFB200/ 13:35:17,654 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO10126 13:35:17,654 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO10126-2 13:35:17,655 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO10126-2PADDING 13:35:17,655 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO10126PADDING 13:35:17,655 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO7816-4 13:35:17,655 INFO [main][CipherTest] transformation=CAST6/OFB200/ISO7816-4PADDING 13:35:17,655 INFO [main][CipherTest] transformation=CAST6/OFB200/NOPADDING 13:35:17,655 INFO [main][CipherTest] transformation=CAST6/OFB200/PKCS5 13:35:17,655 INFO [main][CipherTest] transformation=CAST6/OFB200/PKCS5PADDING 13:35:17,656 INFO [main][CipherTest] transformation=CAST6/OFB200/PKCS7 13:35:17,656 INFO [main][CipherTest] transformation=CAST6/OFB200/PKCS7PADDING 13:35:17,656 INFO [main][CipherTest] transformation=CAST6/OFB200/TBC 13:35:17,656 INFO [main][CipherTest] transformation=CAST6/OFB200/TBCPADDING 13:35:17,656 INFO [main][CipherTest] transformation=CAST6/OFB200/X9.23 13:35:17,656 INFO [main][CipherTest] transformation=CAST6/OFB200/X9.23PADDING 13:35:17,656 INFO [main][CipherTest] transformation=CAST6/OFB200/ZEROBYTE 13:35:17,656 INFO [main][CipherTest] transformation=CAST6/OFB200/ZEROBYTEPADDING 13:35:17,656 INFO [main][CipherTest] transformation=CAST6/OFB208/ 13:35:17,657 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO10126 13:35:17,657 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO10126-2 13:35:17,657 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO10126-2PADDING 13:35:17,657 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO10126PADDING 13:35:17,657 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO7816-4 13:35:17,657 INFO [main][CipherTest] transformation=CAST6/OFB208/ISO7816-4PADDING 13:35:17,657 INFO [main][CipherTest] transformation=CAST6/OFB208/NOPADDING 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/PKCS5 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/PKCS5PADDING 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/PKCS7 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/PKCS7PADDING 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/TBC 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/TBCPADDING 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/X9.23 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/X9.23PADDING 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/ZEROBYTE 13:35:17,658 INFO [main][CipherTest] transformation=CAST6/OFB208/ZEROBYTEPADDING 13:35:17,659 INFO [main][CipherTest] transformation=CAST6/OFB216/ 13:35:17,659 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO10126 13:35:17,659 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO10126-2 13:35:17,659 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO10126-2PADDING 13:35:17,659 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO10126PADDING 13:35:17,659 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO7816-4 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/ISO7816-4PADDING 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/NOPADDING 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/PKCS5 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/PKCS5PADDING 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/PKCS7 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/PKCS7PADDING 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/TBC 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/TBCPADDING 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/X9.23 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/X9.23PADDING 13:35:17,660 INFO [main][CipherTest] transformation=CAST6/OFB216/ZEROBYTE 13:35:17,661 INFO [main][CipherTest] transformation=CAST6/OFB216/ZEROBYTEPADDING 13:35:17,661 INFO [main][CipherTest] transformation=CAST6/OFB224/ 13:35:17,661 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO10126 13:35:17,661 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO10126-2 13:35:17,661 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO10126-2PADDING 13:35:17,661 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO10126PADDING 13:35:17,661 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO7816-4 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/ISO7816-4PADDING 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/NOPADDING 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/PKCS5 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/PKCS5PADDING 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/PKCS7 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/PKCS7PADDING 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/TBC 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/TBCPADDING 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/X9.23 13:35:17,662 INFO [main][CipherTest] transformation=CAST6/OFB224/X9.23PADDING 13:35:17,663 INFO [main][CipherTest] transformation=CAST6/OFB224/ZEROBYTE 13:35:17,663 INFO [main][CipherTest] transformation=CAST6/OFB224/ZEROBYTEPADDING 13:35:17,663 INFO [main][CipherTest] transformation=CAST6/OFB232/ 13:35:17,663 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO10126 13:35:17,663 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO10126-2 13:35:17,663 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO10126-2PADDING 13:35:17,663 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO10126PADDING 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO7816-4 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/ISO7816-4PADDING 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/NOPADDING 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/PKCS5 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/PKCS5PADDING 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/PKCS7 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/PKCS7PADDING 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/TBC 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/TBCPADDING 13:35:17,664 INFO [main][CipherTest] transformation=CAST6/OFB232/X9.23 13:35:17,665 INFO [main][CipherTest] transformation=CAST6/OFB232/X9.23PADDING 13:35:17,665 INFO [main][CipherTest] transformation=CAST6/OFB232/ZEROBYTE 13:35:17,665 INFO [main][CipherTest] transformation=CAST6/OFB232/ZEROBYTEPADDING 13:35:17,665 INFO [main][CipherTest] transformation=CAST6/OFB24/ 13:35:17,667 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO10126 13:35:17,667 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO10126-2 13:35:17,667 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO10126-2PADDING 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO10126PADDING 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO7816-4 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/ISO7816-4PADDING 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/NOPADDING 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/PKCS5 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/PKCS5PADDING 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/PKCS7 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/PKCS7PADDING 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/TBC 13:35:17,668 INFO [main][CipherTest] transformation=CAST6/OFB24/TBCPADDING 13:35:17,669 INFO [main][CipherTest] transformation=CAST6/OFB24/X9.23 13:35:17,669 INFO [main][CipherTest] transformation=CAST6/OFB24/X9.23PADDING 13:35:17,669 INFO [main][CipherTest] transformation=CAST6/OFB24/ZEROBYTE 13:35:17,669 INFO [main][CipherTest] transformation=CAST6/OFB24/ZEROBYTEPADDING 13:35:17,669 INFO [main][CipherTest] transformation=CAST6/OFB240/ 13:35:17,669 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO10126 13:35:17,669 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO10126-2 13:35:17,670 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO10126-2PADDING 13:35:17,670 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO10126PADDING 13:35:17,670 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO7816-4 13:35:17,670 INFO [main][CipherTest] transformation=CAST6/OFB240/ISO7816-4PADDING 13:35:17,670 INFO [main][CipherTest] transformation=CAST6/OFB240/NOPADDING 13:35:17,670 INFO [main][CipherTest] transformation=CAST6/OFB240/PKCS5 13:35:17,670 INFO [main][CipherTest] transformation=CAST6/OFB240/PKCS5PADDING 13:35:17,670 INFO [main][CipherTest] transformation=CAST6/OFB240/PKCS7 13:35:17,671 INFO [main][CipherTest] transformation=CAST6/OFB240/PKCS7PADDING 13:35:17,671 INFO [main][CipherTest] transformation=CAST6/OFB240/TBC 13:35:17,671 INFO [main][CipherTest] transformation=CAST6/OFB240/TBCPADDING 13:35:17,671 INFO [main][CipherTest] transformation=CAST6/OFB240/X9.23 13:35:17,671 INFO [main][CipherTest] transformation=CAST6/OFB240/X9.23PADDING 13:35:17,671 INFO [main][CipherTest] transformation=CAST6/OFB240/ZEROBYTE 13:35:17,671 INFO [main][CipherTest] transformation=CAST6/OFB240/ZEROBYTEPADDING 13:35:17,671 INFO [main][CipherTest] transformation=CAST6/OFB248/ 13:35:17,671 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO10126 13:35:17,672 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO10126-2 13:35:17,672 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO10126-2PADDING 13:35:17,672 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO10126PADDING 13:35:17,672 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO7816-4 13:35:17,672 INFO [main][CipherTest] transformation=CAST6/OFB248/ISO7816-4PADDING 13:35:17,672 INFO [main][CipherTest] transformation=CAST6/OFB248/NOPADDING 13:35:17,672 INFO [main][CipherTest] transformation=CAST6/OFB248/PKCS5 13:35:17,672 INFO [main][CipherTest] transformation=CAST6/OFB248/PKCS5PADDING 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB248/PKCS7 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB248/PKCS7PADDING 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB248/TBC 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB248/TBCPADDING 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB248/X9.23 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB248/X9.23PADDING 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB248/ZEROBYTE 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB248/ZEROBYTEPADDING 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB256/ 13:35:17,673 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO10126 13:35:17,674 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO10126-2 13:35:17,674 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO10126-2PADDING 13:35:17,674 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO10126PADDING 13:35:17,674 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO7816-4 13:35:17,674 INFO [main][CipherTest] transformation=CAST6/OFB256/ISO7816-4PADDING 13:35:17,674 INFO [main][CipherTest] transformation=CAST6/OFB256/NOPADDING 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/PKCS5 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/PKCS5PADDING 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/PKCS7 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/PKCS7PADDING 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/TBC 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/TBCPADDING 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/X9.23 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/X9.23PADDING 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/ZEROBYTE 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB256/ZEROBYTEPADDING 13:35:17,675 INFO [main][CipherTest] transformation=CAST6/OFB32/ 13:35:17,676 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO10126 13:35:17,676 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO10126-2 13:35:17,676 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO10126-2PADDING 13:35:17,676 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO10126PADDING 13:35:17,676 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO7816-4 13:35:17,676 INFO [main][CipherTest] transformation=CAST6/OFB32/ISO7816-4PADDING 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/NOPADDING 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/PKCS5 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/PKCS5PADDING 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/PKCS7 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/PKCS7PADDING 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/TBC 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/TBCPADDING 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/X9.23 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/X9.23PADDING 13:35:17,677 INFO [main][CipherTest] transformation=CAST6/OFB32/ZEROBYTE 13:35:17,678 INFO [main][CipherTest] transformation=CAST6/OFB32/ZEROBYTEPADDING 13:35:17,678 INFO [main][CipherTest] transformation=CAST6/OFB40/ 13:35:17,678 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO10126 13:35:17,678 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO10126-2 13:35:17,678 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO10126-2PADDING 13:35:17,678 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO10126PADDING 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO7816-4 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/ISO7816-4PADDING 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/NOPADDING 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/PKCS5 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/PKCS5PADDING 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/PKCS7 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/PKCS7PADDING 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/TBC 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/TBCPADDING 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/X9.23 13:35:17,679 INFO [main][CipherTest] transformation=CAST6/OFB40/X9.23PADDING 13:35:17,680 INFO [main][CipherTest] transformation=CAST6/OFB40/ZEROBYTE 13:35:17,680 INFO [main][CipherTest] transformation=CAST6/OFB40/ZEROBYTEPADDING 13:35:17,680 INFO [main][CipherTest] transformation=CAST6/OFB48/ 13:35:17,680 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO10126 13:35:17,680 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO10126-2 13:35:17,680 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO10126-2PADDING 13:35:17,680 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO10126PADDING 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO7816-4 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/ISO7816-4PADDING 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/NOPADDING 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/PKCS5 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/PKCS5PADDING 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/PKCS7 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/PKCS7PADDING 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/TBC 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/TBCPADDING 13:35:17,681 INFO [main][CipherTest] transformation=CAST6/OFB48/X9.23 13:35:17,682 INFO [main][CipherTest] transformation=CAST6/OFB48/X9.23PADDING 13:35:17,682 INFO [main][CipherTest] transformation=CAST6/OFB48/ZEROBYTE 13:35:17,682 INFO [main][CipherTest] transformation=CAST6/OFB48/ZEROBYTEPADDING 13:35:17,682 INFO [main][CipherTest] transformation=CAST6/OFB56/ 13:35:17,682 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO10126 13:35:17,682 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO10126-2 13:35:17,682 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO10126-2PADDING 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO10126PADDING 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO7816-4 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/ISO7816-4PADDING 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/NOPADDING 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/PKCS5 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/PKCS5PADDING 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/PKCS7 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/PKCS7PADDING 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/TBC 13:35:17,683 INFO [main][CipherTest] transformation=CAST6/OFB56/TBCPADDING 13:35:17,684 INFO [main][CipherTest] transformation=CAST6/OFB56/X9.23 13:35:17,684 INFO [main][CipherTest] transformation=CAST6/OFB56/X9.23PADDING 13:35:17,684 INFO [main][CipherTest] transformation=CAST6/OFB56/ZEROBYTE 13:35:17,684 INFO [main][CipherTest] transformation=CAST6/OFB56/ZEROBYTEPADDING 13:35:17,684 INFO [main][CipherTest] transformation=CAST6/OFB64/ 13:35:17,684 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO10126 13:35:17,684 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO10126-2 13:35:17,684 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO10126-2PADDING 13:35:17,685 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO10126PADDING 13:35:17,685 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO7816-4 13:35:17,685 INFO [main][CipherTest] transformation=CAST6/OFB64/ISO7816-4PADDING 13:35:17,685 INFO [main][CipherTest] transformation=CAST6/OFB64/NOPADDING 13:35:17,685 INFO [main][CipherTest] transformation=CAST6/OFB64/PKCS5 13:35:17,685 INFO [main][CipherTest] transformation=CAST6/OFB64/PKCS5PADDING 13:35:17,685 INFO [main][CipherTest] transformation=CAST6/OFB64/PKCS7 13:35:17,685 INFO [main][CipherTest] transformation=CAST6/OFB64/PKCS7PADDING 13:35:17,685 INFO [main][CipherTest] transformation=CAST6/OFB64/TBC 13:35:17,686 INFO [main][CipherTest] transformation=CAST6/OFB64/TBCPADDING 13:35:17,686 INFO [main][CipherTest] transformation=CAST6/OFB64/X9.23 13:35:17,686 INFO [main][CipherTest] transformation=CAST6/OFB64/X9.23PADDING 13:35:17,686 INFO [main][CipherTest] transformation=CAST6/OFB64/ZEROBYTE 13:35:17,686 INFO [main][CipherTest] transformation=CAST6/OFB64/ZEROBYTEPADDING 13:35:17,686 INFO [main][CipherTest] transformation=CAST6/OFB72/ 13:35:17,686 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO10126 13:35:17,686 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO10126-2 13:35:17,686 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO10126-2PADDING 13:35:17,687 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO10126PADDING 13:35:17,687 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO7816-4 13:35:17,687 INFO [main][CipherTest] transformation=CAST6/OFB72/ISO7816-4PADDING 13:35:17,687 INFO [main][CipherTest] transformation=CAST6/OFB72/NOPADDING 13:35:17,687 INFO [main][CipherTest] transformation=CAST6/OFB72/PKCS5 13:35:17,687 INFO [main][CipherTest] transformation=CAST6/OFB72/PKCS5PADDING 13:35:17,687 INFO [main][CipherTest] transformation=CAST6/OFB72/PKCS7 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB72/PKCS7PADDING 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB72/TBC 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB72/TBCPADDING 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB72/X9.23 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB72/X9.23PADDING 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB72/ZEROBYTE 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB72/ZEROBYTEPADDING 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB8/ 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO10126 13:35:17,688 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO10126-2 13:35:17,689 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO10126-2PADDING 13:35:17,689 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO10126PADDING 13:35:17,689 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO7816-4 13:35:17,689 INFO [main][CipherTest] transformation=CAST6/OFB8/ISO7816-4PADDING 13:35:17,689 INFO [main][CipherTest] transformation=CAST6/OFB8/NOPADDING 13:35:17,689 INFO [main][CipherTest] transformation=CAST6/OFB8/PKCS5 13:35:17,689 INFO [main][CipherTest] transformation=CAST6/OFB8/PKCS5PADDING 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB8/PKCS7 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB8/PKCS7PADDING 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB8/TBC 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB8/TBCPADDING 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB8/X9.23 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB8/X9.23PADDING 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB8/ZEROBYTE 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB8/ZEROBYTEPADDING 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB80/ 13:35:17,690 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO10126 13:35:17,691 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO10126-2 13:35:17,691 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO10126-2PADDING 13:35:17,691 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO10126PADDING 13:35:17,691 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO7816-4 13:35:17,691 INFO [main][CipherTest] transformation=CAST6/OFB80/ISO7816-4PADDING 13:35:17,691 INFO [main][CipherTest] transformation=CAST6/OFB80/NOPADDING 13:35:17,691 INFO [main][CipherTest] transformation=CAST6/OFB80/PKCS5 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB80/PKCS5PADDING 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB80/PKCS7 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB80/PKCS7PADDING 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB80/TBC 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB80/TBCPADDING 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB80/X9.23 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB80/X9.23PADDING 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB80/ZEROBYTE 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB80/ZEROBYTEPADDING 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB88/ 13:35:17,692 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO10126 13:35:17,693 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO10126-2 13:35:17,693 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO10126-2PADDING 13:35:17,693 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO10126PADDING 13:35:17,693 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO7816-4 13:35:17,693 INFO [main][CipherTest] transformation=CAST6/OFB88/ISO7816-4PADDING 13:35:17,693 INFO [main][CipherTest] transformation=CAST6/OFB88/NOPADDING 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/PKCS5 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/PKCS5PADDING 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/PKCS7 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/PKCS7PADDING 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/TBC 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/TBCPADDING 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/X9.23 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/X9.23PADDING 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/ZEROBYTE 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB88/ZEROBYTEPADDING 13:35:17,694 INFO [main][CipherTest] transformation=CAST6/OFB96/ 13:35:17,695 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO10126 13:35:17,695 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO10126-2 13:35:17,695 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO10126-2PADDING 13:35:17,695 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO10126PADDING 13:35:17,695 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO7816-4 13:35:17,695 INFO [main][CipherTest] transformation=CAST6/OFB96/ISO7816-4PADDING 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/NOPADDING 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/PKCS5 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/PKCS5PADDING 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/PKCS7 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/PKCS7PADDING 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/TBC 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/TBCPADDING 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/X9.23 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/X9.23PADDING 13:35:17,696 INFO [main][CipherTest] transformation=CAST6/OFB96/ZEROBYTE 13:35:17,697 INFO [main][CipherTest] transformation=CAST6/OFB96/ZEROBYTEPADDING 13:35:17,697 INFO [main][CipherTest] transformation=CAST6/SIC/ 13:35:17,697 INFO [main][CipherTest] transformation=CAST6/SIC/ISO10126 13:35:17,697 INFO [main][CipherTest] transformation=CAST6/SIC/ISO10126-2 13:35:17,697 INFO [main][CipherTest] transformation=CAST6/SIC/ISO10126-2PADDING 13:35:17,698 INFO [main][CipherTest] transformation=CAST6/SIC/ISO10126PADDING 13:35:17,698 INFO [main][CipherTest] transformation=CAST6/SIC/ISO7816-4 13:35:17,698 INFO [main][CipherTest] transformation=CAST6/SIC/ISO7816-4PADDING 13:35:17,698 INFO [main][CipherTest] transformation=CAST6/SIC/NOPADDING 13:35:17,698 INFO [main][CipherTest] transformation=CAST6/SIC/PKCS5 13:35:17,698 INFO [main][CipherTest] transformation=CAST6/SIC/PKCS5PADDING 13:35:17,698 INFO [main][CipherTest] transformation=CAST6/SIC/PKCS7 13:35:17,699 INFO [main][CipherTest] transformation=CAST6/SIC/PKCS7PADDING 13:35:17,699 INFO [main][CipherTest] transformation=CAST6/SIC/TBC 13:35:17,699 INFO [main][CipherTest] transformation=CAST6/SIC/TBCPADDING 13:35:17,699 INFO [main][CipherTest] transformation=CAST6/SIC/X9.23 13:35:17,699 INFO [main][CipherTest] transformation=CAST6/SIC/X9.23PADDING 13:35:17,699 INFO [main][CipherTest] transformation=CAST6/SIC/ZEROBYTE 13:35:17,699 INFO [main][CipherTest] transformation=CAST6/SIC/ZEROBYTEPADDING 13:35:17,700 INFO [main][CipherTest] transformation=DES// 13:35:17,700 ERROR [main][CipherTest] transformation "DES//": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,700 INFO [main][CipherTest] transformation=DES//NOPADDING 13:35:17,700 ERROR [main][CipherTest] transformation "DES//NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,700 INFO [main][CipherTest] transformation=DES/CBC-CTS/ 13:35:17,700 ERROR [main][CipherTest] transformation "DES/CBC-CTS/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,700 INFO [main][CipherTest] transformation=DES/CBC-CTS/NOPADDING 13:35:17,700 ERROR [main][CipherTest] transformation "DES/CBC-CTS/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,700 INFO [main][CipherTest] transformation=DES/CBC/ 13:35:17,700 ERROR [main][CipherTest] transformation "DES/CBC/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,700 INFO [main][CipherTest] transformation=DES/CBC/ISO10126 13:35:17,700 ERROR [main][CipherTest] transformation "DES/CBC/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,700 INFO [main][CipherTest] transformation=DES/CBC/ISO10126-2 13:35:17,700 ERROR [main][CipherTest] transformation "DES/CBC/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,700 INFO [main][CipherTest] transformation=DES/CBC/ISO10126-2PADDING 13:35:17,701 ERROR [main][CipherTest] transformation "DES/CBC/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,701 INFO [main][CipherTest] transformation=DES/CBC/ISO10126PADDING 13:35:17,701 ERROR [main][CipherTest] transformation "DES/CBC/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,701 INFO [main][CipherTest] transformation=DES/CBC/ISO7816-4 13:35:17,701 ERROR [main][CipherTest] transformation "DES/CBC/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,701 INFO [main][CipherTest] transformation=DES/CBC/ISO7816-4PADDING 13:35:17,701 ERROR [main][CipherTest] transformation "DES/CBC/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,701 INFO [main][CipherTest] transformation=DES/CBC/NOPADDING 13:35:17,701 ERROR [main][CipherTest] transformation "DES/CBC/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,701 INFO [main][CipherTest] transformation=DES/CBC/PKCS5 13:35:17,701 ERROR [main][CipherTest] transformation "DES/CBC/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,701 INFO [main][CipherTest] transformation=DES/CBC/PKCS5PADDING 13:35:17,701 ERROR [main][CipherTest] transformation "DES/CBC/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,701 INFO [main][CipherTest] transformation=DES/CBC/PKCS7 13:35:17,701 ERROR [main][CipherTest] transformation "DES/CBC/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,701 INFO [main][CipherTest] transformation=DES/CBC/PKCS7PADDING 13:35:17,701 ERROR [main][CipherTest] transformation "DES/CBC/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,701 INFO [main][CipherTest] transformation=DES/CBC/TBC 13:35:17,702 ERROR [main][CipherTest] transformation "DES/CBC/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,702 INFO [main][CipherTest] transformation=DES/CBC/TBCPADDING 13:35:17,702 ERROR [main][CipherTest] transformation "DES/CBC/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,702 INFO [main][CipherTest] transformation=DES/CBC/X9.23 13:35:17,702 ERROR [main][CipherTest] transformation "DES/CBC/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,702 INFO [main][CipherTest] transformation=DES/CBC/X9.23PADDING 13:35:17,702 ERROR [main][CipherTest] transformation "DES/CBC/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,703 INFO [main][CipherTest] transformation=DES/CBC/ZEROBYTE 13:35:17,703 ERROR [main][CipherTest] transformation "DES/CBC/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,703 INFO [main][CipherTest] transformation=DES/CBC/ZEROBYTEPADDING 13:35:17,703 ERROR [main][CipherTest] transformation "DES/CBC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,703 INFO [main][CipherTest] transformation=DES/CFB/ 13:35:17,703 ERROR [main][CipherTest] transformation "DES/CFB/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,703 INFO [main][CipherTest] transformation=DES/CFB/ISO10126 13:35:17,703 ERROR [main][CipherTest] transformation "DES/CFB/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,704 INFO [main][CipherTest] transformation=DES/CFB/ISO10126-2 13:35:17,704 ERROR [main][CipherTest] transformation "DES/CFB/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,704 INFO [main][CipherTest] transformation=DES/CFB/ISO10126-2PADDING 13:35:17,704 ERROR [main][CipherTest] transformation "DES/CFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,704 INFO [main][CipherTest] transformation=DES/CFB/ISO10126PADDING 13:35:17,704 ERROR [main][CipherTest] transformation "DES/CFB/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,704 INFO [main][CipherTest] transformation=DES/CFB/ISO7816-4 13:35:17,704 ERROR [main][CipherTest] transformation "DES/CFB/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,704 INFO [main][CipherTest] transformation=DES/CFB/ISO7816-4PADDING 13:35:17,704 ERROR [main][CipherTest] transformation "DES/CFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,704 INFO [main][CipherTest] transformation=DES/CFB/NOPADDING 13:35:17,704 ERROR [main][CipherTest] transformation "DES/CFB/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,704 INFO [main][CipherTest] transformation=DES/CFB/PKCS5 13:35:17,704 ERROR [main][CipherTest] transformation "DES/CFB/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,704 INFO [main][CipherTest] transformation=DES/CFB/PKCS5PADDING 13:35:17,705 ERROR [main][CipherTest] transformation "DES/CFB/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,705 INFO [main][CipherTest] transformation=DES/CFB/PKCS7 13:35:17,705 ERROR [main][CipherTest] transformation "DES/CFB/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,705 INFO [main][CipherTest] transformation=DES/CFB/PKCS7PADDING 13:35:17,706 ERROR [main][CipherTest] transformation "DES/CFB/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,706 INFO [main][CipherTest] transformation=DES/CFB/TBC 13:35:17,706 ERROR [main][CipherTest] transformation "DES/CFB/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,706 INFO [main][CipherTest] transformation=DES/CFB/TBCPADDING 13:35:17,706 ERROR [main][CipherTest] transformation "DES/CFB/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,706 INFO [main][CipherTest] transformation=DES/CFB/X9.23 13:35:17,706 ERROR [main][CipherTest] transformation "DES/CFB/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,706 INFO [main][CipherTest] transformation=DES/CFB/X9.23PADDING 13:35:17,706 ERROR [main][CipherTest] transformation "DES/CFB/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,706 INFO [main][CipherTest] transformation=DES/CFB/ZEROBYTE 13:35:17,706 ERROR [main][CipherTest] transformation "DES/CFB/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,706 INFO [main][CipherTest] transformation=DES/CFB/ZEROBYTEPADDING 13:35:17,706 ERROR [main][CipherTest] transformation "DES/CFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,706 INFO [main][CipherTest] transformation=DES/CFB104/ 13:35:17,706 ERROR [main][CipherTest] transformation "DES/CFB104/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,706 INFO [main][CipherTest] transformation=DES/CFB104/ISO10126 13:35:17,706 ERROR [main][CipherTest] transformation "DES/CFB104/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,706 INFO [main][CipherTest] transformation=DES/CFB104/ISO10126-2 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/ISO10126-2PADDING 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/ISO10126PADDING 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/ISO7816-4 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/ISO7816-4PADDING 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/NOPADDING 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/PKCS5 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/PKCS5PADDING 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/PKCS7 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/PKCS7PADDING 13:35:17,707 ERROR [main][CipherTest] transformation "DES/CFB104/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,707 INFO [main][CipherTest] transformation=DES/CFB104/TBC 13:35:17,708 ERROR [main][CipherTest] transformation "DES/CFB104/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,708 INFO [main][CipherTest] transformation=DES/CFB104/TBCPADDING 13:35:17,708 ERROR [main][CipherTest] transformation "DES/CFB104/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,708 INFO [main][CipherTest] transformation=DES/CFB104/X9.23 13:35:17,708 ERROR [main][CipherTest] transformation "DES/CFB104/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,708 INFO [main][CipherTest] transformation=DES/CFB104/X9.23PADDING 13:35:17,708 ERROR [main][CipherTest] transformation "DES/CFB104/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,708 INFO [main][CipherTest] transformation=DES/CFB104/ZEROBYTE 13:35:17,708 ERROR [main][CipherTest] transformation "DES/CFB104/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,708 INFO [main][CipherTest] transformation=DES/CFB104/ZEROBYTEPADDING 13:35:17,708 ERROR [main][CipherTest] transformation "DES/CFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,708 INFO [main][CipherTest] transformation=DES/CFB112/ 13:35:17,708 ERROR [main][CipherTest] transformation "DES/CFB112/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,708 INFO [main][CipherTest] transformation=DES/CFB112/ISO10126 13:35:17,708 ERROR [main][CipherTest] transformation "DES/CFB112/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,708 INFO [main][CipherTest] transformation=DES/CFB112/ISO10126-2 13:35:17,708 ERROR [main][CipherTest] transformation "DES/CFB112/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,708 INFO [main][CipherTest] transformation=DES/CFB112/ISO10126-2PADDING 13:35:17,709 ERROR [main][CipherTest] transformation "DES/CFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,709 INFO [main][CipherTest] transformation=DES/CFB112/ISO10126PADDING 13:35:17,709 ERROR [main][CipherTest] transformation "DES/CFB112/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,709 INFO [main][CipherTest] transformation=DES/CFB112/ISO7816-4 13:35:17,709 ERROR [main][CipherTest] transformation "DES/CFB112/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,709 INFO [main][CipherTest] transformation=DES/CFB112/ISO7816-4PADDING 13:35:17,709 ERROR [main][CipherTest] transformation "DES/CFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,709 INFO [main][CipherTest] transformation=DES/CFB112/NOPADDING 13:35:17,709 ERROR [main][CipherTest] transformation "DES/CFB112/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,709 INFO [main][CipherTest] transformation=DES/CFB112/PKCS5 13:35:17,709 ERROR [main][CipherTest] transformation "DES/CFB112/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,709 INFO [main][CipherTest] transformation=DES/CFB112/PKCS5PADDING 13:35:17,709 ERROR [main][CipherTest] transformation "DES/CFB112/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,709 INFO [main][CipherTest] transformation=DES/CFB112/PKCS7 13:35:17,709 ERROR [main][CipherTest] transformation "DES/CFB112/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,709 INFO [main][CipherTest] transformation=DES/CFB112/PKCS7PADDING 13:35:17,709 ERROR [main][CipherTest] transformation "DES/CFB112/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,709 INFO [main][CipherTest] transformation=DES/CFB112/TBC 13:35:17,710 ERROR [main][CipherTest] transformation "DES/CFB112/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,710 INFO [main][CipherTest] transformation=DES/CFB112/TBCPADDING 13:35:17,710 ERROR [main][CipherTest] transformation "DES/CFB112/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,710 INFO [main][CipherTest] transformation=DES/CFB112/X9.23 13:35:17,710 ERROR [main][CipherTest] transformation "DES/CFB112/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,710 INFO [main][CipherTest] transformation=DES/CFB112/X9.23PADDING 13:35:17,710 ERROR [main][CipherTest] transformation "DES/CFB112/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,710 INFO [main][CipherTest] transformation=DES/CFB112/ZEROBYTE 13:35:17,710 ERROR [main][CipherTest] transformation "DES/CFB112/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,710 INFO [main][CipherTest] transformation=DES/CFB112/ZEROBYTEPADDING 13:35:17,710 ERROR [main][CipherTest] transformation "DES/CFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,710 INFO [main][CipherTest] transformation=DES/CFB120/ 13:35:17,710 ERROR [main][CipherTest] transformation "DES/CFB120/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,710 INFO [main][CipherTest] transformation=DES/CFB120/ISO10126 13:35:17,710 ERROR [main][CipherTest] transformation "DES/CFB120/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,710 INFO [main][CipherTest] transformation=DES/CFB120/ISO10126-2 13:35:17,711 ERROR [main][CipherTest] transformation "DES/CFB120/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,711 INFO [main][CipherTest] transformation=DES/CFB120/ISO10126-2PADDING 13:35:17,711 ERROR [main][CipherTest] transformation "DES/CFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,711 INFO [main][CipherTest] transformation=DES/CFB120/ISO10126PADDING 13:35:17,711 ERROR [main][CipherTest] transformation "DES/CFB120/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,711 INFO [main][CipherTest] transformation=DES/CFB120/ISO7816-4 13:35:17,711 ERROR [main][CipherTest] transformation "DES/CFB120/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,711 INFO [main][CipherTest] transformation=DES/CFB120/ISO7816-4PADDING 13:35:17,711 ERROR [main][CipherTest] transformation "DES/CFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,711 INFO [main][CipherTest] transformation=DES/CFB120/NOPADDING 13:35:17,711 ERROR [main][CipherTest] transformation "DES/CFB120/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,711 INFO [main][CipherTest] transformation=DES/CFB120/PKCS5 13:35:17,711 ERROR [main][CipherTest] transformation "DES/CFB120/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,711 INFO [main][CipherTest] transformation=DES/CFB120/PKCS5PADDING 13:35:17,712 ERROR [main][CipherTest] transformation "DES/CFB120/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,712 INFO [main][CipherTest] transformation=DES/CFB120/PKCS7 13:35:17,712 ERROR [main][CipherTest] transformation "DES/CFB120/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,712 INFO [main][CipherTest] transformation=DES/CFB120/PKCS7PADDING 13:35:17,712 ERROR [main][CipherTest] transformation "DES/CFB120/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,712 INFO [main][CipherTest] transformation=DES/CFB120/TBC 13:35:17,712 ERROR [main][CipherTest] transformation "DES/CFB120/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,712 INFO [main][CipherTest] transformation=DES/CFB120/TBCPADDING 13:35:17,712 ERROR [main][CipherTest] transformation "DES/CFB120/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,712 INFO [main][CipherTest] transformation=DES/CFB120/X9.23 13:35:17,712 ERROR [main][CipherTest] transformation "DES/CFB120/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,712 INFO [main][CipherTest] transformation=DES/CFB120/X9.23PADDING 13:35:17,712 ERROR [main][CipherTest] transformation "DES/CFB120/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,712 INFO [main][CipherTest] transformation=DES/CFB120/ZEROBYTE 13:35:17,712 ERROR [main][CipherTest] transformation "DES/CFB120/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,712 INFO [main][CipherTest] transformation=DES/CFB120/ZEROBYTEPADDING 13:35:17,712 ERROR [main][CipherTest] transformation "DES/CFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,712 INFO [main][CipherTest] transformation=DES/CFB128/ 13:35:17,713 ERROR [main][CipherTest] transformation "DES/CFB128/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,713 INFO [main][CipherTest] transformation=DES/CFB128/ISO10126 13:35:17,713 ERROR [main][CipherTest] transformation "DES/CFB128/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,713 INFO [main][CipherTest] transformation=DES/CFB128/ISO10126-2 13:35:17,713 ERROR [main][CipherTest] transformation "DES/CFB128/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,713 INFO [main][CipherTest] transformation=DES/CFB128/ISO10126-2PADDING 13:35:17,713 ERROR [main][CipherTest] transformation "DES/CFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,713 INFO [main][CipherTest] transformation=DES/CFB128/ISO10126PADDING 13:35:17,713 ERROR [main][CipherTest] transformation "DES/CFB128/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,713 INFO [main][CipherTest] transformation=DES/CFB128/ISO7816-4 13:35:17,713 ERROR [main][CipherTest] transformation "DES/CFB128/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,713 INFO [main][CipherTest] transformation=DES/CFB128/ISO7816-4PADDING 13:35:17,713 ERROR [main][CipherTest] transformation "DES/CFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,713 INFO [main][CipherTest] transformation=DES/CFB128/NOPADDING 13:35:17,714 ERROR [main][CipherTest] transformation "DES/CFB128/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,714 INFO [main][CipherTest] transformation=DES/CFB128/PKCS5 13:35:17,714 ERROR [main][CipherTest] transformation "DES/CFB128/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,714 INFO [main][CipherTest] transformation=DES/CFB128/PKCS5PADDING 13:35:17,714 ERROR [main][CipherTest] transformation "DES/CFB128/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,714 INFO [main][CipherTest] transformation=DES/CFB128/PKCS7 13:35:17,714 ERROR [main][CipherTest] transformation "DES/CFB128/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,714 INFO [main][CipherTest] transformation=DES/CFB128/PKCS7PADDING 13:35:17,714 ERROR [main][CipherTest] transformation "DES/CFB128/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,714 INFO [main][CipherTest] transformation=DES/CFB128/TBC 13:35:17,714 ERROR [main][CipherTest] transformation "DES/CFB128/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,714 INFO [main][CipherTest] transformation=DES/CFB128/TBCPADDING 13:35:17,716 ERROR [main][CipherTest] transformation "DES/CFB128/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,716 INFO [main][CipherTest] transformation=DES/CFB128/X9.23 13:35:17,716 ERROR [main][CipherTest] transformation "DES/CFB128/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,716 INFO [main][CipherTest] transformation=DES/CFB128/X9.23PADDING 13:35:17,716 ERROR [main][CipherTest] transformation "DES/CFB128/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,716 INFO [main][CipherTest] transformation=DES/CFB128/ZEROBYTE 13:35:17,716 ERROR [main][CipherTest] transformation "DES/CFB128/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,716 INFO [main][CipherTest] transformation=DES/CFB128/ZEROBYTEPADDING 13:35:17,716 ERROR [main][CipherTest] transformation "DES/CFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,716 INFO [main][CipherTest] transformation=DES/CFB136/ 13:35:17,716 ERROR [main][CipherTest] transformation "DES/CFB136/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,716 INFO [main][CipherTest] transformation=DES/CFB136/ISO10126 13:35:17,716 ERROR [main][CipherTest] transformation "DES/CFB136/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,716 INFO [main][CipherTest] transformation=DES/CFB136/ISO10126-2 13:35:17,717 ERROR [main][CipherTest] transformation "DES/CFB136/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,717 INFO [main][CipherTest] transformation=DES/CFB136/ISO10126-2PADDING 13:35:17,717 ERROR [main][CipherTest] transformation "DES/CFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,717 INFO [main][CipherTest] transformation=DES/CFB136/ISO10126PADDING 13:35:17,717 ERROR [main][CipherTest] transformation "DES/CFB136/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,717 INFO [main][CipherTest] transformation=DES/CFB136/ISO7816-4 13:35:17,717 ERROR [main][CipherTest] transformation "DES/CFB136/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,717 INFO [main][CipherTest] transformation=DES/CFB136/ISO7816-4PADDING 13:35:17,717 ERROR [main][CipherTest] transformation "DES/CFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,717 INFO [main][CipherTest] transformation=DES/CFB136/NOPADDING 13:35:17,717 ERROR [main][CipherTest] transformation "DES/CFB136/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,717 INFO [main][CipherTest] transformation=DES/CFB136/PKCS5 13:35:17,717 ERROR [main][CipherTest] transformation "DES/CFB136/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,717 INFO [main][CipherTest] transformation=DES/CFB136/PKCS5PADDING 13:35:17,717 ERROR [main][CipherTest] transformation "DES/CFB136/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,718 INFO [main][CipherTest] transformation=DES/CFB136/PKCS7 13:35:17,718 ERROR [main][CipherTest] transformation "DES/CFB136/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,718 INFO [main][CipherTest] transformation=DES/CFB136/PKCS7PADDING 13:35:17,718 ERROR [main][CipherTest] transformation "DES/CFB136/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,718 INFO [main][CipherTest] transformation=DES/CFB136/TBC 13:35:17,718 ERROR [main][CipherTest] transformation "DES/CFB136/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,718 INFO [main][CipherTest] transformation=DES/CFB136/TBCPADDING 13:35:17,718 ERROR [main][CipherTest] transformation "DES/CFB136/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,718 INFO [main][CipherTest] transformation=DES/CFB136/X9.23 13:35:17,718 ERROR [main][CipherTest] transformation "DES/CFB136/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,718 INFO [main][CipherTest] transformation=DES/CFB136/X9.23PADDING 13:35:17,718 ERROR [main][CipherTest] transformation "DES/CFB136/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,718 INFO [main][CipherTest] transformation=DES/CFB136/ZEROBYTE 13:35:17,718 ERROR [main][CipherTest] transformation "DES/CFB136/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,718 INFO [main][CipherTest] transformation=DES/CFB136/ZEROBYTEPADDING 13:35:17,718 ERROR [main][CipherTest] transformation "DES/CFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,718 INFO [main][CipherTest] transformation=DES/CFB144/ 13:35:17,719 ERROR [main][CipherTest] transformation "DES/CFB144/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,719 INFO [main][CipherTest] transformation=DES/CFB144/ISO10126 13:35:17,719 ERROR [main][CipherTest] transformation "DES/CFB144/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,719 INFO [main][CipherTest] transformation=DES/CFB144/ISO10126-2 13:35:17,719 ERROR [main][CipherTest] transformation "DES/CFB144/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,719 INFO [main][CipherTest] transformation=DES/CFB144/ISO10126-2PADDING 13:35:17,719 ERROR [main][CipherTest] transformation "DES/CFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,719 INFO [main][CipherTest] transformation=DES/CFB144/ISO10126PADDING 13:35:17,719 ERROR [main][CipherTest] transformation "DES/CFB144/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,719 INFO [main][CipherTest] transformation=DES/CFB144/ISO7816-4 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/ISO7816-4PADDING 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/NOPADDING 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/PKCS5 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/PKCS5PADDING 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/PKCS7 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/PKCS7PADDING 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/TBC 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/TBCPADDING 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/X9.23 13:35:17,720 ERROR [main][CipherTest] transformation "DES/CFB144/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,720 INFO [main][CipherTest] transformation=DES/CFB144/X9.23PADDING 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB144/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB144/ZEROBYTE 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB144/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB144/ZEROBYTEPADDING 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB152/ 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB152/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB152/ISO10126 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB152/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB152/ISO10126-2 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB152/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB152/ISO10126-2PADDING 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB152/ISO10126PADDING 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB152/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB152/ISO7816-4 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB152/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB152/ISO7816-4PADDING 13:35:17,721 ERROR [main][CipherTest] transformation "DES/CFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,721 INFO [main][CipherTest] transformation=DES/CFB152/NOPADDING 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/PKCS5 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/PKCS5PADDING 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/PKCS7 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/PKCS7PADDING 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/TBC 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/TBCPADDING 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/X9.23 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/X9.23PADDING 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/ZEROBYTE 13:35:17,722 ERROR [main][CipherTest] transformation "DES/CFB152/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,722 INFO [main][CipherTest] transformation=DES/CFB152/ZEROBYTEPADDING 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/ 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/ISO10126 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/ISO10126-2 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/ISO10126-2PADDING 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/ISO10126PADDING 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/ISO7816-4 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/ISO7816-4PADDING 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/NOPADDING 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/PKCS5 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/PKCS5PADDING 13:35:17,723 ERROR [main][CipherTest] transformation "DES/CFB16/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,723 INFO [main][CipherTest] transformation=DES/CFB16/PKCS7 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB16/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB16/PKCS7PADDING 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB16/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB16/TBC 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB16/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB16/TBCPADDING 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB16/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB16/X9.23 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB16/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB16/X9.23PADDING 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB16/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB16/ZEROBYTE 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB16/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB16/ZEROBYTEPADDING 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB160/ 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB160/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB160/ISO10126 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB160/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB160/ISO10126-2 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB160/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB160/ISO10126-2PADDING 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB160/ISO10126PADDING 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB160/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB160/ISO7816-4 13:35:17,724 ERROR [main][CipherTest] transformation "DES/CFB160/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,724 INFO [main][CipherTest] transformation=DES/CFB160/ISO7816-4PADDING 13:35:17,725 ERROR [main][CipherTest] transformation "DES/CFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,725 INFO [main][CipherTest] transformation=DES/CFB160/NOPADDING 13:35:17,725 ERROR [main][CipherTest] transformation "DES/CFB160/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,725 INFO [main][CipherTest] transformation=DES/CFB160/PKCS5 13:35:17,725 ERROR [main][CipherTest] transformation "DES/CFB160/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,725 INFO [main][CipherTest] transformation=DES/CFB160/PKCS5PADDING 13:35:17,725 ERROR [main][CipherTest] transformation "DES/CFB160/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,725 INFO [main][CipherTest] transformation=DES/CFB160/PKCS7 13:35:17,725 ERROR [main][CipherTest] transformation "DES/CFB160/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,725 INFO [main][CipherTest] transformation=DES/CFB160/PKCS7PADDING 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB160/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB160/TBC 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB160/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB160/TBCPADDING 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB160/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB160/X9.23 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB160/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB160/X9.23PADDING 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB160/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB160/ZEROBYTE 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB160/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB160/ZEROBYTEPADDING 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB168/ 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB168/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB168/ISO10126 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB168/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB168/ISO10126-2 13:35:17,726 ERROR [main][CipherTest] transformation "DES/CFB168/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,726 INFO [main][CipherTest] transformation=DES/CFB168/ISO10126-2PADDING 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/ISO10126PADDING 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/ISO7816-4 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/ISO7816-4PADDING 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/NOPADDING 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/PKCS5 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/PKCS5PADDING 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/PKCS7 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/PKCS7PADDING 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/TBC 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,727 INFO [main][CipherTest] transformation=DES/CFB168/TBCPADDING 13:35:17,727 ERROR [main][CipherTest] transformation "DES/CFB168/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,728 INFO [main][CipherTest] transformation=DES/CFB168/X9.23 13:35:17,728 ERROR [main][CipherTest] transformation "DES/CFB168/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,728 INFO [main][CipherTest] transformation=DES/CFB168/X9.23PADDING 13:35:17,728 ERROR [main][CipherTest] transformation "DES/CFB168/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,728 INFO [main][CipherTest] transformation=DES/CFB168/ZEROBYTE 13:35:17,728 ERROR [main][CipherTest] transformation "DES/CFB168/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,728 INFO [main][CipherTest] transformation=DES/CFB168/ZEROBYTEPADDING 13:35:17,728 ERROR [main][CipherTest] transformation "DES/CFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,728 INFO [main][CipherTest] transformation=DES/CFB176/ 13:35:17,728 ERROR [main][CipherTest] transformation "DES/CFB176/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,728 INFO [main][CipherTest] transformation=DES/CFB176/ISO10126 13:35:17,728 ERROR [main][CipherTest] transformation "DES/CFB176/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,728 INFO [main][CipherTest] transformation=DES/CFB176/ISO10126-2 13:35:17,728 ERROR [main][CipherTest] transformation "DES/CFB176/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,728 INFO [main][CipherTest] transformation=DES/CFB176/ISO10126-2PADDING 13:35:17,728 ERROR [main][CipherTest] transformation "DES/CFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,728 INFO [main][CipherTest] transformation=DES/CFB176/ISO10126PADDING 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/ISO7816-4 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/ISO7816-4PADDING 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/NOPADDING 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/PKCS5 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/PKCS5PADDING 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/PKCS7 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/PKCS7PADDING 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/TBC 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/TBCPADDING 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/X9.23 13:35:17,729 ERROR [main][CipherTest] transformation "DES/CFB176/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,729 INFO [main][CipherTest] transformation=DES/CFB176/X9.23PADDING 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB176/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB176/ZEROBYTE 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB176/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB176/ZEROBYTEPADDING 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB184/ 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB184/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB184/ISO10126 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB184/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB184/ISO10126-2 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB184/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB184/ISO10126-2PADDING 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB184/ISO10126PADDING 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB184/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB184/ISO7816-4 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB184/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB184/ISO7816-4PADDING 13:35:17,730 ERROR [main][CipherTest] transformation "DES/CFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,730 INFO [main][CipherTest] transformation=DES/CFB184/NOPADDING 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/PKCS5 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/PKCS5PADDING 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/PKCS7 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/PKCS7PADDING 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/TBC 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/TBCPADDING 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/X9.23 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/X9.23PADDING 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/ZEROBYTE 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,731 INFO [main][CipherTest] transformation=DES/CFB184/ZEROBYTEPADDING 13:35:17,731 ERROR [main][CipherTest] transformation "DES/CFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,732 INFO [main][CipherTest] transformation=DES/CFB192/ 13:35:17,732 ERROR [main][CipherTest] transformation "DES/CFB192/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,732 INFO [main][CipherTest] transformation=DES/CFB192/ISO10126 13:35:17,732 ERROR [main][CipherTest] transformation "DES/CFB192/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,732 INFO [main][CipherTest] transformation=DES/CFB192/ISO10126-2 13:35:17,732 ERROR [main][CipherTest] transformation "DES/CFB192/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,732 INFO [main][CipherTest] transformation=DES/CFB192/ISO10126-2PADDING 13:35:17,732 ERROR [main][CipherTest] transformation "DES/CFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,732 INFO [main][CipherTest] transformation=DES/CFB192/ISO10126PADDING 13:35:17,732 ERROR [main][CipherTest] transformation "DES/CFB192/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,732 INFO [main][CipherTest] transformation=DES/CFB192/ISO7816-4 13:35:17,732 ERROR [main][CipherTest] transformation "DES/CFB192/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,732 INFO [main][CipherTest] transformation=DES/CFB192/ISO7816-4PADDING 13:35:17,732 ERROR [main][CipherTest] transformation "DES/CFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,732 INFO [main][CipherTest] transformation=DES/CFB192/NOPADDING 13:35:17,732 ERROR [main][CipherTest] transformation "DES/CFB192/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/PKCS5 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/PKCS5PADDING 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/PKCS7 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/PKCS7PADDING 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/TBC 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/TBCPADDING 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/X9.23 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/X9.23PADDING 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/ZEROBYTE 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB192/ZEROBYTEPADDING 13:35:17,733 ERROR [main][CipherTest] transformation "DES/CFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,733 INFO [main][CipherTest] transformation=DES/CFB200/ 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/ISO10126 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/ISO10126-2 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/ISO10126-2PADDING 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/ISO10126PADDING 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/ISO7816-4 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/ISO7816-4PADDING 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/NOPADDING 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/PKCS5 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/PKCS5PADDING 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,734 INFO [main][CipherTest] transformation=DES/CFB200/PKCS7 13:35:17,734 ERROR [main][CipherTest] transformation "DES/CFB200/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB200/PKCS7PADDING 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB200/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB200/TBC 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB200/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB200/TBCPADDING 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB200/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB200/X9.23 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB200/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB200/X9.23PADDING 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB200/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB200/ZEROBYTE 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB200/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB200/ZEROBYTEPADDING 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB208/ 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB208/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB208/ISO10126 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB208/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB208/ISO10126-2 13:35:17,735 ERROR [main][CipherTest] transformation "DES/CFB208/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,735 INFO [main][CipherTest] transformation=DES/CFB208/ISO10126-2PADDING 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/ISO10126PADDING 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/ISO7816-4 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/ISO7816-4PADDING 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/NOPADDING 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/PKCS5 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/PKCS5PADDING 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/PKCS7 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/PKCS7PADDING 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/TBC 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/TBCPADDING 13:35:17,736 ERROR [main][CipherTest] transformation "DES/CFB208/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,736 INFO [main][CipherTest] transformation=DES/CFB208/X9.23 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB208/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB208/X9.23PADDING 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB208/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB208/ZEROBYTE 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB208/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB208/ZEROBYTEPADDING 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB216/ 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB216/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB216/ISO10126 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB216/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB216/ISO10126-2 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB216/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB216/ISO10126-2PADDING 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB216/ISO10126PADDING 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB216/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB216/ISO7816-4 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB216/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,737 INFO [main][CipherTest] transformation=DES/CFB216/ISO7816-4PADDING 13:35:17,737 ERROR [main][CipherTest] transformation "DES/CFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/NOPADDING 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/PKCS5 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/PKCS5PADDING 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/PKCS7 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/PKCS7PADDING 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/TBC 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/TBCPADDING 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/X9.23 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/X9.23PADDING 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/ZEROBYTE 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB216/ZEROBYTEPADDING 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB224/ 13:35:17,738 ERROR [main][CipherTest] transformation "DES/CFB224/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,738 INFO [main][CipherTest] transformation=DES/CFB224/ISO10126 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/ISO10126-2 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/ISO10126-2PADDING 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/ISO10126PADDING 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/ISO7816-4 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/ISO7816-4PADDING 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/NOPADDING 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/PKCS5 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/PKCS5PADDING 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/PKCS7 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,739 INFO [main][CipherTest] transformation=DES/CFB224/PKCS7PADDING 13:35:17,739 ERROR [main][CipherTest] transformation "DES/CFB224/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB224/TBC 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB224/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB224/TBCPADDING 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB224/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB224/X9.23 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB224/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB224/X9.23PADDING 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB224/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB224/ZEROBYTE 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB224/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB224/ZEROBYTEPADDING 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB232/ 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB232/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB232/ISO10126 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB232/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB232/ISO10126-2 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB232/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB232/ISO10126-2PADDING 13:35:17,740 ERROR [main][CipherTest] transformation "DES/CFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,740 INFO [main][CipherTest] transformation=DES/CFB232/ISO10126PADDING 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/ISO7816-4 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/ISO7816-4PADDING 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/NOPADDING 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/PKCS5 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/PKCS5PADDING 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/PKCS7 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/PKCS7PADDING 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/TBC 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/TBCPADDING 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/X9.23 13:35:17,741 ERROR [main][CipherTest] transformation "DES/CFB232/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,741 INFO [main][CipherTest] transformation=DES/CFB232/X9.23PADDING 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB232/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB232/ZEROBYTE 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB232/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB232/ZEROBYTEPADDING 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB24/ 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB24/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB24/ISO10126 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB24/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB24/ISO10126-2 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB24/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB24/ISO10126-2PADDING 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB24/ISO10126PADDING 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB24/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB24/ISO7816-4 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB24/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB24/ISO7816-4PADDING 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,742 INFO [main][CipherTest] transformation=DES/CFB24/NOPADDING 13:35:17,742 ERROR [main][CipherTest] transformation "DES/CFB24/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/PKCS5 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/PKCS5PADDING 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/PKCS7 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/PKCS7PADDING 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/TBC 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/TBCPADDING 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/X9.23 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/X9.23PADDING 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/ZEROBYTE 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB24/ZEROBYTEPADDING 13:35:17,743 ERROR [main][CipherTest] transformation "DES/CFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,743 INFO [main][CipherTest] transformation=DES/CFB240/ 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/ISO10126 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/ISO10126-2 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/ISO10126-2PADDING 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/ISO10126PADDING 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/ISO7816-4 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/ISO7816-4PADDING 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/NOPADDING 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/PKCS5 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/PKCS5PADDING 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,744 INFO [main][CipherTest] transformation=DES/CFB240/PKCS7 13:35:17,744 ERROR [main][CipherTest] transformation "DES/CFB240/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB240/PKCS7PADDING 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB240/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB240/TBC 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB240/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB240/TBCPADDING 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB240/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB240/X9.23 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB240/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB240/X9.23PADDING 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB240/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB240/ZEROBYTE 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB240/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB240/ZEROBYTEPADDING 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB248/ 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB248/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB248/ISO10126 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB248/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB248/ISO10126-2 13:35:17,745 ERROR [main][CipherTest] transformation "DES/CFB248/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,745 INFO [main][CipherTest] transformation=DES/CFB248/ISO10126-2PADDING 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/ISO10126PADDING 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/ISO7816-4 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/ISO7816-4PADDING 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/NOPADDING 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/PKCS5 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/PKCS5PADDING 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/PKCS7 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/PKCS7PADDING 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/TBC 13:35:17,746 ERROR [main][CipherTest] transformation "DES/CFB248/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,746 INFO [main][CipherTest] transformation=DES/CFB248/TBCPADDING 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB248/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB248/X9.23 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB248/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB248/X9.23PADDING 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB248/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB248/ZEROBYTE 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB248/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB248/ZEROBYTEPADDING 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB256/ 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB256/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB256/ISO10126 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB256/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB256/ISO10126-2 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB256/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB256/ISO10126-2PADDING 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB256/ISO10126PADDING 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB256/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,747 INFO [main][CipherTest] transformation=DES/CFB256/ISO7816-4 13:35:17,747 ERROR [main][CipherTest] transformation "DES/CFB256/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/ISO7816-4PADDING 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/NOPADDING 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/PKCS5 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/PKCS5PADDING 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/PKCS7 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/PKCS7PADDING 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/TBC 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/TBCPADDING 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/X9.23 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/X9.23PADDING 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,748 INFO [main][CipherTest] transformation=DES/CFB256/ZEROBYTE 13:35:17,748 ERROR [main][CipherTest] transformation "DES/CFB256/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB256/ZEROBYTEPADDING 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB32/ 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB32/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB32/ISO10126 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB32/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB32/ISO10126-2 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB32/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB32/ISO10126-2PADDING 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB32/ISO10126PADDING 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB32/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB32/ISO7816-4 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB32/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB32/ISO7816-4PADDING 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB32/NOPADDING 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB32/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,749 INFO [main][CipherTest] transformation=DES/CFB32/PKCS5 13:35:17,749 ERROR [main][CipherTest] transformation "DES/CFB32/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB32/PKCS5PADDING 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB32/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB32/PKCS7 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB32/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB32/PKCS7PADDING 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB32/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB32/TBC 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB32/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB32/TBCPADDING 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB32/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB32/X9.23 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB32/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB32/X9.23PADDING 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB32/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB32/ZEROBYTE 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB32/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB32/ZEROBYTEPADDING 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB40/ 13:35:17,750 ERROR [main][CipherTest] transformation "DES/CFB40/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,750 INFO [main][CipherTest] transformation=DES/CFB40/ISO10126 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/ISO10126-2 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/ISO10126-2PADDING 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/ISO10126PADDING 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/ISO7816-4 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/ISO7816-4PADDING 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/NOPADDING 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/PKCS5 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/PKCS5PADDING 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/PKCS7 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/PKCS7PADDING 13:35:17,751 ERROR [main][CipherTest] transformation "DES/CFB40/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,751 INFO [main][CipherTest] transformation=DES/CFB40/TBC 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB40/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB40/TBCPADDING 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB40/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB40/X9.23 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB40/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB40/X9.23PADDING 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB40/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB40/ZEROBYTE 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB40/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB40/ZEROBYTEPADDING 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB48/ 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB48/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB48/ISO10126 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB48/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB48/ISO10126-2 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB48/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB48/ISO10126-2PADDING 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,752 INFO [main][CipherTest] transformation=DES/CFB48/ISO10126PADDING 13:35:17,752 ERROR [main][CipherTest] transformation "DES/CFB48/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/ISO7816-4 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/ISO7816-4PADDING 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/NOPADDING 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/PKCS5 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/PKCS5PADDING 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/PKCS7 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/PKCS7PADDING 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/TBC 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/TBCPADDING 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/X9.23 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,753 INFO [main][CipherTest] transformation=DES/CFB48/X9.23PADDING 13:35:17,753 ERROR [main][CipherTest] transformation "DES/CFB48/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB48/ZEROBYTE 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB48/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB48/ZEROBYTEPADDING 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB56/ 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB56/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB56/ISO10126 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB56/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB56/ISO10126-2 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB56/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB56/ISO10126-2PADDING 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB56/ISO10126PADDING 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB56/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB56/ISO7816-4 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB56/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB56/ISO7816-4PADDING 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB56/NOPADDING 13:35:17,754 ERROR [main][CipherTest] transformation "DES/CFB56/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,754 INFO [main][CipherTest] transformation=DES/CFB56/PKCS5 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB56/PKCS5PADDING 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB56/PKCS7 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB56/PKCS7PADDING 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB56/TBC 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB56/TBCPADDING 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB56/X9.23 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB56/X9.23PADDING 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB56/ZEROBYTE 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB56/ZEROBYTEPADDING 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB64/ 13:35:17,755 ERROR [main][CipherTest] transformation "DES/CFB64/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,755 INFO [main][CipherTest] transformation=DES/CFB64/ISO10126 13:35:17,756 ERROR [main][CipherTest] transformation "DES/CFB64/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,756 INFO [main][CipherTest] transformation=DES/CFB64/ISO10126-2 13:35:17,756 ERROR [main][CipherTest] transformation "DES/CFB64/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,756 INFO [main][CipherTest] transformation=DES/CFB64/ISO10126-2PADDING 13:35:17,756 ERROR [main][CipherTest] transformation "DES/CFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,756 INFO [main][CipherTest] transformation=DES/CFB64/ISO10126PADDING 13:35:17,756 ERROR [main][CipherTest] transformation "DES/CFB64/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,756 INFO [main][CipherTest] transformation=DES/CFB64/ISO7816-4 13:35:17,756 ERROR [main][CipherTest] transformation "DES/CFB64/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,756 INFO [main][CipherTest] transformation=DES/CFB64/ISO7816-4PADDING 13:35:17,756 ERROR [main][CipherTest] transformation "DES/CFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,756 INFO [main][CipherTest] transformation=DES/CFB64/NOPADDING 13:35:17,756 ERROR [main][CipherTest] transformation "DES/CFB64/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,756 INFO [main][CipherTest] transformation=DES/CFB64/PKCS5 13:35:17,756 ERROR [main][CipherTest] transformation "DES/CFB64/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,756 INFO [main][CipherTest] transformation=DES/CFB64/PKCS5PADDING 13:35:17,756 ERROR [main][CipherTest] transformation "DES/CFB64/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB64/PKCS7 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB64/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB64/PKCS7PADDING 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB64/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB64/TBC 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB64/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB64/TBCPADDING 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB64/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB64/X9.23 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB64/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB64/X9.23PADDING 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB64/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB64/ZEROBYTE 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB64/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB64/ZEROBYTEPADDING 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB72/ 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB72/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB72/ISO10126 13:35:17,757 ERROR [main][CipherTest] transformation "DES/CFB72/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,757 INFO [main][CipherTest] transformation=DES/CFB72/ISO10126-2 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/ISO10126-2PADDING 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/ISO10126PADDING 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/ISO7816-4 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/ISO7816-4PADDING 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/NOPADDING 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/PKCS5 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/PKCS5PADDING 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/PKCS7 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/PKCS7PADDING 13:35:17,758 ERROR [main][CipherTest] transformation "DES/CFB72/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,758 INFO [main][CipherTest] transformation=DES/CFB72/TBC 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB72/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB72/TBCPADDING 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB72/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB72/X9.23 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB72/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB72/X9.23PADDING 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB72/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB72/ZEROBYTE 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB72/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB72/ZEROBYTEPADDING 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB8/ 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB8/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB8/ISO10126 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB8/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB8/ISO10126-2 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB8/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB8/ISO10126-2PADDING 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB8/ISO10126PADDING 13:35:17,759 ERROR [main][CipherTest] transformation "DES/CFB8/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,759 INFO [main][CipherTest] transformation=DES/CFB8/ISO7816-4 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/ISO7816-4PADDING 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/NOPADDING 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/PKCS5 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/PKCS5PADDING 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/PKCS7 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/PKCS7PADDING 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/TBC 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/TBCPADDING 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/X9.23 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/X9.23PADDING 13:35:17,760 ERROR [main][CipherTest] transformation "DES/CFB8/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,760 INFO [main][CipherTest] transformation=DES/CFB8/ZEROBYTE 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB8/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB8/ZEROBYTEPADDING 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB80/ 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB80/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB80/ISO10126 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB80/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB80/ISO10126-2 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB80/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB80/ISO10126-2PADDING 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB80/ISO10126PADDING 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB80/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB80/ISO7816-4 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB80/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB80/ISO7816-4PADDING 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB80/NOPADDING 13:35:17,761 ERROR [main][CipherTest] transformation "DES/CFB80/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,761 INFO [main][CipherTest] transformation=DES/CFB80/PKCS5 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB80/PKCS5PADDING 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB80/PKCS7 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB80/PKCS7PADDING 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB80/TBC 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB80/TBCPADDING 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB80/X9.23 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB80/X9.23PADDING 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB80/ZEROBYTE 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB80/ZEROBYTEPADDING 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB88/ 13:35:17,762 ERROR [main][CipherTest] transformation "DES/CFB88/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,762 INFO [main][CipherTest] transformation=DES/CFB88/ISO10126 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/ISO10126-2 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/ISO10126-2PADDING 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/ISO10126PADDING 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/ISO7816-4 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/ISO7816-4PADDING 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/NOPADDING 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/PKCS5 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/PKCS5PADDING 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/PKCS7 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,763 INFO [main][CipherTest] transformation=DES/CFB88/PKCS7PADDING 13:35:17,763 ERROR [main][CipherTest] transformation "DES/CFB88/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB88/TBC 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB88/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB88/TBCPADDING 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB88/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB88/X9.23 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB88/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB88/X9.23PADDING 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB88/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB88/ZEROBYTE 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB88/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB88/ZEROBYTEPADDING 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB96/ 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB96/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB96/ISO10126 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB96/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB96/ISO10126-2 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB96/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB96/ISO10126-2PADDING 13:35:17,764 ERROR [main][CipherTest] transformation "DES/CFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,764 INFO [main][CipherTest] transformation=DES/CFB96/ISO10126PADDING 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/ISO7816-4 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/ISO7816-4PADDING 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/NOPADDING 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/PKCS5 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/PKCS5PADDING 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/PKCS7 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/PKCS7PADDING 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/TBC 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/TBCPADDING 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/X9.23 13:35:17,765 ERROR [main][CipherTest] transformation "DES/CFB96/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,765 INFO [main][CipherTest] transformation=DES/CFB96/X9.23PADDING 13:35:17,766 ERROR [main][CipherTest] transformation "DES/CFB96/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,766 INFO [main][CipherTest] transformation=DES/CFB96/ZEROBYTE 13:35:17,766 ERROR [main][CipherTest] transformation "DES/CFB96/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,766 INFO [main][CipherTest] transformation=DES/CFB96/ZEROBYTEPADDING 13:35:17,766 ERROR [main][CipherTest] transformation "DES/CFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,766 INFO [main][CipherTest] transformation=DES/CTS/ 13:35:17,766 ERROR [main][CipherTest] transformation "DES/CTS/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,766 INFO [main][CipherTest] transformation=DES/CTS/NOPADDING 13:35:17,766 ERROR [main][CipherTest] transformation "DES/CTS/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,766 INFO [main][CipherTest] transformation=DES/EAX/ 13:35:17,766 ERROR [main][CipherTest] transformation "DES/EAX/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,766 INFO [main][CipherTest] transformation=DES/EAX/NOPADDING 13:35:17,766 ERROR [main][CipherTest] transformation "DES/EAX/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,766 INFO [main][CipherTest] transformation=DES/ECB/ 13:35:17,766 ERROR [main][CipherTest] transformation "DES/ECB/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,766 INFO [main][CipherTest] transformation=DES/ECB/NOPADDING 13:35:17,766 ERROR [main][CipherTest] transformation "DES/ECB/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,766 INFO [main][CipherTest] transformation=DES/GOFB/ 13:35:17,767 ERROR [main][CipherTest] transformation "DES/GOFB/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,767 INFO [main][CipherTest] transformation=DES/GOFB/ISO10126 13:35:17,767 ERROR [main][CipherTest] transformation "DES/GOFB/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,767 INFO [main][CipherTest] transformation=DES/GOFB/ISO10126-2 13:35:17,767 ERROR [main][CipherTest] transformation "DES/GOFB/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,767 INFO [main][CipherTest] transformation=DES/GOFB/ISO10126-2PADDING 13:35:17,767 ERROR [main][CipherTest] transformation "DES/GOFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,767 INFO [main][CipherTest] transformation=DES/GOFB/ISO10126PADDING 13:35:17,767 ERROR [main][CipherTest] transformation "DES/GOFB/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,767 INFO [main][CipherTest] transformation=DES/GOFB/ISO7816-4 13:35:17,767 ERROR [main][CipherTest] transformation "DES/GOFB/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,767 INFO [main][CipherTest] transformation=DES/GOFB/ISO7816-4PADDING 13:35:17,767 ERROR [main][CipherTest] transformation "DES/GOFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,767 INFO [main][CipherTest] transformation=DES/GOFB/NOPADDING 13:35:17,767 ERROR [main][CipherTest] transformation "DES/GOFB/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,767 INFO [main][CipherTest] transformation=DES/GOFB/PKCS5 13:35:17,767 ERROR [main][CipherTest] transformation "DES/GOFB/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,767 INFO [main][CipherTest] transformation=DES/GOFB/PKCS5PADDING 13:35:17,768 ERROR [main][CipherTest] transformation "DES/GOFB/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,768 INFO [main][CipherTest] transformation=DES/GOFB/PKCS7 13:35:17,768 ERROR [main][CipherTest] transformation "DES/GOFB/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,768 INFO [main][CipherTest] transformation=DES/GOFB/PKCS7PADDING 13:35:17,768 ERROR [main][CipherTest] transformation "DES/GOFB/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,768 INFO [main][CipherTest] transformation=DES/GOFB/TBC 13:35:17,768 ERROR [main][CipherTest] transformation "DES/GOFB/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,768 INFO [main][CipherTest] transformation=DES/GOFB/TBCPADDING 13:35:17,768 ERROR [main][CipherTest] transformation "DES/GOFB/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,768 INFO [main][CipherTest] transformation=DES/GOFB/X9.23 13:35:17,768 ERROR [main][CipherTest] transformation "DES/GOFB/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,768 INFO [main][CipherTest] transformation=DES/GOFB/X9.23PADDING 13:35:17,768 ERROR [main][CipherTest] transformation "DES/GOFB/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,768 INFO [main][CipherTest] transformation=DES/GOFB/ZEROBYTE 13:35:17,768 ERROR [main][CipherTest] transformation "DES/GOFB/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,768 INFO [main][CipherTest] transformation=DES/GOFB/ZEROBYTEPADDING 13:35:17,768 ERROR [main][CipherTest] transformation "DES/GOFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,768 INFO [main][CipherTest] transformation=DES/OFB/ 13:35:17,768 ERROR [main][CipherTest] transformation "DES/OFB/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/ISO10126 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/ISO10126-2 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/ISO10126-2PADDING 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/ISO10126PADDING 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/ISO7816-4 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/ISO7816-4PADDING 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/NOPADDING 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/PKCS5 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/PKCS5PADDING 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,769 INFO [main][CipherTest] transformation=DES/OFB/PKCS7 13:35:17,769 ERROR [main][CipherTest] transformation "DES/OFB/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB/PKCS7PADDING 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB/TBC 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB/TBCPADDING 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB/X9.23 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB/X9.23PADDING 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB/ZEROBYTE 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB/ZEROBYTEPADDING 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB104/ 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB104/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB104/ISO10126 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB104/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB104/ISO10126-2 13:35:17,770 ERROR [main][CipherTest] transformation "DES/OFB104/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,770 INFO [main][CipherTest] transformation=DES/OFB104/ISO10126-2PADDING 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/ISO10126PADDING 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/ISO7816-4 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/ISO7816-4PADDING 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/NOPADDING 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/PKCS5 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/PKCS5PADDING 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/PKCS7 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/PKCS7PADDING 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/TBC 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/TBCPADDING 13:35:17,771 ERROR [main][CipherTest] transformation "DES/OFB104/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,771 INFO [main][CipherTest] transformation=DES/OFB104/X9.23 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB104/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB104/X9.23PADDING 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB104/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB104/ZEROBYTE 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB104/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB104/ZEROBYTEPADDING 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB112/ 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB112/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB112/ISO10126 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB112/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB112/ISO10126-2 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB112/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB112/ISO10126-2PADDING 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB112/ISO10126PADDING 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB112/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB112/ISO7816-4 13:35:17,772 ERROR [main][CipherTest] transformation "DES/OFB112/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,772 INFO [main][CipherTest] transformation=DES/OFB112/ISO7816-4PADDING 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/NOPADDING 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/PKCS5 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/PKCS5PADDING 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/PKCS7 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/PKCS7PADDING 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/TBC 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/TBCPADDING 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/X9.23 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/X9.23PADDING 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/ZEROBYTE 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,773 INFO [main][CipherTest] transformation=DES/OFB112/ZEROBYTEPADDING 13:35:17,773 ERROR [main][CipherTest] transformation "DES/OFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/ 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/ISO10126 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/ISO10126-2 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/ISO10126-2PADDING 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/ISO10126PADDING 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/ISO7816-4 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/ISO7816-4PADDING 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/NOPADDING 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/PKCS5 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,774 INFO [main][CipherTest] transformation=DES/OFB120/PKCS5PADDING 13:35:17,774 ERROR [main][CipherTest] transformation "DES/OFB120/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB120/PKCS7 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB120/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB120/PKCS7PADDING 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB120/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB120/TBC 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB120/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB120/TBCPADDING 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB120/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB120/X9.23 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB120/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB120/X9.23PADDING 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB120/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB120/ZEROBYTE 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB120/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB120/ZEROBYTEPADDING 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB128/ 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB128/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,775 INFO [main][CipherTest] transformation=DES/OFB128/ISO10126 13:35:17,775 ERROR [main][CipherTest] transformation "DES/OFB128/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/ISO10126-2 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/ISO10126-2PADDING 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/ISO10126PADDING 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/ISO7816-4 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/ISO7816-4PADDING 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/NOPADDING 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/PKCS5 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/PKCS5PADDING 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/PKCS7 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/PKCS7PADDING 13:35:17,776 ERROR [main][CipherTest] transformation "DES/OFB128/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,776 INFO [main][CipherTest] transformation=DES/OFB128/TBC 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB128/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB128/TBCPADDING 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB128/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB128/X9.23 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB128/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB128/X9.23PADDING 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB128/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB128/ZEROBYTE 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB128/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB128/ZEROBYTEPADDING 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB136/ 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB136/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB136/ISO10126 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB136/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB136/ISO10126-2 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB136/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB136/ISO10126-2PADDING 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB136/ISO10126PADDING 13:35:17,777 ERROR [main][CipherTest] transformation "DES/OFB136/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,777 INFO [main][CipherTest] transformation=DES/OFB136/ISO7816-4 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/ISO7816-4PADDING 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/NOPADDING 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/PKCS5 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/PKCS5PADDING 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/PKCS7 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/PKCS7PADDING 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/TBC 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/TBCPADDING 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/X9.23 13:35:17,778 ERROR [main][CipherTest] transformation "DES/OFB136/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,778 INFO [main][CipherTest] transformation=DES/OFB136/X9.23PADDING 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB136/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB136/ZEROBYTE 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB136/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB136/ZEROBYTEPADDING 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB144/ 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB144/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB144/ISO10126 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB144/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB144/ISO10126-2 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB144/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB144/ISO10126-2PADDING 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB144/ISO10126PADDING 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB144/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB144/ISO7816-4 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB144/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB144/ISO7816-4PADDING 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,779 INFO [main][CipherTest] transformation=DES/OFB144/NOPADDING 13:35:17,779 ERROR [main][CipherTest] transformation "DES/OFB144/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/PKCS5 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/PKCS5PADDING 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/PKCS7 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/PKCS7PADDING 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/TBC 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/TBCPADDING 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/X9.23 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/X9.23PADDING 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/ZEROBYTE 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB144/ZEROBYTEPADDING 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,780 INFO [main][CipherTest] transformation=DES/OFB152/ 13:35:17,780 ERROR [main][CipherTest] transformation "DES/OFB152/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/ISO10126 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/ISO10126-2 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/ISO10126-2PADDING 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/ISO10126PADDING 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/ISO7816-4 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/ISO7816-4PADDING 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/NOPADDING 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/PKCS5 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/PKCS5PADDING 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/PKCS7 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,781 INFO [main][CipherTest] transformation=DES/OFB152/PKCS7PADDING 13:35:17,781 ERROR [main][CipherTest] transformation "DES/OFB152/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB152/TBC 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB152/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB152/TBCPADDING 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB152/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB152/X9.23 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB152/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB152/X9.23PADDING 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB152/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB152/ZEROBYTE 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB152/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB152/ZEROBYTEPADDING 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB16/ 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB16/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB16/ISO10126 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB16/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB16/ISO10126-2 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB16/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB16/ISO10126-2PADDING 13:35:17,782 ERROR [main][CipherTest] transformation "DES/OFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,782 INFO [main][CipherTest] transformation=DES/OFB16/ISO10126PADDING 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/ISO7816-4 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/ISO7816-4PADDING 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/NOPADDING 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/PKCS5 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/PKCS5PADDING 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/PKCS7 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/PKCS7PADDING 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/TBC 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/TBCPADDING 13:35:17,783 ERROR [main][CipherTest] transformation "DES/OFB16/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,783 INFO [main][CipherTest] transformation=DES/OFB16/X9.23 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB16/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB16/X9.23PADDING 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB16/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB16/ZEROBYTE 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB16/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB16/ZEROBYTEPADDING 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB160/ 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB160/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB160/ISO10126 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB160/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB160/ISO10126-2 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB160/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB160/ISO10126-2PADDING 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB160/ISO10126PADDING 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB160/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB160/ISO7816-4 13:35:17,784 ERROR [main][CipherTest] transformation "DES/OFB160/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,784 INFO [main][CipherTest] transformation=DES/OFB160/ISO7816-4PADDING 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/NOPADDING 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/PKCS5 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/PKCS5PADDING 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/PKCS7 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/PKCS7PADDING 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/TBC 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/TBCPADDING 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/X9.23 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/X9.23PADDING 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,785 INFO [main][CipherTest] transformation=DES/OFB160/ZEROBYTE 13:35:17,785 ERROR [main][CipherTest] transformation "DES/OFB160/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,786 INFO [main][CipherTest] transformation=DES/OFB160/ZEROBYTEPADDING 13:35:17,786 ERROR [main][CipherTest] transformation "DES/OFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,786 INFO [main][CipherTest] transformation=DES/OFB168/ 13:35:17,786 ERROR [main][CipherTest] transformation "DES/OFB168/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,786 INFO [main][CipherTest] transformation=DES/OFB168/ISO10126 13:35:17,786 ERROR [main][CipherTest] transformation "DES/OFB168/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,786 INFO [main][CipherTest] transformation=DES/OFB168/ISO10126-2 13:35:17,786 ERROR [main][CipherTest] transformation "DES/OFB168/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,786 INFO [main][CipherTest] transformation=DES/OFB168/ISO10126-2PADDING 13:35:17,786 ERROR [main][CipherTest] transformation "DES/OFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,786 INFO [main][CipherTest] transformation=DES/OFB168/ISO10126PADDING 13:35:17,787 ERROR [main][CipherTest] transformation "DES/OFB168/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,787 INFO [main][CipherTest] transformation=DES/OFB168/ISO7816-4 13:35:17,787 ERROR [main][CipherTest] transformation "DES/OFB168/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,787 INFO [main][CipherTest] transformation=DES/OFB168/ISO7816-4PADDING 13:35:17,787 ERROR [main][CipherTest] transformation "DES/OFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,787 INFO [main][CipherTest] transformation=DES/OFB168/NOPADDING 13:35:17,787 ERROR [main][CipherTest] transformation "DES/OFB168/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,787 INFO [main][CipherTest] transformation=DES/OFB168/PKCS5 13:35:17,787 ERROR [main][CipherTest] transformation "DES/OFB168/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,787 INFO [main][CipherTest] transformation=DES/OFB168/PKCS5PADDING 13:35:17,787 ERROR [main][CipherTest] transformation "DES/OFB168/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB168/PKCS7 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB168/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB168/PKCS7PADDING 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB168/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB168/TBC 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB168/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB168/TBCPADDING 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB168/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB168/X9.23 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB168/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB168/X9.23PADDING 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB168/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB168/ZEROBYTE 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB168/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB168/ZEROBYTEPADDING 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB176/ 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB176/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB176/ISO10126 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB176/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB176/ISO10126-2 13:35:17,788 ERROR [main][CipherTest] transformation "DES/OFB176/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,788 INFO [main][CipherTest] transformation=DES/OFB176/ISO10126-2PADDING 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/ISO10126PADDING 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/ISO7816-4 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/ISO7816-4PADDING 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/NOPADDING 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/PKCS5 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/PKCS5PADDING 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/PKCS7 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/PKCS7PADDING 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/TBC 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/TBCPADDING 13:35:17,789 ERROR [main][CipherTest] transformation "DES/OFB176/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,789 INFO [main][CipherTest] transformation=DES/OFB176/X9.23 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB176/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB176/X9.23PADDING 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB176/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB176/ZEROBYTE 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB176/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB176/ZEROBYTEPADDING 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB184/ 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB184/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB184/ISO10126 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB184/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB184/ISO10126-2 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB184/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB184/ISO10126-2PADDING 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB184/ISO10126PADDING 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB184/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB184/ISO7816-4 13:35:17,790 ERROR [main][CipherTest] transformation "DES/OFB184/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,790 INFO [main][CipherTest] transformation=DES/OFB184/ISO7816-4PADDING 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/NOPADDING 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/PKCS5 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/PKCS5PADDING 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/PKCS7 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/PKCS7PADDING 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/TBC 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/TBCPADDING 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/X9.23 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/X9.23PADDING 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/ZEROBYTE 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,791 INFO [main][CipherTest] transformation=DES/OFB184/ZEROBYTEPADDING 13:35:17,791 ERROR [main][CipherTest] transformation "DES/OFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/ 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/ISO10126 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/ISO10126-2 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/ISO10126-2PADDING 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/ISO10126PADDING 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/ISO7816-4 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/ISO7816-4PADDING 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/NOPADDING 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/PKCS5 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/PKCS5PADDING 13:35:17,792 ERROR [main][CipherTest] transformation "DES/OFB192/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,792 INFO [main][CipherTest] transformation=DES/OFB192/PKCS7 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB192/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB192/PKCS7PADDING 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB192/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB192/TBC 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB192/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB192/TBCPADDING 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB192/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB192/X9.23 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB192/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB192/X9.23PADDING 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB192/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB192/ZEROBYTE 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB192/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB192/ZEROBYTEPADDING 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB200/ 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB200/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB200/ISO10126 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB200/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB200/ISO10126-2 13:35:17,793 ERROR [main][CipherTest] transformation "DES/OFB200/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,793 INFO [main][CipherTest] transformation=DES/OFB200/ISO10126-2PADDING 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/ISO10126PADDING 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/ISO7816-4 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/ISO7816-4PADDING 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/NOPADDING 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/PKCS5 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/PKCS5PADDING 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/PKCS7 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/PKCS7PADDING 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/TBC 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/TBCPADDING 13:35:17,794 ERROR [main][CipherTest] transformation "DES/OFB200/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,794 INFO [main][CipherTest] transformation=DES/OFB200/X9.23 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB200/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB200/X9.23PADDING 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB200/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB200/ZEROBYTE 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB200/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB200/ZEROBYTEPADDING 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB208/ 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB208/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB208/ISO10126 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB208/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB208/ISO10126-2 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB208/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB208/ISO10126-2PADDING 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB208/ISO10126PADDING 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB208/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB208/ISO7816-4 13:35:17,795 ERROR [main][CipherTest] transformation "DES/OFB208/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,795 INFO [main][CipherTest] transformation=DES/OFB208/ISO7816-4PADDING 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/NOPADDING 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/PKCS5 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/PKCS5PADDING 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/PKCS7 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/PKCS7PADDING 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/TBC 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/TBCPADDING 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/X9.23 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/X9.23PADDING 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/ZEROBYTE 13:35:17,796 ERROR [main][CipherTest] transformation "DES/OFB208/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,796 INFO [main][CipherTest] transformation=DES/OFB208/ZEROBYTEPADDING 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/ 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/ISO10126 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/ISO10126-2 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/ISO10126-2PADDING 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/ISO10126PADDING 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/ISO7816-4 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/ISO7816-4PADDING 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/NOPADDING 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/PKCS5 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/PKCS5PADDING 13:35:17,797 ERROR [main][CipherTest] transformation "DES/OFB216/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,797 INFO [main][CipherTest] transformation=DES/OFB216/PKCS7 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB216/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB216/PKCS7PADDING 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB216/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB216/TBC 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB216/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB216/TBCPADDING 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB216/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB216/X9.23 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB216/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB216/X9.23PADDING 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB216/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB216/ZEROBYTE 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB216/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB216/ZEROBYTEPADDING 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB224/ 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB224/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB224/ISO10126 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB224/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB224/ISO10126-2 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB224/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB224/ISO10126-2PADDING 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,798 INFO [main][CipherTest] transformation=DES/OFB224/ISO10126PADDING 13:35:17,798 ERROR [main][CipherTest] transformation "DES/OFB224/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/ISO7816-4 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/ISO7816-4PADDING 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/NOPADDING 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/PKCS5 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/PKCS5PADDING 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/PKCS7 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/PKCS7PADDING 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/TBC 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/TBCPADDING 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/X9.23 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,799 INFO [main][CipherTest] transformation=DES/OFB224/X9.23PADDING 13:35:17,799 ERROR [main][CipherTest] transformation "DES/OFB224/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB224/ZEROBYTE 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB224/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB224/ZEROBYTEPADDING 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB232/ 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB232/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB232/ISO10126 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB232/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB232/ISO10126-2 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB232/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB232/ISO10126-2PADDING 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB232/ISO10126PADDING 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB232/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB232/ISO7816-4 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB232/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB232/ISO7816-4PADDING 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB232/NOPADDING 13:35:17,800 ERROR [main][CipherTest] transformation "DES/OFB232/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,800 INFO [main][CipherTest] transformation=DES/OFB232/PKCS5 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB232/PKCS5PADDING 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB232/PKCS7 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB232/PKCS7PADDING 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB232/TBC 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB232/TBCPADDING 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB232/X9.23 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB232/X9.23PADDING 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB232/ZEROBYTE 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB232/ZEROBYTEPADDING 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB24/ 13:35:17,801 ERROR [main][CipherTest] transformation "DES/OFB24/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,801 INFO [main][CipherTest] transformation=DES/OFB24/ISO10126 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/ISO10126-2 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/ISO10126-2PADDING 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/ISO10126PADDING 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/ISO7816-4 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/ISO7816-4PADDING 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/NOPADDING 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/PKCS5 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/PKCS5PADDING 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/PKCS7 13:35:17,802 ERROR [main][CipherTest] transformation "DES/OFB24/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,802 INFO [main][CipherTest] transformation=DES/OFB24/PKCS7PADDING 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB24/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB24/TBC 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB24/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB24/TBCPADDING 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB24/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB24/X9.23 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB24/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB24/X9.23PADDING 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB24/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB24/ZEROBYTE 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB24/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB24/ZEROBYTEPADDING 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB240/ 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB240/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB240/ISO10126 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB240/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB240/ISO10126-2 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB240/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,803 INFO [main][CipherTest] transformation=DES/OFB240/ISO10126-2PADDING 13:35:17,803 ERROR [main][CipherTest] transformation "DES/OFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/ISO10126PADDING 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/ISO7816-4 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/ISO7816-4PADDING 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/NOPADDING 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/PKCS5 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/PKCS5PADDING 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/PKCS7 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/PKCS7PADDING 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/TBC 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/TBCPADDING 13:35:17,804 ERROR [main][CipherTest] transformation "DES/OFB240/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,804 INFO [main][CipherTest] transformation=DES/OFB240/X9.23 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB240/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB240/X9.23PADDING 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB240/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB240/ZEROBYTE 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB240/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB240/ZEROBYTEPADDING 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB248/ 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB248/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB248/ISO10126 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB248/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB248/ISO10126-2 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB248/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB248/ISO10126-2PADDING 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB248/ISO10126PADDING 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB248/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB248/ISO7816-4 13:35:17,805 ERROR [main][CipherTest] transformation "DES/OFB248/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,805 INFO [main][CipherTest] transformation=DES/OFB248/ISO7816-4PADDING 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/NOPADDING 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/PKCS5 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/PKCS5PADDING 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/PKCS7 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/PKCS7PADDING 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/TBC 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/TBCPADDING 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/X9.23 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/X9.23PADDING 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/ZEROBYTE 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,806 INFO [main][CipherTest] transformation=DES/OFB248/ZEROBYTEPADDING 13:35:17,806 ERROR [main][CipherTest] transformation "DES/OFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/ 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/ISO10126 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/ISO10126-2 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/ISO10126-2PADDING 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/ISO10126PADDING 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/ISO7816-4 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/ISO7816-4PADDING 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/NOPADDING 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/PKCS5 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/PKCS5PADDING 13:35:17,807 ERROR [main][CipherTest] transformation "DES/OFB256/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,807 INFO [main][CipherTest] transformation=DES/OFB256/PKCS7 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB256/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB256/PKCS7PADDING 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB256/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB256/TBC 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB256/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB256/TBCPADDING 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB256/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB256/X9.23 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB256/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB256/X9.23PADDING 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB256/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB256/ZEROBYTE 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB256/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB256/ZEROBYTEPADDING 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB32/ 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB32/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB32/ISO10126 13:35:17,808 ERROR [main][CipherTest] transformation "DES/OFB32/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,808 INFO [main][CipherTest] transformation=DES/OFB32/ISO10126-2 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/ISO10126-2PADDING 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/ISO10126PADDING 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/ISO7816-4 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/ISO7816-4PADDING 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/NOPADDING 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/PKCS5 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/PKCS5PADDING 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/PKCS7 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/PKCS7PADDING 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/TBC 13:35:17,809 ERROR [main][CipherTest] transformation "DES/OFB32/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,809 INFO [main][CipherTest] transformation=DES/OFB32/TBCPADDING 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB32/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB32/X9.23 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB32/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB32/X9.23PADDING 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB32/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB32/ZEROBYTE 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB32/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB32/ZEROBYTEPADDING 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB40/ 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB40/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB40/ISO10126 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB40/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB40/ISO10126-2 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB40/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB40/ISO10126-2PADDING 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB40/ISO10126PADDING 13:35:17,810 ERROR [main][CipherTest] transformation "DES/OFB40/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,810 INFO [main][CipherTest] transformation=DES/OFB40/ISO7816-4 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/ISO7816-4PADDING 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/NOPADDING 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/PKCS5 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/PKCS5PADDING 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/PKCS7 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/PKCS7PADDING 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/TBC 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/TBCPADDING 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/X9.23 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/X9.23PADDING 13:35:17,811 ERROR [main][CipherTest] transformation "DES/OFB40/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,811 INFO [main][CipherTest] transformation=DES/OFB40/ZEROBYTE 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB40/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB40/ZEROBYTEPADDING 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB48/ 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB48/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB48/ISO10126 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB48/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB48/ISO10126-2 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB48/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB48/ISO10126-2PADDING 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB48/ISO10126PADDING 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB48/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB48/ISO7816-4 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB48/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB48/ISO7816-4PADDING 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB48/NOPADDING 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB48/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,812 INFO [main][CipherTest] transformation=DES/OFB48/PKCS5 13:35:17,812 ERROR [main][CipherTest] transformation "DES/OFB48/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB48/PKCS5PADDING 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB48/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB48/PKCS7 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB48/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB48/PKCS7PADDING 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB48/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB48/TBC 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB48/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB48/TBCPADDING 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB48/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB48/X9.23 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB48/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB48/X9.23PADDING 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB48/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB48/ZEROBYTE 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB48/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB48/ZEROBYTEPADDING 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB56/ 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB56/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,813 INFO [main][CipherTest] transformation=DES/OFB56/ISO10126 13:35:17,813 ERROR [main][CipherTest] transformation "DES/OFB56/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/ISO10126-2 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/ISO10126-2PADDING 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/ISO10126PADDING 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/ISO7816-4 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/ISO7816-4PADDING 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/NOPADDING 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/PKCS5 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/PKCS5PADDING 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/PKCS7 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/PKCS7PADDING 13:35:17,814 ERROR [main][CipherTest] transformation "DES/OFB56/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,814 INFO [main][CipherTest] transformation=DES/OFB56/TBC 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB56/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB56/TBCPADDING 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB56/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB56/X9.23 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB56/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB56/X9.23PADDING 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB56/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB56/ZEROBYTE 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB56/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB56/ZEROBYTEPADDING 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB64/ 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB64/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB64/ISO10126 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB64/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB64/ISO10126-2 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB64/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB64/ISO10126-2PADDING 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB64/ISO10126PADDING 13:35:17,815 ERROR [main][CipherTest] transformation "DES/OFB64/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,815 INFO [main][CipherTest] transformation=DES/OFB64/ISO7816-4 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/ISO7816-4PADDING 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/NOPADDING 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/PKCS5 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/PKCS5PADDING 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/PKCS7 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/PKCS7PADDING 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/TBC 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/TBCPADDING 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/X9.23 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/X9.23PADDING 13:35:17,816 ERROR [main][CipherTest] transformation "DES/OFB64/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,816 INFO [main][CipherTest] transformation=DES/OFB64/ZEROBYTE 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB64/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB64/ZEROBYTEPADDING 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB72/ 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB72/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB72/ISO10126 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB72/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB72/ISO10126-2 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB72/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB72/ISO10126-2PADDING 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB72/ISO10126PADDING 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB72/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB72/ISO7816-4 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB72/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB72/ISO7816-4PADDING 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB72/NOPADDING 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB72/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,817 INFO [main][CipherTest] transformation=DES/OFB72/PKCS5 13:35:17,817 ERROR [main][CipherTest] transformation "DES/OFB72/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB72/PKCS5PADDING 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB72/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB72/PKCS7 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB72/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB72/PKCS7PADDING 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB72/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB72/TBC 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB72/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB72/TBCPADDING 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB72/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB72/X9.23 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB72/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB72/X9.23PADDING 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB72/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB72/ZEROBYTE 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB72/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB72/ZEROBYTEPADDING 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB8/ 13:35:17,818 ERROR [main][CipherTest] transformation "DES/OFB8/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,818 INFO [main][CipherTest] transformation=DES/OFB8/ISO10126 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/ISO10126-2 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/ISO10126-2PADDING 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/ISO10126PADDING 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/ISO7816-4 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/ISO7816-4PADDING 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/NOPADDING 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/PKCS5 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/PKCS5PADDING 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/PKCS7 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/PKCS7PADDING 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/TBC 13:35:17,819 ERROR [main][CipherTest] transformation "DES/OFB8/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,819 INFO [main][CipherTest] transformation=DES/OFB8/TBCPADDING 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB8/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB8/X9.23 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB8/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB8/X9.23PADDING 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB8/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB8/ZEROBYTE 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB8/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB8/ZEROBYTEPADDING 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB80/ 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB80/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB80/ISO10126 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB80/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB80/ISO10126-2 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB80/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB80/ISO10126-2PADDING 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB80/ISO10126PADDING 13:35:17,820 ERROR [main][CipherTest] transformation "DES/OFB80/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,820 INFO [main][CipherTest] transformation=DES/OFB80/ISO7816-4 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/ISO7816-4PADDING 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/NOPADDING 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/PKCS5 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/PKCS5PADDING 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/PKCS7 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/PKCS7PADDING 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/TBC 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/TBCPADDING 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/X9.23 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/X9.23PADDING 13:35:17,821 ERROR [main][CipherTest] transformation "DES/OFB80/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,821 INFO [main][CipherTest] transformation=DES/OFB80/ZEROBYTE 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB80/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB80/ZEROBYTEPADDING 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB88/ 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB88/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB88/ISO10126 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB88/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB88/ISO10126-2 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB88/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB88/ISO10126-2PADDING 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB88/ISO10126PADDING 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB88/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB88/ISO7816-4 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB88/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB88/ISO7816-4PADDING 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB88/NOPADDING 13:35:17,822 ERROR [main][CipherTest] transformation "DES/OFB88/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,822 INFO [main][CipherTest] transformation=DES/OFB88/PKCS5 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB88/PKCS5PADDING 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB88/PKCS7 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB88/PKCS7PADDING 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB88/TBC 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB88/TBCPADDING 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB88/X9.23 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB88/X9.23PADDING 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB88/ZEROBYTE 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB88/ZEROBYTEPADDING 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB96/ 13:35:17,823 ERROR [main][CipherTest] transformation "DES/OFB96/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,823 INFO [main][CipherTest] transformation=DES/OFB96/ISO10126 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/ISO10126-2 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/ISO10126-2PADDING 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/ISO10126PADDING 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/ISO7816-4 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/ISO7816-4PADDING 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/NOPADDING 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/PKCS5 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/PKCS5PADDING 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/PKCS7 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/PKCS7PADDING 13:35:17,824 ERROR [main][CipherTest] transformation "DES/OFB96/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,824 INFO [main][CipherTest] transformation=DES/OFB96/TBC 13:35:17,825 ERROR [main][CipherTest] transformation "DES/OFB96/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,825 INFO [main][CipherTest] transformation=DES/OFB96/TBCPADDING 13:35:17,825 ERROR [main][CipherTest] transformation "DES/OFB96/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,825 INFO [main][CipherTest] transformation=DES/OFB96/X9.23 13:35:17,825 ERROR [main][CipherTest] transformation "DES/OFB96/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,825 INFO [main][CipherTest] transformation=DES/OFB96/X9.23PADDING 13:35:17,825 ERROR [main][CipherTest] transformation "DES/OFB96/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,825 INFO [main][CipherTest] transformation=DES/OFB96/ZEROBYTE 13:35:17,825 ERROR [main][CipherTest] transformation "DES/OFB96/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,825 INFO [main][CipherTest] transformation=DES/OFB96/ZEROBYTEPADDING 13:35:17,825 ERROR [main][CipherTest] transformation "DES/OFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,825 INFO [main][CipherTest] transformation=DES/SIC/ 13:35:17,825 ERROR [main][CipherTest] transformation "DES/SIC/": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,825 INFO [main][CipherTest] transformation=DES/SIC/ISO10126 13:35:17,825 ERROR [main][CipherTest] transformation "DES/SIC/ISO10126": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,825 INFO [main][CipherTest] transformation=DES/SIC/ISO10126-2 13:35:17,825 ERROR [main][CipherTest] transformation "DES/SIC/ISO10126-2": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,825 INFO [main][CipherTest] transformation=DES/SIC/ISO10126-2PADDING 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/ISO10126-2PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/ISO10126PADDING 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/ISO10126PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/ISO7816-4 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/ISO7816-4": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/ISO7816-4PADDING 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/ISO7816-4PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/NOPADDING 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/NOPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/PKCS5 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/PKCS5": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/PKCS5PADDING 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/PKCS5PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/PKCS7 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/PKCS7": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/PKCS7PADDING 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/PKCS7PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/TBC 13:35:17,826 ERROR [main][CipherTest] transformation "DES/SIC/TBC": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,826 INFO [main][CipherTest] transformation=DES/SIC/TBCPADDING 13:35:17,827 ERROR [main][CipherTest] transformation "DES/SIC/TBCPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,827 INFO [main][CipherTest] transformation=DES/SIC/X9.23 13:35:17,827 ERROR [main][CipherTest] transformation "DES/SIC/X9.23": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,827 INFO [main][CipherTest] transformation=DES/SIC/X9.23PADDING 13:35:17,827 ERROR [main][CipherTest] transformation "DES/SIC/X9.23PADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,827 INFO [main][CipherTest] transformation=DES/SIC/ZEROBYTE 13:35:17,827 ERROR [main][CipherTest] transformation "DES/SIC/ZEROBYTE": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,827 INFO [main][CipherTest] transformation=DES/SIC/ZEROBYTEPADDING 13:35:17,827 ERROR [main][CipherTest] transformation "DES/SIC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: DES key too long - should be 8 bytes 13:35:17,827 INFO [main][CipherTest] transformation=DESEDE// 13:35:17,827 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE//" does not support IV => Skipping. 13:35:17,827 INFO [main][CipherTest] transformation=DESEDE//NOPADDING 13:35:17,827 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE//NOPADDING" does not support IV => Skipping. 13:35:17,827 INFO [main][CipherTest] transformation=DESEDE/CBC-CTS/ 13:35:17,827 INFO [main][CipherTest] transformation=DESEDE/CBC-CTS/NOPADDING 13:35:17,828 INFO [main][CipherTest] transformation=DESEDE/CBC/ 13:35:17,828 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO10126 13:35:17,828 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO10126-2 13:35:17,828 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO10126-2PADDING 13:35:17,828 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO10126PADDING 13:35:17,829 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO7816-4 13:35:17,829 INFO [main][CipherTest] transformation=DESEDE/CBC/ISO7816-4PADDING 13:35:17,829 INFO [main][CipherTest] transformation=DESEDE/CBC/NOPADDING 13:35:17,829 INFO [main][CipherTest] transformation=DESEDE/CBC/PKCS5 13:35:17,829 INFO [main][CipherTest] transformation=DESEDE/CBC/PKCS5PADDING 13:35:17,830 INFO [main][CipherTest] transformation=DESEDE/CBC/PKCS7 13:35:17,830 INFO [main][CipherTest] transformation=DESEDE/CBC/PKCS7PADDING 13:35:17,830 INFO [main][CipherTest] transformation=DESEDE/CBC/TBC 13:35:17,830 INFO [main][CipherTest] transformation=DESEDE/CBC/TBCPADDING 13:35:17,830 INFO [main][CipherTest] transformation=DESEDE/CBC/X9.23 13:35:17,830 INFO [main][CipherTest] transformation=DESEDE/CBC/X9.23PADDING 13:35:17,831 INFO [main][CipherTest] transformation=DESEDE/CBC/ZEROBYTE 13:35:17,831 INFO [main][CipherTest] transformation=DESEDE/CBC/ZEROBYTEPADDING 13:35:17,831 INFO [main][CipherTest] transformation=DESEDE/CFB/ 13:35:17,831 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO10126 13:35:17,831 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO10126-2 13:35:17,831 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO10126-2PADDING 13:35:17,832 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO10126PADDING 13:35:17,832 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO7816-4 13:35:17,832 INFO [main][CipherTest] transformation=DESEDE/CFB/ISO7816-4PADDING 13:35:17,832 INFO [main][CipherTest] transformation=DESEDE/CFB/NOPADDING 13:35:17,832 INFO [main][CipherTest] transformation=DESEDE/CFB/PKCS5 13:35:17,832 INFO [main][CipherTest] transformation=DESEDE/CFB/PKCS5PADDING 13:35:17,832 INFO [main][CipherTest] transformation=DESEDE/CFB/PKCS7 13:35:17,833 INFO [main][CipherTest] transformation=DESEDE/CFB/PKCS7PADDING 13:35:17,833 INFO [main][CipherTest] transformation=DESEDE/CFB/TBC 13:35:17,833 INFO [main][CipherTest] transformation=DESEDE/CFB/TBCPADDING 13:35:17,833 INFO [main][CipherTest] transformation=DESEDE/CFB/X9.23 13:35:17,833 INFO [main][CipherTest] transformation=DESEDE/CFB/X9.23PADDING 13:35:17,833 INFO [main][CipherTest] transformation=DESEDE/CFB/ZEROBYTE 13:35:17,833 INFO [main][CipherTest] transformation=DESEDE/CFB/ZEROBYTEPADDING 13:35:17,833 INFO [main][CipherTest] transformation=DESEDE/CFB104/ 13:35:17,834 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO10126 13:35:17,834 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO10126-2 13:35:17,834 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO10126-2PADDING 13:35:17,834 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO10126PADDING 13:35:17,834 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO7816-4 13:35:17,835 INFO [main][CipherTest] transformation=DESEDE/CFB104/ISO7816-4PADDING 13:35:17,835 INFO [main][CipherTest] transformation=DESEDE/CFB104/NOPADDING 13:35:17,835 INFO [main][CipherTest] transformation=DESEDE/CFB104/PKCS5 13:35:17,835 INFO [main][CipherTest] transformation=DESEDE/CFB104/PKCS5PADDING 13:35:17,835 INFO [main][CipherTest] transformation=DESEDE/CFB104/PKCS7 13:35:17,835 INFO [main][CipherTest] transformation=DESEDE/CFB104/PKCS7PADDING 13:35:17,835 INFO [main][CipherTest] transformation=DESEDE/CFB104/TBC 13:35:17,835 INFO [main][CipherTest] transformation=DESEDE/CFB104/TBCPADDING 13:35:17,836 INFO [main][CipherTest] transformation=DESEDE/CFB104/X9.23 13:35:17,836 INFO [main][CipherTest] transformation=DESEDE/CFB104/X9.23PADDING 13:35:17,836 INFO [main][CipherTest] transformation=DESEDE/CFB104/ZEROBYTE 13:35:17,836 INFO [main][CipherTest] transformation=DESEDE/CFB104/ZEROBYTEPADDING 13:35:17,836 INFO [main][CipherTest] transformation=DESEDE/CFB112/ 13:35:17,836 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO10126 13:35:17,836 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO10126-2 13:35:17,837 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO10126-2PADDING 13:35:17,837 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO10126PADDING 13:35:17,837 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO7816-4 13:35:17,837 INFO [main][CipherTest] transformation=DESEDE/CFB112/ISO7816-4PADDING 13:35:17,837 INFO [main][CipherTest] transformation=DESEDE/CFB112/NOPADDING 13:35:17,837 INFO [main][CipherTest] transformation=DESEDE/CFB112/PKCS5 13:35:17,837 INFO [main][CipherTest] transformation=DESEDE/CFB112/PKCS5PADDING 13:35:17,838 INFO [main][CipherTest] transformation=DESEDE/CFB112/PKCS7 13:35:17,838 INFO [main][CipherTest] transformation=DESEDE/CFB112/PKCS7PADDING 13:35:17,838 INFO [main][CipherTest] transformation=DESEDE/CFB112/TBC 13:35:17,838 INFO [main][CipherTest] transformation=DESEDE/CFB112/TBCPADDING 13:35:17,838 INFO [main][CipherTest] transformation=DESEDE/CFB112/X9.23 13:35:17,838 INFO [main][CipherTest] transformation=DESEDE/CFB112/X9.23PADDING 13:35:17,838 INFO [main][CipherTest] transformation=DESEDE/CFB112/ZEROBYTE 13:35:17,838 INFO [main][CipherTest] transformation=DESEDE/CFB112/ZEROBYTEPADDING 13:35:17,839 INFO [main][CipherTest] transformation=DESEDE/CFB120/ 13:35:17,839 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO10126 13:35:17,839 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO10126-2 13:35:17,839 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO10126-2PADDING 13:35:17,839 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO10126PADDING 13:35:17,840 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO7816-4 13:35:17,840 INFO [main][CipherTest] transformation=DESEDE/CFB120/ISO7816-4PADDING 13:35:17,840 INFO [main][CipherTest] transformation=DESEDE/CFB120/NOPADDING 13:35:17,840 INFO [main][CipherTest] transformation=DESEDE/CFB120/PKCS5 13:35:17,840 INFO [main][CipherTest] transformation=DESEDE/CFB120/PKCS5PADDING 13:35:17,840 INFO [main][CipherTest] transformation=DESEDE/CFB120/PKCS7 13:35:17,840 INFO [main][CipherTest] transformation=DESEDE/CFB120/PKCS7PADDING 13:35:17,840 INFO [main][CipherTest] transformation=DESEDE/CFB120/TBC 13:35:17,841 INFO [main][CipherTest] transformation=DESEDE/CFB120/TBCPADDING 13:35:17,841 INFO [main][CipherTest] transformation=DESEDE/CFB120/X9.23 13:35:17,841 INFO [main][CipherTest] transformation=DESEDE/CFB120/X9.23PADDING 13:35:17,841 INFO [main][CipherTest] transformation=DESEDE/CFB120/ZEROBYTE 13:35:17,841 INFO [main][CipherTest] transformation=DESEDE/CFB120/ZEROBYTEPADDING 13:35:17,841 INFO [main][CipherTest] transformation=DESEDE/CFB128/ 13:35:17,841 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO10126 13:35:17,842 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO10126-2 13:35:17,842 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO10126-2PADDING 13:35:17,842 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO10126PADDING 13:35:17,842 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO7816-4 13:35:17,842 INFO [main][CipherTest] transformation=DESEDE/CFB128/ISO7816-4PADDING 13:35:17,842 INFO [main][CipherTest] transformation=DESEDE/CFB128/NOPADDING 13:35:17,843 INFO [main][CipherTest] transformation=DESEDE/CFB128/PKCS5 13:35:17,843 INFO [main][CipherTest] transformation=DESEDE/CFB128/PKCS5PADDING 13:35:17,843 INFO [main][CipherTest] transformation=DESEDE/CFB128/PKCS7 13:35:17,843 INFO [main][CipherTest] transformation=DESEDE/CFB128/PKCS7PADDING 13:35:17,843 INFO [main][CipherTest] transformation=DESEDE/CFB128/TBC 13:35:17,843 INFO [main][CipherTest] transformation=DESEDE/CFB128/TBCPADDING 13:35:17,843 INFO [main][CipherTest] transformation=DESEDE/CFB128/X9.23 13:35:17,843 INFO [main][CipherTest] transformation=DESEDE/CFB128/X9.23PADDING 13:35:17,844 INFO [main][CipherTest] transformation=DESEDE/CFB128/ZEROBYTE 13:35:17,844 INFO [main][CipherTest] transformation=DESEDE/CFB128/ZEROBYTEPADDING 13:35:17,844 INFO [main][CipherTest] transformation=DESEDE/CFB136/ 13:35:17,844 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO10126 13:35:17,844 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO10126-2 13:35:17,844 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO10126-2PADDING 13:35:17,845 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO10126PADDING 13:35:17,845 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO7816-4 13:35:17,845 INFO [main][CipherTest] transformation=DESEDE/CFB136/ISO7816-4PADDING 13:35:17,845 INFO [main][CipherTest] transformation=DESEDE/CFB136/NOPADDING 13:35:17,845 INFO [main][CipherTest] transformation=DESEDE/CFB136/PKCS5 13:35:17,845 INFO [main][CipherTest] transformation=DESEDE/CFB136/PKCS5PADDING 13:35:17,845 INFO [main][CipherTest] transformation=DESEDE/CFB136/PKCS7 13:35:17,846 INFO [main][CipherTest] transformation=DESEDE/CFB136/PKCS7PADDING 13:35:17,846 INFO [main][CipherTest] transformation=DESEDE/CFB136/TBC 13:35:17,846 INFO [main][CipherTest] transformation=DESEDE/CFB136/TBCPADDING 13:35:17,846 INFO [main][CipherTest] transformation=DESEDE/CFB136/X9.23 13:35:17,846 INFO [main][CipherTest] transformation=DESEDE/CFB136/X9.23PADDING 13:35:17,846 INFO [main][CipherTest] transformation=DESEDE/CFB136/ZEROBYTE 13:35:17,847 INFO [main][CipherTest] transformation=DESEDE/CFB136/ZEROBYTEPADDING 13:35:17,847 INFO [main][CipherTest] transformation=DESEDE/CFB144/ 13:35:17,847 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO10126 13:35:17,847 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO10126-2 13:35:17,847 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO10126-2PADDING 13:35:17,847 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO10126PADDING 13:35:17,848 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO7816-4 13:35:17,848 INFO [main][CipherTest] transformation=DESEDE/CFB144/ISO7816-4PADDING 13:35:17,848 INFO [main][CipherTest] transformation=DESEDE/CFB144/NOPADDING 13:35:17,848 INFO [main][CipherTest] transformation=DESEDE/CFB144/PKCS5 13:35:17,848 INFO [main][CipherTest] transformation=DESEDE/CFB144/PKCS5PADDING 13:35:17,848 INFO [main][CipherTest] transformation=DESEDE/CFB144/PKCS7 13:35:17,848 INFO [main][CipherTest] transformation=DESEDE/CFB144/PKCS7PADDING 13:35:17,849 INFO [main][CipherTest] transformation=DESEDE/CFB144/TBC 13:35:17,849 INFO [main][CipherTest] transformation=DESEDE/CFB144/TBCPADDING 13:35:17,849 INFO [main][CipherTest] transformation=DESEDE/CFB144/X9.23 13:35:17,849 INFO [main][CipherTest] transformation=DESEDE/CFB144/X9.23PADDING 13:35:17,849 INFO [main][CipherTest] transformation=DESEDE/CFB144/ZEROBYTE 13:35:17,849 INFO [main][CipherTest] transformation=DESEDE/CFB144/ZEROBYTEPADDING 13:35:17,849 INFO [main][CipherTest] transformation=DESEDE/CFB152/ 13:35:17,849 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO10126 13:35:17,850 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO10126-2 13:35:17,850 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO10126-2PADDING 13:35:17,850 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO10126PADDING 13:35:17,850 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO7816-4 13:35:17,850 INFO [main][CipherTest] transformation=DESEDE/CFB152/ISO7816-4PADDING 13:35:17,851 INFO [main][CipherTest] transformation=DESEDE/CFB152/NOPADDING 13:35:17,851 INFO [main][CipherTest] transformation=DESEDE/CFB152/PKCS5 13:35:17,851 INFO [main][CipherTest] transformation=DESEDE/CFB152/PKCS5PADDING 13:35:17,851 INFO [main][CipherTest] transformation=DESEDE/CFB152/PKCS7 13:35:17,851 INFO [main][CipherTest] transformation=DESEDE/CFB152/PKCS7PADDING 13:35:17,851 INFO [main][CipherTest] transformation=DESEDE/CFB152/TBC 13:35:17,851 INFO [main][CipherTest] transformation=DESEDE/CFB152/TBCPADDING 13:35:17,851 INFO [main][CipherTest] transformation=DESEDE/CFB152/X9.23 13:35:17,851 INFO [main][CipherTest] transformation=DESEDE/CFB152/X9.23PADDING 13:35:17,852 INFO [main][CipherTest] transformation=DESEDE/CFB152/ZEROBYTE 13:35:17,852 INFO [main][CipherTest] transformation=DESEDE/CFB152/ZEROBYTEPADDING 13:35:17,852 INFO [main][CipherTest] transformation=DESEDE/CFB16/ 13:35:17,852 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO10126 13:35:17,852 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO10126-2 13:35:17,852 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO10126-2PADDING 13:35:17,853 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO10126PADDING 13:35:17,853 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO7816-4 13:35:17,853 INFO [main][CipherTest] transformation=DESEDE/CFB16/ISO7816-4PADDING 13:35:17,853 INFO [main][CipherTest] transformation=DESEDE/CFB16/NOPADDING 13:35:17,853 INFO [main][CipherTest] transformation=DESEDE/CFB16/PKCS5 13:35:17,853 INFO [main][CipherTest] transformation=DESEDE/CFB16/PKCS5PADDING 13:35:17,853 INFO [main][CipherTest] transformation=DESEDE/CFB16/PKCS7 13:35:17,854 INFO [main][CipherTest] transformation=DESEDE/CFB16/PKCS7PADDING 13:35:17,854 INFO [main][CipherTest] transformation=DESEDE/CFB16/TBC 13:35:17,854 INFO [main][CipherTest] transformation=DESEDE/CFB16/TBCPADDING 13:35:17,854 INFO [main][CipherTest] transformation=DESEDE/CFB16/X9.23 13:35:17,854 INFO [main][CipherTest] transformation=DESEDE/CFB16/X9.23PADDING 13:35:17,854 INFO [main][CipherTest] transformation=DESEDE/CFB16/ZEROBYTE 13:35:17,854 INFO [main][CipherTest] transformation=DESEDE/CFB16/ZEROBYTEPADDING 13:35:17,854 INFO [main][CipherTest] transformation=DESEDE/CFB160/ 13:35:17,855 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO10126 13:35:17,855 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO10126-2 13:35:17,855 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO10126-2PADDING 13:35:17,855 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO10126PADDING 13:35:17,855 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO7816-4 13:35:17,855 INFO [main][CipherTest] transformation=DESEDE/CFB160/ISO7816-4PADDING 13:35:17,856 INFO [main][CipherTest] transformation=DESEDE/CFB160/NOPADDING 13:35:17,856 INFO [main][CipherTest] transformation=DESEDE/CFB160/PKCS5 13:35:17,856 INFO [main][CipherTest] transformation=DESEDE/CFB160/PKCS5PADDING 13:35:17,856 INFO [main][CipherTest] transformation=DESEDE/CFB160/PKCS7 13:35:17,856 INFO [main][CipherTest] transformation=DESEDE/CFB160/PKCS7PADDING 13:35:17,856 INFO [main][CipherTest] transformation=DESEDE/CFB160/TBC 13:35:17,856 INFO [main][CipherTest] transformation=DESEDE/CFB160/TBCPADDING 13:35:17,856 INFO [main][CipherTest] transformation=DESEDE/CFB160/X9.23 13:35:17,857 INFO [main][CipherTest] transformation=DESEDE/CFB160/X9.23PADDING 13:35:17,857 INFO [main][CipherTest] transformation=DESEDE/CFB160/ZEROBYTE 13:35:17,857 INFO [main][CipherTest] transformation=DESEDE/CFB160/ZEROBYTEPADDING 13:35:17,857 INFO [main][CipherTest] transformation=DESEDE/CFB168/ 13:35:17,857 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO10126 13:35:17,857 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO10126-2 13:35:17,857 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO10126-2PADDING 13:35:17,858 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO10126PADDING 13:35:17,858 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO7816-4 13:35:17,858 INFO [main][CipherTest] transformation=DESEDE/CFB168/ISO7816-4PADDING 13:35:17,858 INFO [main][CipherTest] transformation=DESEDE/CFB168/NOPADDING 13:35:17,858 INFO [main][CipherTest] transformation=DESEDE/CFB168/PKCS5 13:35:17,858 INFO [main][CipherTest] transformation=DESEDE/CFB168/PKCS5PADDING 13:35:17,859 INFO [main][CipherTest] transformation=DESEDE/CFB168/PKCS7 13:35:17,859 INFO [main][CipherTest] transformation=DESEDE/CFB168/PKCS7PADDING 13:35:17,859 INFO [main][CipherTest] transformation=DESEDE/CFB168/TBC 13:35:17,859 INFO [main][CipherTest] transformation=DESEDE/CFB168/TBCPADDING 13:35:17,859 INFO [main][CipherTest] transformation=DESEDE/CFB168/X9.23 13:35:17,859 INFO [main][CipherTest] transformation=DESEDE/CFB168/X9.23PADDING 13:35:17,859 INFO [main][CipherTest] transformation=DESEDE/CFB168/ZEROBYTE 13:35:17,859 INFO [main][CipherTest] transformation=DESEDE/CFB168/ZEROBYTEPADDING 13:35:17,859 INFO [main][CipherTest] transformation=DESEDE/CFB176/ 13:35:17,860 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO10126 13:35:17,885 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO10126-2 13:35:17,886 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO10126-2PADDING 13:35:17,886 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO10126PADDING 13:35:17,886 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO7816-4 13:35:17,886 INFO [main][CipherTest] transformation=DESEDE/CFB176/ISO7816-4PADDING 13:35:17,886 INFO [main][CipherTest] transformation=DESEDE/CFB176/NOPADDING 13:35:17,887 INFO [main][CipherTest] transformation=DESEDE/CFB176/PKCS5 13:35:17,887 INFO [main][CipherTest] transformation=DESEDE/CFB176/PKCS5PADDING 13:35:17,887 INFO [main][CipherTest] transformation=DESEDE/CFB176/PKCS7 13:35:17,887 INFO [main][CipherTest] transformation=DESEDE/CFB176/PKCS7PADDING 13:35:17,887 INFO [main][CipherTest] transformation=DESEDE/CFB176/TBC 13:35:17,887 INFO [main][CipherTest] transformation=DESEDE/CFB176/TBCPADDING 13:35:17,887 INFO [main][CipherTest] transformation=DESEDE/CFB176/X9.23 13:35:17,887 INFO [main][CipherTest] transformation=DESEDE/CFB176/X9.23PADDING 13:35:17,887 INFO [main][CipherTest] transformation=DESEDE/CFB176/ZEROBYTE 13:35:17,888 INFO [main][CipherTest] transformation=DESEDE/CFB176/ZEROBYTEPADDING 13:35:17,888 INFO [main][CipherTest] transformation=DESEDE/CFB184/ 13:35:17,888 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO10126 13:35:17,888 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO10126-2 13:35:17,888 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO10126-2PADDING 13:35:17,888 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO10126PADDING 13:35:17,889 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO7816-4 13:35:17,889 INFO [main][CipherTest] transformation=DESEDE/CFB184/ISO7816-4PADDING 13:35:17,889 INFO [main][CipherTest] transformation=DESEDE/CFB184/NOPADDING 13:35:17,889 INFO [main][CipherTest] transformation=DESEDE/CFB184/PKCS5 13:35:17,889 INFO [main][CipherTest] transformation=DESEDE/CFB184/PKCS5PADDING 13:35:17,889 INFO [main][CipherTest] transformation=DESEDE/CFB184/PKCS7 13:35:17,890 INFO [main][CipherTest] transformation=DESEDE/CFB184/PKCS7PADDING 13:35:17,890 INFO [main][CipherTest] transformation=DESEDE/CFB184/TBC 13:35:17,890 INFO [main][CipherTest] transformation=DESEDE/CFB184/TBCPADDING 13:35:17,890 INFO [main][CipherTest] transformation=DESEDE/CFB184/X9.23 13:35:17,890 INFO [main][CipherTest] transformation=DESEDE/CFB184/X9.23PADDING 13:35:17,890 INFO [main][CipherTest] transformation=DESEDE/CFB184/ZEROBYTE 13:35:17,890 INFO [main][CipherTest] transformation=DESEDE/CFB184/ZEROBYTEPADDING 13:35:17,890 INFO [main][CipherTest] transformation=DESEDE/CFB192/ 13:35:17,891 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO10126 13:35:17,891 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO10126-2 13:35:17,891 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO10126-2PADDING 13:35:17,891 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO10126PADDING 13:35:17,891 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO7816-4 13:35:17,891 INFO [main][CipherTest] transformation=DESEDE/CFB192/ISO7816-4PADDING 13:35:17,892 INFO [main][CipherTest] transformation=DESEDE/CFB192/NOPADDING 13:35:17,892 INFO [main][CipherTest] transformation=DESEDE/CFB192/PKCS5 13:35:17,892 INFO [main][CipherTest] transformation=DESEDE/CFB192/PKCS5PADDING 13:35:17,892 INFO [main][CipherTest] transformation=DESEDE/CFB192/PKCS7 13:35:17,892 INFO [main][CipherTest] transformation=DESEDE/CFB192/PKCS7PADDING 13:35:17,892 INFO [main][CipherTest] transformation=DESEDE/CFB192/TBC 13:35:17,892 INFO [main][CipherTest] transformation=DESEDE/CFB192/TBCPADDING 13:35:17,892 INFO [main][CipherTest] transformation=DESEDE/CFB192/X9.23 13:35:17,893 INFO [main][CipherTest] transformation=DESEDE/CFB192/X9.23PADDING 13:35:17,893 INFO [main][CipherTest] transformation=DESEDE/CFB192/ZEROBYTE 13:35:17,893 INFO [main][CipherTest] transformation=DESEDE/CFB192/ZEROBYTEPADDING 13:35:17,893 INFO [main][CipherTest] transformation=DESEDE/CFB200/ 13:35:17,893 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO10126 13:35:17,893 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO10126-2 13:35:17,893 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO10126-2PADDING 13:35:17,894 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO10126PADDING 13:35:17,894 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO7816-4 13:35:17,894 INFO [main][CipherTest] transformation=DESEDE/CFB200/ISO7816-4PADDING 13:35:17,894 INFO [main][CipherTest] transformation=DESEDE/CFB200/NOPADDING 13:35:17,894 INFO [main][CipherTest] transformation=DESEDE/CFB200/PKCS5 13:35:17,894 INFO [main][CipherTest] transformation=DESEDE/CFB200/PKCS5PADDING 13:35:17,895 INFO [main][CipherTest] transformation=DESEDE/CFB200/PKCS7 13:35:17,895 INFO [main][CipherTest] transformation=DESEDE/CFB200/PKCS7PADDING 13:35:17,895 INFO [main][CipherTest] transformation=DESEDE/CFB200/TBC 13:35:17,895 INFO [main][CipherTest] transformation=DESEDE/CFB200/TBCPADDING 13:35:17,895 INFO [main][CipherTest] transformation=DESEDE/CFB200/X9.23 13:35:17,895 INFO [main][CipherTest] transformation=DESEDE/CFB200/X9.23PADDING 13:35:17,895 INFO [main][CipherTest] transformation=DESEDE/CFB200/ZEROBYTE 13:35:17,895 INFO [main][CipherTest] transformation=DESEDE/CFB200/ZEROBYTEPADDING 13:35:17,895 INFO [main][CipherTest] transformation=DESEDE/CFB208/ 13:35:17,896 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO10126 13:35:17,896 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO10126-2 13:35:17,896 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO10126-2PADDING 13:35:17,896 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO10126PADDING 13:35:17,896 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO7816-4 13:35:17,897 INFO [main][CipherTest] transformation=DESEDE/CFB208/ISO7816-4PADDING 13:35:17,897 INFO [main][CipherTest] transformation=DESEDE/CFB208/NOPADDING 13:35:17,897 INFO [main][CipherTest] transformation=DESEDE/CFB208/PKCS5 13:35:17,897 INFO [main][CipherTest] transformation=DESEDE/CFB208/PKCS5PADDING 13:35:17,897 INFO [main][CipherTest] transformation=DESEDE/CFB208/PKCS7 13:35:17,897 INFO [main][CipherTest] transformation=DESEDE/CFB208/PKCS7PADDING 13:35:17,897 INFO [main][CipherTest] transformation=DESEDE/CFB208/TBC 13:35:17,898 INFO [main][CipherTest] transformation=DESEDE/CFB208/TBCPADDING 13:35:17,898 INFO [main][CipherTest] transformation=DESEDE/CFB208/X9.23 13:35:17,898 INFO [main][CipherTest] transformation=DESEDE/CFB208/X9.23PADDING 13:35:17,898 INFO [main][CipherTest] transformation=DESEDE/CFB208/ZEROBYTE 13:35:17,898 INFO [main][CipherTest] transformation=DESEDE/CFB208/ZEROBYTEPADDING 13:35:17,898 INFO [main][CipherTest] transformation=DESEDE/CFB216/ 13:35:17,898 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO10126 13:35:17,899 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO10126-2 13:35:17,899 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO10126-2PADDING 13:35:17,899 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO10126PADDING 13:35:17,899 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO7816-4 13:35:17,899 INFO [main][CipherTest] transformation=DESEDE/CFB216/ISO7816-4PADDING 13:35:17,899 INFO [main][CipherTest] transformation=DESEDE/CFB216/NOPADDING 13:35:17,900 INFO [main][CipherTest] transformation=DESEDE/CFB216/PKCS5 13:35:17,900 INFO [main][CipherTest] transformation=DESEDE/CFB216/PKCS5PADDING 13:35:17,900 INFO [main][CipherTest] transformation=DESEDE/CFB216/PKCS7 13:35:17,900 INFO [main][CipherTest] transformation=DESEDE/CFB216/PKCS7PADDING 13:35:17,900 INFO [main][CipherTest] transformation=DESEDE/CFB216/TBC 13:35:17,900 INFO [main][CipherTest] transformation=DESEDE/CFB216/TBCPADDING 13:35:17,900 INFO [main][CipherTest] transformation=DESEDE/CFB216/X9.23 13:35:17,900 INFO [main][CipherTest] transformation=DESEDE/CFB216/X9.23PADDING 13:35:17,901 INFO [main][CipherTest] transformation=DESEDE/CFB216/ZEROBYTE 13:35:17,901 INFO [main][CipherTest] transformation=DESEDE/CFB216/ZEROBYTEPADDING 13:35:17,901 INFO [main][CipherTest] transformation=DESEDE/CFB224/ 13:35:17,901 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO10126 13:35:17,901 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO10126-2 13:35:17,901 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO10126-2PADDING 13:35:17,902 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO10126PADDING 13:35:17,902 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO7816-4 13:35:17,902 INFO [main][CipherTest] transformation=DESEDE/CFB224/ISO7816-4PADDING 13:35:17,902 INFO [main][CipherTest] transformation=DESEDE/CFB224/NOPADDING 13:35:17,902 INFO [main][CipherTest] transformation=DESEDE/CFB224/PKCS5 13:35:17,902 INFO [main][CipherTest] transformation=DESEDE/CFB224/PKCS5PADDING 13:35:17,902 INFO [main][CipherTest] transformation=DESEDE/CFB224/PKCS7 13:35:17,902 INFO [main][CipherTest] transformation=DESEDE/CFB224/PKCS7PADDING 13:35:17,903 INFO [main][CipherTest] transformation=DESEDE/CFB224/TBC 13:35:17,903 INFO [main][CipherTest] transformation=DESEDE/CFB224/TBCPADDING 13:35:17,903 INFO [main][CipherTest] transformation=DESEDE/CFB224/X9.23 13:35:17,903 INFO [main][CipherTest] transformation=DESEDE/CFB224/X9.23PADDING 13:35:17,903 INFO [main][CipherTest] transformation=DESEDE/CFB224/ZEROBYTE 13:35:17,903 INFO [main][CipherTest] transformation=DESEDE/CFB224/ZEROBYTEPADDING 13:35:17,903 INFO [main][CipherTest] transformation=DESEDE/CFB232/ 13:35:17,904 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO10126 13:35:17,904 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO10126-2 13:35:17,904 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO10126-2PADDING 13:35:17,904 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO10126PADDING 13:35:17,904 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO7816-4 13:35:17,905 INFO [main][CipherTest] transformation=DESEDE/CFB232/ISO7816-4PADDING 13:35:17,905 INFO [main][CipherTest] transformation=DESEDE/CFB232/NOPADDING 13:35:17,905 INFO [main][CipherTest] transformation=DESEDE/CFB232/PKCS5 13:35:17,905 INFO [main][CipherTest] transformation=DESEDE/CFB232/PKCS5PADDING 13:35:17,905 INFO [main][CipherTest] transformation=DESEDE/CFB232/PKCS7 13:35:17,905 INFO [main][CipherTest] transformation=DESEDE/CFB232/PKCS7PADDING 13:35:17,905 INFO [main][CipherTest] transformation=DESEDE/CFB232/TBC 13:35:17,905 INFO [main][CipherTest] transformation=DESEDE/CFB232/TBCPADDING 13:35:17,905 INFO [main][CipherTest] transformation=DESEDE/CFB232/X9.23 13:35:17,906 INFO [main][CipherTest] transformation=DESEDE/CFB232/X9.23PADDING 13:35:17,906 INFO [main][CipherTest] transformation=DESEDE/CFB232/ZEROBYTE 13:35:17,906 INFO [main][CipherTest] transformation=DESEDE/CFB232/ZEROBYTEPADDING 13:35:17,906 INFO [main][CipherTest] transformation=DESEDE/CFB24/ 13:35:17,906 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO10126 13:35:17,906 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO10126-2 13:35:17,907 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO10126-2PADDING 13:35:17,907 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO10126PADDING 13:35:17,907 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO7816-4 13:35:17,907 INFO [main][CipherTest] transformation=DESEDE/CFB24/ISO7816-4PADDING 13:35:17,907 INFO [main][CipherTest] transformation=DESEDE/CFB24/NOPADDING 13:35:17,907 INFO [main][CipherTest] transformation=DESEDE/CFB24/PKCS5 13:35:17,907 INFO [main][CipherTest] transformation=DESEDE/CFB24/PKCS5PADDING 13:35:17,908 INFO [main][CipherTest] transformation=DESEDE/CFB24/PKCS7 13:35:17,908 INFO [main][CipherTest] transformation=DESEDE/CFB24/PKCS7PADDING 13:35:17,908 INFO [main][CipherTest] transformation=DESEDE/CFB24/TBC 13:35:17,908 INFO [main][CipherTest] transformation=DESEDE/CFB24/TBCPADDING 13:35:17,908 INFO [main][CipherTest] transformation=DESEDE/CFB24/X9.23 13:35:17,908 INFO [main][CipherTest] transformation=DESEDE/CFB24/X9.23PADDING 13:35:17,908 INFO [main][CipherTest] transformation=DESEDE/CFB24/ZEROBYTE 13:35:17,908 INFO [main][CipherTest] transformation=DESEDE/CFB24/ZEROBYTEPADDING 13:35:17,909 INFO [main][CipherTest] transformation=DESEDE/CFB240/ 13:35:17,909 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO10126 13:35:17,909 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO10126-2 13:35:17,909 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO10126-2PADDING 13:35:17,909 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO10126PADDING 13:35:17,910 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO7816-4 13:35:17,910 INFO [main][CipherTest] transformation=DESEDE/CFB240/ISO7816-4PADDING 13:35:17,910 INFO [main][CipherTest] transformation=DESEDE/CFB240/NOPADDING 13:35:17,910 INFO [main][CipherTest] transformation=DESEDE/CFB240/PKCS5 13:35:17,910 INFO [main][CipherTest] transformation=DESEDE/CFB240/PKCS5PADDING 13:35:17,910 INFO [main][CipherTest] transformation=DESEDE/CFB240/PKCS7 13:35:17,910 INFO [main][CipherTest] transformation=DESEDE/CFB240/PKCS7PADDING 13:35:17,910 INFO [main][CipherTest] transformation=DESEDE/CFB240/TBC 13:35:17,910 INFO [main][CipherTest] transformation=DESEDE/CFB240/TBCPADDING 13:35:17,911 INFO [main][CipherTest] transformation=DESEDE/CFB240/X9.23 13:35:17,911 INFO [main][CipherTest] transformation=DESEDE/CFB240/X9.23PADDING 13:35:17,911 INFO [main][CipherTest] transformation=DESEDE/CFB240/ZEROBYTE 13:35:17,911 INFO [main][CipherTest] transformation=DESEDE/CFB240/ZEROBYTEPADDING 13:35:17,911 INFO [main][CipherTest] transformation=DESEDE/CFB248/ 13:35:17,911 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO10126 13:35:17,912 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO10126-2 13:35:17,912 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO10126-2PADDING 13:35:17,912 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO10126PADDING 13:35:17,912 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO7816-4 13:35:17,912 INFO [main][CipherTest] transformation=DESEDE/CFB248/ISO7816-4PADDING 13:35:17,912 INFO [main][CipherTest] transformation=DESEDE/CFB248/NOPADDING 13:35:17,913 INFO [main][CipherTest] transformation=DESEDE/CFB248/PKCS5 13:35:17,913 INFO [main][CipherTest] transformation=DESEDE/CFB248/PKCS5PADDING 13:35:17,913 INFO [main][CipherTest] transformation=DESEDE/CFB248/PKCS7 13:35:17,913 INFO [main][CipherTest] transformation=DESEDE/CFB248/PKCS7PADDING 13:35:17,913 INFO [main][CipherTest] transformation=DESEDE/CFB248/TBC 13:35:17,913 INFO [main][CipherTest] transformation=DESEDE/CFB248/TBCPADDING 13:35:17,913 INFO [main][CipherTest] transformation=DESEDE/CFB248/X9.23 13:35:17,913 INFO [main][CipherTest] transformation=DESEDE/CFB248/X9.23PADDING 13:35:17,913 INFO [main][CipherTest] transformation=DESEDE/CFB248/ZEROBYTE 13:35:17,914 INFO [main][CipherTest] transformation=DESEDE/CFB248/ZEROBYTEPADDING 13:35:17,914 INFO [main][CipherTest] transformation=DESEDE/CFB256/ 13:35:17,914 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO10126 13:35:17,914 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO10126-2 13:35:17,914 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO10126-2PADDING 13:35:17,915 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO10126PADDING 13:35:17,915 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO7816-4 13:35:17,915 INFO [main][CipherTest] transformation=DESEDE/CFB256/ISO7816-4PADDING 13:35:17,915 INFO [main][CipherTest] transformation=DESEDE/CFB256/NOPADDING 13:35:17,915 INFO [main][CipherTest] transformation=DESEDE/CFB256/PKCS5 13:35:17,915 INFO [main][CipherTest] transformation=DESEDE/CFB256/PKCS5PADDING 13:35:17,915 INFO [main][CipherTest] transformation=DESEDE/CFB256/PKCS7 13:35:17,915 INFO [main][CipherTest] transformation=DESEDE/CFB256/PKCS7PADDING 13:35:17,916 INFO [main][CipherTest] transformation=DESEDE/CFB256/TBC 13:35:17,916 INFO [main][CipherTest] transformation=DESEDE/CFB256/TBCPADDING 13:35:17,916 INFO [main][CipherTest] transformation=DESEDE/CFB256/X9.23 13:35:17,916 INFO [main][CipherTest] transformation=DESEDE/CFB256/X9.23PADDING 13:35:17,916 INFO [main][CipherTest] transformation=DESEDE/CFB256/ZEROBYTE 13:35:17,916 INFO [main][CipherTest] transformation=DESEDE/CFB256/ZEROBYTEPADDING 13:35:17,916 INFO [main][CipherTest] transformation=DESEDE/CFB32/ 13:35:17,917 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO10126 13:35:17,917 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO10126-2 13:35:17,917 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO10126-2PADDING 13:35:17,917 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO10126PADDING 13:35:17,917 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO7816-4 13:35:17,918 INFO [main][CipherTest] transformation=DESEDE/CFB32/ISO7816-4PADDING 13:35:17,918 INFO [main][CipherTest] transformation=DESEDE/CFB32/NOPADDING 13:35:17,918 INFO [main][CipherTest] transformation=DESEDE/CFB32/PKCS5 13:35:17,918 INFO [main][CipherTest] transformation=DESEDE/CFB32/PKCS5PADDING 13:35:17,918 INFO [main][CipherTest] transformation=DESEDE/CFB32/PKCS7 13:35:17,918 INFO [main][CipherTest] transformation=DESEDE/CFB32/PKCS7PADDING 13:35:17,918 INFO [main][CipherTest] transformation=DESEDE/CFB32/TBC 13:35:17,918 INFO [main][CipherTest] transformation=DESEDE/CFB32/TBCPADDING 13:35:17,918 INFO [main][CipherTest] transformation=DESEDE/CFB32/X9.23 13:35:17,919 INFO [main][CipherTest] transformation=DESEDE/CFB32/X9.23PADDING 13:35:17,919 INFO [main][CipherTest] transformation=DESEDE/CFB32/ZEROBYTE 13:35:17,919 INFO [main][CipherTest] transformation=DESEDE/CFB32/ZEROBYTEPADDING 13:35:17,919 INFO [main][CipherTest] transformation=DESEDE/CFB40/ 13:35:17,919 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO10126 13:35:17,919 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO10126-2 13:35:17,920 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO10126-2PADDING 13:35:17,920 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO10126PADDING 13:35:17,920 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO7816-4 13:35:17,920 INFO [main][CipherTest] transformation=DESEDE/CFB40/ISO7816-4PADDING 13:35:17,920 INFO [main][CipherTest] transformation=DESEDE/CFB40/NOPADDING 13:35:17,920 INFO [main][CipherTest] transformation=DESEDE/CFB40/PKCS5 13:35:17,921 INFO [main][CipherTest] transformation=DESEDE/CFB40/PKCS5PADDING 13:35:17,921 INFO [main][CipherTest] transformation=DESEDE/CFB40/PKCS7 13:35:17,921 INFO [main][CipherTest] transformation=DESEDE/CFB40/PKCS7PADDING 13:35:17,921 INFO [main][CipherTest] transformation=DESEDE/CFB40/TBC 13:35:17,921 INFO [main][CipherTest] transformation=DESEDE/CFB40/TBCPADDING 13:35:17,921 INFO [main][CipherTest] transformation=DESEDE/CFB40/X9.23 13:35:17,921 INFO [main][CipherTest] transformation=DESEDE/CFB40/X9.23PADDING 13:35:17,921 INFO [main][CipherTest] transformation=DESEDE/CFB40/ZEROBYTE 13:35:17,922 INFO [main][CipherTest] transformation=DESEDE/CFB40/ZEROBYTEPADDING 13:35:17,922 INFO [main][CipherTest] transformation=DESEDE/CFB48/ 13:35:17,922 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO10126 13:35:17,922 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO10126-2 13:35:17,922 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO10126-2PADDING 13:35:17,922 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO10126PADDING 13:35:17,923 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO7816-4 13:35:17,923 INFO [main][CipherTest] transformation=DESEDE/CFB48/ISO7816-4PADDING 13:35:17,923 INFO [main][CipherTest] transformation=DESEDE/CFB48/NOPADDING 13:35:17,923 INFO [main][CipherTest] transformation=DESEDE/CFB48/PKCS5 13:35:17,923 INFO [main][CipherTest] transformation=DESEDE/CFB48/PKCS5PADDING 13:35:17,923 INFO [main][CipherTest] transformation=DESEDE/CFB48/PKCS7 13:35:17,923 INFO [main][CipherTest] transformation=DESEDE/CFB48/PKCS7PADDING 13:35:17,924 INFO [main][CipherTest] transformation=DESEDE/CFB48/TBC 13:35:17,924 INFO [main][CipherTest] transformation=DESEDE/CFB48/TBCPADDING 13:35:17,924 INFO [main][CipherTest] transformation=DESEDE/CFB48/X9.23 13:35:17,924 INFO [main][CipherTest] transformation=DESEDE/CFB48/X9.23PADDING 13:35:17,924 INFO [main][CipherTest] transformation=DESEDE/CFB48/ZEROBYTE 13:35:17,924 INFO [main][CipherTest] transformation=DESEDE/CFB48/ZEROBYTEPADDING 13:35:17,924 INFO [main][CipherTest] transformation=DESEDE/CFB56/ 13:35:17,924 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO10126 13:35:17,925 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO10126-2 13:35:17,925 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO10126-2PADDING 13:35:17,925 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO10126PADDING 13:35:17,925 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO7816-4 13:35:17,925 INFO [main][CipherTest] transformation=DESEDE/CFB56/ISO7816-4PADDING 13:35:17,926 INFO [main][CipherTest] transformation=DESEDE/CFB56/NOPADDING 13:35:17,926 INFO [main][CipherTest] transformation=DESEDE/CFB56/PKCS5 13:35:17,926 INFO [main][CipherTest] transformation=DESEDE/CFB56/PKCS5PADDING 13:35:17,926 INFO [main][CipherTest] transformation=DESEDE/CFB56/PKCS7 13:35:17,926 INFO [main][CipherTest] transformation=DESEDE/CFB56/PKCS7PADDING 13:35:17,926 INFO [main][CipherTest] transformation=DESEDE/CFB56/TBC 13:35:17,926 INFO [main][CipherTest] transformation=DESEDE/CFB56/TBCPADDING 13:35:17,926 INFO [main][CipherTest] transformation=DESEDE/CFB56/X9.23 13:35:17,926 INFO [main][CipherTest] transformation=DESEDE/CFB56/X9.23PADDING 13:35:17,927 INFO [main][CipherTest] transformation=DESEDE/CFB56/ZEROBYTE 13:35:17,927 INFO [main][CipherTest] transformation=DESEDE/CFB56/ZEROBYTEPADDING 13:35:17,927 INFO [main][CipherTest] transformation=DESEDE/CFB64/ 13:35:17,927 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO10126 13:35:17,927 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO10126-2 13:35:17,927 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO10126-2PADDING 13:35:17,928 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO10126PADDING 13:35:17,928 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO7816-4 13:35:17,928 INFO [main][CipherTest] transformation=DESEDE/CFB64/ISO7816-4PADDING 13:35:17,928 INFO [main][CipherTest] transformation=DESEDE/CFB64/NOPADDING 13:35:17,928 INFO [main][CipherTest] transformation=DESEDE/CFB64/PKCS5 13:35:17,928 INFO [main][CipherTest] transformation=DESEDE/CFB64/PKCS5PADDING 13:35:17,928 INFO [main][CipherTest] transformation=DESEDE/CFB64/PKCS7 13:35:17,929 INFO [main][CipherTest] transformation=DESEDE/CFB64/PKCS7PADDING 13:35:17,929 INFO [main][CipherTest] transformation=DESEDE/CFB64/TBC 13:35:17,929 INFO [main][CipherTest] transformation=DESEDE/CFB64/TBCPADDING 13:35:17,929 INFO [main][CipherTest] transformation=DESEDE/CFB64/X9.23 13:35:17,929 INFO [main][CipherTest] transformation=DESEDE/CFB64/X9.23PADDING 13:35:17,929 INFO [main][CipherTest] transformation=DESEDE/CFB64/ZEROBYTE 13:35:17,929 INFO [main][CipherTest] transformation=DESEDE/CFB64/ZEROBYTEPADDING 13:35:17,929 INFO [main][CipherTest] transformation=DESEDE/CFB72/ 13:35:17,930 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO10126 13:35:17,930 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO10126-2 13:35:17,930 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO10126-2PADDING 13:35:17,930 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO10126PADDING 13:35:17,931 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO7816-4 13:35:17,931 INFO [main][CipherTest] transformation=DESEDE/CFB72/ISO7816-4PADDING 13:35:17,931 INFO [main][CipherTest] transformation=DESEDE/CFB72/NOPADDING 13:35:17,931 INFO [main][CipherTest] transformation=DESEDE/CFB72/PKCS5 13:35:17,931 INFO [main][CipherTest] transformation=DESEDE/CFB72/PKCS5PADDING 13:35:17,931 INFO [main][CipherTest] transformation=DESEDE/CFB72/PKCS7 13:35:17,931 INFO [main][CipherTest] transformation=DESEDE/CFB72/PKCS7PADDING 13:35:17,931 INFO [main][CipherTest] transformation=DESEDE/CFB72/TBC 13:35:17,932 INFO [main][CipherTest] transformation=DESEDE/CFB72/TBCPADDING 13:35:17,932 INFO [main][CipherTest] transformation=DESEDE/CFB72/X9.23 13:35:17,932 INFO [main][CipherTest] transformation=DESEDE/CFB72/X9.23PADDING 13:35:17,932 INFO [main][CipherTest] transformation=DESEDE/CFB72/ZEROBYTE 13:35:17,932 INFO [main][CipherTest] transformation=DESEDE/CFB72/ZEROBYTEPADDING 13:35:17,932 INFO [main][CipherTest] transformation=DESEDE/CFB8/ 13:35:17,932 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO10126 13:35:17,933 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO10126-2 13:35:17,933 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO10126-2PADDING 13:35:17,933 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO10126PADDING 13:35:17,933 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO7816-4 13:35:17,933 INFO [main][CipherTest] transformation=DESEDE/CFB8/ISO7816-4PADDING 13:35:17,933 INFO [main][CipherTest] transformation=DESEDE/CFB8/NOPADDING 13:35:17,934 INFO [main][CipherTest] transformation=DESEDE/CFB8/PKCS5 13:35:17,934 INFO [main][CipherTest] transformation=DESEDE/CFB8/PKCS5PADDING 13:35:17,934 INFO [main][CipherTest] transformation=DESEDE/CFB8/PKCS7 13:35:17,934 INFO [main][CipherTest] transformation=DESEDE/CFB8/PKCS7PADDING 13:35:17,934 INFO [main][CipherTest] transformation=DESEDE/CFB8/TBC 13:35:17,934 INFO [main][CipherTest] transformation=DESEDE/CFB8/TBCPADDING 13:35:17,934 INFO [main][CipherTest] transformation=DESEDE/CFB8/X9.23 13:35:17,934 INFO [main][CipherTest] transformation=DESEDE/CFB8/X9.23PADDING 13:35:17,935 INFO [main][CipherTest] transformation=DESEDE/CFB8/ZEROBYTE 13:35:17,935 INFO [main][CipherTest] transformation=DESEDE/CFB8/ZEROBYTEPADDING 13:35:17,935 INFO [main][CipherTest] transformation=DESEDE/CFB80/ 13:35:17,935 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO10126 13:35:17,935 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO10126-2 13:35:17,935 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO10126-2PADDING 13:35:17,936 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO10126PADDING 13:35:17,936 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO7816-4 13:35:17,936 INFO [main][CipherTest] transformation=DESEDE/CFB80/ISO7816-4PADDING 13:35:17,936 INFO [main][CipherTest] transformation=DESEDE/CFB80/NOPADDING 13:35:17,936 INFO [main][CipherTest] transformation=DESEDE/CFB80/PKCS5 13:35:17,936 INFO [main][CipherTest] transformation=DESEDE/CFB80/PKCS5PADDING 13:35:17,936 INFO [main][CipherTest] transformation=DESEDE/CFB80/PKCS7 13:35:17,936 INFO [main][CipherTest] transformation=DESEDE/CFB80/PKCS7PADDING 13:35:17,937 INFO [main][CipherTest] transformation=DESEDE/CFB80/TBC 13:35:17,937 INFO [main][CipherTest] transformation=DESEDE/CFB80/TBCPADDING 13:35:17,937 INFO [main][CipherTest] transformation=DESEDE/CFB80/X9.23 13:35:17,937 INFO [main][CipherTest] transformation=DESEDE/CFB80/X9.23PADDING 13:35:17,937 INFO [main][CipherTest] transformation=DESEDE/CFB80/ZEROBYTE 13:35:17,937 INFO [main][CipherTest] transformation=DESEDE/CFB80/ZEROBYTEPADDING 13:35:17,937 INFO [main][CipherTest] transformation=DESEDE/CFB88/ 13:35:17,937 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO10126 13:35:17,938 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO10126-2 13:35:17,938 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO10126-2PADDING 13:35:17,938 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO10126PADDING 13:35:17,938 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO7816-4 13:35:17,938 INFO [main][CipherTest] transformation=DESEDE/CFB88/ISO7816-4PADDING 13:35:17,939 INFO [main][CipherTest] transformation=DESEDE/CFB88/NOPADDING 13:35:17,939 INFO [main][CipherTest] transformation=DESEDE/CFB88/PKCS5 13:35:17,939 INFO [main][CipherTest] transformation=DESEDE/CFB88/PKCS5PADDING 13:35:17,939 INFO [main][CipherTest] transformation=DESEDE/CFB88/PKCS7 13:35:17,939 INFO [main][CipherTest] transformation=DESEDE/CFB88/PKCS7PADDING 13:35:17,939 INFO [main][CipherTest] transformation=DESEDE/CFB88/TBC 13:35:17,939 INFO [main][CipherTest] transformation=DESEDE/CFB88/TBCPADDING 13:35:17,939 INFO [main][CipherTest] transformation=DESEDE/CFB88/X9.23 13:35:17,940 INFO [main][CipherTest] transformation=DESEDE/CFB88/X9.23PADDING 13:35:17,940 INFO [main][CipherTest] transformation=DESEDE/CFB88/ZEROBYTE 13:35:17,940 INFO [main][CipherTest] transformation=DESEDE/CFB88/ZEROBYTEPADDING 13:35:17,940 INFO [main][CipherTest] transformation=DESEDE/CFB96/ 13:35:17,940 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO10126 13:35:17,940 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO10126-2 13:35:17,940 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO10126-2PADDING 13:35:17,941 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO10126PADDING 13:35:17,941 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO7816-4 13:35:17,941 INFO [main][CipherTest] transformation=DESEDE/CFB96/ISO7816-4PADDING 13:35:17,941 INFO [main][CipherTest] transformation=DESEDE/CFB96/NOPADDING 13:35:17,941 INFO [main][CipherTest] transformation=DESEDE/CFB96/PKCS5 13:35:17,941 INFO [main][CipherTest] transformation=DESEDE/CFB96/PKCS5PADDING 13:35:17,941 INFO [main][CipherTest] transformation=DESEDE/CFB96/PKCS7 13:35:17,942 INFO [main][CipherTest] transformation=DESEDE/CFB96/PKCS7PADDING 13:35:17,942 INFO [main][CipherTest] transformation=DESEDE/CFB96/TBC 13:35:17,942 INFO [main][CipherTest] transformation=DESEDE/CFB96/TBCPADDING 13:35:17,942 INFO [main][CipherTest] transformation=DESEDE/CFB96/X9.23 13:35:17,942 INFO [main][CipherTest] transformation=DESEDE/CFB96/X9.23PADDING 13:35:17,942 INFO [main][CipherTest] transformation=DESEDE/CFB96/ZEROBYTE 13:35:17,942 INFO [main][CipherTest] transformation=DESEDE/CFB96/ZEROBYTEPADDING 13:35:17,942 INFO [main][CipherTest] transformation=DESEDE/CTS/ 13:35:17,943 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE/CTS/" does not support IV => Skipping. 13:35:17,943 INFO [main][CipherTest] transformation=DESEDE/CTS/NOPADDING 13:35:17,943 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE/CTS/NOPADDING" does not support IV => Skipping. 13:35:17,943 INFO [main][CipherTest] transformation=DESEDE/EAX/ 13:35:17,943 INFO [main][CipherTest] transformation=DESEDE/EAX/NOPADDING 13:35:17,943 INFO [main][CipherTest] transformation=DESEDE/ECB/ 13:35:17,943 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE/ECB/" does not support IV => Skipping. 13:35:17,943 INFO [main][CipherTest] transformation=DESEDE/ECB/NOPADDING 13:35:17,943 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "DESEDE/ECB/NOPADDING" does not support IV => Skipping. 13:35:17,944 INFO [main][CipherTest] transformation=DESEDE/GOFB/ 13:35:17,944 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO10126 13:35:17,944 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO10126-2 13:35:17,944 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO10126-2PADDING 13:35:17,945 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO10126PADDING 13:35:17,945 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO7816-4 13:35:17,945 INFO [main][CipherTest] transformation=DESEDE/GOFB/ISO7816-4PADDING 13:35:17,945 INFO [main][CipherTest] transformation=DESEDE/GOFB/NOPADDING 13:35:17,945 INFO [main][CipherTest] transformation=DESEDE/GOFB/PKCS5 13:35:17,946 INFO [main][CipherTest] transformation=DESEDE/GOFB/PKCS5PADDING 13:35:17,946 INFO [main][CipherTest] transformation=DESEDE/GOFB/PKCS7 13:35:17,946 INFO [main][CipherTest] transformation=DESEDE/GOFB/PKCS7PADDING 13:35:17,946 INFO [main][CipherTest] transformation=DESEDE/GOFB/TBC 13:35:17,946 INFO [main][CipherTest] transformation=DESEDE/GOFB/TBCPADDING 13:35:17,946 INFO [main][CipherTest] transformation=DESEDE/GOFB/X9.23 13:35:17,947 INFO [main][CipherTest] transformation=DESEDE/GOFB/X9.23PADDING 13:35:17,947 INFO [main][CipherTest] transformation=DESEDE/GOFB/ZEROBYTE 13:35:17,947 INFO [main][CipherTest] transformation=DESEDE/GOFB/ZEROBYTEPADDING 13:35:17,947 INFO [main][CipherTest] transformation=DESEDE/OFB/ 13:35:17,947 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO10126 13:35:17,947 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO10126-2 13:35:17,948 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO10126-2PADDING 13:35:17,948 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO10126PADDING 13:35:17,948 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO7816-4 13:35:17,948 INFO [main][CipherTest] transformation=DESEDE/OFB/ISO7816-4PADDING 13:35:17,948 INFO [main][CipherTest] transformation=DESEDE/OFB/NOPADDING 13:35:17,949 INFO [main][CipherTest] transformation=DESEDE/OFB/PKCS5 13:35:17,949 INFO [main][CipherTest] transformation=DESEDE/OFB/PKCS5PADDING 13:35:17,949 INFO [main][CipherTest] transformation=DESEDE/OFB/PKCS7 13:35:17,949 INFO [main][CipherTest] transformation=DESEDE/OFB/PKCS7PADDING 13:35:17,949 INFO [main][CipherTest] transformation=DESEDE/OFB/TBC 13:35:17,949 INFO [main][CipherTest] transformation=DESEDE/OFB/TBCPADDING 13:35:17,950 INFO [main][CipherTest] transformation=DESEDE/OFB/X9.23 13:35:17,950 INFO [main][CipherTest] transformation=DESEDE/OFB/X9.23PADDING 13:35:17,951 INFO [main][CipherTest] transformation=DESEDE/OFB/ZEROBYTE 13:35:17,951 INFO [main][CipherTest] transformation=DESEDE/OFB/ZEROBYTEPADDING 13:35:17,951 INFO [main][CipherTest] transformation=DESEDE/OFB104/ 13:35:17,952 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO10126 13:35:17,952 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO10126-2 13:35:17,952 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO10126-2PADDING 13:35:17,953 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO10126PADDING 13:35:17,953 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO7816-4 13:35:17,953 INFO [main][CipherTest] transformation=DESEDE/OFB104/ISO7816-4PADDING 13:35:17,953 INFO [main][CipherTest] transformation=DESEDE/OFB104/NOPADDING 13:35:17,953 INFO [main][CipherTest] transformation=DESEDE/OFB104/PKCS5 13:35:17,953 INFO [main][CipherTest] transformation=DESEDE/OFB104/PKCS5PADDING 13:35:17,953 INFO [main][CipherTest] transformation=DESEDE/OFB104/PKCS7 13:35:17,954 INFO [main][CipherTest] transformation=DESEDE/OFB104/PKCS7PADDING 13:35:17,954 INFO [main][CipherTest] transformation=DESEDE/OFB104/TBC 13:35:17,954 INFO [main][CipherTest] transformation=DESEDE/OFB104/TBCPADDING 13:35:17,954 INFO [main][CipherTest] transformation=DESEDE/OFB104/X9.23 13:35:17,954 INFO [main][CipherTest] transformation=DESEDE/OFB104/X9.23PADDING 13:35:17,954 INFO [main][CipherTest] transformation=DESEDE/OFB104/ZEROBYTE 13:35:17,954 INFO [main][CipherTest] transformation=DESEDE/OFB104/ZEROBYTEPADDING 13:35:17,954 INFO [main][CipherTest] transformation=DESEDE/OFB112/ 13:35:17,955 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO10126 13:35:17,955 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO10126-2 13:35:17,955 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO10126-2PADDING 13:35:17,955 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO10126PADDING 13:35:17,955 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO7816-4 13:35:17,956 INFO [main][CipherTest] transformation=DESEDE/OFB112/ISO7816-4PADDING 13:35:17,956 INFO [main][CipherTest] transformation=DESEDE/OFB112/NOPADDING 13:35:17,956 INFO [main][CipherTest] transformation=DESEDE/OFB112/PKCS5 13:35:17,956 INFO [main][CipherTest] transformation=DESEDE/OFB112/PKCS5PADDING 13:35:17,956 INFO [main][CipherTest] transformation=DESEDE/OFB112/PKCS7 13:35:17,956 INFO [main][CipherTest] transformation=DESEDE/OFB112/PKCS7PADDING 13:35:17,956 INFO [main][CipherTest] transformation=DESEDE/OFB112/TBC 13:35:17,956 INFO [main][CipherTest] transformation=DESEDE/OFB112/TBCPADDING 13:35:17,957 INFO [main][CipherTest] transformation=DESEDE/OFB112/X9.23 13:35:17,957 INFO [main][CipherTest] transformation=DESEDE/OFB112/X9.23PADDING 13:35:17,957 INFO [main][CipherTest] transformation=DESEDE/OFB112/ZEROBYTE 13:35:17,957 INFO [main][CipherTest] transformation=DESEDE/OFB112/ZEROBYTEPADDING 13:35:17,957 INFO [main][CipherTest] transformation=DESEDE/OFB120/ 13:35:17,957 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO10126 13:35:17,957 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO10126-2 13:35:17,958 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO10126-2PADDING 13:35:17,958 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO10126PADDING 13:35:17,958 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO7816-4 13:35:17,958 INFO [main][CipherTest] transformation=DESEDE/OFB120/ISO7816-4PADDING 13:35:17,958 INFO [main][CipherTest] transformation=DESEDE/OFB120/NOPADDING 13:35:17,958 INFO [main][CipherTest] transformation=DESEDE/OFB120/PKCS5 13:35:17,958 INFO [main][CipherTest] transformation=DESEDE/OFB120/PKCS5PADDING 13:35:17,959 INFO [main][CipherTest] transformation=DESEDE/OFB120/PKCS7 13:35:17,959 INFO [main][CipherTest] transformation=DESEDE/OFB120/PKCS7PADDING 13:35:17,959 INFO [main][CipherTest] transformation=DESEDE/OFB120/TBC 13:35:17,959 INFO [main][CipherTest] transformation=DESEDE/OFB120/TBCPADDING 13:35:17,959 INFO [main][CipherTest] transformation=DESEDE/OFB120/X9.23 13:35:17,959 INFO [main][CipherTest] transformation=DESEDE/OFB120/X9.23PADDING 13:35:17,959 INFO [main][CipherTest] transformation=DESEDE/OFB120/ZEROBYTE 13:35:17,959 INFO [main][CipherTest] transformation=DESEDE/OFB120/ZEROBYTEPADDING 13:35:17,960 INFO [main][CipherTest] transformation=DESEDE/OFB128/ 13:35:17,960 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO10126 13:35:17,960 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO10126-2 13:35:17,960 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO10126-2PADDING 13:35:17,960 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO10126PADDING 13:35:17,961 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO7816-4 13:35:17,961 INFO [main][CipherTest] transformation=DESEDE/OFB128/ISO7816-4PADDING 13:35:17,961 INFO [main][CipherTest] transformation=DESEDE/OFB128/NOPADDING 13:35:17,961 INFO [main][CipherTest] transformation=DESEDE/OFB128/PKCS5 13:35:17,961 INFO [main][CipherTest] transformation=DESEDE/OFB128/PKCS5PADDING 13:35:17,961 INFO [main][CipherTest] transformation=DESEDE/OFB128/PKCS7 13:35:17,961 INFO [main][CipherTest] transformation=DESEDE/OFB128/PKCS7PADDING 13:35:17,961 INFO [main][CipherTest] transformation=DESEDE/OFB128/TBC 13:35:17,961 INFO [main][CipherTest] transformation=DESEDE/OFB128/TBCPADDING 13:35:17,962 INFO [main][CipherTest] transformation=DESEDE/OFB128/X9.23 13:35:17,962 INFO [main][CipherTest] transformation=DESEDE/OFB128/X9.23PADDING 13:35:17,962 INFO [main][CipherTest] transformation=DESEDE/OFB128/ZEROBYTE 13:35:17,962 INFO [main][CipherTest] transformation=DESEDE/OFB128/ZEROBYTEPADDING 13:35:17,962 INFO [main][CipherTest] transformation=DESEDE/OFB136/ 13:35:17,962 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO10126 13:35:17,962 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO10126-2 13:35:17,963 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO10126-2PADDING 13:35:17,963 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO10126PADDING 13:35:17,963 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO7816-4 13:35:17,963 INFO [main][CipherTest] transformation=DESEDE/OFB136/ISO7816-4PADDING 13:35:17,963 INFO [main][CipherTest] transformation=DESEDE/OFB136/NOPADDING 13:35:17,963 INFO [main][CipherTest] transformation=DESEDE/OFB136/PKCS5 13:35:17,964 INFO [main][CipherTest] transformation=DESEDE/OFB136/PKCS5PADDING 13:35:17,964 INFO [main][CipherTest] transformation=DESEDE/OFB136/PKCS7 13:35:17,964 INFO [main][CipherTest] transformation=DESEDE/OFB136/PKCS7PADDING 13:35:17,964 INFO [main][CipherTest] transformation=DESEDE/OFB136/TBC 13:35:17,964 INFO [main][CipherTest] transformation=DESEDE/OFB136/TBCPADDING 13:35:17,964 INFO [main][CipherTest] transformation=DESEDE/OFB136/X9.23 13:35:17,964 INFO [main][CipherTest] transformation=DESEDE/OFB136/X9.23PADDING 13:35:17,964 INFO [main][CipherTest] transformation=DESEDE/OFB136/ZEROBYTE 13:35:17,964 INFO [main][CipherTest] transformation=DESEDE/OFB136/ZEROBYTEPADDING 13:35:17,965 INFO [main][CipherTest] transformation=DESEDE/OFB144/ 13:35:17,965 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO10126 13:35:17,965 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO10126-2 13:35:17,965 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO10126-2PADDING 13:35:17,965 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO10126PADDING 13:35:17,966 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO7816-4 13:35:17,966 INFO [main][CipherTest] transformation=DESEDE/OFB144/ISO7816-4PADDING 13:35:17,966 INFO [main][CipherTest] transformation=DESEDE/OFB144/NOPADDING 13:35:17,966 INFO [main][CipherTest] transformation=DESEDE/OFB144/PKCS5 13:35:17,966 INFO [main][CipherTest] transformation=DESEDE/OFB144/PKCS5PADDING 13:35:17,966 INFO [main][CipherTest] transformation=DESEDE/OFB144/PKCS7 13:35:17,966 INFO [main][CipherTest] transformation=DESEDE/OFB144/PKCS7PADDING 13:35:17,966 INFO [main][CipherTest] transformation=DESEDE/OFB144/TBC 13:35:17,967 INFO [main][CipherTest] transformation=DESEDE/OFB144/TBCPADDING 13:35:17,967 INFO [main][CipherTest] transformation=DESEDE/OFB144/X9.23 13:35:17,967 INFO [main][CipherTest] transformation=DESEDE/OFB144/X9.23PADDING 13:35:17,967 INFO [main][CipherTest] transformation=DESEDE/OFB144/ZEROBYTE 13:35:17,967 INFO [main][CipherTest] transformation=DESEDE/OFB144/ZEROBYTEPADDING 13:35:17,967 INFO [main][CipherTest] transformation=DESEDE/OFB152/ 13:35:17,967 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO10126 13:35:17,967 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO10126-2 13:35:17,968 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO10126-2PADDING 13:35:17,968 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO10126PADDING 13:35:17,968 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO7816-4 13:35:17,968 INFO [main][CipherTest] transformation=DESEDE/OFB152/ISO7816-4PADDING 13:35:17,968 INFO [main][CipherTest] transformation=DESEDE/OFB152/NOPADDING 13:35:17,968 INFO [main][CipherTest] transformation=DESEDE/OFB152/PKCS5 13:35:17,969 INFO [main][CipherTest] transformation=DESEDE/OFB152/PKCS5PADDING 13:35:17,969 INFO [main][CipherTest] transformation=DESEDE/OFB152/PKCS7 13:35:17,969 INFO [main][CipherTest] transformation=DESEDE/OFB152/PKCS7PADDING 13:35:17,969 INFO [main][CipherTest] transformation=DESEDE/OFB152/TBC 13:35:17,969 INFO [main][CipherTest] transformation=DESEDE/OFB152/TBCPADDING 13:35:17,969 INFO [main][CipherTest] transformation=DESEDE/OFB152/X9.23 13:35:17,969 INFO [main][CipherTest] transformation=DESEDE/OFB152/X9.23PADDING 13:35:17,969 INFO [main][CipherTest] transformation=DESEDE/OFB152/ZEROBYTE 13:35:17,970 INFO [main][CipherTest] transformation=DESEDE/OFB152/ZEROBYTEPADDING 13:35:17,970 INFO [main][CipherTest] transformation=DESEDE/OFB16/ 13:35:17,970 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO10126 13:35:17,970 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO10126-2 13:35:17,970 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO10126-2PADDING 13:35:17,970 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO10126PADDING 13:35:17,971 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO7816-4 13:35:17,971 INFO [main][CipherTest] transformation=DESEDE/OFB16/ISO7816-4PADDING 13:35:17,971 INFO [main][CipherTest] transformation=DESEDE/OFB16/NOPADDING 13:35:17,971 INFO [main][CipherTest] transformation=DESEDE/OFB16/PKCS5 13:35:17,971 INFO [main][CipherTest] transformation=DESEDE/OFB16/PKCS5PADDING 13:35:17,971 INFO [main][CipherTest] transformation=DESEDE/OFB16/PKCS7 13:35:17,972 INFO [main][CipherTest] transformation=DESEDE/OFB16/PKCS7PADDING 13:35:17,972 INFO [main][CipherTest] transformation=DESEDE/OFB16/TBC 13:35:17,972 INFO [main][CipherTest] transformation=DESEDE/OFB16/TBCPADDING 13:35:17,972 INFO [main][CipherTest] transformation=DESEDE/OFB16/X9.23 13:35:17,972 INFO [main][CipherTest] transformation=DESEDE/OFB16/X9.23PADDING 13:35:17,972 INFO [main][CipherTest] transformation=DESEDE/OFB16/ZEROBYTE 13:35:17,972 INFO [main][CipherTest] transformation=DESEDE/OFB16/ZEROBYTEPADDING 13:35:17,972 INFO [main][CipherTest] transformation=DESEDE/OFB160/ 13:35:17,972 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO10126 13:35:17,973 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO10126-2 13:35:17,973 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO10126-2PADDING 13:35:17,973 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO10126PADDING 13:35:17,973 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO7816-4 13:35:17,973 INFO [main][CipherTest] transformation=DESEDE/OFB160/ISO7816-4PADDING 13:35:17,974 INFO [main][CipherTest] transformation=DESEDE/OFB160/NOPADDING 13:35:17,974 INFO [main][CipherTest] transformation=DESEDE/OFB160/PKCS5 13:35:17,974 INFO [main][CipherTest] transformation=DESEDE/OFB160/PKCS5PADDING 13:35:17,974 INFO [main][CipherTest] transformation=DESEDE/OFB160/PKCS7 13:35:17,974 INFO [main][CipherTest] transformation=DESEDE/OFB160/PKCS7PADDING 13:35:17,974 INFO [main][CipherTest] transformation=DESEDE/OFB160/TBC 13:35:17,974 INFO [main][CipherTest] transformation=DESEDE/OFB160/TBCPADDING 13:35:17,974 INFO [main][CipherTest] transformation=DESEDE/OFB160/X9.23 13:35:17,975 INFO [main][CipherTest] transformation=DESEDE/OFB160/X9.23PADDING 13:35:17,975 INFO [main][CipherTest] transformation=DESEDE/OFB160/ZEROBYTE 13:35:17,975 INFO [main][CipherTest] transformation=DESEDE/OFB160/ZEROBYTEPADDING 13:35:17,975 INFO [main][CipherTest] transformation=DESEDE/OFB168/ 13:35:17,975 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO10126 13:35:17,975 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO10126-2 13:35:17,975 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO10126-2PADDING 13:35:17,976 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO10126PADDING 13:35:17,976 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO7816-4 13:35:17,976 INFO [main][CipherTest] transformation=DESEDE/OFB168/ISO7816-4PADDING 13:35:17,976 INFO [main][CipherTest] transformation=DESEDE/OFB168/NOPADDING 13:35:17,976 INFO [main][CipherTest] transformation=DESEDE/OFB168/PKCS5 13:35:17,976 INFO [main][CipherTest] transformation=DESEDE/OFB168/PKCS5PADDING 13:35:17,976 INFO [main][CipherTest] transformation=DESEDE/OFB168/PKCS7 13:35:17,977 INFO [main][CipherTest] transformation=DESEDE/OFB168/PKCS7PADDING 13:35:17,977 INFO [main][CipherTest] transformation=DESEDE/OFB168/TBC 13:35:17,977 INFO [main][CipherTest] transformation=DESEDE/OFB168/TBCPADDING 13:35:17,977 INFO [main][CipherTest] transformation=DESEDE/OFB168/X9.23 13:35:17,977 INFO [main][CipherTest] transformation=DESEDE/OFB168/X9.23PADDING 13:35:17,977 INFO [main][CipherTest] transformation=DESEDE/OFB168/ZEROBYTE 13:35:17,977 INFO [main][CipherTest] transformation=DESEDE/OFB168/ZEROBYTEPADDING 13:35:17,977 INFO [main][CipherTest] transformation=DESEDE/OFB176/ 13:35:17,978 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO10126 13:35:17,978 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO10126-2 13:35:17,978 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO10126-2PADDING 13:35:17,978 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO10126PADDING 13:35:17,978 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO7816-4 13:35:17,979 INFO [main][CipherTest] transformation=DESEDE/OFB176/ISO7816-4PADDING 13:35:17,979 INFO [main][CipherTest] transformation=DESEDE/OFB176/NOPADDING 13:35:17,979 INFO [main][CipherTest] transformation=DESEDE/OFB176/PKCS5 13:35:17,979 INFO [main][CipherTest] transformation=DESEDE/OFB176/PKCS5PADDING 13:35:17,979 INFO [main][CipherTest] transformation=DESEDE/OFB176/PKCS7 13:35:17,979 INFO [main][CipherTest] transformation=DESEDE/OFB176/PKCS7PADDING 13:35:17,979 INFO [main][CipherTest] transformation=DESEDE/OFB176/TBC 13:35:17,979 INFO [main][CipherTest] transformation=DESEDE/OFB176/TBCPADDING 13:35:17,979 INFO [main][CipherTest] transformation=DESEDE/OFB176/X9.23 13:35:17,980 INFO [main][CipherTest] transformation=DESEDE/OFB176/X9.23PADDING 13:35:17,980 INFO [main][CipherTest] transformation=DESEDE/OFB176/ZEROBYTE 13:35:17,980 INFO [main][CipherTest] transformation=DESEDE/OFB176/ZEROBYTEPADDING 13:35:17,980 INFO [main][CipherTest] transformation=DESEDE/OFB184/ 13:35:17,980 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO10126 13:35:17,980 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO10126-2 13:35:17,980 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO10126-2PADDING 13:35:17,981 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO10126PADDING 13:35:17,981 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO7816-4 13:35:17,981 INFO [main][CipherTest] transformation=DESEDE/OFB184/ISO7816-4PADDING 13:35:17,981 INFO [main][CipherTest] transformation=DESEDE/OFB184/NOPADDING 13:35:17,981 INFO [main][CipherTest] transformation=DESEDE/OFB184/PKCS5 13:35:17,981 INFO [main][CipherTest] transformation=DESEDE/OFB184/PKCS5PADDING 13:35:17,982 INFO [main][CipherTest] transformation=DESEDE/OFB184/PKCS7 13:35:17,982 INFO [main][CipherTest] transformation=DESEDE/OFB184/PKCS7PADDING 13:35:17,982 INFO [main][CipherTest] transformation=DESEDE/OFB184/TBC 13:35:17,982 INFO [main][CipherTest] transformation=DESEDE/OFB184/TBCPADDING 13:35:17,982 INFO [main][CipherTest] transformation=DESEDE/OFB184/X9.23 13:35:17,982 INFO [main][CipherTest] transformation=DESEDE/OFB184/X9.23PADDING 13:35:17,982 INFO [main][CipherTest] transformation=DESEDE/OFB184/ZEROBYTE 13:35:17,982 INFO [main][CipherTest] transformation=DESEDE/OFB184/ZEROBYTEPADDING 13:35:17,983 INFO [main][CipherTest] transformation=DESEDE/OFB192/ 13:35:17,983 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO10126 13:35:17,983 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO10126-2 13:35:17,983 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO10126-2PADDING 13:35:17,984 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO10126PADDING 13:35:17,984 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO7816-4 13:35:17,984 INFO [main][CipherTest] transformation=DESEDE/OFB192/ISO7816-4PADDING 13:35:17,984 INFO [main][CipherTest] transformation=DESEDE/OFB192/NOPADDING 13:35:17,984 INFO [main][CipherTest] transformation=DESEDE/OFB192/PKCS5 13:35:17,984 INFO [main][CipherTest] transformation=DESEDE/OFB192/PKCS5PADDING 13:35:17,985 INFO [main][CipherTest] transformation=DESEDE/OFB192/PKCS7 13:35:17,985 INFO [main][CipherTest] transformation=DESEDE/OFB192/PKCS7PADDING 13:35:17,985 INFO [main][CipherTest] transformation=DESEDE/OFB192/TBC 13:35:17,985 INFO [main][CipherTest] transformation=DESEDE/OFB192/TBCPADDING 13:35:17,985 INFO [main][CipherTest] transformation=DESEDE/OFB192/X9.23 13:35:17,985 INFO [main][CipherTest] transformation=DESEDE/OFB192/X9.23PADDING 13:35:17,985 INFO [main][CipherTest] transformation=DESEDE/OFB192/ZEROBYTE 13:35:17,985 INFO [main][CipherTest] transformation=DESEDE/OFB192/ZEROBYTEPADDING 13:35:17,985 INFO [main][CipherTest] transformation=DESEDE/OFB200/ 13:35:17,986 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO10126 13:35:17,986 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO10126-2 13:35:17,986 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO10126-2PADDING 13:35:17,986 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO10126PADDING 13:35:17,986 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO7816-4 13:35:17,987 INFO [main][CipherTest] transformation=DESEDE/OFB200/ISO7816-4PADDING 13:35:17,987 INFO [main][CipherTest] transformation=DESEDE/OFB200/NOPADDING 13:35:17,987 INFO [main][CipherTest] transformation=DESEDE/OFB200/PKCS5 13:35:17,987 INFO [main][CipherTest] transformation=DESEDE/OFB200/PKCS5PADDING 13:35:17,987 INFO [main][CipherTest] transformation=DESEDE/OFB200/PKCS7 13:35:17,987 INFO [main][CipherTest] transformation=DESEDE/OFB200/PKCS7PADDING 13:35:17,987 INFO [main][CipherTest] transformation=DESEDE/OFB200/TBC 13:35:17,987 INFO [main][CipherTest] transformation=DESEDE/OFB200/TBCPADDING 13:35:17,988 INFO [main][CipherTest] transformation=DESEDE/OFB200/X9.23 13:35:17,988 INFO [main][CipherTest] transformation=DESEDE/OFB200/X9.23PADDING 13:35:17,988 INFO [main][CipherTest] transformation=DESEDE/OFB200/ZEROBYTE 13:35:17,988 INFO [main][CipherTest] transformation=DESEDE/OFB200/ZEROBYTEPADDING 13:35:17,988 INFO [main][CipherTest] transformation=DESEDE/OFB208/ 13:35:17,988 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO10126 13:35:17,988 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO10126-2 13:35:17,989 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO10126-2PADDING 13:35:17,989 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO10126PADDING 13:35:17,989 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO7816-4 13:35:17,989 INFO [main][CipherTest] transformation=DESEDE/OFB208/ISO7816-4PADDING 13:35:17,989 INFO [main][CipherTest] transformation=DESEDE/OFB208/NOPADDING 13:35:17,989 INFO [main][CipherTest] transformation=DESEDE/OFB208/PKCS5 13:35:17,989 INFO [main][CipherTest] transformation=DESEDE/OFB208/PKCS5PADDING 13:35:17,990 INFO [main][CipherTest] transformation=DESEDE/OFB208/PKCS7 13:35:17,990 INFO [main][CipherTest] transformation=DESEDE/OFB208/PKCS7PADDING 13:35:17,990 INFO [main][CipherTest] transformation=DESEDE/OFB208/TBC 13:35:17,990 INFO [main][CipherTest] transformation=DESEDE/OFB208/TBCPADDING 13:35:17,990 INFO [main][CipherTest] transformation=DESEDE/OFB208/X9.23 13:35:17,990 INFO [main][CipherTest] transformation=DESEDE/OFB208/X9.23PADDING 13:35:17,990 INFO [main][CipherTest] transformation=DESEDE/OFB208/ZEROBYTE 13:35:17,990 INFO [main][CipherTest] transformation=DESEDE/OFB208/ZEROBYTEPADDING 13:35:17,991 INFO [main][CipherTest] transformation=DESEDE/OFB216/ 13:35:17,991 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO10126 13:35:17,991 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO10126-2 13:35:17,991 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO10126-2PADDING 13:35:17,991 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO10126PADDING 13:35:17,992 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO7816-4 13:35:17,992 INFO [main][CipherTest] transformation=DESEDE/OFB216/ISO7816-4PADDING 13:35:17,992 INFO [main][CipherTest] transformation=DESEDE/OFB216/NOPADDING 13:35:17,992 INFO [main][CipherTest] transformation=DESEDE/OFB216/PKCS5 13:35:17,992 INFO [main][CipherTest] transformation=DESEDE/OFB216/PKCS5PADDING 13:35:17,992 INFO [main][CipherTest] transformation=DESEDE/OFB216/PKCS7 13:35:17,992 INFO [main][CipherTest] transformation=DESEDE/OFB216/PKCS7PADDING 13:35:17,992 INFO [main][CipherTest] transformation=DESEDE/OFB216/TBC 13:35:17,993 INFO [main][CipherTest] transformation=DESEDE/OFB216/TBCPADDING 13:35:17,993 INFO [main][CipherTest] transformation=DESEDE/OFB216/X9.23 13:35:17,993 INFO [main][CipherTest] transformation=DESEDE/OFB216/X9.23PADDING 13:35:17,993 INFO [main][CipherTest] transformation=DESEDE/OFB216/ZEROBYTE 13:35:17,993 INFO [main][CipherTest] transformation=DESEDE/OFB216/ZEROBYTEPADDING 13:35:17,993 INFO [main][CipherTest] transformation=DESEDE/OFB224/ 13:35:17,993 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO10126 13:35:17,993 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO10126-2 13:35:17,994 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO10126-2PADDING 13:35:17,994 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO10126PADDING 13:35:17,994 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO7816-4 13:35:17,994 INFO [main][CipherTest] transformation=DESEDE/OFB224/ISO7816-4PADDING 13:35:17,994 INFO [main][CipherTest] transformation=DESEDE/OFB224/NOPADDING 13:35:17,994 INFO [main][CipherTest] transformation=DESEDE/OFB224/PKCS5 13:35:17,995 INFO [main][CipherTest] transformation=DESEDE/OFB224/PKCS5PADDING 13:35:17,995 INFO [main][CipherTest] transformation=DESEDE/OFB224/PKCS7 13:35:17,995 INFO [main][CipherTest] transformation=DESEDE/OFB224/PKCS7PADDING 13:35:17,995 INFO [main][CipherTest] transformation=DESEDE/OFB224/TBC 13:35:17,995 INFO [main][CipherTest] transformation=DESEDE/OFB224/TBCPADDING 13:35:17,995 INFO [main][CipherTest] transformation=DESEDE/OFB224/X9.23 13:35:17,995 INFO [main][CipherTest] transformation=DESEDE/OFB224/X9.23PADDING 13:35:17,995 INFO [main][CipherTest] transformation=DESEDE/OFB224/ZEROBYTE 13:35:17,995 INFO [main][CipherTest] transformation=DESEDE/OFB224/ZEROBYTEPADDING 13:35:17,996 INFO [main][CipherTest] transformation=DESEDE/OFB232/ 13:35:17,996 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO10126 13:35:17,996 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO10126-2 13:35:17,996 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO10126-2PADDING 13:35:17,996 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO10126PADDING 13:35:17,997 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO7816-4 13:35:17,997 INFO [main][CipherTest] transformation=DESEDE/OFB232/ISO7816-4PADDING 13:35:17,997 INFO [main][CipherTest] transformation=DESEDE/OFB232/NOPADDING 13:35:17,997 INFO [main][CipherTest] transformation=DESEDE/OFB232/PKCS5 13:35:17,997 INFO [main][CipherTest] transformation=DESEDE/OFB232/PKCS5PADDING 13:35:17,997 INFO [main][CipherTest] transformation=DESEDE/OFB232/PKCS7 13:35:17,997 INFO [main][CipherTest] transformation=DESEDE/OFB232/PKCS7PADDING 13:35:17,997 INFO [main][CipherTest] transformation=DESEDE/OFB232/TBC 13:35:17,998 INFO [main][CipherTest] transformation=DESEDE/OFB232/TBCPADDING 13:35:17,998 INFO [main][CipherTest] transformation=DESEDE/OFB232/X9.23 13:35:17,998 INFO [main][CipherTest] transformation=DESEDE/OFB232/X9.23PADDING 13:35:17,998 INFO [main][CipherTest] transformation=DESEDE/OFB232/ZEROBYTE 13:35:17,998 INFO [main][CipherTest] transformation=DESEDE/OFB232/ZEROBYTEPADDING 13:35:17,998 INFO [main][CipherTest] transformation=DESEDE/OFB24/ 13:35:17,998 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO10126 13:35:17,999 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO10126-2 13:35:17,999 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO10126-2PADDING 13:35:17,999 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO10126PADDING 13:35:17,999 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO7816-4 13:35:17,999 INFO [main][CipherTest] transformation=DESEDE/OFB24/ISO7816-4PADDING 13:35:17,999 INFO [main][CipherTest] transformation=DESEDE/OFB24/NOPADDING 13:35:18,000 INFO [main][CipherTest] transformation=DESEDE/OFB24/PKCS5 13:35:18,000 INFO [main][CipherTest] transformation=DESEDE/OFB24/PKCS5PADDING 13:35:18,000 INFO [main][CipherTest] transformation=DESEDE/OFB24/PKCS7 13:35:18,000 INFO [main][CipherTest] transformation=DESEDE/OFB24/PKCS7PADDING 13:35:18,000 INFO [main][CipherTest] transformation=DESEDE/OFB24/TBC 13:35:18,000 INFO [main][CipherTest] transformation=DESEDE/OFB24/TBCPADDING 13:35:18,000 INFO [main][CipherTest] transformation=DESEDE/OFB24/X9.23 13:35:18,000 INFO [main][CipherTest] transformation=DESEDE/OFB24/X9.23PADDING 13:35:18,000 INFO [main][CipherTest] transformation=DESEDE/OFB24/ZEROBYTE 13:35:18,001 INFO [main][CipherTest] transformation=DESEDE/OFB24/ZEROBYTEPADDING 13:35:18,001 INFO [main][CipherTest] transformation=DESEDE/OFB240/ 13:35:18,001 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO10126 13:35:18,001 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO10126-2 13:35:18,001 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO10126-2PADDING 13:35:18,001 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO10126PADDING 13:35:18,002 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO7816-4 13:35:18,002 INFO [main][CipherTest] transformation=DESEDE/OFB240/ISO7816-4PADDING 13:35:18,002 INFO [main][CipherTest] transformation=DESEDE/OFB240/NOPADDING 13:35:18,002 INFO [main][CipherTest] transformation=DESEDE/OFB240/PKCS5 13:35:18,002 INFO [main][CipherTest] transformation=DESEDE/OFB240/PKCS5PADDING 13:35:18,002 INFO [main][CipherTest] transformation=DESEDE/OFB240/PKCS7 13:35:18,002 INFO [main][CipherTest] transformation=DESEDE/OFB240/PKCS7PADDING 13:35:18,003 INFO [main][CipherTest] transformation=DESEDE/OFB240/TBC 13:35:18,003 INFO [main][CipherTest] transformation=DESEDE/OFB240/TBCPADDING 13:35:18,003 INFO [main][CipherTest] transformation=DESEDE/OFB240/X9.23 13:35:18,003 INFO [main][CipherTest] transformation=DESEDE/OFB240/X9.23PADDING 13:35:18,003 INFO [main][CipherTest] transformation=DESEDE/OFB240/ZEROBYTE 13:35:18,003 INFO [main][CipherTest] transformation=DESEDE/OFB240/ZEROBYTEPADDING 13:35:18,003 INFO [main][CipherTest] transformation=DESEDE/OFB248/ 13:35:18,003 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO10126 13:35:18,004 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO10126-2 13:35:18,004 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO10126-2PADDING 13:35:18,004 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO10126PADDING 13:35:18,004 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO7816-4 13:35:18,004 INFO [main][CipherTest] transformation=DESEDE/OFB248/ISO7816-4PADDING 13:35:18,005 INFO [main][CipherTest] transformation=DESEDE/OFB248/NOPADDING 13:35:18,005 INFO [main][CipherTest] transformation=DESEDE/OFB248/PKCS5 13:35:18,005 INFO [main][CipherTest] transformation=DESEDE/OFB248/PKCS5PADDING 13:35:18,005 INFO [main][CipherTest] transformation=DESEDE/OFB248/PKCS7 13:35:18,005 INFO [main][CipherTest] transformation=DESEDE/OFB248/PKCS7PADDING 13:35:18,005 INFO [main][CipherTest] transformation=DESEDE/OFB248/TBC 13:35:18,005 INFO [main][CipherTest] transformation=DESEDE/OFB248/TBCPADDING 13:35:18,005 INFO [main][CipherTest] transformation=DESEDE/OFB248/X9.23 13:35:18,005 INFO [main][CipherTest] transformation=DESEDE/OFB248/X9.23PADDING 13:35:18,006 INFO [main][CipherTest] transformation=DESEDE/OFB248/ZEROBYTE 13:35:18,006 INFO [main][CipherTest] transformation=DESEDE/OFB248/ZEROBYTEPADDING 13:35:18,006 INFO [main][CipherTest] transformation=DESEDE/OFB256/ 13:35:18,006 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO10126 13:35:18,006 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO10126-2 13:35:18,006 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO10126-2PADDING 13:35:18,007 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO10126PADDING 13:35:18,007 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO7816-4 13:35:18,007 INFO [main][CipherTest] transformation=DESEDE/OFB256/ISO7816-4PADDING 13:35:18,007 INFO [main][CipherTest] transformation=DESEDE/OFB256/NOPADDING 13:35:18,007 INFO [main][CipherTest] transformation=DESEDE/OFB256/PKCS5 13:35:18,007 INFO [main][CipherTest] transformation=DESEDE/OFB256/PKCS5PADDING 13:35:18,007 INFO [main][CipherTest] transformation=DESEDE/OFB256/PKCS7 13:35:18,008 INFO [main][CipherTest] transformation=DESEDE/OFB256/PKCS7PADDING 13:35:18,008 INFO [main][CipherTest] transformation=DESEDE/OFB256/TBC 13:35:18,008 INFO [main][CipherTest] transformation=DESEDE/OFB256/TBCPADDING 13:35:18,008 INFO [main][CipherTest] transformation=DESEDE/OFB256/X9.23 13:35:18,008 INFO [main][CipherTest] transformation=DESEDE/OFB256/X9.23PADDING 13:35:18,008 INFO [main][CipherTest] transformation=DESEDE/OFB256/ZEROBYTE 13:35:18,008 INFO [main][CipherTest] transformation=DESEDE/OFB256/ZEROBYTEPADDING 13:35:18,008 INFO [main][CipherTest] transformation=DESEDE/OFB32/ 13:35:18,008 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO10126 13:35:18,009 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO10126-2 13:35:18,009 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO10126-2PADDING 13:35:18,009 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO10126PADDING 13:35:18,009 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO7816-4 13:35:18,009 INFO [main][CipherTest] transformation=DESEDE/OFB32/ISO7816-4PADDING 13:35:18,010 INFO [main][CipherTest] transformation=DESEDE/OFB32/NOPADDING 13:35:18,010 INFO [main][CipherTest] transformation=DESEDE/OFB32/PKCS5 13:35:18,010 INFO [main][CipherTest] transformation=DESEDE/OFB32/PKCS5PADDING 13:35:18,010 INFO [main][CipherTest] transformation=DESEDE/OFB32/PKCS7 13:35:18,010 INFO [main][CipherTest] transformation=DESEDE/OFB32/PKCS7PADDING 13:35:18,010 INFO [main][CipherTest] transformation=DESEDE/OFB32/TBC 13:35:18,010 INFO [main][CipherTest] transformation=DESEDE/OFB32/TBCPADDING 13:35:18,010 INFO [main][CipherTest] transformation=DESEDE/OFB32/X9.23 13:35:18,011 INFO [main][CipherTest] transformation=DESEDE/OFB32/X9.23PADDING 13:35:18,011 INFO [main][CipherTest] transformation=DESEDE/OFB32/ZEROBYTE 13:35:18,011 INFO [main][CipherTest] transformation=DESEDE/OFB32/ZEROBYTEPADDING 13:35:18,011 INFO [main][CipherTest] transformation=DESEDE/OFB40/ 13:35:18,011 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO10126 13:35:18,011 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO10126-2 13:35:18,012 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO10126-2PADDING 13:35:18,012 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO10126PADDING 13:35:18,012 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO7816-4 13:35:18,012 INFO [main][CipherTest] transformation=DESEDE/OFB40/ISO7816-4PADDING 13:35:18,012 INFO [main][CipherTest] transformation=DESEDE/OFB40/NOPADDING 13:35:18,012 INFO [main][CipherTest] transformation=DESEDE/OFB40/PKCS5 13:35:18,012 INFO [main][CipherTest] transformation=DESEDE/OFB40/PKCS5PADDING 13:35:18,013 INFO [main][CipherTest] transformation=DESEDE/OFB40/PKCS7 13:35:18,013 INFO [main][CipherTest] transformation=DESEDE/OFB40/PKCS7PADDING 13:35:18,013 INFO [main][CipherTest] transformation=DESEDE/OFB40/TBC 13:35:18,013 INFO [main][CipherTest] transformation=DESEDE/OFB40/TBCPADDING 13:35:18,013 INFO [main][CipherTest] transformation=DESEDE/OFB40/X9.23 13:35:18,013 INFO [main][CipherTest] transformation=DESEDE/OFB40/X9.23PADDING 13:35:18,013 INFO [main][CipherTest] transformation=DESEDE/OFB40/ZEROBYTE 13:35:18,013 INFO [main][CipherTest] transformation=DESEDE/OFB40/ZEROBYTEPADDING 13:35:18,013 INFO [main][CipherTest] transformation=DESEDE/OFB48/ 13:35:18,014 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO10126 13:35:18,014 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO10126-2 13:35:18,014 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO10126-2PADDING 13:35:18,014 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO10126PADDING 13:35:18,015 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO7816-4 13:35:18,015 INFO [main][CipherTest] transformation=DESEDE/OFB48/ISO7816-4PADDING 13:35:18,015 INFO [main][CipherTest] transformation=DESEDE/OFB48/NOPADDING 13:35:18,015 INFO [main][CipherTest] transformation=DESEDE/OFB48/PKCS5 13:35:18,015 INFO [main][CipherTest] transformation=DESEDE/OFB48/PKCS5PADDING 13:35:18,015 INFO [main][CipherTest] transformation=DESEDE/OFB48/PKCS7 13:35:18,015 INFO [main][CipherTest] transformation=DESEDE/OFB48/PKCS7PADDING 13:35:18,015 INFO [main][CipherTest] transformation=DESEDE/OFB48/TBC 13:35:18,016 INFO [main][CipherTest] transformation=DESEDE/OFB48/TBCPADDING 13:35:18,016 INFO [main][CipherTest] transformation=DESEDE/OFB48/X9.23 13:35:18,016 INFO [main][CipherTest] transformation=DESEDE/OFB48/X9.23PADDING 13:35:18,016 INFO [main][CipherTest] transformation=DESEDE/OFB48/ZEROBYTE 13:35:18,016 INFO [main][CipherTest] transformation=DESEDE/OFB48/ZEROBYTEPADDING 13:35:18,016 INFO [main][CipherTest] transformation=DESEDE/OFB56/ 13:35:18,016 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO10126 13:35:18,017 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO10126-2 13:35:18,017 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO10126-2PADDING 13:35:18,017 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO10126PADDING 13:35:18,017 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO7816-4 13:35:18,017 INFO [main][CipherTest] transformation=DESEDE/OFB56/ISO7816-4PADDING 13:35:18,017 INFO [main][CipherTest] transformation=DESEDE/OFB56/NOPADDING 13:35:18,018 INFO [main][CipherTest] transformation=DESEDE/OFB56/PKCS5 13:35:18,018 INFO [main][CipherTest] transformation=DESEDE/OFB56/PKCS5PADDING 13:35:18,018 INFO [main][CipherTest] transformation=DESEDE/OFB56/PKCS7 13:35:18,018 INFO [main][CipherTest] transformation=DESEDE/OFB56/PKCS7PADDING 13:35:18,018 INFO [main][CipherTest] transformation=DESEDE/OFB56/TBC 13:35:18,018 INFO [main][CipherTest] transformation=DESEDE/OFB56/TBCPADDING 13:35:18,018 INFO [main][CipherTest] transformation=DESEDE/OFB56/X9.23 13:35:18,018 INFO [main][CipherTest] transformation=DESEDE/OFB56/X9.23PADDING 13:35:18,019 INFO [main][CipherTest] transformation=DESEDE/OFB56/ZEROBYTE 13:35:18,019 INFO [main][CipherTest] transformation=DESEDE/OFB56/ZEROBYTEPADDING 13:35:18,019 INFO [main][CipherTest] transformation=DESEDE/OFB64/ 13:35:18,019 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO10126 13:35:18,019 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO10126-2 13:35:18,019 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO10126-2PADDING 13:35:18,020 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO10126PADDING 13:35:18,020 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO7816-4 13:35:18,020 INFO [main][CipherTest] transformation=DESEDE/OFB64/ISO7816-4PADDING 13:35:18,020 INFO [main][CipherTest] transformation=DESEDE/OFB64/NOPADDING 13:35:18,020 INFO [main][CipherTest] transformation=DESEDE/OFB64/PKCS5 13:35:18,020 INFO [main][CipherTest] transformation=DESEDE/OFB64/PKCS5PADDING 13:35:18,020 INFO [main][CipherTest] transformation=DESEDE/OFB64/PKCS7 13:35:18,020 INFO [main][CipherTest] transformation=DESEDE/OFB64/PKCS7PADDING 13:35:18,021 INFO [main][CipherTest] transformation=DESEDE/OFB64/TBC 13:35:18,021 INFO [main][CipherTest] transformation=DESEDE/OFB64/TBCPADDING 13:35:18,021 INFO [main][CipherTest] transformation=DESEDE/OFB64/X9.23 13:35:18,021 INFO [main][CipherTest] transformation=DESEDE/OFB64/X9.23PADDING 13:35:18,021 INFO [main][CipherTest] transformation=DESEDE/OFB64/ZEROBYTE 13:35:18,021 INFO [main][CipherTest] transformation=DESEDE/OFB64/ZEROBYTEPADDING 13:35:18,021 INFO [main][CipherTest] transformation=DESEDE/OFB72/ 13:35:18,021 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO10126 13:35:18,022 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO10126-2 13:35:18,022 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO10126-2PADDING 13:35:18,022 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO10126PADDING 13:35:18,022 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO7816-4 13:35:18,023 INFO [main][CipherTest] transformation=DESEDE/OFB72/ISO7816-4PADDING 13:35:18,023 INFO [main][CipherTest] transformation=DESEDE/OFB72/NOPADDING 13:35:18,023 INFO [main][CipherTest] transformation=DESEDE/OFB72/PKCS5 13:35:18,023 INFO [main][CipherTest] transformation=DESEDE/OFB72/PKCS5PADDING 13:35:18,023 INFO [main][CipherTest] transformation=DESEDE/OFB72/PKCS7 13:35:18,023 INFO [main][CipherTest] transformation=DESEDE/OFB72/PKCS7PADDING 13:35:18,023 INFO [main][CipherTest] transformation=DESEDE/OFB72/TBC 13:35:18,023 INFO [main][CipherTest] transformation=DESEDE/OFB72/TBCPADDING 13:35:18,024 INFO [main][CipherTest] transformation=DESEDE/OFB72/X9.23 13:35:18,024 INFO [main][CipherTest] transformation=DESEDE/OFB72/X9.23PADDING 13:35:18,024 INFO [main][CipherTest] transformation=DESEDE/OFB72/ZEROBYTE 13:35:18,024 INFO [main][CipherTest] transformation=DESEDE/OFB72/ZEROBYTEPADDING 13:35:18,024 INFO [main][CipherTest] transformation=DESEDE/OFB8/ 13:35:18,024 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO10126 13:35:18,024 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO10126-2 13:35:18,025 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO10126-2PADDING 13:35:18,025 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO10126PADDING 13:35:18,025 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO7816-4 13:35:18,025 INFO [main][CipherTest] transformation=DESEDE/OFB8/ISO7816-4PADDING 13:35:18,025 INFO [main][CipherTest] transformation=DESEDE/OFB8/NOPADDING 13:35:18,025 INFO [main][CipherTest] transformation=DESEDE/OFB8/PKCS5 13:35:18,025 INFO [main][CipherTest] transformation=DESEDE/OFB8/PKCS5PADDING 13:35:18,026 INFO [main][CipherTest] transformation=DESEDE/OFB8/PKCS7 13:35:18,026 INFO [main][CipherTest] transformation=DESEDE/OFB8/PKCS7PADDING 13:35:18,026 INFO [main][CipherTest] transformation=DESEDE/OFB8/TBC 13:35:18,026 INFO [main][CipherTest] transformation=DESEDE/OFB8/TBCPADDING 13:35:18,026 INFO [main][CipherTest] transformation=DESEDE/OFB8/X9.23 13:35:18,026 INFO [main][CipherTest] transformation=DESEDE/OFB8/X9.23PADDING 13:35:18,026 INFO [main][CipherTest] transformation=DESEDE/OFB8/ZEROBYTE 13:35:18,026 INFO [main][CipherTest] transformation=DESEDE/OFB8/ZEROBYTEPADDING 13:35:18,027 INFO [main][CipherTest] transformation=DESEDE/OFB80/ 13:35:18,027 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO10126 13:35:18,027 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO10126-2 13:35:18,027 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO10126-2PADDING 13:35:18,027 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO10126PADDING 13:35:18,028 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO7816-4 13:35:18,028 INFO [main][CipherTest] transformation=DESEDE/OFB80/ISO7816-4PADDING 13:35:18,028 INFO [main][CipherTest] transformation=DESEDE/OFB80/NOPADDING 13:35:18,028 INFO [main][CipherTest] transformation=DESEDE/OFB80/PKCS5 13:35:18,028 INFO [main][CipherTest] transformation=DESEDE/OFB80/PKCS5PADDING 13:35:18,028 INFO [main][CipherTest] transformation=DESEDE/OFB80/PKCS7 13:35:18,028 INFO [main][CipherTest] transformation=DESEDE/OFB80/PKCS7PADDING 13:35:18,028 INFO [main][CipherTest] transformation=DESEDE/OFB80/TBC 13:35:18,028 INFO [main][CipherTest] transformation=DESEDE/OFB80/TBCPADDING 13:35:18,029 INFO [main][CipherTest] transformation=DESEDE/OFB80/X9.23 13:35:18,029 INFO [main][CipherTest] transformation=DESEDE/OFB80/X9.23PADDING 13:35:18,029 INFO [main][CipherTest] transformation=DESEDE/OFB80/ZEROBYTE 13:35:18,029 INFO [main][CipherTest] transformation=DESEDE/OFB80/ZEROBYTEPADDING 13:35:18,029 INFO [main][CipherTest] transformation=DESEDE/OFB88/ 13:35:18,029 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO10126 13:35:18,029 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO10126-2 13:35:18,030 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO10126-2PADDING 13:35:18,030 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO10126PADDING 13:35:18,030 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO7816-4 13:35:18,030 INFO [main][CipherTest] transformation=DESEDE/OFB88/ISO7816-4PADDING 13:35:18,030 INFO [main][CipherTest] transformation=DESEDE/OFB88/NOPADDING 13:35:18,030 INFO [main][CipherTest] transformation=DESEDE/OFB88/PKCS5 13:35:18,030 INFO [main][CipherTest] transformation=DESEDE/OFB88/PKCS5PADDING 13:35:18,031 INFO [main][CipherTest] transformation=DESEDE/OFB88/PKCS7 13:35:18,031 INFO [main][CipherTest] transformation=DESEDE/OFB88/PKCS7PADDING 13:35:18,031 INFO [main][CipherTest] transformation=DESEDE/OFB88/TBC 13:35:18,031 INFO [main][CipherTest] transformation=DESEDE/OFB88/TBCPADDING 13:35:18,031 INFO [main][CipherTest] transformation=DESEDE/OFB88/X9.23 13:35:18,031 INFO [main][CipherTest] transformation=DESEDE/OFB88/X9.23PADDING 13:35:18,031 INFO [main][CipherTest] transformation=DESEDE/OFB88/ZEROBYTE 13:35:18,032 INFO [main][CipherTest] transformation=DESEDE/OFB88/ZEROBYTEPADDING 13:35:18,032 INFO [main][CipherTest] transformation=DESEDE/OFB96/ 13:35:18,032 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO10126 13:35:18,032 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO10126-2 13:35:18,032 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO10126-2PADDING 13:35:18,032 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO10126PADDING 13:35:18,033 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO7816-4 13:35:18,033 INFO [main][CipherTest] transformation=DESEDE/OFB96/ISO7816-4PADDING 13:35:18,033 INFO [main][CipherTest] transformation=DESEDE/OFB96/NOPADDING 13:35:18,033 INFO [main][CipherTest] transformation=DESEDE/OFB96/PKCS5 13:35:18,033 INFO [main][CipherTest] transformation=DESEDE/OFB96/PKCS5PADDING 13:35:18,033 INFO [main][CipherTest] transformation=DESEDE/OFB96/PKCS7 13:35:18,033 INFO [main][CipherTest] transformation=DESEDE/OFB96/PKCS7PADDING 13:35:18,033 INFO [main][CipherTest] transformation=DESEDE/OFB96/TBC 13:35:18,034 INFO [main][CipherTest] transformation=DESEDE/OFB96/TBCPADDING 13:35:18,034 INFO [main][CipherTest] transformation=DESEDE/OFB96/X9.23 13:35:18,034 INFO [main][CipherTest] transformation=DESEDE/OFB96/X9.23PADDING 13:35:18,034 INFO [main][CipherTest] transformation=DESEDE/OFB96/ZEROBYTE 13:35:18,034 INFO [main][CipherTest] transformation=DESEDE/OFB96/ZEROBYTEPADDING 13:35:18,034 INFO [main][CipherTest] transformation=DESEDE/SIC/ 13:35:18,034 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO10126 13:35:18,035 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO10126-2 13:35:18,035 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO10126-2PADDING 13:35:18,035 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO10126PADDING 13:35:18,035 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO7816-4 13:35:18,036 INFO [main][CipherTest] transformation=DESEDE/SIC/ISO7816-4PADDING 13:35:18,036 INFO [main][CipherTest] transformation=DESEDE/SIC/NOPADDING 13:35:18,036 INFO [main][CipherTest] transformation=DESEDE/SIC/PKCS5 13:35:18,036 INFO [main][CipherTest] transformation=DESEDE/SIC/PKCS5PADDING 13:35:18,036 INFO [main][CipherTest] transformation=DESEDE/SIC/PKCS7 13:35:18,036 INFO [main][CipherTest] transformation=DESEDE/SIC/PKCS7PADDING 13:35:18,036 INFO [main][CipherTest] transformation=DESEDE/SIC/TBC 13:35:18,037 INFO [main][CipherTest] transformation=DESEDE/SIC/TBCPADDING 13:35:18,037 INFO [main][CipherTest] transformation=DESEDE/SIC/X9.23 13:35:18,037 INFO [main][CipherTest] transformation=DESEDE/SIC/X9.23PADDING 13:35:18,037 INFO [main][CipherTest] transformation=DESEDE/SIC/ZEROBYTE 13:35:18,037 INFO [main][CipherTest] transformation=DESEDE/SIC/ZEROBYTEPADDING 13:35:18,037 INFO [main][CipherTest] transformation=GOST28147// 13:35:18,038 ERROR [main][CipherTest] transformation "GOST28147//": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,038 INFO [main][CipherTest] transformation=GOST28147//NOPADDING 13:35:18,038 ERROR [main][CipherTest] transformation "GOST28147//NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,038 INFO [main][CipherTest] transformation=GOST28147/CBC-CTS/ 13:35:18,038 ERROR [main][CipherTest] transformation "GOST28147/CBC-CTS/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,038 INFO [main][CipherTest] transformation=GOST28147/CBC-CTS/NOPADDING 13:35:18,038 ERROR [main][CipherTest] transformation "GOST28147/CBC-CTS/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,038 INFO [main][CipherTest] transformation=GOST28147/CBC/ 13:35:18,038 ERROR [main][CipherTest] transformation "GOST28147/CBC/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,038 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO10126 13:35:18,038 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,038 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO10126-2 13:35:18,038 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,038 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO10126-2PADDING 13:35:18,038 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,038 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO10126PADDING 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO7816-4 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/ISO7816-4PADDING 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/NOPADDING 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/PKCS5 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/PKCS5PADDING 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/PKCS7 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/PKCS7PADDING 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/TBC 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/TBCPADDING 13:35:18,039 ERROR [main][CipherTest] transformation "GOST28147/CBC/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,039 INFO [main][CipherTest] transformation=GOST28147/CBC/X9.23 13:35:18,040 ERROR [main][CipherTest] transformation "GOST28147/CBC/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,040 INFO [main][CipherTest] transformation=GOST28147/CBC/X9.23PADDING 13:35:18,040 ERROR [main][CipherTest] transformation "GOST28147/CBC/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,040 INFO [main][CipherTest] transformation=GOST28147/CBC/ZEROBYTE 13:35:18,040 ERROR [main][CipherTest] transformation "GOST28147/CBC/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,040 INFO [main][CipherTest] transformation=GOST28147/CBC/ZEROBYTEPADDING 13:35:18,040 ERROR [main][CipherTest] transformation "GOST28147/CBC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,040 INFO [main][CipherTest] transformation=GOST28147/CFB/ 13:35:18,040 ERROR [main][CipherTest] transformation "GOST28147/CFB/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,040 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO10126 13:35:18,040 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,040 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO10126-2 13:35:18,040 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,040 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO10126-2PADDING 13:35:18,040 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,040 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO10126PADDING 13:35:18,040 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,040 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO7816-4 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/ISO7816-4PADDING 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/NOPADDING 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/PKCS5 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/PKCS5PADDING 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/PKCS7 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/PKCS7PADDING 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/TBC 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/TBCPADDING 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/X9.23 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,041 INFO [main][CipherTest] transformation=GOST28147/CFB/X9.23PADDING 13:35:18,041 ERROR [main][CipherTest] transformation "GOST28147/CFB/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB/ZEROBYTE 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB/ZEROBYTEPADDING 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB104/ 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB104/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO10126 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO10126-2 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO10126-2PADDING 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO10126PADDING 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO7816-4 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB104/ISO7816-4PADDING 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,042 INFO [main][CipherTest] transformation=GOST28147/CFB104/NOPADDING 13:35:18,042 ERROR [main][CipherTest] transformation "GOST28147/CFB104/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/PKCS5 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/PKCS5PADDING 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/PKCS7 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/PKCS7PADDING 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/TBC 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/TBCPADDING 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/X9.23 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/X9.23PADDING 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/ZEROBYTE 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,043 INFO [main][CipherTest] transformation=GOST28147/CFB104/ZEROBYTEPADDING 13:35:18,043 ERROR [main][CipherTest] transformation "GOST28147/CFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/ 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO10126 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO10126-2 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO10126-2PADDING 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO10126PADDING 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO7816-4 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/ISO7816-4PADDING 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/NOPADDING 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/PKCS5 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,044 INFO [main][CipherTest] transformation=GOST28147/CFB112/PKCS5PADDING 13:35:18,044 ERROR [main][CipherTest] transformation "GOST28147/CFB112/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB112/PKCS7 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB112/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB112/PKCS7PADDING 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB112/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB112/TBC 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB112/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB112/TBCPADDING 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB112/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB112/X9.23 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB112/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB112/X9.23PADDING 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB112/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB112/ZEROBYTE 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB112/ZEROBYTEPADDING 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB120/ 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB120/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO10126 13:35:18,045 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,045 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO10126-2 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO10126-2PADDING 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO10126PADDING 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO7816-4 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/ISO7816-4PADDING 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/NOPADDING 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/PKCS5 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/PKCS5PADDING 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/PKCS7 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/PKCS7PADDING 13:35:18,046 ERROR [main][CipherTest] transformation "GOST28147/CFB120/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,046 INFO [main][CipherTest] transformation=GOST28147/CFB120/TBC 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB120/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,047 INFO [main][CipherTest] transformation=GOST28147/CFB120/TBCPADDING 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB120/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,047 INFO [main][CipherTest] transformation=GOST28147/CFB120/X9.23 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB120/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,047 INFO [main][CipherTest] transformation=GOST28147/CFB120/X9.23PADDING 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB120/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,047 INFO [main][CipherTest] transformation=GOST28147/CFB120/ZEROBYTE 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,047 INFO [main][CipherTest] transformation=GOST28147/CFB120/ZEROBYTEPADDING 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,047 INFO [main][CipherTest] transformation=GOST28147/CFB128/ 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB128/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,047 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO10126 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,047 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO10126-2 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,047 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO10126-2PADDING 13:35:18,047 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO10126PADDING 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO7816-4 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/ISO7816-4PADDING 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/NOPADDING 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/PKCS5 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/PKCS5PADDING 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/PKCS7 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/PKCS7PADDING 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/TBC 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,048 INFO [main][CipherTest] transformation=GOST28147/CFB128/TBCPADDING 13:35:18,048 ERROR [main][CipherTest] transformation "GOST28147/CFB128/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB128/X9.23 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB128/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB128/X9.23PADDING 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB128/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB128/ZEROBYTE 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB128/ZEROBYTEPADDING 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB136/ 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB136/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO10126 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO10126-2 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO10126-2PADDING 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO10126PADDING 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO7816-4 13:35:18,049 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,049 INFO [main][CipherTest] transformation=GOST28147/CFB136/ISO7816-4PADDING 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/NOPADDING 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/PKCS5 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/PKCS5PADDING 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/PKCS7 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/PKCS7PADDING 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/TBC 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/TBCPADDING 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/X9.23 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/X9.23PADDING 13:35:18,050 ERROR [main][CipherTest] transformation "GOST28147/CFB136/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,050 INFO [main][CipherTest] transformation=GOST28147/CFB136/ZEROBYTE 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB136/ZEROBYTEPADDING 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB144/ 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB144/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO10126 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO10126-2 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO10126-2PADDING 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO10126PADDING 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO7816-4 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB144/ISO7816-4PADDING 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB144/NOPADDING 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB144/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,051 INFO [main][CipherTest] transformation=GOST28147/CFB144/PKCS5 13:35:18,051 ERROR [main][CipherTest] transformation "GOST28147/CFB144/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB144/PKCS5PADDING 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB144/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB144/PKCS7 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB144/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB144/PKCS7PADDING 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB144/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB144/TBC 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB144/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB144/TBCPADDING 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB144/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB144/X9.23 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB144/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB144/X9.23PADDING 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB144/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB144/ZEROBYTE 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB144/ZEROBYTEPADDING 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB152/ 13:35:18,052 ERROR [main][CipherTest] transformation "GOST28147/CFB152/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,052 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO10126 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO10126-2 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO10126-2PADDING 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO10126PADDING 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO7816-4 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/ISO7816-4PADDING 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/NOPADDING 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/PKCS5 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/PKCS5PADDING 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/PKCS7 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,053 INFO [main][CipherTest] transformation=GOST28147/CFB152/PKCS7PADDING 13:35:18,053 ERROR [main][CipherTest] transformation "GOST28147/CFB152/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB152/TBC 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB152/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB152/TBCPADDING 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB152/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB152/X9.23 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB152/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB152/X9.23PADDING 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB152/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB152/ZEROBYTE 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB152/ZEROBYTEPADDING 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB16/ 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB16/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO10126 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO10126-2 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO10126-2PADDING 13:35:18,054 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,054 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO10126PADDING 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO7816-4 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/ISO7816-4PADDING 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/NOPADDING 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/PKCS5 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/PKCS5PADDING 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/PKCS7 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/PKCS7PADDING 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/TBC 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/TBCPADDING 13:35:18,055 ERROR [main][CipherTest] transformation "GOST28147/CFB16/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,055 INFO [main][CipherTest] transformation=GOST28147/CFB16/X9.23 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB16/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB16/X9.23PADDING 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB16/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB16/ZEROBYTE 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB16/ZEROBYTEPADDING 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB160/ 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB160/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO10126 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO10126-2 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO10126-2PADDING 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO10126PADDING 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO7816-4 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,056 INFO [main][CipherTest] transformation=GOST28147/CFB160/ISO7816-4PADDING 13:35:18,056 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/NOPADDING 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/PKCS5 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/PKCS5PADDING 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/PKCS7 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/PKCS7PADDING 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/TBC 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/TBCPADDING 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/X9.23 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/X9.23PADDING 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/ZEROBYTE 13:35:18,057 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,057 INFO [main][CipherTest] transformation=GOST28147/CFB160/ZEROBYTEPADDING 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/ 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO10126 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO10126-2 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO10126-2PADDING 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO10126PADDING 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO7816-4 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/ISO7816-4PADDING 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/NOPADDING 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/PKCS5 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,058 INFO [main][CipherTest] transformation=GOST28147/CFB168/PKCS5PADDING 13:35:18,058 ERROR [main][CipherTest] transformation "GOST28147/CFB168/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB168/PKCS7 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB168/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB168/PKCS7PADDING 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB168/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB168/TBC 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB168/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB168/TBCPADDING 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB168/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB168/X9.23 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB168/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB168/X9.23PADDING 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB168/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB168/ZEROBYTE 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB168/ZEROBYTEPADDING 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB176/ 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB176/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO10126 13:35:18,059 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,059 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO10126-2 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO10126-2PADDING 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO10126PADDING 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO7816-4 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/ISO7816-4PADDING 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/NOPADDING 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/PKCS5 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/PKCS5PADDING 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/PKCS7 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/PKCS7PADDING 13:35:18,060 ERROR [main][CipherTest] transformation "GOST28147/CFB176/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,060 INFO [main][CipherTest] transformation=GOST28147/CFB176/TBC 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB176/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB176/TBCPADDING 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB176/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB176/X9.23 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB176/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB176/X9.23PADDING 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB176/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB176/ZEROBYTE 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB176/ZEROBYTEPADDING 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB184/ 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB184/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO10126 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO10126-2 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO10126-2PADDING 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO10126PADDING 13:35:18,061 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,061 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO7816-4 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/ISO7816-4PADDING 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/NOPADDING 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/PKCS5 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/PKCS5PADDING 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/PKCS7 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/PKCS7PADDING 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/TBC 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/TBCPADDING 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/X9.23 13:35:18,062 ERROR [main][CipherTest] transformation "GOST28147/CFB184/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,062 INFO [main][CipherTest] transformation=GOST28147/CFB184/X9.23PADDING 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB184/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB184/ZEROBYTE 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB184/ZEROBYTEPADDING 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB192/ 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB192/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO10126 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO10126-2 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO10126-2PADDING 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO10126PADDING 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO7816-4 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB192/ISO7816-4PADDING 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,063 INFO [main][CipherTest] transformation=GOST28147/CFB192/NOPADDING 13:35:18,063 ERROR [main][CipherTest] transformation "GOST28147/CFB192/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/PKCS5 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/PKCS5PADDING 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/PKCS7 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/PKCS7PADDING 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/TBC 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/TBCPADDING 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/X9.23 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/X9.23PADDING 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/ZEROBYTE 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB192/ZEROBYTEPADDING 13:35:18,064 ERROR [main][CipherTest] transformation "GOST28147/CFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,064 INFO [main][CipherTest] transformation=GOST28147/CFB200/ 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO10126 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO10126-2 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO10126-2PADDING 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO10126PADDING 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO7816-4 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/ISO7816-4PADDING 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/NOPADDING 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/PKCS5 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/PKCS5PADDING 13:35:18,065 ERROR [main][CipherTest] transformation "GOST28147/CFB200/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,065 INFO [main][CipherTest] transformation=GOST28147/CFB200/PKCS7 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB200/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB200/PKCS7PADDING 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB200/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB200/TBC 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB200/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB200/TBCPADDING 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB200/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB200/X9.23 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB200/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB200/X9.23PADDING 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB200/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB200/ZEROBYTE 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB200/ZEROBYTEPADDING 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB208/ 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB208/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO10126 13:35:18,066 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,066 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO10126-2 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO10126-2PADDING 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO10126PADDING 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO7816-4 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/ISO7816-4PADDING 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/NOPADDING 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/PKCS5 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/PKCS5PADDING 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/PKCS7 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/PKCS7PADDING 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,067 INFO [main][CipherTest] transformation=GOST28147/CFB208/TBC 13:35:18,067 ERROR [main][CipherTest] transformation "GOST28147/CFB208/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB208/TBCPADDING 13:35:18,068 ERROR [main][CipherTest] transformation "GOST28147/CFB208/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB208/X9.23 13:35:18,068 ERROR [main][CipherTest] transformation "GOST28147/CFB208/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB208/X9.23PADDING 13:35:18,068 ERROR [main][CipherTest] transformation "GOST28147/CFB208/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB208/ZEROBYTE 13:35:18,068 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB208/ZEROBYTEPADDING 13:35:18,068 ERROR [main][CipherTest] transformation "GOST28147/CFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB216/ 13:35:18,068 ERROR [main][CipherTest] transformation "GOST28147/CFB216/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO10126 13:35:18,068 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO10126-2 13:35:18,068 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO10126-2PADDING 13:35:18,068 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,068 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO10126PADDING 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO7816-4 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/ISO7816-4PADDING 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/NOPADDING 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/PKCS5 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/PKCS5PADDING 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/PKCS7 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/PKCS7PADDING 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/TBC 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/TBCPADDING 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/X9.23 13:35:18,069 ERROR [main][CipherTest] transformation "GOST28147/CFB216/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,069 INFO [main][CipherTest] transformation=GOST28147/CFB216/X9.23PADDING 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB216/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB216/ZEROBYTE 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB216/ZEROBYTEPADDING 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB224/ 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB224/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO10126 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO10126-2 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO10126-2PADDING 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO10126PADDING 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO7816-4 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB224/ISO7816-4PADDING 13:35:18,070 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,070 INFO [main][CipherTest] transformation=GOST28147/CFB224/NOPADDING 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/PKCS5 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/PKCS5PADDING 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/PKCS7 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/PKCS7PADDING 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/TBC 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/TBCPADDING 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/X9.23 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/X9.23PADDING 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/ZEROBYTE 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,071 INFO [main][CipherTest] transformation=GOST28147/CFB224/ZEROBYTEPADDING 13:35:18,071 ERROR [main][CipherTest] transformation "GOST28147/CFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/ 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO10126 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO10126-2 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO10126-2PADDING 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO10126PADDING 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO7816-4 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/ISO7816-4PADDING 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/NOPADDING 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/PKCS5 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,072 INFO [main][CipherTest] transformation=GOST28147/CFB232/PKCS5PADDING 13:35:18,072 ERROR [main][CipherTest] transformation "GOST28147/CFB232/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB232/PKCS7 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB232/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB232/PKCS7PADDING 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB232/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB232/TBC 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB232/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB232/TBCPADDING 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB232/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB232/X9.23 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB232/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB232/X9.23PADDING 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB232/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB232/ZEROBYTE 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB232/ZEROBYTEPADDING 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB24/ 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB24/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO10126 13:35:18,073 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,073 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO10126-2 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO10126-2PADDING 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO10126PADDING 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO7816-4 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/ISO7816-4PADDING 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/NOPADDING 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/PKCS5 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/PKCS5PADDING 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/PKCS7 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/PKCS7PADDING 13:35:18,074 ERROR [main][CipherTest] transformation "GOST28147/CFB24/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,074 INFO [main][CipherTest] transformation=GOST28147/CFB24/TBC 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB24/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB24/TBCPADDING 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB24/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB24/X9.23 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB24/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB24/X9.23PADDING 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB24/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB24/ZEROBYTE 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB24/ZEROBYTEPADDING 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB240/ 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB240/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO10126 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO10126-2 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO10126-2PADDING 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO10126PADDING 13:35:18,075 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,075 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO7816-4 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/ISO7816-4PADDING 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/NOPADDING 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/PKCS5 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/PKCS5PADDING 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/PKCS7 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/PKCS7PADDING 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/TBC 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/TBCPADDING 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/X9.23 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,076 INFO [main][CipherTest] transformation=GOST28147/CFB240/X9.23PADDING 13:35:18,076 ERROR [main][CipherTest] transformation "GOST28147/CFB240/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB240/ZEROBYTE 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB240/ZEROBYTEPADDING 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB248/ 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB248/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO10126 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO10126-2 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO10126-2PADDING 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO10126PADDING 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO7816-4 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB248/ISO7816-4PADDING 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB248/NOPADDING 13:35:18,077 ERROR [main][CipherTest] transformation "GOST28147/CFB248/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,077 INFO [main][CipherTest] transformation=GOST28147/CFB248/PKCS5 13:35:18,078 ERROR [main][CipherTest] transformation "GOST28147/CFB248/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,078 INFO [main][CipherTest] transformation=GOST28147/CFB248/PKCS5PADDING 13:35:18,078 ERROR [main][CipherTest] transformation "GOST28147/CFB248/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,078 INFO [main][CipherTest] transformation=GOST28147/CFB248/PKCS7 13:35:18,078 ERROR [main][CipherTest] transformation "GOST28147/CFB248/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,078 INFO [main][CipherTest] transformation=GOST28147/CFB248/PKCS7PADDING 13:35:18,078 ERROR [main][CipherTest] transformation "GOST28147/CFB248/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,078 INFO [main][CipherTest] transformation=GOST28147/CFB248/TBC 13:35:18,078 ERROR [main][CipherTest] transformation "GOST28147/CFB248/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,078 INFO [main][CipherTest] transformation=GOST28147/CFB248/TBCPADDING 13:35:18,078 ERROR [main][CipherTest] transformation "GOST28147/CFB248/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,078 INFO [main][CipherTest] transformation=GOST28147/CFB248/X9.23 13:35:18,078 ERROR [main][CipherTest] transformation "GOST28147/CFB248/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,078 INFO [main][CipherTest] transformation=GOST28147/CFB248/X9.23PADDING 13:35:18,079 ERROR [main][CipherTest] transformation "GOST28147/CFB248/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,079 INFO [main][CipherTest] transformation=GOST28147/CFB248/ZEROBYTE 13:35:18,079 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,079 INFO [main][CipherTest] transformation=GOST28147/CFB248/ZEROBYTEPADDING 13:35:18,079 ERROR [main][CipherTest] transformation "GOST28147/CFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,079 INFO [main][CipherTest] transformation=GOST28147/CFB256/ 13:35:18,079 ERROR [main][CipherTest] transformation "GOST28147/CFB256/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,079 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO10126 13:35:18,079 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,079 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO10126-2 13:35:18,079 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,079 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO10126-2PADDING 13:35:18,079 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,079 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO10126PADDING 13:35:18,079 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,080 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO7816-4 13:35:18,080 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,080 INFO [main][CipherTest] transformation=GOST28147/CFB256/ISO7816-4PADDING 13:35:18,080 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,080 INFO [main][CipherTest] transformation=GOST28147/CFB256/NOPADDING 13:35:18,080 ERROR [main][CipherTest] transformation "GOST28147/CFB256/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,080 INFO [main][CipherTest] transformation=GOST28147/CFB256/PKCS5 13:35:18,080 ERROR [main][CipherTest] transformation "GOST28147/CFB256/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,080 INFO [main][CipherTest] transformation=GOST28147/CFB256/PKCS5PADDING 13:35:18,080 ERROR [main][CipherTest] transformation "GOST28147/CFB256/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,080 INFO [main][CipherTest] transformation=GOST28147/CFB256/PKCS7 13:35:18,080 ERROR [main][CipherTest] transformation "GOST28147/CFB256/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,080 INFO [main][CipherTest] transformation=GOST28147/CFB256/PKCS7PADDING 13:35:18,080 ERROR [main][CipherTest] transformation "GOST28147/CFB256/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,080 INFO [main][CipherTest] transformation=GOST28147/CFB256/TBC 13:35:18,080 ERROR [main][CipherTest] transformation "GOST28147/CFB256/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,080 INFO [main][CipherTest] transformation=GOST28147/CFB256/TBCPADDING 13:35:18,081 ERROR [main][CipherTest] transformation "GOST28147/CFB256/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,081 INFO [main][CipherTest] transformation=GOST28147/CFB256/X9.23 13:35:18,081 ERROR [main][CipherTest] transformation "GOST28147/CFB256/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,081 INFO [main][CipherTest] transformation=GOST28147/CFB256/X9.23PADDING 13:35:18,081 ERROR [main][CipherTest] transformation "GOST28147/CFB256/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,081 INFO [main][CipherTest] transformation=GOST28147/CFB256/ZEROBYTE 13:35:18,081 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,081 INFO [main][CipherTest] transformation=GOST28147/CFB256/ZEROBYTEPADDING 13:35:18,081 ERROR [main][CipherTest] transformation "GOST28147/CFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,081 INFO [main][CipherTest] transformation=GOST28147/CFB32/ 13:35:18,081 ERROR [main][CipherTest] transformation "GOST28147/CFB32/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,081 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO10126 13:35:18,081 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,081 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO10126-2 13:35:18,081 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,081 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO10126-2PADDING 13:35:18,082 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,082 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO10126PADDING 13:35:18,082 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,082 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO7816-4 13:35:18,082 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,082 INFO [main][CipherTest] transformation=GOST28147/CFB32/ISO7816-4PADDING 13:35:18,082 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,082 INFO [main][CipherTest] transformation=GOST28147/CFB32/NOPADDING 13:35:18,082 ERROR [main][CipherTest] transformation "GOST28147/CFB32/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,082 INFO [main][CipherTest] transformation=GOST28147/CFB32/PKCS5 13:35:18,082 ERROR [main][CipherTest] transformation "GOST28147/CFB32/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,082 INFO [main][CipherTest] transformation=GOST28147/CFB32/PKCS5PADDING 13:35:18,082 ERROR [main][CipherTest] transformation "GOST28147/CFB32/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,082 INFO [main][CipherTest] transformation=GOST28147/CFB32/PKCS7 13:35:18,082 ERROR [main][CipherTest] transformation "GOST28147/CFB32/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,082 INFO [main][CipherTest] transformation=GOST28147/CFB32/PKCS7PADDING 13:35:18,083 ERROR [main][CipherTest] transformation "GOST28147/CFB32/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,083 INFO [main][CipherTest] transformation=GOST28147/CFB32/TBC 13:35:18,083 ERROR [main][CipherTest] transformation "GOST28147/CFB32/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,083 INFO [main][CipherTest] transformation=GOST28147/CFB32/TBCPADDING 13:35:18,083 ERROR [main][CipherTest] transformation "GOST28147/CFB32/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,083 INFO [main][CipherTest] transformation=GOST28147/CFB32/X9.23 13:35:18,083 ERROR [main][CipherTest] transformation "GOST28147/CFB32/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,083 INFO [main][CipherTest] transformation=GOST28147/CFB32/X9.23PADDING 13:35:18,083 ERROR [main][CipherTest] transformation "GOST28147/CFB32/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,083 INFO [main][CipherTest] transformation=GOST28147/CFB32/ZEROBYTE 13:35:18,083 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,083 INFO [main][CipherTest] transformation=GOST28147/CFB32/ZEROBYTEPADDING 13:35:18,083 ERROR [main][CipherTest] transformation "GOST28147/CFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,083 INFO [main][CipherTest] transformation=GOST28147/CFB40/ 13:35:18,083 ERROR [main][CipherTest] transformation "GOST28147/CFB40/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,083 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO10126 13:35:18,084 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,084 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO10126-2 13:35:18,084 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,084 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO10126-2PADDING 13:35:18,084 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,084 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO10126PADDING 13:35:18,084 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,084 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO7816-4 13:35:18,084 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,084 INFO [main][CipherTest] transformation=GOST28147/CFB40/ISO7816-4PADDING 13:35:18,084 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,084 INFO [main][CipherTest] transformation=GOST28147/CFB40/NOPADDING 13:35:18,084 ERROR [main][CipherTest] transformation "GOST28147/CFB40/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,084 INFO [main][CipherTest] transformation=GOST28147/CFB40/PKCS5 13:35:18,084 ERROR [main][CipherTest] transformation "GOST28147/CFB40/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,084 INFO [main][CipherTest] transformation=GOST28147/CFB40/PKCS5PADDING 13:35:18,085 ERROR [main][CipherTest] transformation "GOST28147/CFB40/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,085 INFO [main][CipherTest] transformation=GOST28147/CFB40/PKCS7 13:35:18,085 ERROR [main][CipherTest] transformation "GOST28147/CFB40/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,085 INFO [main][CipherTest] transformation=GOST28147/CFB40/PKCS7PADDING 13:35:18,085 ERROR [main][CipherTest] transformation "GOST28147/CFB40/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,085 INFO [main][CipherTest] transformation=GOST28147/CFB40/TBC 13:35:18,085 ERROR [main][CipherTest] transformation "GOST28147/CFB40/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,085 INFO [main][CipherTest] transformation=GOST28147/CFB40/TBCPADDING 13:35:18,085 ERROR [main][CipherTest] transformation "GOST28147/CFB40/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,085 INFO [main][CipherTest] transformation=GOST28147/CFB40/X9.23 13:35:18,085 ERROR [main][CipherTest] transformation "GOST28147/CFB40/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,085 INFO [main][CipherTest] transformation=GOST28147/CFB40/X9.23PADDING 13:35:18,085 ERROR [main][CipherTest] transformation "GOST28147/CFB40/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,085 INFO [main][CipherTest] transformation=GOST28147/CFB40/ZEROBYTE 13:35:18,085 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,085 INFO [main][CipherTest] transformation=GOST28147/CFB40/ZEROBYTEPADDING 13:35:18,085 ERROR [main][CipherTest] transformation "GOST28147/CFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,085 INFO [main][CipherTest] transformation=GOST28147/CFB48/ 13:35:18,086 ERROR [main][CipherTest] transformation "GOST28147/CFB48/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,086 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO10126 13:35:18,086 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,086 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO10126-2 13:35:18,086 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,086 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO10126-2PADDING 13:35:18,086 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,086 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO10126PADDING 13:35:18,086 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,086 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO7816-4 13:35:18,086 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,086 INFO [main][CipherTest] transformation=GOST28147/CFB48/ISO7816-4PADDING 13:35:18,086 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,087 INFO [main][CipherTest] transformation=GOST28147/CFB48/NOPADDING 13:35:18,087 ERROR [main][CipherTest] transformation "GOST28147/CFB48/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,087 INFO [main][CipherTest] transformation=GOST28147/CFB48/PKCS5 13:35:18,087 ERROR [main][CipherTest] transformation "GOST28147/CFB48/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,087 INFO [main][CipherTest] transformation=GOST28147/CFB48/PKCS5PADDING 13:35:18,087 ERROR [main][CipherTest] transformation "GOST28147/CFB48/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,087 INFO [main][CipherTest] transformation=GOST28147/CFB48/PKCS7 13:35:18,087 ERROR [main][CipherTest] transformation "GOST28147/CFB48/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,087 INFO [main][CipherTest] transformation=GOST28147/CFB48/PKCS7PADDING 13:35:18,087 ERROR [main][CipherTest] transformation "GOST28147/CFB48/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,087 INFO [main][CipherTest] transformation=GOST28147/CFB48/TBC 13:35:18,087 ERROR [main][CipherTest] transformation "GOST28147/CFB48/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,087 INFO [main][CipherTest] transformation=GOST28147/CFB48/TBCPADDING 13:35:18,087 ERROR [main][CipherTest] transformation "GOST28147/CFB48/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,087 INFO [main][CipherTest] transformation=GOST28147/CFB48/X9.23 13:35:18,087 ERROR [main][CipherTest] transformation "GOST28147/CFB48/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,087 INFO [main][CipherTest] transformation=GOST28147/CFB48/X9.23PADDING 13:35:18,088 ERROR [main][CipherTest] transformation "GOST28147/CFB48/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,088 INFO [main][CipherTest] transformation=GOST28147/CFB48/ZEROBYTE 13:35:18,088 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,088 INFO [main][CipherTest] transformation=GOST28147/CFB48/ZEROBYTEPADDING 13:35:18,088 ERROR [main][CipherTest] transformation "GOST28147/CFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,088 INFO [main][CipherTest] transformation=GOST28147/CFB56/ 13:35:18,088 ERROR [main][CipherTest] transformation "GOST28147/CFB56/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,088 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO10126 13:35:18,088 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,088 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO10126-2 13:35:18,088 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,088 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO10126-2PADDING 13:35:18,088 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,088 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO10126PADDING 13:35:18,088 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,089 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO7816-4 13:35:18,089 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,089 INFO [main][CipherTest] transformation=GOST28147/CFB56/ISO7816-4PADDING 13:35:18,089 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,089 INFO [main][CipherTest] transformation=GOST28147/CFB56/NOPADDING 13:35:18,089 ERROR [main][CipherTest] transformation "GOST28147/CFB56/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,089 INFO [main][CipherTest] transformation=GOST28147/CFB56/PKCS5 13:35:18,089 ERROR [main][CipherTest] transformation "GOST28147/CFB56/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,089 INFO [main][CipherTest] transformation=GOST28147/CFB56/PKCS5PADDING 13:35:18,089 ERROR [main][CipherTest] transformation "GOST28147/CFB56/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,089 INFO [main][CipherTest] transformation=GOST28147/CFB56/PKCS7 13:35:18,089 ERROR [main][CipherTest] transformation "GOST28147/CFB56/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,089 INFO [main][CipherTest] transformation=GOST28147/CFB56/PKCS7PADDING 13:35:18,089 ERROR [main][CipherTest] transformation "GOST28147/CFB56/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,089 INFO [main][CipherTest] transformation=GOST28147/CFB56/TBC 13:35:18,089 ERROR [main][CipherTest] transformation "GOST28147/CFB56/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,089 INFO [main][CipherTest] transformation=GOST28147/CFB56/TBCPADDING 13:35:18,090 ERROR [main][CipherTest] transformation "GOST28147/CFB56/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,090 INFO [main][CipherTest] transformation=GOST28147/CFB56/X9.23 13:35:18,090 ERROR [main][CipherTest] transformation "GOST28147/CFB56/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,090 INFO [main][CipherTest] transformation=GOST28147/CFB56/X9.23PADDING 13:35:18,090 ERROR [main][CipherTest] transformation "GOST28147/CFB56/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,090 INFO [main][CipherTest] transformation=GOST28147/CFB56/ZEROBYTE 13:35:18,090 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,090 INFO [main][CipherTest] transformation=GOST28147/CFB56/ZEROBYTEPADDING 13:35:18,090 ERROR [main][CipherTest] transformation "GOST28147/CFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,090 INFO [main][CipherTest] transformation=GOST28147/CFB64/ 13:35:18,090 ERROR [main][CipherTest] transformation "GOST28147/CFB64/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,090 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO10126 13:35:18,090 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,090 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO10126-2 13:35:18,090 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,090 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO10126-2PADDING 13:35:18,091 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,091 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO10126PADDING 13:35:18,091 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,091 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO7816-4 13:35:18,091 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,091 INFO [main][CipherTest] transformation=GOST28147/CFB64/ISO7816-4PADDING 13:35:18,091 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,091 INFO [main][CipherTest] transformation=GOST28147/CFB64/NOPADDING 13:35:18,091 ERROR [main][CipherTest] transformation "GOST28147/CFB64/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,091 INFO [main][CipherTest] transformation=GOST28147/CFB64/PKCS5 13:35:18,091 ERROR [main][CipherTest] transformation "GOST28147/CFB64/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,091 INFO [main][CipherTest] transformation=GOST28147/CFB64/PKCS5PADDING 13:35:18,091 ERROR [main][CipherTest] transformation "GOST28147/CFB64/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,091 INFO [main][CipherTest] transformation=GOST28147/CFB64/PKCS7 13:35:18,092 ERROR [main][CipherTest] transformation "GOST28147/CFB64/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,092 INFO [main][CipherTest] transformation=GOST28147/CFB64/PKCS7PADDING 13:35:18,092 ERROR [main][CipherTest] transformation "GOST28147/CFB64/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,092 INFO [main][CipherTest] transformation=GOST28147/CFB64/TBC 13:35:18,092 ERROR [main][CipherTest] transformation "GOST28147/CFB64/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,092 INFO [main][CipherTest] transformation=GOST28147/CFB64/TBCPADDING 13:35:18,092 ERROR [main][CipherTest] transformation "GOST28147/CFB64/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,092 INFO [main][CipherTest] transformation=GOST28147/CFB64/X9.23 13:35:18,092 ERROR [main][CipherTest] transformation "GOST28147/CFB64/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,092 INFO [main][CipherTest] transformation=GOST28147/CFB64/X9.23PADDING 13:35:18,093 ERROR [main][CipherTest] transformation "GOST28147/CFB64/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,093 INFO [main][CipherTest] transformation=GOST28147/CFB64/ZEROBYTE 13:35:18,093 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,093 INFO [main][CipherTest] transformation=GOST28147/CFB64/ZEROBYTEPADDING 13:35:18,093 ERROR [main][CipherTest] transformation "GOST28147/CFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,093 INFO [main][CipherTest] transformation=GOST28147/CFB72/ 13:35:18,093 ERROR [main][CipherTest] transformation "GOST28147/CFB72/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,093 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO10126 13:35:18,093 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,094 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO10126-2 13:35:18,094 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,094 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO10126-2PADDING 13:35:18,094 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,094 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO10126PADDING 13:35:18,094 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,094 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO7816-4 13:35:18,095 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,095 INFO [main][CipherTest] transformation=GOST28147/CFB72/ISO7816-4PADDING 13:35:18,095 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,095 INFO [main][CipherTest] transformation=GOST28147/CFB72/NOPADDING 13:35:18,095 ERROR [main][CipherTest] transformation "GOST28147/CFB72/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,095 INFO [main][CipherTest] transformation=GOST28147/CFB72/PKCS5 13:35:18,095 ERROR [main][CipherTest] transformation "GOST28147/CFB72/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,095 INFO [main][CipherTest] transformation=GOST28147/CFB72/PKCS5PADDING 13:35:18,095 ERROR [main][CipherTest] transformation "GOST28147/CFB72/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,095 INFO [main][CipherTest] transformation=GOST28147/CFB72/PKCS7 13:35:18,096 ERROR [main][CipherTest] transformation "GOST28147/CFB72/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,096 INFO [main][CipherTest] transformation=GOST28147/CFB72/PKCS7PADDING 13:35:18,096 ERROR [main][CipherTest] transformation "GOST28147/CFB72/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,096 INFO [main][CipherTest] transformation=GOST28147/CFB72/TBC 13:35:18,096 ERROR [main][CipherTest] transformation "GOST28147/CFB72/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,096 INFO [main][CipherTest] transformation=GOST28147/CFB72/TBCPADDING 13:35:18,096 ERROR [main][CipherTest] transformation "GOST28147/CFB72/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,097 INFO [main][CipherTest] transformation=GOST28147/CFB72/X9.23 13:35:18,097 ERROR [main][CipherTest] transformation "GOST28147/CFB72/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,097 INFO [main][CipherTest] transformation=GOST28147/CFB72/X9.23PADDING 13:35:18,097 ERROR [main][CipherTest] transformation "GOST28147/CFB72/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,097 INFO [main][CipherTest] transformation=GOST28147/CFB72/ZEROBYTE 13:35:18,097 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,097 INFO [main][CipherTest] transformation=GOST28147/CFB72/ZEROBYTEPADDING 13:35:18,098 ERROR [main][CipherTest] transformation "GOST28147/CFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,098 INFO [main][CipherTest] transformation=GOST28147/CFB8/ 13:35:18,098 ERROR [main][CipherTest] transformation "GOST28147/CFB8/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,098 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO10126 13:35:18,098 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,098 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO10126-2 13:35:18,098 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,098 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO10126-2PADDING 13:35:18,099 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,099 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO10126PADDING 13:35:18,099 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,099 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO7816-4 13:35:18,099 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,099 INFO [main][CipherTest] transformation=GOST28147/CFB8/ISO7816-4PADDING 13:35:18,099 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,100 INFO [main][CipherTest] transformation=GOST28147/CFB8/NOPADDING 13:35:18,100 ERROR [main][CipherTest] transformation "GOST28147/CFB8/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,100 INFO [main][CipherTest] transformation=GOST28147/CFB8/PKCS5 13:35:18,100 ERROR [main][CipherTest] transformation "GOST28147/CFB8/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,100 INFO [main][CipherTest] transformation=GOST28147/CFB8/PKCS5PADDING 13:35:18,100 ERROR [main][CipherTest] transformation "GOST28147/CFB8/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,100 INFO [main][CipherTest] transformation=GOST28147/CFB8/PKCS7 13:35:18,100 ERROR [main][CipherTest] transformation "GOST28147/CFB8/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,100 INFO [main][CipherTest] transformation=GOST28147/CFB8/PKCS7PADDING 13:35:18,100 ERROR [main][CipherTest] transformation "GOST28147/CFB8/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,101 INFO [main][CipherTest] transformation=GOST28147/CFB8/TBC 13:35:18,101 ERROR [main][CipherTest] transformation "GOST28147/CFB8/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,101 INFO [main][CipherTest] transformation=GOST28147/CFB8/TBCPADDING 13:35:18,101 ERROR [main][CipherTest] transformation "GOST28147/CFB8/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,101 INFO [main][CipherTest] transformation=GOST28147/CFB8/X9.23 13:35:18,101 ERROR [main][CipherTest] transformation "GOST28147/CFB8/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,101 INFO [main][CipherTest] transformation=GOST28147/CFB8/X9.23PADDING 13:35:18,101 ERROR [main][CipherTest] transformation "GOST28147/CFB8/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,101 INFO [main][CipherTest] transformation=GOST28147/CFB8/ZEROBYTE 13:35:18,101 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,102 INFO [main][CipherTest] transformation=GOST28147/CFB8/ZEROBYTEPADDING 13:35:18,102 ERROR [main][CipherTest] transformation "GOST28147/CFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,102 INFO [main][CipherTest] transformation=GOST28147/CFB80/ 13:35:18,102 ERROR [main][CipherTest] transformation "GOST28147/CFB80/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,102 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO10126 13:35:18,102 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,102 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO10126-2 13:35:18,102 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,103 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO10126-2PADDING 13:35:18,103 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,103 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO10126PADDING 13:35:18,103 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,103 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO7816-4 13:35:18,104 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,104 INFO [main][CipherTest] transformation=GOST28147/CFB80/ISO7816-4PADDING 13:35:18,104 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,104 INFO [main][CipherTest] transformation=GOST28147/CFB80/NOPADDING 13:35:18,104 ERROR [main][CipherTest] transformation "GOST28147/CFB80/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,104 INFO [main][CipherTest] transformation=GOST28147/CFB80/PKCS5 13:35:18,105 ERROR [main][CipherTest] transformation "GOST28147/CFB80/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,105 INFO [main][CipherTest] transformation=GOST28147/CFB80/PKCS5PADDING 13:35:18,105 ERROR [main][CipherTest] transformation "GOST28147/CFB80/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,105 INFO [main][CipherTest] transformation=GOST28147/CFB80/PKCS7 13:35:18,105 ERROR [main][CipherTest] transformation "GOST28147/CFB80/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,105 INFO [main][CipherTest] transformation=GOST28147/CFB80/PKCS7PADDING 13:35:18,105 ERROR [main][CipherTest] transformation "GOST28147/CFB80/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,105 INFO [main][CipherTest] transformation=GOST28147/CFB80/TBC 13:35:18,105 ERROR [main][CipherTest] transformation "GOST28147/CFB80/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,105 INFO [main][CipherTest] transformation=GOST28147/CFB80/TBCPADDING 13:35:18,106 ERROR [main][CipherTest] transformation "GOST28147/CFB80/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,106 INFO [main][CipherTest] transformation=GOST28147/CFB80/X9.23 13:35:18,106 ERROR [main][CipherTest] transformation "GOST28147/CFB80/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,106 INFO [main][CipherTest] transformation=GOST28147/CFB80/X9.23PADDING 13:35:18,106 ERROR [main][CipherTest] transformation "GOST28147/CFB80/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,106 INFO [main][CipherTest] transformation=GOST28147/CFB80/ZEROBYTE 13:35:18,106 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,106 INFO [main][CipherTest] transformation=GOST28147/CFB80/ZEROBYTEPADDING 13:35:18,106 ERROR [main][CipherTest] transformation "GOST28147/CFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,107 INFO [main][CipherTest] transformation=GOST28147/CFB88/ 13:35:18,107 ERROR [main][CipherTest] transformation "GOST28147/CFB88/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,107 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO10126 13:35:18,107 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,107 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO10126-2 13:35:18,107 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,107 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO10126-2PADDING 13:35:18,107 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,108 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO10126PADDING 13:35:18,108 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,108 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO7816-4 13:35:18,108 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,108 INFO [main][CipherTest] transformation=GOST28147/CFB88/ISO7816-4PADDING 13:35:18,108 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,108 INFO [main][CipherTest] transformation=GOST28147/CFB88/NOPADDING 13:35:18,108 ERROR [main][CipherTest] transformation "GOST28147/CFB88/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,108 INFO [main][CipherTest] transformation=GOST28147/CFB88/PKCS5 13:35:18,109 ERROR [main][CipherTest] transformation "GOST28147/CFB88/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,109 INFO [main][CipherTest] transformation=GOST28147/CFB88/PKCS5PADDING 13:35:18,109 ERROR [main][CipherTest] transformation "GOST28147/CFB88/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,109 INFO [main][CipherTest] transformation=GOST28147/CFB88/PKCS7 13:35:18,109 ERROR [main][CipherTest] transformation "GOST28147/CFB88/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,109 INFO [main][CipherTest] transformation=GOST28147/CFB88/PKCS7PADDING 13:35:18,109 ERROR [main][CipherTest] transformation "GOST28147/CFB88/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,109 INFO [main][CipherTest] transformation=GOST28147/CFB88/TBC 13:35:18,109 ERROR [main][CipherTest] transformation "GOST28147/CFB88/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,109 INFO [main][CipherTest] transformation=GOST28147/CFB88/TBCPADDING 13:35:18,109 ERROR [main][CipherTest] transformation "GOST28147/CFB88/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,110 INFO [main][CipherTest] transformation=GOST28147/CFB88/X9.23 13:35:18,110 ERROR [main][CipherTest] transformation "GOST28147/CFB88/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,110 INFO [main][CipherTest] transformation=GOST28147/CFB88/X9.23PADDING 13:35:18,110 ERROR [main][CipherTest] transformation "GOST28147/CFB88/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,110 INFO [main][CipherTest] transformation=GOST28147/CFB88/ZEROBYTE 13:35:18,110 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,110 INFO [main][CipherTest] transformation=GOST28147/CFB88/ZEROBYTEPADDING 13:35:18,110 ERROR [main][CipherTest] transformation "GOST28147/CFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,110 INFO [main][CipherTest] transformation=GOST28147/CFB96/ 13:35:18,111 ERROR [main][CipherTest] transformation "GOST28147/CFB96/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,111 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO10126 13:35:18,111 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,111 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO10126-2 13:35:18,111 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,111 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO10126-2PADDING 13:35:18,111 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,111 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO10126PADDING 13:35:18,112 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,112 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO7816-4 13:35:18,112 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,112 INFO [main][CipherTest] transformation=GOST28147/CFB96/ISO7816-4PADDING 13:35:18,112 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,112 INFO [main][CipherTest] transformation=GOST28147/CFB96/NOPADDING 13:35:18,112 ERROR [main][CipherTest] transformation "GOST28147/CFB96/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,112 INFO [main][CipherTest] transformation=GOST28147/CFB96/PKCS5 13:35:18,112 ERROR [main][CipherTest] transformation "GOST28147/CFB96/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,113 INFO [main][CipherTest] transformation=GOST28147/CFB96/PKCS5PADDING 13:35:18,113 ERROR [main][CipherTest] transformation "GOST28147/CFB96/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,113 INFO [main][CipherTest] transformation=GOST28147/CFB96/PKCS7 13:35:18,113 ERROR [main][CipherTest] transformation "GOST28147/CFB96/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,113 INFO [main][CipherTest] transformation=GOST28147/CFB96/PKCS7PADDING 13:35:18,113 ERROR [main][CipherTest] transformation "GOST28147/CFB96/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,113 INFO [main][CipherTest] transformation=GOST28147/CFB96/TBC 13:35:18,113 ERROR [main][CipherTest] transformation "GOST28147/CFB96/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,113 INFO [main][CipherTest] transformation=GOST28147/CFB96/TBCPADDING 13:35:18,113 ERROR [main][CipherTest] transformation "GOST28147/CFB96/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,114 INFO [main][CipherTest] transformation=GOST28147/CFB96/X9.23 13:35:18,114 ERROR [main][CipherTest] transformation "GOST28147/CFB96/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,114 INFO [main][CipherTest] transformation=GOST28147/CFB96/X9.23PADDING 13:35:18,114 ERROR [main][CipherTest] transformation "GOST28147/CFB96/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,114 INFO [main][CipherTest] transformation=GOST28147/CFB96/ZEROBYTE 13:35:18,114 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,114 INFO [main][CipherTest] transformation=GOST28147/CFB96/ZEROBYTEPADDING 13:35:18,114 ERROR [main][CipherTest] transformation "GOST28147/CFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,114 INFO [main][CipherTest] transformation=GOST28147/CTS/ 13:35:18,115 ERROR [main][CipherTest] transformation "GOST28147/CTS/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,115 INFO [main][CipherTest] transformation=GOST28147/CTS/NOPADDING 13:35:18,115 ERROR [main][CipherTest] transformation "GOST28147/CTS/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,115 INFO [main][CipherTest] transformation=GOST28147/EAX/ 13:35:18,115 ERROR [main][CipherTest] transformation "GOST28147/EAX/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,115 INFO [main][CipherTest] transformation=GOST28147/EAX/NOPADDING 13:35:18,115 ERROR [main][CipherTest] transformation "GOST28147/EAX/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,115 INFO [main][CipherTest] transformation=GOST28147/ECB/ 13:35:18,115 ERROR [main][CipherTest] transformation "GOST28147/ECB/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,115 INFO [main][CipherTest] transformation=GOST28147/ECB/NOPADDING 13:35:18,116 ERROR [main][CipherTest] transformation "GOST28147/ECB/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,116 INFO [main][CipherTest] transformation=GOST28147/GOFB/ 13:35:18,116 ERROR [main][CipherTest] transformation "GOST28147/GOFB/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,116 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO10126 13:35:18,116 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,116 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO10126-2 13:35:18,116 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,117 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO10126-2PADDING 13:35:18,117 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,117 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO10126PADDING 13:35:18,117 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,117 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO7816-4 13:35:18,117 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,117 INFO [main][CipherTest] transformation=GOST28147/GOFB/ISO7816-4PADDING 13:35:18,118 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,118 INFO [main][CipherTest] transformation=GOST28147/GOFB/NOPADDING 13:35:18,118 ERROR [main][CipherTest] transformation "GOST28147/GOFB/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,118 INFO [main][CipherTest] transformation=GOST28147/GOFB/PKCS5 13:35:18,118 ERROR [main][CipherTest] transformation "GOST28147/GOFB/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,118 INFO [main][CipherTest] transformation=GOST28147/GOFB/PKCS5PADDING 13:35:18,118 ERROR [main][CipherTest] transformation "GOST28147/GOFB/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,118 INFO [main][CipherTest] transformation=GOST28147/GOFB/PKCS7 13:35:18,119 ERROR [main][CipherTest] transformation "GOST28147/GOFB/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,119 INFO [main][CipherTest] transformation=GOST28147/GOFB/PKCS7PADDING 13:35:18,119 ERROR [main][CipherTest] transformation "GOST28147/GOFB/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,119 INFO [main][CipherTest] transformation=GOST28147/GOFB/TBC 13:35:18,119 ERROR [main][CipherTest] transformation "GOST28147/GOFB/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,119 INFO [main][CipherTest] transformation=GOST28147/GOFB/TBCPADDING 13:35:18,119 ERROR [main][CipherTest] transformation "GOST28147/GOFB/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,119 INFO [main][CipherTest] transformation=GOST28147/GOFB/X9.23 13:35:18,119 ERROR [main][CipherTest] transformation "GOST28147/GOFB/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,120 INFO [main][CipherTest] transformation=GOST28147/GOFB/X9.23PADDING 13:35:18,120 ERROR [main][CipherTest] transformation "GOST28147/GOFB/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,120 INFO [main][CipherTest] transformation=GOST28147/GOFB/ZEROBYTE 13:35:18,120 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,120 INFO [main][CipherTest] transformation=GOST28147/GOFB/ZEROBYTEPADDING 13:35:18,120 ERROR [main][CipherTest] transformation "GOST28147/GOFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,120 INFO [main][CipherTest] transformation=GOST28147/OFB/ 13:35:18,120 ERROR [main][CipherTest] transformation "GOST28147/OFB/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,121 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO10126 13:35:18,121 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,121 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO10126-2 13:35:18,121 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,121 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO10126-2PADDING 13:35:18,121 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,121 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO10126PADDING 13:35:18,121 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,122 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO7816-4 13:35:18,122 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,122 INFO [main][CipherTest] transformation=GOST28147/OFB/ISO7816-4PADDING 13:35:18,122 ERROR [main][CipherTest] transformation "GOST28147/OFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,122 INFO [main][CipherTest] transformation=GOST28147/OFB/NOPADDING 13:35:18,122 ERROR [main][CipherTest] transformation "GOST28147/OFB/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,122 INFO [main][CipherTest] transformation=GOST28147/OFB/PKCS5 13:35:18,122 ERROR [main][CipherTest] transformation "GOST28147/OFB/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,122 INFO [main][CipherTest] transformation=GOST28147/OFB/PKCS5PADDING 13:35:18,123 ERROR [main][CipherTest] transformation "GOST28147/OFB/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,123 INFO [main][CipherTest] transformation=GOST28147/OFB/PKCS7 13:35:18,123 ERROR [main][CipherTest] transformation "GOST28147/OFB/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,123 INFO [main][CipherTest] transformation=GOST28147/OFB/PKCS7PADDING 13:35:18,123 ERROR [main][CipherTest] transformation "GOST28147/OFB/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,123 INFO [main][CipherTest] transformation=GOST28147/OFB/TBC 13:35:18,123 ERROR [main][CipherTest] transformation "GOST28147/OFB/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,123 INFO [main][CipherTest] transformation=GOST28147/OFB/TBCPADDING 13:35:18,123 ERROR [main][CipherTest] transformation "GOST28147/OFB/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,123 INFO [main][CipherTest] transformation=GOST28147/OFB/X9.23 13:35:18,124 ERROR [main][CipherTest] transformation "GOST28147/OFB/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,124 INFO [main][CipherTest] transformation=GOST28147/OFB/X9.23PADDING 13:35:18,124 ERROR [main][CipherTest] transformation "GOST28147/OFB/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,124 INFO [main][CipherTest] transformation=GOST28147/OFB/ZEROBYTE 13:35:18,124 ERROR [main][CipherTest] transformation "GOST28147/OFB/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,124 INFO [main][CipherTest] transformation=GOST28147/OFB/ZEROBYTEPADDING 13:35:18,124 ERROR [main][CipherTest] transformation "GOST28147/OFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,124 INFO [main][CipherTest] transformation=GOST28147/OFB104/ 13:35:18,124 ERROR [main][CipherTest] transformation "GOST28147/OFB104/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,124 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO10126 13:35:18,125 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,125 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO10126-2 13:35:18,125 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,125 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO10126-2PADDING 13:35:18,125 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,125 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO10126PADDING 13:35:18,125 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,125 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO7816-4 13:35:18,126 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,126 INFO [main][CipherTest] transformation=GOST28147/OFB104/ISO7816-4PADDING 13:35:18,126 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,126 INFO [main][CipherTest] transformation=GOST28147/OFB104/NOPADDING 13:35:18,126 ERROR [main][CipherTest] transformation "GOST28147/OFB104/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,126 INFO [main][CipherTest] transformation=GOST28147/OFB104/PKCS5 13:35:18,126 ERROR [main][CipherTest] transformation "GOST28147/OFB104/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,126 INFO [main][CipherTest] transformation=GOST28147/OFB104/PKCS5PADDING 13:35:18,126 ERROR [main][CipherTest] transformation "GOST28147/OFB104/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,127 INFO [main][CipherTest] transformation=GOST28147/OFB104/PKCS7 13:35:18,127 ERROR [main][CipherTest] transformation "GOST28147/OFB104/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,127 INFO [main][CipherTest] transformation=GOST28147/OFB104/PKCS7PADDING 13:35:18,127 ERROR [main][CipherTest] transformation "GOST28147/OFB104/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,127 INFO [main][CipherTest] transformation=GOST28147/OFB104/TBC 13:35:18,127 ERROR [main][CipherTest] transformation "GOST28147/OFB104/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,127 INFO [main][CipherTest] transformation=GOST28147/OFB104/TBCPADDING 13:35:18,127 ERROR [main][CipherTest] transformation "GOST28147/OFB104/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,127 INFO [main][CipherTest] transformation=GOST28147/OFB104/X9.23 13:35:18,127 ERROR [main][CipherTest] transformation "GOST28147/OFB104/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,127 INFO [main][CipherTest] transformation=GOST28147/OFB104/X9.23PADDING 13:35:18,128 ERROR [main][CipherTest] transformation "GOST28147/OFB104/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,128 INFO [main][CipherTest] transformation=GOST28147/OFB104/ZEROBYTE 13:35:18,128 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,128 INFO [main][CipherTest] transformation=GOST28147/OFB104/ZEROBYTEPADDING 13:35:18,128 ERROR [main][CipherTest] transformation "GOST28147/OFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,128 INFO [main][CipherTest] transformation=GOST28147/OFB112/ 13:35:18,128 ERROR [main][CipherTest] transformation "GOST28147/OFB112/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,128 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO10126 13:35:18,128 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,129 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO10126-2 13:35:18,129 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,129 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO10126-2PADDING 13:35:18,129 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,129 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO10126PADDING 13:35:18,129 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,129 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO7816-4 13:35:18,129 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,130 INFO [main][CipherTest] transformation=GOST28147/OFB112/ISO7816-4PADDING 13:35:18,130 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,130 INFO [main][CipherTest] transformation=GOST28147/OFB112/NOPADDING 13:35:18,130 ERROR [main][CipherTest] transformation "GOST28147/OFB112/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,130 INFO [main][CipherTest] transformation=GOST28147/OFB112/PKCS5 13:35:18,130 ERROR [main][CipherTest] transformation "GOST28147/OFB112/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,130 INFO [main][CipherTest] transformation=GOST28147/OFB112/PKCS5PADDING 13:35:18,130 ERROR [main][CipherTest] transformation "GOST28147/OFB112/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,130 INFO [main][CipherTest] transformation=GOST28147/OFB112/PKCS7 13:35:18,130 ERROR [main][CipherTest] transformation "GOST28147/OFB112/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,131 INFO [main][CipherTest] transformation=GOST28147/OFB112/PKCS7PADDING 13:35:18,131 ERROR [main][CipherTest] transformation "GOST28147/OFB112/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,131 INFO [main][CipherTest] transformation=GOST28147/OFB112/TBC 13:35:18,131 ERROR [main][CipherTest] transformation "GOST28147/OFB112/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,131 INFO [main][CipherTest] transformation=GOST28147/OFB112/TBCPADDING 13:35:18,131 ERROR [main][CipherTest] transformation "GOST28147/OFB112/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,131 INFO [main][CipherTest] transformation=GOST28147/OFB112/X9.23 13:35:18,131 ERROR [main][CipherTest] transformation "GOST28147/OFB112/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,131 INFO [main][CipherTest] transformation=GOST28147/OFB112/X9.23PADDING 13:35:18,131 ERROR [main][CipherTest] transformation "GOST28147/OFB112/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,132 INFO [main][CipherTest] transformation=GOST28147/OFB112/ZEROBYTE 13:35:18,132 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,132 INFO [main][CipherTest] transformation=GOST28147/OFB112/ZEROBYTEPADDING 13:35:18,132 ERROR [main][CipherTest] transformation "GOST28147/OFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,132 INFO [main][CipherTest] transformation=GOST28147/OFB120/ 13:35:18,132 ERROR [main][CipherTest] transformation "GOST28147/OFB120/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,132 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO10126 13:35:18,132 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,132 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO10126-2 13:35:18,133 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,133 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO10126-2PADDING 13:35:18,133 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,133 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO10126PADDING 13:35:18,133 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,133 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO7816-4 13:35:18,133 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,133 INFO [main][CipherTest] transformation=GOST28147/OFB120/ISO7816-4PADDING 13:35:18,134 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,134 INFO [main][CipherTest] transformation=GOST28147/OFB120/NOPADDING 13:35:18,134 ERROR [main][CipherTest] transformation "GOST28147/OFB120/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,134 INFO [main][CipherTest] transformation=GOST28147/OFB120/PKCS5 13:35:18,134 ERROR [main][CipherTest] transformation "GOST28147/OFB120/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,134 INFO [main][CipherTest] transformation=GOST28147/OFB120/PKCS5PADDING 13:35:18,134 ERROR [main][CipherTest] transformation "GOST28147/OFB120/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,134 INFO [main][CipherTest] transformation=GOST28147/OFB120/PKCS7 13:35:18,134 ERROR [main][CipherTest] transformation "GOST28147/OFB120/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,134 INFO [main][CipherTest] transformation=GOST28147/OFB120/PKCS7PADDING 13:35:18,135 ERROR [main][CipherTest] transformation "GOST28147/OFB120/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,135 INFO [main][CipherTest] transformation=GOST28147/OFB120/TBC 13:35:18,135 ERROR [main][CipherTest] transformation "GOST28147/OFB120/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,135 INFO [main][CipherTest] transformation=GOST28147/OFB120/TBCPADDING 13:35:18,135 ERROR [main][CipherTest] transformation "GOST28147/OFB120/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,135 INFO [main][CipherTest] transformation=GOST28147/OFB120/X9.23 13:35:18,135 ERROR [main][CipherTest] transformation "GOST28147/OFB120/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,135 INFO [main][CipherTest] transformation=GOST28147/OFB120/X9.23PADDING 13:35:18,135 ERROR [main][CipherTest] transformation "GOST28147/OFB120/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,135 INFO [main][CipherTest] transformation=GOST28147/OFB120/ZEROBYTE 13:35:18,136 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,136 INFO [main][CipherTest] transformation=GOST28147/OFB120/ZEROBYTEPADDING 13:35:18,136 ERROR [main][CipherTest] transformation "GOST28147/OFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,136 INFO [main][CipherTest] transformation=GOST28147/OFB128/ 13:35:18,136 ERROR [main][CipherTest] transformation "GOST28147/OFB128/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,136 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO10126 13:35:18,136 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,136 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO10126-2 13:35:18,136 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,137 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO10126-2PADDING 13:35:18,137 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,137 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO10126PADDING 13:35:18,137 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,137 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO7816-4 13:35:18,137 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,137 INFO [main][CipherTest] transformation=GOST28147/OFB128/ISO7816-4PADDING 13:35:18,137 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,137 INFO [main][CipherTest] transformation=GOST28147/OFB128/NOPADDING 13:35:18,138 ERROR [main][CipherTest] transformation "GOST28147/OFB128/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,138 INFO [main][CipherTest] transformation=GOST28147/OFB128/PKCS5 13:35:18,138 ERROR [main][CipherTest] transformation "GOST28147/OFB128/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,138 INFO [main][CipherTest] transformation=GOST28147/OFB128/PKCS5PADDING 13:35:18,138 ERROR [main][CipherTest] transformation "GOST28147/OFB128/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,138 INFO [main][CipherTest] transformation=GOST28147/OFB128/PKCS7 13:35:18,138 ERROR [main][CipherTest] transformation "GOST28147/OFB128/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,138 INFO [main][CipherTest] transformation=GOST28147/OFB128/PKCS7PADDING 13:35:18,138 ERROR [main][CipherTest] transformation "GOST28147/OFB128/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,139 INFO [main][CipherTest] transformation=GOST28147/OFB128/TBC 13:35:18,139 ERROR [main][CipherTest] transformation "GOST28147/OFB128/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,139 INFO [main][CipherTest] transformation=GOST28147/OFB128/TBCPADDING 13:35:18,139 ERROR [main][CipherTest] transformation "GOST28147/OFB128/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,139 INFO [main][CipherTest] transformation=GOST28147/OFB128/X9.23 13:35:18,139 ERROR [main][CipherTest] transformation "GOST28147/OFB128/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,139 INFO [main][CipherTest] transformation=GOST28147/OFB128/X9.23PADDING 13:35:18,139 ERROR [main][CipherTest] transformation "GOST28147/OFB128/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,139 INFO [main][CipherTest] transformation=GOST28147/OFB128/ZEROBYTE 13:35:18,139 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,140 INFO [main][CipherTest] transformation=GOST28147/OFB128/ZEROBYTEPADDING 13:35:18,140 ERROR [main][CipherTest] transformation "GOST28147/OFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,140 INFO [main][CipherTest] transformation=GOST28147/OFB136/ 13:35:18,140 ERROR [main][CipherTest] transformation "GOST28147/OFB136/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,140 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO10126 13:35:18,140 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,140 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO10126-2 13:35:18,140 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,140 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO10126-2PADDING 13:35:18,141 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,141 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO10126PADDING 13:35:18,141 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,141 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO7816-4 13:35:18,141 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,141 INFO [main][CipherTest] transformation=GOST28147/OFB136/ISO7816-4PADDING 13:35:18,141 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,141 INFO [main][CipherTest] transformation=GOST28147/OFB136/NOPADDING 13:35:18,141 ERROR [main][CipherTest] transformation "GOST28147/OFB136/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,142 INFO [main][CipherTest] transformation=GOST28147/OFB136/PKCS5 13:35:18,142 ERROR [main][CipherTest] transformation "GOST28147/OFB136/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,142 INFO [main][CipherTest] transformation=GOST28147/OFB136/PKCS5PADDING 13:35:18,142 ERROR [main][CipherTest] transformation "GOST28147/OFB136/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,142 INFO [main][CipherTest] transformation=GOST28147/OFB136/PKCS7 13:35:18,142 ERROR [main][CipherTest] transformation "GOST28147/OFB136/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,142 INFO [main][CipherTest] transformation=GOST28147/OFB136/PKCS7PADDING 13:35:18,142 ERROR [main][CipherTest] transformation "GOST28147/OFB136/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,142 INFO [main][CipherTest] transformation=GOST28147/OFB136/TBC 13:35:18,143 ERROR [main][CipherTest] transformation "GOST28147/OFB136/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,143 INFO [main][CipherTest] transformation=GOST28147/OFB136/TBCPADDING 13:35:18,143 ERROR [main][CipherTest] transformation "GOST28147/OFB136/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,143 INFO [main][CipherTest] transformation=GOST28147/OFB136/X9.23 13:35:18,143 ERROR [main][CipherTest] transformation "GOST28147/OFB136/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,143 INFO [main][CipherTest] transformation=GOST28147/OFB136/X9.23PADDING 13:35:18,143 ERROR [main][CipherTest] transformation "GOST28147/OFB136/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,143 INFO [main][CipherTest] transformation=GOST28147/OFB136/ZEROBYTE 13:35:18,143 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,143 INFO [main][CipherTest] transformation=GOST28147/OFB136/ZEROBYTEPADDING 13:35:18,144 ERROR [main][CipherTest] transformation "GOST28147/OFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,144 INFO [main][CipherTest] transformation=GOST28147/OFB144/ 13:35:18,144 ERROR [main][CipherTest] transformation "GOST28147/OFB144/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,144 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO10126 13:35:18,144 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,144 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO10126-2 13:35:18,144 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,144 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO10126-2PADDING 13:35:18,144 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,145 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO10126PADDING 13:35:18,145 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,145 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO7816-4 13:35:18,145 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,145 INFO [main][CipherTest] transformation=GOST28147/OFB144/ISO7816-4PADDING 13:35:18,145 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,145 INFO [main][CipherTest] transformation=GOST28147/OFB144/NOPADDING 13:35:18,145 ERROR [main][CipherTest] transformation "GOST28147/OFB144/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,145 INFO [main][CipherTest] transformation=GOST28147/OFB144/PKCS5 13:35:18,146 ERROR [main][CipherTest] transformation "GOST28147/OFB144/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,146 INFO [main][CipherTest] transformation=GOST28147/OFB144/PKCS5PADDING 13:35:18,146 ERROR [main][CipherTest] transformation "GOST28147/OFB144/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,146 INFO [main][CipherTest] transformation=GOST28147/OFB144/PKCS7 13:35:18,146 ERROR [main][CipherTest] transformation "GOST28147/OFB144/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,146 INFO [main][CipherTest] transformation=GOST28147/OFB144/PKCS7PADDING 13:35:18,146 ERROR [main][CipherTest] transformation "GOST28147/OFB144/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,146 INFO [main][CipherTest] transformation=GOST28147/OFB144/TBC 13:35:18,146 ERROR [main][CipherTest] transformation "GOST28147/OFB144/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,146 INFO [main][CipherTest] transformation=GOST28147/OFB144/TBCPADDING 13:35:18,147 ERROR [main][CipherTest] transformation "GOST28147/OFB144/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,147 INFO [main][CipherTest] transformation=GOST28147/OFB144/X9.23 13:35:18,147 ERROR [main][CipherTest] transformation "GOST28147/OFB144/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,147 INFO [main][CipherTest] transformation=GOST28147/OFB144/X9.23PADDING 13:35:18,147 ERROR [main][CipherTest] transformation "GOST28147/OFB144/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,147 INFO [main][CipherTest] transformation=GOST28147/OFB144/ZEROBYTE 13:35:18,147 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,147 INFO [main][CipherTest] transformation=GOST28147/OFB144/ZEROBYTEPADDING 13:35:18,147 ERROR [main][CipherTest] transformation "GOST28147/OFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,147 INFO [main][CipherTest] transformation=GOST28147/OFB152/ 13:35:18,148 ERROR [main][CipherTest] transformation "GOST28147/OFB152/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,148 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO10126 13:35:18,148 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,148 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO10126-2 13:35:18,148 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,148 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO10126-2PADDING 13:35:18,148 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,148 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO10126PADDING 13:35:18,149 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,149 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO7816-4 13:35:18,149 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,149 INFO [main][CipherTest] transformation=GOST28147/OFB152/ISO7816-4PADDING 13:35:18,149 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,149 INFO [main][CipherTest] transformation=GOST28147/OFB152/NOPADDING 13:35:18,149 ERROR [main][CipherTest] transformation "GOST28147/OFB152/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,149 INFO [main][CipherTest] transformation=GOST28147/OFB152/PKCS5 13:35:18,149 ERROR [main][CipherTest] transformation "GOST28147/OFB152/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,150 INFO [main][CipherTest] transformation=GOST28147/OFB152/PKCS5PADDING 13:35:18,150 ERROR [main][CipherTest] transformation "GOST28147/OFB152/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,150 INFO [main][CipherTest] transformation=GOST28147/OFB152/PKCS7 13:35:18,150 ERROR [main][CipherTest] transformation "GOST28147/OFB152/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,150 INFO [main][CipherTest] transformation=GOST28147/OFB152/PKCS7PADDING 13:35:18,150 ERROR [main][CipherTest] transformation "GOST28147/OFB152/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,150 INFO [main][CipherTest] transformation=GOST28147/OFB152/TBC 13:35:18,150 ERROR [main][CipherTest] transformation "GOST28147/OFB152/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,150 INFO [main][CipherTest] transformation=GOST28147/OFB152/TBCPADDING 13:35:18,151 ERROR [main][CipherTest] transformation "GOST28147/OFB152/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,151 INFO [main][CipherTest] transformation=GOST28147/OFB152/X9.23 13:35:18,151 ERROR [main][CipherTest] transformation "GOST28147/OFB152/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,151 INFO [main][CipherTest] transformation=GOST28147/OFB152/X9.23PADDING 13:35:18,151 ERROR [main][CipherTest] transformation "GOST28147/OFB152/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,151 INFO [main][CipherTest] transformation=GOST28147/OFB152/ZEROBYTE 13:35:18,151 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,151 INFO [main][CipherTest] transformation=GOST28147/OFB152/ZEROBYTEPADDING 13:35:18,151 ERROR [main][CipherTest] transformation "GOST28147/OFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,151 INFO [main][CipherTest] transformation=GOST28147/OFB16/ 13:35:18,151 ERROR [main][CipherTest] transformation "GOST28147/OFB16/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,152 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO10126 13:35:18,152 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,152 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO10126-2 13:35:18,152 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,152 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO10126-2PADDING 13:35:18,152 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,152 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO10126PADDING 13:35:18,153 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,153 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO7816-4 13:35:18,153 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,153 INFO [main][CipherTest] transformation=GOST28147/OFB16/ISO7816-4PADDING 13:35:18,153 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,153 INFO [main][CipherTest] transformation=GOST28147/OFB16/NOPADDING 13:35:18,153 ERROR [main][CipherTest] transformation "GOST28147/OFB16/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,153 INFO [main][CipherTest] transformation=GOST28147/OFB16/PKCS5 13:35:18,153 ERROR [main][CipherTest] transformation "GOST28147/OFB16/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,153 INFO [main][CipherTest] transformation=GOST28147/OFB16/PKCS5PADDING 13:35:18,154 ERROR [main][CipherTest] transformation "GOST28147/OFB16/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,154 INFO [main][CipherTest] transformation=GOST28147/OFB16/PKCS7 13:35:18,154 ERROR [main][CipherTest] transformation "GOST28147/OFB16/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,154 INFO [main][CipherTest] transformation=GOST28147/OFB16/PKCS7PADDING 13:35:18,154 ERROR [main][CipherTest] transformation "GOST28147/OFB16/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,154 INFO [main][CipherTest] transformation=GOST28147/OFB16/TBC 13:35:18,154 ERROR [main][CipherTest] transformation "GOST28147/OFB16/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,154 INFO [main][CipherTest] transformation=GOST28147/OFB16/TBCPADDING 13:35:18,154 ERROR [main][CipherTest] transformation "GOST28147/OFB16/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,154 INFO [main][CipherTest] transformation=GOST28147/OFB16/X9.23 13:35:18,155 ERROR [main][CipherTest] transformation "GOST28147/OFB16/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,155 INFO [main][CipherTest] transformation=GOST28147/OFB16/X9.23PADDING 13:35:18,155 ERROR [main][CipherTest] transformation "GOST28147/OFB16/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,155 INFO [main][CipherTest] transformation=GOST28147/OFB16/ZEROBYTE 13:35:18,155 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,155 INFO [main][CipherTest] transformation=GOST28147/OFB16/ZEROBYTEPADDING 13:35:18,155 ERROR [main][CipherTest] transformation "GOST28147/OFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,155 INFO [main][CipherTest] transformation=GOST28147/OFB160/ 13:35:18,156 ERROR [main][CipherTest] transformation "GOST28147/OFB160/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,156 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO10126 13:35:18,156 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,156 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO10126-2 13:35:18,156 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,156 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO10126-2PADDING 13:35:18,157 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,157 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO10126PADDING 13:35:18,157 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,157 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO7816-4 13:35:18,157 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,157 INFO [main][CipherTest] transformation=GOST28147/OFB160/ISO7816-4PADDING 13:35:18,157 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,157 INFO [main][CipherTest] transformation=GOST28147/OFB160/NOPADDING 13:35:18,157 ERROR [main][CipherTest] transformation "GOST28147/OFB160/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,158 INFO [main][CipherTest] transformation=GOST28147/OFB160/PKCS5 13:35:18,158 ERROR [main][CipherTest] transformation "GOST28147/OFB160/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,158 INFO [main][CipherTest] transformation=GOST28147/OFB160/PKCS5PADDING 13:35:18,158 ERROR [main][CipherTest] transformation "GOST28147/OFB160/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,158 INFO [main][CipherTest] transformation=GOST28147/OFB160/PKCS7 13:35:18,158 ERROR [main][CipherTest] transformation "GOST28147/OFB160/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,158 INFO [main][CipherTest] transformation=GOST28147/OFB160/PKCS7PADDING 13:35:18,158 ERROR [main][CipherTest] transformation "GOST28147/OFB160/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,158 INFO [main][CipherTest] transformation=GOST28147/OFB160/TBC 13:35:18,158 ERROR [main][CipherTest] transformation "GOST28147/OFB160/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,159 INFO [main][CipherTest] transformation=GOST28147/OFB160/TBCPADDING 13:35:18,159 ERROR [main][CipherTest] transformation "GOST28147/OFB160/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,159 INFO [main][CipherTest] transformation=GOST28147/OFB160/X9.23 13:35:18,159 ERROR [main][CipherTest] transformation "GOST28147/OFB160/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,159 INFO [main][CipherTest] transformation=GOST28147/OFB160/X9.23PADDING 13:35:18,159 ERROR [main][CipherTest] transformation "GOST28147/OFB160/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,159 INFO [main][CipherTest] transformation=GOST28147/OFB160/ZEROBYTE 13:35:18,159 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,159 INFO [main][CipherTest] transformation=GOST28147/OFB160/ZEROBYTEPADDING 13:35:18,159 ERROR [main][CipherTest] transformation "GOST28147/OFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,160 INFO [main][CipherTest] transformation=GOST28147/OFB168/ 13:35:18,160 ERROR [main][CipherTest] transformation "GOST28147/OFB168/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,160 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO10126 13:35:18,160 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,160 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO10126-2 13:35:18,160 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,160 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO10126-2PADDING 13:35:18,160 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,161 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO10126PADDING 13:35:18,161 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,161 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO7816-4 13:35:18,161 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,161 INFO [main][CipherTest] transformation=GOST28147/OFB168/ISO7816-4PADDING 13:35:18,161 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,161 INFO [main][CipherTest] transformation=GOST28147/OFB168/NOPADDING 13:35:18,161 ERROR [main][CipherTest] transformation "GOST28147/OFB168/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,161 INFO [main][CipherTest] transformation=GOST28147/OFB168/PKCS5 13:35:18,162 ERROR [main][CipherTest] transformation "GOST28147/OFB168/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,162 INFO [main][CipherTest] transformation=GOST28147/OFB168/PKCS5PADDING 13:35:18,162 ERROR [main][CipherTest] transformation "GOST28147/OFB168/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,162 INFO [main][CipherTest] transformation=GOST28147/OFB168/PKCS7 13:35:18,162 ERROR [main][CipherTest] transformation "GOST28147/OFB168/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,162 INFO [main][CipherTest] transformation=GOST28147/OFB168/PKCS7PADDING 13:35:18,162 ERROR [main][CipherTest] transformation "GOST28147/OFB168/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,162 INFO [main][CipherTest] transformation=GOST28147/OFB168/TBC 13:35:18,162 ERROR [main][CipherTest] transformation "GOST28147/OFB168/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,162 INFO [main][CipherTest] transformation=GOST28147/OFB168/TBCPADDING 13:35:18,163 ERROR [main][CipherTest] transformation "GOST28147/OFB168/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,163 INFO [main][CipherTest] transformation=GOST28147/OFB168/X9.23 13:35:18,163 ERROR [main][CipherTest] transformation "GOST28147/OFB168/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,163 INFO [main][CipherTest] transformation=GOST28147/OFB168/X9.23PADDING 13:35:18,163 ERROR [main][CipherTest] transformation "GOST28147/OFB168/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,163 INFO [main][CipherTest] transformation=GOST28147/OFB168/ZEROBYTE 13:35:18,163 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,163 INFO [main][CipherTest] transformation=GOST28147/OFB168/ZEROBYTEPADDING 13:35:18,163 ERROR [main][CipherTest] transformation "GOST28147/OFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,163 INFO [main][CipherTest] transformation=GOST28147/OFB176/ 13:35:18,164 ERROR [main][CipherTest] transformation "GOST28147/OFB176/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,164 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO10126 13:35:18,164 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,164 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO10126-2 13:35:18,164 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,164 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO10126-2PADDING 13:35:18,164 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,164 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO10126PADDING 13:35:18,165 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,165 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO7816-4 13:35:18,165 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,165 INFO [main][CipherTest] transformation=GOST28147/OFB176/ISO7816-4PADDING 13:35:18,165 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,165 INFO [main][CipherTest] transformation=GOST28147/OFB176/NOPADDING 13:35:18,165 ERROR [main][CipherTest] transformation "GOST28147/OFB176/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,165 INFO [main][CipherTest] transformation=GOST28147/OFB176/PKCS5 13:35:18,165 ERROR [main][CipherTest] transformation "GOST28147/OFB176/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,165 INFO [main][CipherTest] transformation=GOST28147/OFB176/PKCS5PADDING 13:35:18,166 ERROR [main][CipherTest] transformation "GOST28147/OFB176/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,166 INFO [main][CipherTest] transformation=GOST28147/OFB176/PKCS7 13:35:18,166 ERROR [main][CipherTest] transformation "GOST28147/OFB176/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,166 INFO [main][CipherTest] transformation=GOST28147/OFB176/PKCS7PADDING 13:35:18,166 ERROR [main][CipherTest] transformation "GOST28147/OFB176/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,166 INFO [main][CipherTest] transformation=GOST28147/OFB176/TBC 13:35:18,166 ERROR [main][CipherTest] transformation "GOST28147/OFB176/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,166 INFO [main][CipherTest] transformation=GOST28147/OFB176/TBCPADDING 13:35:18,166 ERROR [main][CipherTest] transformation "GOST28147/OFB176/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,166 INFO [main][CipherTest] transformation=GOST28147/OFB176/X9.23 13:35:18,167 ERROR [main][CipherTest] transformation "GOST28147/OFB176/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,167 INFO [main][CipherTest] transformation=GOST28147/OFB176/X9.23PADDING 13:35:18,167 ERROR [main][CipherTest] transformation "GOST28147/OFB176/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,167 INFO [main][CipherTest] transformation=GOST28147/OFB176/ZEROBYTE 13:35:18,167 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,167 INFO [main][CipherTest] transformation=GOST28147/OFB176/ZEROBYTEPADDING 13:35:18,167 ERROR [main][CipherTest] transformation "GOST28147/OFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,167 INFO [main][CipherTest] transformation=GOST28147/OFB184/ 13:35:18,167 ERROR [main][CipherTest] transformation "GOST28147/OFB184/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,168 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO10126 13:35:18,168 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,168 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO10126-2 13:35:18,168 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,168 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO10126-2PADDING 13:35:18,168 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,168 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO10126PADDING 13:35:18,168 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,169 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO7816-4 13:35:18,169 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,169 INFO [main][CipherTest] transformation=GOST28147/OFB184/ISO7816-4PADDING 13:35:18,169 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,169 INFO [main][CipherTest] transformation=GOST28147/OFB184/NOPADDING 13:35:18,169 ERROR [main][CipherTest] transformation "GOST28147/OFB184/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,169 INFO [main][CipherTest] transformation=GOST28147/OFB184/PKCS5 13:35:18,169 ERROR [main][CipherTest] transformation "GOST28147/OFB184/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,169 INFO [main][CipherTest] transformation=GOST28147/OFB184/PKCS5PADDING 13:35:18,169 ERROR [main][CipherTest] transformation "GOST28147/OFB184/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,170 INFO [main][CipherTest] transformation=GOST28147/OFB184/PKCS7 13:35:18,170 ERROR [main][CipherTest] transformation "GOST28147/OFB184/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,170 INFO [main][CipherTest] transformation=GOST28147/OFB184/PKCS7PADDING 13:35:18,170 ERROR [main][CipherTest] transformation "GOST28147/OFB184/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,170 INFO [main][CipherTest] transformation=GOST28147/OFB184/TBC 13:35:18,170 ERROR [main][CipherTest] transformation "GOST28147/OFB184/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,170 INFO [main][CipherTest] transformation=GOST28147/OFB184/TBCPADDING 13:35:18,170 ERROR [main][CipherTest] transformation "GOST28147/OFB184/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,170 INFO [main][CipherTest] transformation=GOST28147/OFB184/X9.23 13:35:18,170 ERROR [main][CipherTest] transformation "GOST28147/OFB184/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,171 INFO [main][CipherTest] transformation=GOST28147/OFB184/X9.23PADDING 13:35:18,171 ERROR [main][CipherTest] transformation "GOST28147/OFB184/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,171 INFO [main][CipherTest] transformation=GOST28147/OFB184/ZEROBYTE 13:35:18,171 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,171 INFO [main][CipherTest] transformation=GOST28147/OFB184/ZEROBYTEPADDING 13:35:18,171 ERROR [main][CipherTest] transformation "GOST28147/OFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,171 INFO [main][CipherTest] transformation=GOST28147/OFB192/ 13:35:18,171 ERROR [main][CipherTest] transformation "GOST28147/OFB192/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,171 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO10126 13:35:18,172 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,172 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO10126-2 13:35:18,172 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,172 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO10126-2PADDING 13:35:18,172 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,172 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO10126PADDING 13:35:18,172 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,172 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO7816-4 13:35:18,173 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,173 INFO [main][CipherTest] transformation=GOST28147/OFB192/ISO7816-4PADDING 13:35:18,173 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,173 INFO [main][CipherTest] transformation=GOST28147/OFB192/NOPADDING 13:35:18,173 ERROR [main][CipherTest] transformation "GOST28147/OFB192/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,173 INFO [main][CipherTest] transformation=GOST28147/OFB192/PKCS5 13:35:18,173 ERROR [main][CipherTest] transformation "GOST28147/OFB192/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,173 INFO [main][CipherTest] transformation=GOST28147/OFB192/PKCS5PADDING 13:35:18,173 ERROR [main][CipherTest] transformation "GOST28147/OFB192/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,173 INFO [main][CipherTest] transformation=GOST28147/OFB192/PKCS7 13:35:18,174 ERROR [main][CipherTest] transformation "GOST28147/OFB192/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,174 INFO [main][CipherTest] transformation=GOST28147/OFB192/PKCS7PADDING 13:35:18,174 ERROR [main][CipherTest] transformation "GOST28147/OFB192/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,174 INFO [main][CipherTest] transformation=GOST28147/OFB192/TBC 13:35:18,174 ERROR [main][CipherTest] transformation "GOST28147/OFB192/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,174 INFO [main][CipherTest] transformation=GOST28147/OFB192/TBCPADDING 13:35:18,174 ERROR [main][CipherTest] transformation "GOST28147/OFB192/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,174 INFO [main][CipherTest] transformation=GOST28147/OFB192/X9.23 13:35:18,174 ERROR [main][CipherTest] transformation "GOST28147/OFB192/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,174 INFO [main][CipherTest] transformation=GOST28147/OFB192/X9.23PADDING 13:35:18,175 ERROR [main][CipherTest] transformation "GOST28147/OFB192/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,175 INFO [main][CipherTest] transformation=GOST28147/OFB192/ZEROBYTE 13:35:18,175 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,175 INFO [main][CipherTest] transformation=GOST28147/OFB192/ZEROBYTEPADDING 13:35:18,175 ERROR [main][CipherTest] transformation "GOST28147/OFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,175 INFO [main][CipherTest] transformation=GOST28147/OFB200/ 13:35:18,175 ERROR [main][CipherTest] transformation "GOST28147/OFB200/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,175 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO10126 13:35:18,175 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,176 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO10126-2 13:35:18,176 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,176 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO10126-2PADDING 13:35:18,176 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,176 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO10126PADDING 13:35:18,176 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,176 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO7816-4 13:35:18,176 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,177 INFO [main][CipherTest] transformation=GOST28147/OFB200/ISO7816-4PADDING 13:35:18,177 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,177 INFO [main][CipherTest] transformation=GOST28147/OFB200/NOPADDING 13:35:18,177 ERROR [main][CipherTest] transformation "GOST28147/OFB200/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,177 INFO [main][CipherTest] transformation=GOST28147/OFB200/PKCS5 13:35:18,177 ERROR [main][CipherTest] transformation "GOST28147/OFB200/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,177 INFO [main][CipherTest] transformation=GOST28147/OFB200/PKCS5PADDING 13:35:18,177 ERROR [main][CipherTest] transformation "GOST28147/OFB200/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,177 INFO [main][CipherTest] transformation=GOST28147/OFB200/PKCS7 13:35:18,177 ERROR [main][CipherTest] transformation "GOST28147/OFB200/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,178 INFO [main][CipherTest] transformation=GOST28147/OFB200/PKCS7PADDING 13:35:18,178 ERROR [main][CipherTest] transformation "GOST28147/OFB200/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,178 INFO [main][CipherTest] transformation=GOST28147/OFB200/TBC 13:35:18,178 ERROR [main][CipherTest] transformation "GOST28147/OFB200/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,178 INFO [main][CipherTest] transformation=GOST28147/OFB200/TBCPADDING 13:35:18,178 ERROR [main][CipherTest] transformation "GOST28147/OFB200/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,178 INFO [main][CipherTest] transformation=GOST28147/OFB200/X9.23 13:35:18,178 ERROR [main][CipherTest] transformation "GOST28147/OFB200/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,178 INFO [main][CipherTest] transformation=GOST28147/OFB200/X9.23PADDING 13:35:18,179 ERROR [main][CipherTest] transformation "GOST28147/OFB200/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,179 INFO [main][CipherTest] transformation=GOST28147/OFB200/ZEROBYTE 13:35:18,179 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,179 INFO [main][CipherTest] transformation=GOST28147/OFB200/ZEROBYTEPADDING 13:35:18,179 ERROR [main][CipherTest] transformation "GOST28147/OFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,179 INFO [main][CipherTest] transformation=GOST28147/OFB208/ 13:35:18,179 ERROR [main][CipherTest] transformation "GOST28147/OFB208/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,179 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO10126 13:35:18,179 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,179 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO10126-2 13:35:18,180 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,180 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO10126-2PADDING 13:35:18,180 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,180 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO10126PADDING 13:35:18,180 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,180 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO7816-4 13:35:18,180 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,180 INFO [main][CipherTest] transformation=GOST28147/OFB208/ISO7816-4PADDING 13:35:18,181 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,181 INFO [main][CipherTest] transformation=GOST28147/OFB208/NOPADDING 13:35:18,181 ERROR [main][CipherTest] transformation "GOST28147/OFB208/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,181 INFO [main][CipherTest] transformation=GOST28147/OFB208/PKCS5 13:35:18,181 ERROR [main][CipherTest] transformation "GOST28147/OFB208/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,181 INFO [main][CipherTest] transformation=GOST28147/OFB208/PKCS5PADDING 13:35:18,181 ERROR [main][CipherTest] transformation "GOST28147/OFB208/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,181 INFO [main][CipherTest] transformation=GOST28147/OFB208/PKCS7 13:35:18,181 ERROR [main][CipherTest] transformation "GOST28147/OFB208/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,181 INFO [main][CipherTest] transformation=GOST28147/OFB208/PKCS7PADDING 13:35:18,182 ERROR [main][CipherTest] transformation "GOST28147/OFB208/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,182 INFO [main][CipherTest] transformation=GOST28147/OFB208/TBC 13:35:18,182 ERROR [main][CipherTest] transformation "GOST28147/OFB208/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,182 INFO [main][CipherTest] transformation=GOST28147/OFB208/TBCPADDING 13:35:18,182 ERROR [main][CipherTest] transformation "GOST28147/OFB208/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,182 INFO [main][CipherTest] transformation=GOST28147/OFB208/X9.23 13:35:18,182 ERROR [main][CipherTest] transformation "GOST28147/OFB208/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,182 INFO [main][CipherTest] transformation=GOST28147/OFB208/X9.23PADDING 13:35:18,182 ERROR [main][CipherTest] transformation "GOST28147/OFB208/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,182 INFO [main][CipherTest] transformation=GOST28147/OFB208/ZEROBYTE 13:35:18,183 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,183 INFO [main][CipherTest] transformation=GOST28147/OFB208/ZEROBYTEPADDING 13:35:18,183 ERROR [main][CipherTest] transformation "GOST28147/OFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,183 INFO [main][CipherTest] transformation=GOST28147/OFB216/ 13:35:18,183 ERROR [main][CipherTest] transformation "GOST28147/OFB216/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,183 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO10126 13:35:18,183 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,183 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO10126-2 13:35:18,183 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,184 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO10126-2PADDING 13:35:18,184 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,184 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO10126PADDING 13:35:18,184 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,184 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO7816-4 13:35:18,184 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,184 INFO [main][CipherTest] transformation=GOST28147/OFB216/ISO7816-4PADDING 13:35:18,184 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,184 INFO [main][CipherTest] transformation=GOST28147/OFB216/NOPADDING 13:35:18,185 ERROR [main][CipherTest] transformation "GOST28147/OFB216/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,185 INFO [main][CipherTest] transformation=GOST28147/OFB216/PKCS5 13:35:18,185 ERROR [main][CipherTest] transformation "GOST28147/OFB216/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,185 INFO [main][CipherTest] transformation=GOST28147/OFB216/PKCS5PADDING 13:35:18,185 ERROR [main][CipherTest] transformation "GOST28147/OFB216/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,185 INFO [main][CipherTest] transformation=GOST28147/OFB216/PKCS7 13:35:18,185 ERROR [main][CipherTest] transformation "GOST28147/OFB216/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,185 INFO [main][CipherTest] transformation=GOST28147/OFB216/PKCS7PADDING 13:35:18,185 ERROR [main][CipherTest] transformation "GOST28147/OFB216/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,185 INFO [main][CipherTest] transformation=GOST28147/OFB216/TBC 13:35:18,186 ERROR [main][CipherTest] transformation "GOST28147/OFB216/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,186 INFO [main][CipherTest] transformation=GOST28147/OFB216/TBCPADDING 13:35:18,186 ERROR [main][CipherTest] transformation "GOST28147/OFB216/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,186 INFO [main][CipherTest] transformation=GOST28147/OFB216/X9.23 13:35:18,186 ERROR [main][CipherTest] transformation "GOST28147/OFB216/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,186 INFO [main][CipherTest] transformation=GOST28147/OFB216/X9.23PADDING 13:35:18,186 ERROR [main][CipherTest] transformation "GOST28147/OFB216/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,186 INFO [main][CipherTest] transformation=GOST28147/OFB216/ZEROBYTE 13:35:18,186 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,186 INFO [main][CipherTest] transformation=GOST28147/OFB216/ZEROBYTEPADDING 13:35:18,187 ERROR [main][CipherTest] transformation "GOST28147/OFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,187 INFO [main][CipherTest] transformation=GOST28147/OFB224/ 13:35:18,187 ERROR [main][CipherTest] transformation "GOST28147/OFB224/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,187 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO10126 13:35:18,187 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,187 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO10126-2 13:35:18,187 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,187 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO10126-2PADDING 13:35:18,188 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,188 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO10126PADDING 13:35:18,188 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,188 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO7816-4 13:35:18,188 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,188 INFO [main][CipherTest] transformation=GOST28147/OFB224/ISO7816-4PADDING 13:35:18,188 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,188 INFO [main][CipherTest] transformation=GOST28147/OFB224/NOPADDING 13:35:18,188 ERROR [main][CipherTest] transformation "GOST28147/OFB224/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,189 INFO [main][CipherTest] transformation=GOST28147/OFB224/PKCS5 13:35:18,189 ERROR [main][CipherTest] transformation "GOST28147/OFB224/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,189 INFO [main][CipherTest] transformation=GOST28147/OFB224/PKCS5PADDING 13:35:18,189 ERROR [main][CipherTest] transformation "GOST28147/OFB224/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,189 INFO [main][CipherTest] transformation=GOST28147/OFB224/PKCS7 13:35:18,189 ERROR [main][CipherTest] transformation "GOST28147/OFB224/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,189 INFO [main][CipherTest] transformation=GOST28147/OFB224/PKCS7PADDING 13:35:18,189 ERROR [main][CipherTest] transformation "GOST28147/OFB224/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,189 INFO [main][CipherTest] transformation=GOST28147/OFB224/TBC 13:35:18,189 ERROR [main][CipherTest] transformation "GOST28147/OFB224/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,190 INFO [main][CipherTest] transformation=GOST28147/OFB224/TBCPADDING 13:35:18,190 ERROR [main][CipherTest] transformation "GOST28147/OFB224/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,190 INFO [main][CipherTest] transformation=GOST28147/OFB224/X9.23 13:35:18,190 ERROR [main][CipherTest] transformation "GOST28147/OFB224/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,190 INFO [main][CipherTest] transformation=GOST28147/OFB224/X9.23PADDING 13:35:18,190 ERROR [main][CipherTest] transformation "GOST28147/OFB224/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,190 INFO [main][CipherTest] transformation=GOST28147/OFB224/ZEROBYTE 13:35:18,190 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,190 INFO [main][CipherTest] transformation=GOST28147/OFB224/ZEROBYTEPADDING 13:35:18,190 ERROR [main][CipherTest] transformation "GOST28147/OFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,191 INFO [main][CipherTest] transformation=GOST28147/OFB232/ 13:35:18,191 ERROR [main][CipherTest] transformation "GOST28147/OFB232/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,191 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO10126 13:35:18,191 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,191 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO10126-2 13:35:18,191 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,191 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO10126-2PADDING 13:35:18,191 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,192 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO10126PADDING 13:35:18,192 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,192 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO7816-4 13:35:18,192 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,192 INFO [main][CipherTest] transformation=GOST28147/OFB232/ISO7816-4PADDING 13:35:18,192 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,192 INFO [main][CipherTest] transformation=GOST28147/OFB232/NOPADDING 13:35:18,192 ERROR [main][CipherTest] transformation "GOST28147/OFB232/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,192 INFO [main][CipherTest] transformation=GOST28147/OFB232/PKCS5 13:35:18,193 ERROR [main][CipherTest] transformation "GOST28147/OFB232/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,193 INFO [main][CipherTest] transformation=GOST28147/OFB232/PKCS5PADDING 13:35:18,193 ERROR [main][CipherTest] transformation "GOST28147/OFB232/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,193 INFO [main][CipherTest] transformation=GOST28147/OFB232/PKCS7 13:35:18,193 ERROR [main][CipherTest] transformation "GOST28147/OFB232/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,193 INFO [main][CipherTest] transformation=GOST28147/OFB232/PKCS7PADDING 13:35:18,193 ERROR [main][CipherTest] transformation "GOST28147/OFB232/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,193 INFO [main][CipherTest] transformation=GOST28147/OFB232/TBC 13:35:18,193 ERROR [main][CipherTest] transformation "GOST28147/OFB232/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,193 INFO [main][CipherTest] transformation=GOST28147/OFB232/TBCPADDING 13:35:18,194 ERROR [main][CipherTest] transformation "GOST28147/OFB232/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,194 INFO [main][CipherTest] transformation=GOST28147/OFB232/X9.23 13:35:18,194 ERROR [main][CipherTest] transformation "GOST28147/OFB232/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,194 INFO [main][CipherTest] transformation=GOST28147/OFB232/X9.23PADDING 13:35:18,194 ERROR [main][CipherTest] transformation "GOST28147/OFB232/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,194 INFO [main][CipherTest] transformation=GOST28147/OFB232/ZEROBYTE 13:35:18,194 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,194 INFO [main][CipherTest] transformation=GOST28147/OFB232/ZEROBYTEPADDING 13:35:18,194 ERROR [main][CipherTest] transformation "GOST28147/OFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,194 INFO [main][CipherTest] transformation=GOST28147/OFB24/ 13:35:18,195 ERROR [main][CipherTest] transformation "GOST28147/OFB24/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,195 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO10126 13:35:18,195 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,195 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO10126-2 13:35:18,195 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,195 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO10126-2PADDING 13:35:18,195 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,195 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO10126PADDING 13:35:18,196 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,196 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO7816-4 13:35:18,196 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,196 INFO [main][CipherTest] transformation=GOST28147/OFB24/ISO7816-4PADDING 13:35:18,196 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,196 INFO [main][CipherTest] transformation=GOST28147/OFB24/NOPADDING 13:35:18,196 ERROR [main][CipherTest] transformation "GOST28147/OFB24/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,196 INFO [main][CipherTest] transformation=GOST28147/OFB24/PKCS5 13:35:18,196 ERROR [main][CipherTest] transformation "GOST28147/OFB24/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,196 INFO [main][CipherTest] transformation=GOST28147/OFB24/PKCS5PADDING 13:35:18,197 ERROR [main][CipherTest] transformation "GOST28147/OFB24/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,197 INFO [main][CipherTest] transformation=GOST28147/OFB24/PKCS7 13:35:18,197 ERROR [main][CipherTest] transformation "GOST28147/OFB24/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,197 INFO [main][CipherTest] transformation=GOST28147/OFB24/PKCS7PADDING 13:35:18,197 ERROR [main][CipherTest] transformation "GOST28147/OFB24/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,197 INFO [main][CipherTest] transformation=GOST28147/OFB24/TBC 13:35:18,197 ERROR [main][CipherTest] transformation "GOST28147/OFB24/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,197 INFO [main][CipherTest] transformation=GOST28147/OFB24/TBCPADDING 13:35:18,197 ERROR [main][CipherTest] transformation "GOST28147/OFB24/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,197 INFO [main][CipherTest] transformation=GOST28147/OFB24/X9.23 13:35:18,198 ERROR [main][CipherTest] transformation "GOST28147/OFB24/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,198 INFO [main][CipherTest] transformation=GOST28147/OFB24/X9.23PADDING 13:35:18,198 ERROR [main][CipherTest] transformation "GOST28147/OFB24/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,198 INFO [main][CipherTest] transformation=GOST28147/OFB24/ZEROBYTE 13:35:18,198 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,198 INFO [main][CipherTest] transformation=GOST28147/OFB24/ZEROBYTEPADDING 13:35:18,198 ERROR [main][CipherTest] transformation "GOST28147/OFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,198 INFO [main][CipherTest] transformation=GOST28147/OFB240/ 13:35:18,198 ERROR [main][CipherTest] transformation "GOST28147/OFB240/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,199 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO10126 13:35:18,199 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,199 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO10126-2 13:35:18,199 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,199 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO10126-2PADDING 13:35:18,199 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,199 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO10126PADDING 13:35:18,199 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,200 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO7816-4 13:35:18,200 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,200 INFO [main][CipherTest] transformation=GOST28147/OFB240/ISO7816-4PADDING 13:35:18,200 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,200 INFO [main][CipherTest] transformation=GOST28147/OFB240/NOPADDING 13:35:18,200 ERROR [main][CipherTest] transformation "GOST28147/OFB240/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,200 INFO [main][CipherTest] transformation=GOST28147/OFB240/PKCS5 13:35:18,200 ERROR [main][CipherTest] transformation "GOST28147/OFB240/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,200 INFO [main][CipherTest] transformation=GOST28147/OFB240/PKCS5PADDING 13:35:18,200 ERROR [main][CipherTest] transformation "GOST28147/OFB240/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,201 INFO [main][CipherTest] transformation=GOST28147/OFB240/PKCS7 13:35:18,201 ERROR [main][CipherTest] transformation "GOST28147/OFB240/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,201 INFO [main][CipherTest] transformation=GOST28147/OFB240/PKCS7PADDING 13:35:18,201 ERROR [main][CipherTest] transformation "GOST28147/OFB240/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,201 INFO [main][CipherTest] transformation=GOST28147/OFB240/TBC 13:35:18,201 ERROR [main][CipherTest] transformation "GOST28147/OFB240/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,201 INFO [main][CipherTest] transformation=GOST28147/OFB240/TBCPADDING 13:35:18,201 ERROR [main][CipherTest] transformation "GOST28147/OFB240/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,201 INFO [main][CipherTest] transformation=GOST28147/OFB240/X9.23 13:35:18,201 ERROR [main][CipherTest] transformation "GOST28147/OFB240/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,202 INFO [main][CipherTest] transformation=GOST28147/OFB240/X9.23PADDING 13:35:18,202 ERROR [main][CipherTest] transformation "GOST28147/OFB240/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,202 INFO [main][CipherTest] transformation=GOST28147/OFB240/ZEROBYTE 13:35:18,202 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,202 INFO [main][CipherTest] transformation=GOST28147/OFB240/ZEROBYTEPADDING 13:35:18,202 ERROR [main][CipherTest] transformation "GOST28147/OFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,202 INFO [main][CipherTest] transformation=GOST28147/OFB248/ 13:35:18,202 ERROR [main][CipherTest] transformation "GOST28147/OFB248/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,202 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO10126 13:35:18,203 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,203 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO10126-2 13:35:18,203 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,203 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO10126-2PADDING 13:35:18,203 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,203 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO10126PADDING 13:35:18,203 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,203 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO7816-4 13:35:18,204 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,204 INFO [main][CipherTest] transformation=GOST28147/OFB248/ISO7816-4PADDING 13:35:18,204 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,204 INFO [main][CipherTest] transformation=GOST28147/OFB248/NOPADDING 13:35:18,204 ERROR [main][CipherTest] transformation "GOST28147/OFB248/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,204 INFO [main][CipherTest] transformation=GOST28147/OFB248/PKCS5 13:35:18,204 ERROR [main][CipherTest] transformation "GOST28147/OFB248/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,204 INFO [main][CipherTest] transformation=GOST28147/OFB248/PKCS5PADDING 13:35:18,204 ERROR [main][CipherTest] transformation "GOST28147/OFB248/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,204 INFO [main][CipherTest] transformation=GOST28147/OFB248/PKCS7 13:35:18,205 ERROR [main][CipherTest] transformation "GOST28147/OFB248/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,205 INFO [main][CipherTest] transformation=GOST28147/OFB248/PKCS7PADDING 13:35:18,205 ERROR [main][CipherTest] transformation "GOST28147/OFB248/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,205 INFO [main][CipherTest] transformation=GOST28147/OFB248/TBC 13:35:18,205 ERROR [main][CipherTest] transformation "GOST28147/OFB248/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,205 INFO [main][CipherTest] transformation=GOST28147/OFB248/TBCPADDING 13:35:18,205 ERROR [main][CipherTest] transformation "GOST28147/OFB248/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,205 INFO [main][CipherTest] transformation=GOST28147/OFB248/X9.23 13:35:18,205 ERROR [main][CipherTest] transformation "GOST28147/OFB248/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,205 INFO [main][CipherTest] transformation=GOST28147/OFB248/X9.23PADDING 13:35:18,206 ERROR [main][CipherTest] transformation "GOST28147/OFB248/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,206 INFO [main][CipherTest] transformation=GOST28147/OFB248/ZEROBYTE 13:35:18,206 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,206 INFO [main][CipherTest] transformation=GOST28147/OFB248/ZEROBYTEPADDING 13:35:18,206 ERROR [main][CipherTest] transformation "GOST28147/OFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,206 INFO [main][CipherTest] transformation=GOST28147/OFB256/ 13:35:18,206 ERROR [main][CipherTest] transformation "GOST28147/OFB256/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,206 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO10126 13:35:18,206 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,207 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO10126-2 13:35:18,207 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,207 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO10126-2PADDING 13:35:18,207 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,207 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO10126PADDING 13:35:18,207 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,207 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO7816-4 13:35:18,207 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,208 INFO [main][CipherTest] transformation=GOST28147/OFB256/ISO7816-4PADDING 13:35:18,208 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,208 INFO [main][CipherTest] transformation=GOST28147/OFB256/NOPADDING 13:35:18,208 ERROR [main][CipherTest] transformation "GOST28147/OFB256/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,208 INFO [main][CipherTest] transformation=GOST28147/OFB256/PKCS5 13:35:18,208 ERROR [main][CipherTest] transformation "GOST28147/OFB256/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,208 INFO [main][CipherTest] transformation=GOST28147/OFB256/PKCS5PADDING 13:35:18,208 ERROR [main][CipherTest] transformation "GOST28147/OFB256/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,208 INFO [main][CipherTest] transformation=GOST28147/OFB256/PKCS7 13:35:18,208 ERROR [main][CipherTest] transformation "GOST28147/OFB256/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,209 INFO [main][CipherTest] transformation=GOST28147/OFB256/PKCS7PADDING 13:35:18,209 ERROR [main][CipherTest] transformation "GOST28147/OFB256/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,209 INFO [main][CipherTest] transformation=GOST28147/OFB256/TBC 13:35:18,209 ERROR [main][CipherTest] transformation "GOST28147/OFB256/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,209 INFO [main][CipherTest] transformation=GOST28147/OFB256/TBCPADDING 13:35:18,209 ERROR [main][CipherTest] transformation "GOST28147/OFB256/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,209 INFO [main][CipherTest] transformation=GOST28147/OFB256/X9.23 13:35:18,209 ERROR [main][CipherTest] transformation "GOST28147/OFB256/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,209 INFO [main][CipherTest] transformation=GOST28147/OFB256/X9.23PADDING 13:35:18,209 ERROR [main][CipherTest] transformation "GOST28147/OFB256/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,210 INFO [main][CipherTest] transformation=GOST28147/OFB256/ZEROBYTE 13:35:18,210 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,210 INFO [main][CipherTest] transformation=GOST28147/OFB256/ZEROBYTEPADDING 13:35:18,210 ERROR [main][CipherTest] transformation "GOST28147/OFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,210 INFO [main][CipherTest] transformation=GOST28147/OFB32/ 13:35:18,210 ERROR [main][CipherTest] transformation "GOST28147/OFB32/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,210 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO10126 13:35:18,210 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,210 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO10126-2 13:35:18,211 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,211 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO10126-2PADDING 13:35:18,211 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,211 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO10126PADDING 13:35:18,211 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,211 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO7816-4 13:35:18,211 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,212 INFO [main][CipherTest] transformation=GOST28147/OFB32/ISO7816-4PADDING 13:35:18,212 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,212 INFO [main][CipherTest] transformation=GOST28147/OFB32/NOPADDING 13:35:18,212 ERROR [main][CipherTest] transformation "GOST28147/OFB32/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,212 INFO [main][CipherTest] transformation=GOST28147/OFB32/PKCS5 13:35:18,212 ERROR [main][CipherTest] transformation "GOST28147/OFB32/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,212 INFO [main][CipherTest] transformation=GOST28147/OFB32/PKCS5PADDING 13:35:18,212 ERROR [main][CipherTest] transformation "GOST28147/OFB32/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,212 INFO [main][CipherTest] transformation=GOST28147/OFB32/PKCS7 13:35:18,212 ERROR [main][CipherTest] transformation "GOST28147/OFB32/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,213 INFO [main][CipherTest] transformation=GOST28147/OFB32/PKCS7PADDING 13:35:18,213 ERROR [main][CipherTest] transformation "GOST28147/OFB32/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,213 INFO [main][CipherTest] transformation=GOST28147/OFB32/TBC 13:35:18,213 ERROR [main][CipherTest] transformation "GOST28147/OFB32/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,213 INFO [main][CipherTest] transformation=GOST28147/OFB32/TBCPADDING 13:35:18,213 ERROR [main][CipherTest] transformation "GOST28147/OFB32/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,213 INFO [main][CipherTest] transformation=GOST28147/OFB32/X9.23 13:35:18,213 ERROR [main][CipherTest] transformation "GOST28147/OFB32/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,213 INFO [main][CipherTest] transformation=GOST28147/OFB32/X9.23PADDING 13:35:18,213 ERROR [main][CipherTest] transformation "GOST28147/OFB32/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,214 INFO [main][CipherTest] transformation=GOST28147/OFB32/ZEROBYTE 13:35:18,214 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,214 INFO [main][CipherTest] transformation=GOST28147/OFB32/ZEROBYTEPADDING 13:35:18,214 ERROR [main][CipherTest] transformation "GOST28147/OFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,214 INFO [main][CipherTest] transformation=GOST28147/OFB40/ 13:35:18,214 ERROR [main][CipherTest] transformation "GOST28147/OFB40/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,214 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO10126 13:35:18,214 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,214 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO10126-2 13:35:18,215 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,215 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO10126-2PADDING 13:35:18,215 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,215 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO10126PADDING 13:35:18,215 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,215 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO7816-4 13:35:18,215 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,215 INFO [main][CipherTest] transformation=GOST28147/OFB40/ISO7816-4PADDING 13:35:18,216 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,216 INFO [main][CipherTest] transformation=GOST28147/OFB40/NOPADDING 13:35:18,216 ERROR [main][CipherTest] transformation "GOST28147/OFB40/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,216 INFO [main][CipherTest] transformation=GOST28147/OFB40/PKCS5 13:35:18,216 ERROR [main][CipherTest] transformation "GOST28147/OFB40/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,216 INFO [main][CipherTest] transformation=GOST28147/OFB40/PKCS5PADDING 13:35:18,216 ERROR [main][CipherTest] transformation "GOST28147/OFB40/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,216 INFO [main][CipherTest] transformation=GOST28147/OFB40/PKCS7 13:35:18,216 ERROR [main][CipherTest] transformation "GOST28147/OFB40/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,216 INFO [main][CipherTest] transformation=GOST28147/OFB40/PKCS7PADDING 13:35:18,217 ERROR [main][CipherTest] transformation "GOST28147/OFB40/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,217 INFO [main][CipherTest] transformation=GOST28147/OFB40/TBC 13:35:18,217 ERROR [main][CipherTest] transformation "GOST28147/OFB40/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,217 INFO [main][CipherTest] transformation=GOST28147/OFB40/TBCPADDING 13:35:18,217 ERROR [main][CipherTest] transformation "GOST28147/OFB40/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,217 INFO [main][CipherTest] transformation=GOST28147/OFB40/X9.23 13:35:18,217 ERROR [main][CipherTest] transformation "GOST28147/OFB40/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,217 INFO [main][CipherTest] transformation=GOST28147/OFB40/X9.23PADDING 13:35:18,217 ERROR [main][CipherTest] transformation "GOST28147/OFB40/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,217 INFO [main][CipherTest] transformation=GOST28147/OFB40/ZEROBYTE 13:35:18,218 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,218 INFO [main][CipherTest] transformation=GOST28147/OFB40/ZEROBYTEPADDING 13:35:18,218 ERROR [main][CipherTest] transformation "GOST28147/OFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,218 INFO [main][CipherTest] transformation=GOST28147/OFB48/ 13:35:18,218 ERROR [main][CipherTest] transformation "GOST28147/OFB48/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,218 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO10126 13:35:18,218 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,218 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO10126-2 13:35:18,218 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,219 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO10126-2PADDING 13:35:18,219 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,219 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO10126PADDING 13:35:18,219 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,219 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO7816-4 13:35:18,219 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,219 INFO [main][CipherTest] transformation=GOST28147/OFB48/ISO7816-4PADDING 13:35:18,219 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,219 INFO [main][CipherTest] transformation=GOST28147/OFB48/NOPADDING 13:35:18,220 ERROR [main][CipherTest] transformation "GOST28147/OFB48/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,220 INFO [main][CipherTest] transformation=GOST28147/OFB48/PKCS5 13:35:18,220 ERROR [main][CipherTest] transformation "GOST28147/OFB48/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,220 INFO [main][CipherTest] transformation=GOST28147/OFB48/PKCS5PADDING 13:35:18,220 ERROR [main][CipherTest] transformation "GOST28147/OFB48/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,220 INFO [main][CipherTest] transformation=GOST28147/OFB48/PKCS7 13:35:18,220 ERROR [main][CipherTest] transformation "GOST28147/OFB48/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,220 INFO [main][CipherTest] transformation=GOST28147/OFB48/PKCS7PADDING 13:35:18,220 ERROR [main][CipherTest] transformation "GOST28147/OFB48/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,220 INFO [main][CipherTest] transformation=GOST28147/OFB48/TBC 13:35:18,221 ERROR [main][CipherTest] transformation "GOST28147/OFB48/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,221 INFO [main][CipherTest] transformation=GOST28147/OFB48/TBCPADDING 13:35:18,221 ERROR [main][CipherTest] transformation "GOST28147/OFB48/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,221 INFO [main][CipherTest] transformation=GOST28147/OFB48/X9.23 13:35:18,221 ERROR [main][CipherTest] transformation "GOST28147/OFB48/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,221 INFO [main][CipherTest] transformation=GOST28147/OFB48/X9.23PADDING 13:35:18,221 ERROR [main][CipherTest] transformation "GOST28147/OFB48/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,221 INFO [main][CipherTest] transformation=GOST28147/OFB48/ZEROBYTE 13:35:18,221 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,221 INFO [main][CipherTest] transformation=GOST28147/OFB48/ZEROBYTEPADDING 13:35:18,222 ERROR [main][CipherTest] transformation "GOST28147/OFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,222 INFO [main][CipherTest] transformation=GOST28147/OFB56/ 13:35:18,222 ERROR [main][CipherTest] transformation "GOST28147/OFB56/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,222 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO10126 13:35:18,222 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,222 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO10126-2 13:35:18,222 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,222 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO10126-2PADDING 13:35:18,223 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,223 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO10126PADDING 13:35:18,223 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,223 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO7816-4 13:35:18,223 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,223 INFO [main][CipherTest] transformation=GOST28147/OFB56/ISO7816-4PADDING 13:35:18,223 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,223 INFO [main][CipherTest] transformation=GOST28147/OFB56/NOPADDING 13:35:18,223 ERROR [main][CipherTest] transformation "GOST28147/OFB56/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,224 INFO [main][CipherTest] transformation=GOST28147/OFB56/PKCS5 13:35:18,224 ERROR [main][CipherTest] transformation "GOST28147/OFB56/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,224 INFO [main][CipherTest] transformation=GOST28147/OFB56/PKCS5PADDING 13:35:18,224 ERROR [main][CipherTest] transformation "GOST28147/OFB56/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,224 INFO [main][CipherTest] transformation=GOST28147/OFB56/PKCS7 13:35:18,224 ERROR [main][CipherTest] transformation "GOST28147/OFB56/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,224 INFO [main][CipherTest] transformation=GOST28147/OFB56/PKCS7PADDING 13:35:18,224 ERROR [main][CipherTest] transformation "GOST28147/OFB56/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,224 INFO [main][CipherTest] transformation=GOST28147/OFB56/TBC 13:35:18,224 ERROR [main][CipherTest] transformation "GOST28147/OFB56/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,224 INFO [main][CipherTest] transformation=GOST28147/OFB56/TBCPADDING 13:35:18,225 ERROR [main][CipherTest] transformation "GOST28147/OFB56/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,225 INFO [main][CipherTest] transformation=GOST28147/OFB56/X9.23 13:35:18,225 ERROR [main][CipherTest] transformation "GOST28147/OFB56/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,225 INFO [main][CipherTest] transformation=GOST28147/OFB56/X9.23PADDING 13:35:18,225 ERROR [main][CipherTest] transformation "GOST28147/OFB56/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,225 INFO [main][CipherTest] transformation=GOST28147/OFB56/ZEROBYTE 13:35:18,225 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,225 INFO [main][CipherTest] transformation=GOST28147/OFB56/ZEROBYTEPADDING 13:35:18,225 ERROR [main][CipherTest] transformation "GOST28147/OFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,225 INFO [main][CipherTest] transformation=GOST28147/OFB64/ 13:35:18,226 ERROR [main][CipherTest] transformation "GOST28147/OFB64/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,226 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO10126 13:35:18,226 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,226 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO10126-2 13:35:18,226 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,226 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO10126-2PADDING 13:35:18,226 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,226 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO10126PADDING 13:35:18,227 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,227 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO7816-4 13:35:18,227 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,227 INFO [main][CipherTest] transformation=GOST28147/OFB64/ISO7816-4PADDING 13:35:18,227 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,227 INFO [main][CipherTest] transformation=GOST28147/OFB64/NOPADDING 13:35:18,227 ERROR [main][CipherTest] transformation "GOST28147/OFB64/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,227 INFO [main][CipherTest] transformation=GOST28147/OFB64/PKCS5 13:35:18,227 ERROR [main][CipherTest] transformation "GOST28147/OFB64/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,228 INFO [main][CipherTest] transformation=GOST28147/OFB64/PKCS5PADDING 13:35:18,228 ERROR [main][CipherTest] transformation "GOST28147/OFB64/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,228 INFO [main][CipherTest] transformation=GOST28147/OFB64/PKCS7 13:35:18,228 ERROR [main][CipherTest] transformation "GOST28147/OFB64/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,228 INFO [main][CipherTest] transformation=GOST28147/OFB64/PKCS7PADDING 13:35:18,228 ERROR [main][CipherTest] transformation "GOST28147/OFB64/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,228 INFO [main][CipherTest] transformation=GOST28147/OFB64/TBC 13:35:18,228 ERROR [main][CipherTest] transformation "GOST28147/OFB64/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,228 INFO [main][CipherTest] transformation=GOST28147/OFB64/TBCPADDING 13:35:18,228 ERROR [main][CipherTest] transformation "GOST28147/OFB64/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,229 INFO [main][CipherTest] transformation=GOST28147/OFB64/X9.23 13:35:18,229 ERROR [main][CipherTest] transformation "GOST28147/OFB64/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,229 INFO [main][CipherTest] transformation=GOST28147/OFB64/X9.23PADDING 13:35:18,229 ERROR [main][CipherTest] transformation "GOST28147/OFB64/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,229 INFO [main][CipherTest] transformation=GOST28147/OFB64/ZEROBYTE 13:35:18,229 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,229 INFO [main][CipherTest] transformation=GOST28147/OFB64/ZEROBYTEPADDING 13:35:18,229 ERROR [main][CipherTest] transformation "GOST28147/OFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,229 INFO [main][CipherTest] transformation=GOST28147/OFB72/ 13:35:18,229 ERROR [main][CipherTest] transformation "GOST28147/OFB72/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,230 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO10126 13:35:18,230 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,230 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO10126-2 13:35:18,230 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,230 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO10126-2PADDING 13:35:18,230 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,230 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO10126PADDING 13:35:18,231 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,231 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO7816-4 13:35:18,231 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,231 INFO [main][CipherTest] transformation=GOST28147/OFB72/ISO7816-4PADDING 13:35:18,231 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,231 INFO [main][CipherTest] transformation=GOST28147/OFB72/NOPADDING 13:35:18,231 ERROR [main][CipherTest] transformation "GOST28147/OFB72/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,231 INFO [main][CipherTest] transformation=GOST28147/OFB72/PKCS5 13:35:18,231 ERROR [main][CipherTest] transformation "GOST28147/OFB72/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,231 INFO [main][CipherTest] transformation=GOST28147/OFB72/PKCS5PADDING 13:35:18,232 ERROR [main][CipherTest] transformation "GOST28147/OFB72/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,232 INFO [main][CipherTest] transformation=GOST28147/OFB72/PKCS7 13:35:18,232 ERROR [main][CipherTest] transformation "GOST28147/OFB72/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,232 INFO [main][CipherTest] transformation=GOST28147/OFB72/PKCS7PADDING 13:35:18,232 ERROR [main][CipherTest] transformation "GOST28147/OFB72/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,232 INFO [main][CipherTest] transformation=GOST28147/OFB72/TBC 13:35:18,232 ERROR [main][CipherTest] transformation "GOST28147/OFB72/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,232 INFO [main][CipherTest] transformation=GOST28147/OFB72/TBCPADDING 13:35:18,232 ERROR [main][CipherTest] transformation "GOST28147/OFB72/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,232 INFO [main][CipherTest] transformation=GOST28147/OFB72/X9.23 13:35:18,233 ERROR [main][CipherTest] transformation "GOST28147/OFB72/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,233 INFO [main][CipherTest] transformation=GOST28147/OFB72/X9.23PADDING 13:35:18,233 ERROR [main][CipherTest] transformation "GOST28147/OFB72/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,233 INFO [main][CipherTest] transformation=GOST28147/OFB72/ZEROBYTE 13:35:18,233 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,233 INFO [main][CipherTest] transformation=GOST28147/OFB72/ZEROBYTEPADDING 13:35:18,233 ERROR [main][CipherTest] transformation "GOST28147/OFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,233 INFO [main][CipherTest] transformation=GOST28147/OFB8/ 13:35:18,233 ERROR [main][CipherTest] transformation "GOST28147/OFB8/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,233 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO10126 13:35:18,234 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,234 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO10126-2 13:35:18,234 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,234 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO10126-2PADDING 13:35:18,234 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,234 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO10126PADDING 13:35:18,234 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,235 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO7816-4 13:35:18,235 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,235 INFO [main][CipherTest] transformation=GOST28147/OFB8/ISO7816-4PADDING 13:35:18,235 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,235 INFO [main][CipherTest] transformation=GOST28147/OFB8/NOPADDING 13:35:18,235 ERROR [main][CipherTest] transformation "GOST28147/OFB8/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,235 INFO [main][CipherTest] transformation=GOST28147/OFB8/PKCS5 13:35:18,235 ERROR [main][CipherTest] transformation "GOST28147/OFB8/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,235 INFO [main][CipherTest] transformation=GOST28147/OFB8/PKCS5PADDING 13:35:18,235 ERROR [main][CipherTest] transformation "GOST28147/OFB8/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,236 INFO [main][CipherTest] transformation=GOST28147/OFB8/PKCS7 13:35:18,236 ERROR [main][CipherTest] transformation "GOST28147/OFB8/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,236 INFO [main][CipherTest] transformation=GOST28147/OFB8/PKCS7PADDING 13:35:18,236 ERROR [main][CipherTest] transformation "GOST28147/OFB8/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,236 INFO [main][CipherTest] transformation=GOST28147/OFB8/TBC 13:35:18,236 ERROR [main][CipherTest] transformation "GOST28147/OFB8/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,236 INFO [main][CipherTest] transformation=GOST28147/OFB8/TBCPADDING 13:35:18,236 ERROR [main][CipherTest] transformation "GOST28147/OFB8/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,236 INFO [main][CipherTest] transformation=GOST28147/OFB8/X9.23 13:35:18,236 ERROR [main][CipherTest] transformation "GOST28147/OFB8/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,237 INFO [main][CipherTest] transformation=GOST28147/OFB8/X9.23PADDING 13:35:18,237 ERROR [main][CipherTest] transformation "GOST28147/OFB8/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,237 INFO [main][CipherTest] transformation=GOST28147/OFB8/ZEROBYTE 13:35:18,237 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,237 INFO [main][CipherTest] transformation=GOST28147/OFB8/ZEROBYTEPADDING 13:35:18,237 ERROR [main][CipherTest] transformation "GOST28147/OFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,237 INFO [main][CipherTest] transformation=GOST28147/OFB80/ 13:35:18,237 ERROR [main][CipherTest] transformation "GOST28147/OFB80/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,237 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO10126 13:35:18,238 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,238 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO10126-2 13:35:18,238 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,238 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO10126-2PADDING 13:35:18,238 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,238 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO10126PADDING 13:35:18,238 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,238 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO7816-4 13:35:18,239 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,239 INFO [main][CipherTest] transformation=GOST28147/OFB80/ISO7816-4PADDING 13:35:18,239 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,239 INFO [main][CipherTest] transformation=GOST28147/OFB80/NOPADDING 13:35:18,239 ERROR [main][CipherTest] transformation "GOST28147/OFB80/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,239 INFO [main][CipherTest] transformation=GOST28147/OFB80/PKCS5 13:35:18,239 ERROR [main][CipherTest] transformation "GOST28147/OFB80/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,239 INFO [main][CipherTest] transformation=GOST28147/OFB80/PKCS5PADDING 13:35:18,239 ERROR [main][CipherTest] transformation "GOST28147/OFB80/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,239 INFO [main][CipherTest] transformation=GOST28147/OFB80/PKCS7 13:35:18,240 ERROR [main][CipherTest] transformation "GOST28147/OFB80/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,240 INFO [main][CipherTest] transformation=GOST28147/OFB80/PKCS7PADDING 13:35:18,240 ERROR [main][CipherTest] transformation "GOST28147/OFB80/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,240 INFO [main][CipherTest] transformation=GOST28147/OFB80/TBC 13:35:18,240 ERROR [main][CipherTest] transformation "GOST28147/OFB80/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,240 INFO [main][CipherTest] transformation=GOST28147/OFB80/TBCPADDING 13:35:18,240 ERROR [main][CipherTest] transformation "GOST28147/OFB80/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,240 INFO [main][CipherTest] transformation=GOST28147/OFB80/X9.23 13:35:18,240 ERROR [main][CipherTest] transformation "GOST28147/OFB80/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,240 INFO [main][CipherTest] transformation=GOST28147/OFB80/X9.23PADDING 13:35:18,241 ERROR [main][CipherTest] transformation "GOST28147/OFB80/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,241 INFO [main][CipherTest] transformation=GOST28147/OFB80/ZEROBYTE 13:35:18,241 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,241 INFO [main][CipherTest] transformation=GOST28147/OFB80/ZEROBYTEPADDING 13:35:18,241 ERROR [main][CipherTest] transformation "GOST28147/OFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,241 INFO [main][CipherTest] transformation=GOST28147/OFB88/ 13:35:18,241 ERROR [main][CipherTest] transformation "GOST28147/OFB88/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,241 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO10126 13:35:18,241 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,242 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO10126-2 13:35:18,242 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,242 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO10126-2PADDING 13:35:18,242 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,242 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO10126PADDING 13:35:18,242 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,242 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO7816-4 13:35:18,242 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,243 INFO [main][CipherTest] transformation=GOST28147/OFB88/ISO7816-4PADDING 13:35:18,243 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,243 INFO [main][CipherTest] transformation=GOST28147/OFB88/NOPADDING 13:35:18,243 ERROR [main][CipherTest] transformation "GOST28147/OFB88/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,243 INFO [main][CipherTest] transformation=GOST28147/OFB88/PKCS5 13:35:18,243 ERROR [main][CipherTest] transformation "GOST28147/OFB88/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,243 INFO [main][CipherTest] transformation=GOST28147/OFB88/PKCS5PADDING 13:35:18,243 ERROR [main][CipherTest] transformation "GOST28147/OFB88/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,243 INFO [main][CipherTest] transformation=GOST28147/OFB88/PKCS7 13:35:18,243 ERROR [main][CipherTest] transformation "GOST28147/OFB88/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,244 INFO [main][CipherTest] transformation=GOST28147/OFB88/PKCS7PADDING 13:35:18,244 ERROR [main][CipherTest] transformation "GOST28147/OFB88/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,244 INFO [main][CipherTest] transformation=GOST28147/OFB88/TBC 13:35:18,244 ERROR [main][CipherTest] transformation "GOST28147/OFB88/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,244 INFO [main][CipherTest] transformation=GOST28147/OFB88/TBCPADDING 13:35:18,244 ERROR [main][CipherTest] transformation "GOST28147/OFB88/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,244 INFO [main][CipherTest] transformation=GOST28147/OFB88/X9.23 13:35:18,244 ERROR [main][CipherTest] transformation "GOST28147/OFB88/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,244 INFO [main][CipherTest] transformation=GOST28147/OFB88/X9.23PADDING 13:35:18,244 ERROR [main][CipherTest] transformation "GOST28147/OFB88/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,245 INFO [main][CipherTest] transformation=GOST28147/OFB88/ZEROBYTE 13:35:18,245 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,245 INFO [main][CipherTest] transformation=GOST28147/OFB88/ZEROBYTEPADDING 13:35:18,245 ERROR [main][CipherTest] transformation "GOST28147/OFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,245 INFO [main][CipherTest] transformation=GOST28147/OFB96/ 13:35:18,245 ERROR [main][CipherTest] transformation "GOST28147/OFB96/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,245 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO10126 13:35:18,245 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,245 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO10126-2 13:35:18,246 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,246 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO10126-2PADDING 13:35:18,246 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,246 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO10126PADDING 13:35:18,246 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,246 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO7816-4 13:35:18,246 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,246 INFO [main][CipherTest] transformation=GOST28147/OFB96/ISO7816-4PADDING 13:35:18,247 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,247 INFO [main][CipherTest] transformation=GOST28147/OFB96/NOPADDING 13:35:18,247 ERROR [main][CipherTest] transformation "GOST28147/OFB96/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,247 INFO [main][CipherTest] transformation=GOST28147/OFB96/PKCS5 13:35:18,247 ERROR [main][CipherTest] transformation "GOST28147/OFB96/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,247 INFO [main][CipherTest] transformation=GOST28147/OFB96/PKCS5PADDING 13:35:18,247 ERROR [main][CipherTest] transformation "GOST28147/OFB96/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,247 INFO [main][CipherTest] transformation=GOST28147/OFB96/PKCS7 13:35:18,247 ERROR [main][CipherTest] transformation "GOST28147/OFB96/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,248 INFO [main][CipherTest] transformation=GOST28147/OFB96/PKCS7PADDING 13:35:18,248 ERROR [main][CipherTest] transformation "GOST28147/OFB96/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,248 INFO [main][CipherTest] transformation=GOST28147/OFB96/TBC 13:35:18,248 ERROR [main][CipherTest] transformation "GOST28147/OFB96/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,248 INFO [main][CipherTest] transformation=GOST28147/OFB96/TBCPADDING 13:35:18,248 ERROR [main][CipherTest] transformation "GOST28147/OFB96/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,248 INFO [main][CipherTest] transformation=GOST28147/OFB96/X9.23 13:35:18,248 ERROR [main][CipherTest] transformation "GOST28147/OFB96/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,248 INFO [main][CipherTest] transformation=GOST28147/OFB96/X9.23PADDING 13:35:18,248 ERROR [main][CipherTest] transformation "GOST28147/OFB96/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,249 INFO [main][CipherTest] transformation=GOST28147/OFB96/ZEROBYTE 13:35:18,249 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,249 INFO [main][CipherTest] transformation=GOST28147/OFB96/ZEROBYTEPADDING 13:35:18,249 ERROR [main][CipherTest] transformation "GOST28147/OFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,249 INFO [main][CipherTest] transformation=GOST28147/SIC/ 13:35:18,249 ERROR [main][CipherTest] transformation "GOST28147/SIC/": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,249 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO10126 13:35:18,249 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO10126": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,249 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO10126-2 13:35:18,250 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO10126-2": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,250 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO10126-2PADDING 13:35:18,250 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO10126-2PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,250 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO10126PADDING 13:35:18,250 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO10126PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,250 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO7816-4 13:35:18,251 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO7816-4": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,251 INFO [main][CipherTest] transformation=GOST28147/SIC/ISO7816-4PADDING 13:35:18,251 ERROR [main][CipherTest] transformation "GOST28147/SIC/ISO7816-4PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,251 INFO [main][CipherTest] transformation=GOST28147/SIC/NOPADDING 13:35:18,251 ERROR [main][CipherTest] transformation "GOST28147/SIC/NOPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,251 INFO [main][CipherTest] transformation=GOST28147/SIC/PKCS5 13:35:18,251 ERROR [main][CipherTest] transformation "GOST28147/SIC/PKCS5": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,251 INFO [main][CipherTest] transformation=GOST28147/SIC/PKCS5PADDING 13:35:18,252 ERROR [main][CipherTest] transformation "GOST28147/SIC/PKCS5PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,252 INFO [main][CipherTest] transformation=GOST28147/SIC/PKCS7 13:35:18,252 ERROR [main][CipherTest] transformation "GOST28147/SIC/PKCS7": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,252 INFO [main][CipherTest] transformation=GOST28147/SIC/PKCS7PADDING 13:35:18,252 ERROR [main][CipherTest] transformation "GOST28147/SIC/PKCS7PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,252 INFO [main][CipherTest] transformation=GOST28147/SIC/TBC 13:35:18,252 ERROR [main][CipherTest] transformation "GOST28147/SIC/TBC": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,252 INFO [main][CipherTest] transformation=GOST28147/SIC/TBCPADDING 13:35:18,253 ERROR [main][CipherTest] transformation "GOST28147/SIC/TBCPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,253 INFO [main][CipherTest] transformation=GOST28147/SIC/X9.23 13:35:18,253 ERROR [main][CipherTest] transformation "GOST28147/SIC/X9.23": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,253 INFO [main][CipherTest] transformation=GOST28147/SIC/X9.23PADDING 13:35:18,253 ERROR [main][CipherTest] transformation "GOST28147/SIC/X9.23PADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,253 INFO [main][CipherTest] transformation=GOST28147/SIC/ZEROBYTE 13:35:18,253 ERROR [main][CipherTest] transformation "GOST28147/SIC/ZEROBYTE": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,253 INFO [main][CipherTest] transformation=GOST28147/SIC/ZEROBYTEPADDING 13:35:18,253 ERROR [main][CipherTest] transformation "GOST28147/SIC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: Key length invalid. Key needs to be 32 byte - 256 bit!!! 13:35:18,254 INFO [main][CipherTest] transformation=GRAIN-128// 13:35:18,254 INFO [main][CipherTest] transformation=GRAIN-128//NOPADDING 13:35:18,254 INFO [main][CipherTest] transformation=GRAIN-128/ECB/ 13:35:18,255 INFO [main][CipherTest] transformation=GRAIN-128/ECB/NOPADDING 13:35:18,255 INFO [main][CipherTest] transformation=GRAIN-V1// 13:35:18,255 INFO [main][CipherTest] transformation=GRAIN-V1//NOPADDING 13:35:18,255 INFO [main][CipherTest] transformation=GRAIN-V1/ECB/ 13:35:18,256 INFO [main][CipherTest] transformation=GRAIN-V1/ECB/NOPADDING 13:35:18,256 INFO [main][CipherTest] transformation=HC-128// 13:35:18,271 INFO [main][CipherTest] transformation=HC-128//NOPADDING 13:35:18,279 INFO [main][CipherTest] transformation=HC-128/ECB/ 13:35:18,294 INFO [main][CipherTest] transformation=HC-128/ECB/NOPADDING 13:35:18,304 INFO [main][CipherTest] transformation=HC-256// 13:35:18,343 INFO [main][CipherTest] transformation=HC-256//NOPADDING 13:35:18,372 INFO [main][CipherTest] transformation=HC-256/ECB/ 13:35:18,412 INFO [main][CipherTest] transformation=HC-256/ECB/NOPADDING 13:35:18,430 INFO [main][CipherTest] transformation=ISAAC// 13:35:18,432 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "ISAAC//" does not support IV => Skipping. 13:35:18,432 INFO [main][CipherTest] transformation=ISAAC//NOPADDING 13:35:18,433 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "ISAAC//NOPADDING" does not support IV => Skipping. 13:35:18,433 INFO [main][CipherTest] transformation=ISAAC/ECB/ 13:35:18,434 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "ISAAC/ECB/" does not support IV => Skipping. 13:35:18,434 INFO [main][CipherTest] transformation=ISAAC/ECB/NOPADDING 13:35:18,435 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "ISAAC/ECB/NOPADDING" does not support IV => Skipping. 13:35:18,435 INFO [main][CipherTest] transformation=NOEKEON// 13:35:18,435 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON//" does not support IV => Skipping. 13:35:18,435 INFO [main][CipherTest] transformation=NOEKEON//NOPADDING 13:35:18,435 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON//NOPADDING" does not support IV => Skipping. 13:35:18,435 INFO [main][CipherTest] transformation=NOEKEON/CBC-CTS/ 13:35:18,435 INFO [main][CipherTest] transformation=NOEKEON/CBC-CTS/NOPADDING 13:35:18,436 INFO [main][CipherTest] transformation=NOEKEON/CBC/ 13:35:18,436 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO10126 13:35:18,436 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO10126-2 13:35:18,436 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO10126-2PADDING 13:35:18,437 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO10126PADDING 13:35:18,437 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO7816-4 13:35:18,437 INFO [main][CipherTest] transformation=NOEKEON/CBC/ISO7816-4PADDING 13:35:18,437 INFO [main][CipherTest] transformation=NOEKEON/CBC/NOPADDING 13:35:18,437 INFO [main][CipherTest] transformation=NOEKEON/CBC/PKCS5 13:35:18,437 INFO [main][CipherTest] transformation=NOEKEON/CBC/PKCS5PADDING 13:35:18,438 INFO [main][CipherTest] transformation=NOEKEON/CBC/PKCS7 13:35:18,438 INFO [main][CipherTest] transformation=NOEKEON/CBC/PKCS7PADDING 13:35:18,438 INFO [main][CipherTest] transformation=NOEKEON/CBC/TBC 13:35:18,438 INFO [main][CipherTest] transformation=NOEKEON/CBC/TBCPADDING 13:35:18,438 INFO [main][CipherTest] transformation=NOEKEON/CBC/X9.23 13:35:18,438 INFO [main][CipherTest] transformation=NOEKEON/CBC/X9.23PADDING 13:35:18,439 INFO [main][CipherTest] transformation=NOEKEON/CBC/ZEROBYTE 13:35:18,439 INFO [main][CipherTest] transformation=NOEKEON/CBC/ZEROBYTEPADDING 13:35:18,439 INFO [main][CipherTest] transformation=NOEKEON/CCM/ 13:35:18,439 INFO [main][CipherTest] transformation=NOEKEON/CCM/NOPADDING 13:35:18,439 INFO [main][CipherTest] transformation=NOEKEON/CFB/ 13:35:18,439 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO10126 13:35:18,440 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO10126-2 13:35:18,440 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO10126-2PADDING 13:35:18,440 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO10126PADDING 13:35:18,441 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO7816-4 13:35:18,441 INFO [main][CipherTest] transformation=NOEKEON/CFB/ISO7816-4PADDING 13:35:18,441 INFO [main][CipherTest] transformation=NOEKEON/CFB/NOPADDING 13:35:18,441 INFO [main][CipherTest] transformation=NOEKEON/CFB/PKCS5 13:35:18,441 INFO [main][CipherTest] transformation=NOEKEON/CFB/PKCS5PADDING 13:35:18,441 INFO [main][CipherTest] transformation=NOEKEON/CFB/PKCS7 13:35:18,442 INFO [main][CipherTest] transformation=NOEKEON/CFB/PKCS7PADDING 13:35:18,442 INFO [main][CipherTest] transformation=NOEKEON/CFB/TBC 13:35:18,442 INFO [main][CipherTest] transformation=NOEKEON/CFB/TBCPADDING 13:35:18,442 INFO [main][CipherTest] transformation=NOEKEON/CFB/X9.23 13:35:18,442 INFO [main][CipherTest] transformation=NOEKEON/CFB/X9.23PADDING 13:35:18,442 INFO [main][CipherTest] transformation=NOEKEON/CFB/ZEROBYTE 13:35:18,443 INFO [main][CipherTest] transformation=NOEKEON/CFB/ZEROBYTEPADDING 13:35:18,443 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ 13:35:18,443 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO10126 13:35:18,443 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO10126-2 13:35:18,443 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO10126-2PADDING 13:35:18,444 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO10126PADDING 13:35:18,444 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO7816-4 13:35:18,444 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ISO7816-4PADDING 13:35:18,444 INFO [main][CipherTest] transformation=NOEKEON/CFB104/NOPADDING 13:35:18,445 INFO [main][CipherTest] transformation=NOEKEON/CFB104/PKCS5 13:35:18,445 INFO [main][CipherTest] transformation=NOEKEON/CFB104/PKCS5PADDING 13:35:18,445 INFO [main][CipherTest] transformation=NOEKEON/CFB104/PKCS7 13:35:18,445 INFO [main][CipherTest] transformation=NOEKEON/CFB104/PKCS7PADDING 13:35:18,445 INFO [main][CipherTest] transformation=NOEKEON/CFB104/TBC 13:35:18,445 INFO [main][CipherTest] transformation=NOEKEON/CFB104/TBCPADDING 13:35:18,445 INFO [main][CipherTest] transformation=NOEKEON/CFB104/X9.23 13:35:18,446 INFO [main][CipherTest] transformation=NOEKEON/CFB104/X9.23PADDING 13:35:18,446 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ZEROBYTE 13:35:18,446 INFO [main][CipherTest] transformation=NOEKEON/CFB104/ZEROBYTEPADDING 13:35:18,446 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ 13:35:18,446 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO10126 13:35:18,447 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO10126-2 13:35:18,447 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO10126-2PADDING 13:35:18,447 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO10126PADDING 13:35:18,447 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO7816-4 13:35:18,448 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ISO7816-4PADDING 13:35:18,448 INFO [main][CipherTest] transformation=NOEKEON/CFB112/NOPADDING 13:35:18,448 INFO [main][CipherTest] transformation=NOEKEON/CFB112/PKCS5 13:35:18,448 INFO [main][CipherTest] transformation=NOEKEON/CFB112/PKCS5PADDING 13:35:18,448 INFO [main][CipherTest] transformation=NOEKEON/CFB112/PKCS7 13:35:18,448 INFO [main][CipherTest] transformation=NOEKEON/CFB112/PKCS7PADDING 13:35:18,449 INFO [main][CipherTest] transformation=NOEKEON/CFB112/TBC 13:35:18,449 INFO [main][CipherTest] transformation=NOEKEON/CFB112/TBCPADDING 13:35:18,449 INFO [main][CipherTest] transformation=NOEKEON/CFB112/X9.23 13:35:18,449 INFO [main][CipherTest] transformation=NOEKEON/CFB112/X9.23PADDING 13:35:18,449 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ZEROBYTE 13:35:18,449 INFO [main][CipherTest] transformation=NOEKEON/CFB112/ZEROBYTEPADDING 13:35:18,450 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ 13:35:18,450 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO10126 13:35:18,450 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO10126-2 13:35:18,450 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO10126-2PADDING 13:35:18,451 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO10126PADDING 13:35:18,451 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO7816-4 13:35:18,451 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ISO7816-4PADDING 13:35:18,451 INFO [main][CipherTest] transformation=NOEKEON/CFB120/NOPADDING 13:35:18,451 INFO [main][CipherTest] transformation=NOEKEON/CFB120/PKCS5 13:35:18,452 INFO [main][CipherTest] transformation=NOEKEON/CFB120/PKCS5PADDING 13:35:18,452 INFO [main][CipherTest] transformation=NOEKEON/CFB120/PKCS7 13:35:18,452 INFO [main][CipherTest] transformation=NOEKEON/CFB120/PKCS7PADDING 13:35:18,452 INFO [main][CipherTest] transformation=NOEKEON/CFB120/TBC 13:35:18,452 INFO [main][CipherTest] transformation=NOEKEON/CFB120/TBCPADDING 13:35:18,452 INFO [main][CipherTest] transformation=NOEKEON/CFB120/X9.23 13:35:18,453 INFO [main][CipherTest] transformation=NOEKEON/CFB120/X9.23PADDING 13:35:18,453 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ZEROBYTE 13:35:18,453 INFO [main][CipherTest] transformation=NOEKEON/CFB120/ZEROBYTEPADDING 13:35:18,453 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ 13:35:18,453 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO10126 13:35:18,453 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO10126-2 13:35:18,454 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO10126-2PADDING 13:35:18,454 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO10126PADDING 13:35:18,454 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO7816-4 13:35:18,454 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ISO7816-4PADDING 13:35:18,455 INFO [main][CipherTest] transformation=NOEKEON/CFB128/NOPADDING 13:35:18,455 INFO [main][CipherTest] transformation=NOEKEON/CFB128/PKCS5 13:35:18,455 INFO [main][CipherTest] transformation=NOEKEON/CFB128/PKCS5PADDING 13:35:18,455 INFO [main][CipherTest] transformation=NOEKEON/CFB128/PKCS7 13:35:18,455 INFO [main][CipherTest] transformation=NOEKEON/CFB128/PKCS7PADDING 13:35:18,455 INFO [main][CipherTest] transformation=NOEKEON/CFB128/TBC 13:35:18,456 INFO [main][CipherTest] transformation=NOEKEON/CFB128/TBCPADDING 13:35:18,456 INFO [main][CipherTest] transformation=NOEKEON/CFB128/X9.23 13:35:18,456 INFO [main][CipherTest] transformation=NOEKEON/CFB128/X9.23PADDING 13:35:18,456 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ZEROBYTE 13:35:18,456 INFO [main][CipherTest] transformation=NOEKEON/CFB128/ZEROBYTEPADDING 13:35:18,456 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ 13:35:18,457 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO10126 13:35:18,457 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO10126-2 13:35:18,457 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO10126-2PADDING 13:35:18,457 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO10126PADDING 13:35:18,458 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO7816-4 13:35:18,458 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ISO7816-4PADDING 13:35:18,458 INFO [main][CipherTest] transformation=NOEKEON/CFB136/NOPADDING 13:35:18,458 INFO [main][CipherTest] transformation=NOEKEON/CFB136/PKCS5 13:35:18,458 INFO [main][CipherTest] transformation=NOEKEON/CFB136/PKCS5PADDING 13:35:18,458 INFO [main][CipherTest] transformation=NOEKEON/CFB136/PKCS7 13:35:18,459 INFO [main][CipherTest] transformation=NOEKEON/CFB136/PKCS7PADDING 13:35:18,459 INFO [main][CipherTest] transformation=NOEKEON/CFB136/TBC 13:35:18,459 INFO [main][CipherTest] transformation=NOEKEON/CFB136/TBCPADDING 13:35:18,459 INFO [main][CipherTest] transformation=NOEKEON/CFB136/X9.23 13:35:18,459 INFO [main][CipherTest] transformation=NOEKEON/CFB136/X9.23PADDING 13:35:18,459 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ZEROBYTE 13:35:18,460 INFO [main][CipherTest] transformation=NOEKEON/CFB136/ZEROBYTEPADDING 13:35:18,460 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ 13:35:18,460 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO10126 13:35:18,460 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO10126-2 13:35:18,460 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO10126-2PADDING 13:35:18,461 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO10126PADDING 13:35:18,461 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO7816-4 13:35:18,461 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ISO7816-4PADDING 13:35:18,461 INFO [main][CipherTest] transformation=NOEKEON/CFB144/NOPADDING 13:35:18,462 INFO [main][CipherTest] transformation=NOEKEON/CFB144/PKCS5 13:35:18,462 INFO [main][CipherTest] transformation=NOEKEON/CFB144/PKCS5PADDING 13:35:18,462 INFO [main][CipherTest] transformation=NOEKEON/CFB144/PKCS7 13:35:18,462 INFO [main][CipherTest] transformation=NOEKEON/CFB144/PKCS7PADDING 13:35:18,462 INFO [main][CipherTest] transformation=NOEKEON/CFB144/TBC 13:35:18,462 INFO [main][CipherTest] transformation=NOEKEON/CFB144/TBCPADDING 13:35:18,463 INFO [main][CipherTest] transformation=NOEKEON/CFB144/X9.23 13:35:18,463 INFO [main][CipherTest] transformation=NOEKEON/CFB144/X9.23PADDING 13:35:18,463 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ZEROBYTE 13:35:18,463 INFO [main][CipherTest] transformation=NOEKEON/CFB144/ZEROBYTEPADDING 13:35:18,463 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ 13:35:18,463 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO10126 13:35:18,464 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO10126-2 13:35:18,464 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO10126-2PADDING 13:35:18,464 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO10126PADDING 13:35:18,465 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO7816-4 13:35:18,465 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ISO7816-4PADDING 13:35:18,465 INFO [main][CipherTest] transformation=NOEKEON/CFB152/NOPADDING 13:35:18,465 INFO [main][CipherTest] transformation=NOEKEON/CFB152/PKCS5 13:35:18,465 INFO [main][CipherTest] transformation=NOEKEON/CFB152/PKCS5PADDING 13:35:18,465 INFO [main][CipherTest] transformation=NOEKEON/CFB152/PKCS7 13:35:18,466 INFO [main][CipherTest] transformation=NOEKEON/CFB152/PKCS7PADDING 13:35:18,466 INFO [main][CipherTest] transformation=NOEKEON/CFB152/TBC 13:35:18,466 INFO [main][CipherTest] transformation=NOEKEON/CFB152/TBCPADDING 13:35:18,466 INFO [main][CipherTest] transformation=NOEKEON/CFB152/X9.23 13:35:18,466 INFO [main][CipherTest] transformation=NOEKEON/CFB152/X9.23PADDING 13:35:18,466 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ZEROBYTE 13:35:18,467 INFO [main][CipherTest] transformation=NOEKEON/CFB152/ZEROBYTEPADDING 13:35:18,467 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ 13:35:18,467 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO10126 13:35:18,467 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO10126-2 13:35:18,468 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO10126-2PADDING 13:35:18,468 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO10126PADDING 13:35:18,468 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO7816-4 13:35:18,468 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ISO7816-4PADDING 13:35:18,468 INFO [main][CipherTest] transformation=NOEKEON/CFB16/NOPADDING 13:35:18,469 INFO [main][CipherTest] transformation=NOEKEON/CFB16/PKCS5 13:35:18,469 INFO [main][CipherTest] transformation=NOEKEON/CFB16/PKCS5PADDING 13:35:18,469 INFO [main][CipherTest] transformation=NOEKEON/CFB16/PKCS7 13:35:18,469 INFO [main][CipherTest] transformation=NOEKEON/CFB16/PKCS7PADDING 13:35:18,469 INFO [main][CipherTest] transformation=NOEKEON/CFB16/TBC 13:35:18,469 INFO [main][CipherTest] transformation=NOEKEON/CFB16/TBCPADDING 13:35:18,470 INFO [main][CipherTest] transformation=NOEKEON/CFB16/X9.23 13:35:18,470 INFO [main][CipherTest] transformation=NOEKEON/CFB16/X9.23PADDING 13:35:18,470 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ZEROBYTE 13:35:18,470 INFO [main][CipherTest] transformation=NOEKEON/CFB16/ZEROBYTEPADDING 13:35:18,470 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ 13:35:18,471 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO10126 13:35:18,471 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO10126-2 13:35:18,471 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO10126-2PADDING 13:35:18,471 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO10126PADDING 13:35:18,472 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO7816-4 13:35:18,472 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ISO7816-4PADDING 13:35:18,472 INFO [main][CipherTest] transformation=NOEKEON/CFB160/NOPADDING 13:35:18,472 INFO [main][CipherTest] transformation=NOEKEON/CFB160/PKCS5 13:35:18,472 INFO [main][CipherTest] transformation=NOEKEON/CFB160/PKCS5PADDING 13:35:18,472 INFO [main][CipherTest] transformation=NOEKEON/CFB160/PKCS7 13:35:18,473 INFO [main][CipherTest] transformation=NOEKEON/CFB160/PKCS7PADDING 13:35:18,473 INFO [main][CipherTest] transformation=NOEKEON/CFB160/TBC 13:35:18,473 INFO [main][CipherTest] transformation=NOEKEON/CFB160/TBCPADDING 13:35:18,473 INFO [main][CipherTest] transformation=NOEKEON/CFB160/X9.23 13:35:18,473 INFO [main][CipherTest] transformation=NOEKEON/CFB160/X9.23PADDING 13:35:18,473 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ZEROBYTE 13:35:18,474 INFO [main][CipherTest] transformation=NOEKEON/CFB160/ZEROBYTEPADDING 13:35:18,474 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ 13:35:18,474 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO10126 13:35:18,474 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO10126-2 13:35:18,475 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO10126-2PADDING 13:35:18,475 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO10126PADDING 13:35:18,475 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO7816-4 13:35:18,475 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ISO7816-4PADDING 13:35:18,475 INFO [main][CipherTest] transformation=NOEKEON/CFB168/NOPADDING 13:35:18,476 INFO [main][CipherTest] transformation=NOEKEON/CFB168/PKCS5 13:35:18,476 INFO [main][CipherTest] transformation=NOEKEON/CFB168/PKCS5PADDING 13:35:18,476 INFO [main][CipherTest] transformation=NOEKEON/CFB168/PKCS7 13:35:18,476 INFO [main][CipherTest] transformation=NOEKEON/CFB168/PKCS7PADDING 13:35:18,476 INFO [main][CipherTest] transformation=NOEKEON/CFB168/TBC 13:35:18,476 INFO [main][CipherTest] transformation=NOEKEON/CFB168/TBCPADDING 13:35:18,477 INFO [main][CipherTest] transformation=NOEKEON/CFB168/X9.23 13:35:18,477 INFO [main][CipherTest] transformation=NOEKEON/CFB168/X9.23PADDING 13:35:18,477 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ZEROBYTE 13:35:18,477 INFO [main][CipherTest] transformation=NOEKEON/CFB168/ZEROBYTEPADDING 13:35:18,477 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ 13:35:18,477 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO10126 13:35:18,478 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO10126-2 13:35:18,478 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO10126-2PADDING 13:35:18,478 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO10126PADDING 13:35:18,479 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO7816-4 13:35:18,479 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ISO7816-4PADDING 13:35:18,479 INFO [main][CipherTest] transformation=NOEKEON/CFB176/NOPADDING 13:35:18,479 INFO [main][CipherTest] transformation=NOEKEON/CFB176/PKCS5 13:35:18,479 INFO [main][CipherTest] transformation=NOEKEON/CFB176/PKCS5PADDING 13:35:18,479 INFO [main][CipherTest] transformation=NOEKEON/CFB176/PKCS7 13:35:18,480 INFO [main][CipherTest] transformation=NOEKEON/CFB176/PKCS7PADDING 13:35:18,480 INFO [main][CipherTest] transformation=NOEKEON/CFB176/TBC 13:35:18,480 INFO [main][CipherTest] transformation=NOEKEON/CFB176/TBCPADDING 13:35:18,480 INFO [main][CipherTest] transformation=NOEKEON/CFB176/X9.23 13:35:18,480 INFO [main][CipherTest] transformation=NOEKEON/CFB176/X9.23PADDING 13:35:18,480 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ZEROBYTE 13:35:18,480 INFO [main][CipherTest] transformation=NOEKEON/CFB176/ZEROBYTEPADDING 13:35:18,481 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ 13:35:18,481 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO10126 13:35:18,481 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO10126-2 13:35:18,481 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO10126-2PADDING 13:35:18,482 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO10126PADDING 13:35:18,482 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO7816-4 13:35:18,482 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ISO7816-4PADDING 13:35:18,482 INFO [main][CipherTest] transformation=NOEKEON/CFB184/NOPADDING 13:35:18,482 INFO [main][CipherTest] transformation=NOEKEON/CFB184/PKCS5 13:35:18,483 INFO [main][CipherTest] transformation=NOEKEON/CFB184/PKCS5PADDING 13:35:18,483 INFO [main][CipherTest] transformation=NOEKEON/CFB184/PKCS7 13:35:18,483 INFO [main][CipherTest] transformation=NOEKEON/CFB184/PKCS7PADDING 13:35:18,483 INFO [main][CipherTest] transformation=NOEKEON/CFB184/TBC 13:35:18,483 INFO [main][CipherTest] transformation=NOEKEON/CFB184/TBCPADDING 13:35:18,483 INFO [main][CipherTest] transformation=NOEKEON/CFB184/X9.23 13:35:18,484 INFO [main][CipherTest] transformation=NOEKEON/CFB184/X9.23PADDING 13:35:18,484 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ZEROBYTE 13:35:18,484 INFO [main][CipherTest] transformation=NOEKEON/CFB184/ZEROBYTEPADDING 13:35:18,484 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ 13:35:18,484 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO10126 13:35:18,485 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO10126-2 13:35:18,485 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO10126-2PADDING 13:35:18,485 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO10126PADDING 13:35:18,485 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO7816-4 13:35:18,486 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ISO7816-4PADDING 13:35:18,486 INFO [main][CipherTest] transformation=NOEKEON/CFB192/NOPADDING 13:35:18,486 INFO [main][CipherTest] transformation=NOEKEON/CFB192/PKCS5 13:35:18,486 INFO [main][CipherTest] transformation=NOEKEON/CFB192/PKCS5PADDING 13:35:18,486 INFO [main][CipherTest] transformation=NOEKEON/CFB192/PKCS7 13:35:18,486 INFO [main][CipherTest] transformation=NOEKEON/CFB192/PKCS7PADDING 13:35:18,487 INFO [main][CipherTest] transformation=NOEKEON/CFB192/TBC 13:35:18,487 INFO [main][CipherTest] transformation=NOEKEON/CFB192/TBCPADDING 13:35:18,487 INFO [main][CipherTest] transformation=NOEKEON/CFB192/X9.23 13:35:18,487 INFO [main][CipherTest] transformation=NOEKEON/CFB192/X9.23PADDING 13:35:18,487 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ZEROBYTE 13:35:18,487 INFO [main][CipherTest] transformation=NOEKEON/CFB192/ZEROBYTEPADDING 13:35:18,488 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ 13:35:18,488 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO10126 13:35:18,488 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO10126-2 13:35:18,488 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO10126-2PADDING 13:35:18,489 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO10126PADDING 13:35:18,489 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO7816-4 13:35:18,489 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ISO7816-4PADDING 13:35:18,489 INFO [main][CipherTest] transformation=NOEKEON/CFB200/NOPADDING 13:35:18,489 INFO [main][CipherTest] transformation=NOEKEON/CFB200/PKCS5 13:35:18,489 INFO [main][CipherTest] transformation=NOEKEON/CFB200/PKCS5PADDING 13:35:18,490 INFO [main][CipherTest] transformation=NOEKEON/CFB200/PKCS7 13:35:18,490 INFO [main][CipherTest] transformation=NOEKEON/CFB200/PKCS7PADDING 13:35:18,490 INFO [main][CipherTest] transformation=NOEKEON/CFB200/TBC 13:35:18,490 INFO [main][CipherTest] transformation=NOEKEON/CFB200/TBCPADDING 13:35:18,490 INFO [main][CipherTest] transformation=NOEKEON/CFB200/X9.23 13:35:18,490 INFO [main][CipherTest] transformation=NOEKEON/CFB200/X9.23PADDING 13:35:18,491 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ZEROBYTE 13:35:18,491 INFO [main][CipherTest] transformation=NOEKEON/CFB200/ZEROBYTEPADDING 13:35:18,491 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ 13:35:18,491 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO10126 13:35:18,491 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO10126-2 13:35:18,492 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO10126-2PADDING 13:35:18,492 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO10126PADDING 13:35:18,492 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO7816-4 13:35:18,492 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ISO7816-4PADDING 13:35:18,493 INFO [main][CipherTest] transformation=NOEKEON/CFB208/NOPADDING 13:35:18,493 INFO [main][CipherTest] transformation=NOEKEON/CFB208/PKCS5 13:35:18,493 INFO [main][CipherTest] transformation=NOEKEON/CFB208/PKCS5PADDING 13:35:18,493 INFO [main][CipherTest] transformation=NOEKEON/CFB208/PKCS7 13:35:18,493 INFO [main][CipherTest] transformation=NOEKEON/CFB208/PKCS7PADDING 13:35:18,493 INFO [main][CipherTest] transformation=NOEKEON/CFB208/TBC 13:35:18,494 INFO [main][CipherTest] transformation=NOEKEON/CFB208/TBCPADDING 13:35:18,494 INFO [main][CipherTest] transformation=NOEKEON/CFB208/X9.23 13:35:18,494 INFO [main][CipherTest] transformation=NOEKEON/CFB208/X9.23PADDING 13:35:18,494 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ZEROBYTE 13:35:18,494 INFO [main][CipherTest] transformation=NOEKEON/CFB208/ZEROBYTEPADDING 13:35:18,494 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ 13:35:18,495 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO10126 13:35:18,495 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO10126-2 13:35:18,495 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO10126-2PADDING 13:35:18,495 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO10126PADDING 13:35:18,496 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO7816-4 13:35:18,496 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ISO7816-4PADDING 13:35:18,496 INFO [main][CipherTest] transformation=NOEKEON/CFB216/NOPADDING 13:35:18,496 INFO [main][CipherTest] transformation=NOEKEON/CFB216/PKCS5 13:35:18,496 INFO [main][CipherTest] transformation=NOEKEON/CFB216/PKCS5PADDING 13:35:18,497 INFO [main][CipherTest] transformation=NOEKEON/CFB216/PKCS7 13:35:18,497 INFO [main][CipherTest] transformation=NOEKEON/CFB216/PKCS7PADDING 13:35:18,497 INFO [main][CipherTest] transformation=NOEKEON/CFB216/TBC 13:35:18,497 INFO [main][CipherTest] transformation=NOEKEON/CFB216/TBCPADDING 13:35:18,497 INFO [main][CipherTest] transformation=NOEKEON/CFB216/X9.23 13:35:18,497 INFO [main][CipherTest] transformation=NOEKEON/CFB216/X9.23PADDING 13:35:18,497 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ZEROBYTE 13:35:18,498 INFO [main][CipherTest] transformation=NOEKEON/CFB216/ZEROBYTEPADDING 13:35:18,498 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ 13:35:18,498 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO10126 13:35:18,498 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO10126-2 13:35:18,499 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO10126-2PADDING 13:35:18,499 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO10126PADDING 13:35:18,499 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO7816-4 13:35:18,499 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ISO7816-4PADDING 13:35:18,499 INFO [main][CipherTest] transformation=NOEKEON/CFB224/NOPADDING 13:35:18,500 INFO [main][CipherTest] transformation=NOEKEON/CFB224/PKCS5 13:35:18,500 INFO [main][CipherTest] transformation=NOEKEON/CFB224/PKCS5PADDING 13:35:18,500 INFO [main][CipherTest] transformation=NOEKEON/CFB224/PKCS7 13:35:18,500 INFO [main][CipherTest] transformation=NOEKEON/CFB224/PKCS7PADDING 13:35:18,500 INFO [main][CipherTest] transformation=NOEKEON/CFB224/TBC 13:35:18,500 INFO [main][CipherTest] transformation=NOEKEON/CFB224/TBCPADDING 13:35:18,501 INFO [main][CipherTest] transformation=NOEKEON/CFB224/X9.23 13:35:18,501 INFO [main][CipherTest] transformation=NOEKEON/CFB224/X9.23PADDING 13:35:18,501 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ZEROBYTE 13:35:18,501 INFO [main][CipherTest] transformation=NOEKEON/CFB224/ZEROBYTEPADDING 13:35:18,501 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ 13:35:18,501 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO10126 13:35:18,502 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO10126-2 13:35:18,502 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO10126-2PADDING 13:35:18,502 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO10126PADDING 13:35:18,503 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO7816-4 13:35:18,503 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ISO7816-4PADDING 13:35:18,503 INFO [main][CipherTest] transformation=NOEKEON/CFB232/NOPADDING 13:35:18,503 INFO [main][CipherTest] transformation=NOEKEON/CFB232/PKCS5 13:35:18,503 INFO [main][CipherTest] transformation=NOEKEON/CFB232/PKCS5PADDING 13:35:18,503 INFO [main][CipherTest] transformation=NOEKEON/CFB232/PKCS7 13:35:18,504 INFO [main][CipherTest] transformation=NOEKEON/CFB232/PKCS7PADDING 13:35:18,504 INFO [main][CipherTest] transformation=NOEKEON/CFB232/TBC 13:35:18,504 INFO [main][CipherTest] transformation=NOEKEON/CFB232/TBCPADDING 13:35:18,504 INFO [main][CipherTest] transformation=NOEKEON/CFB232/X9.23 13:35:18,504 INFO [main][CipherTest] transformation=NOEKEON/CFB232/X9.23PADDING 13:35:18,504 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ZEROBYTE 13:35:18,505 INFO [main][CipherTest] transformation=NOEKEON/CFB232/ZEROBYTEPADDING 13:35:18,505 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ 13:35:18,505 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO10126 13:35:18,505 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO10126-2 13:35:18,505 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO10126-2PADDING 13:35:18,506 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO10126PADDING 13:35:18,506 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO7816-4 13:35:18,506 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ISO7816-4PADDING 13:35:18,506 INFO [main][CipherTest] transformation=NOEKEON/CFB24/NOPADDING 13:35:18,506 INFO [main][CipherTest] transformation=NOEKEON/CFB24/PKCS5 13:35:18,507 INFO [main][CipherTest] transformation=NOEKEON/CFB24/PKCS5PADDING 13:35:18,507 INFO [main][CipherTest] transformation=NOEKEON/CFB24/PKCS7 13:35:18,507 INFO [main][CipherTest] transformation=NOEKEON/CFB24/PKCS7PADDING 13:35:18,507 INFO [main][CipherTest] transformation=NOEKEON/CFB24/TBC 13:35:18,507 INFO [main][CipherTest] transformation=NOEKEON/CFB24/TBCPADDING 13:35:18,507 INFO [main][CipherTest] transformation=NOEKEON/CFB24/X9.23 13:35:18,508 INFO [main][CipherTest] transformation=NOEKEON/CFB24/X9.23PADDING 13:35:18,508 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ZEROBYTE 13:35:18,508 INFO [main][CipherTest] transformation=NOEKEON/CFB24/ZEROBYTEPADDING 13:35:18,508 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ 13:35:18,508 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO10126 13:35:18,508 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO10126-2 13:35:18,509 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO10126-2PADDING 13:35:18,509 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO10126PADDING 13:35:18,509 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO7816-4 13:35:18,509 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ISO7816-4PADDING 13:35:18,510 INFO [main][CipherTest] transformation=NOEKEON/CFB240/NOPADDING 13:35:18,510 INFO [main][CipherTest] transformation=NOEKEON/CFB240/PKCS5 13:35:18,510 INFO [main][CipherTest] transformation=NOEKEON/CFB240/PKCS5PADDING 13:35:18,510 INFO [main][CipherTest] transformation=NOEKEON/CFB240/PKCS7 13:35:18,510 INFO [main][CipherTest] transformation=NOEKEON/CFB240/PKCS7PADDING 13:35:18,510 INFO [main][CipherTest] transformation=NOEKEON/CFB240/TBC 13:35:18,511 INFO [main][CipherTest] transformation=NOEKEON/CFB240/TBCPADDING 13:35:18,511 INFO [main][CipherTest] transformation=NOEKEON/CFB240/X9.23 13:35:18,511 INFO [main][CipherTest] transformation=NOEKEON/CFB240/X9.23PADDING 13:35:18,511 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ZEROBYTE 13:35:18,511 INFO [main][CipherTest] transformation=NOEKEON/CFB240/ZEROBYTEPADDING 13:35:18,511 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ 13:35:18,512 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO10126 13:35:18,512 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO10126-2 13:35:18,512 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO10126-2PADDING 13:35:18,512 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO10126PADDING 13:35:18,513 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO7816-4 13:35:18,513 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ISO7816-4PADDING 13:35:18,513 INFO [main][CipherTest] transformation=NOEKEON/CFB248/NOPADDING 13:35:18,513 INFO [main][CipherTest] transformation=NOEKEON/CFB248/PKCS5 13:35:18,513 INFO [main][CipherTest] transformation=NOEKEON/CFB248/PKCS5PADDING 13:35:18,514 INFO [main][CipherTest] transformation=NOEKEON/CFB248/PKCS7 13:35:18,514 INFO [main][CipherTest] transformation=NOEKEON/CFB248/PKCS7PADDING 13:35:18,514 INFO [main][CipherTest] transformation=NOEKEON/CFB248/TBC 13:35:18,514 INFO [main][CipherTest] transformation=NOEKEON/CFB248/TBCPADDING 13:35:18,514 INFO [main][CipherTest] transformation=NOEKEON/CFB248/X9.23 13:35:18,514 INFO [main][CipherTest] transformation=NOEKEON/CFB248/X9.23PADDING 13:35:18,515 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ZEROBYTE 13:35:18,515 INFO [main][CipherTest] transformation=NOEKEON/CFB248/ZEROBYTEPADDING 13:35:18,515 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ 13:35:18,515 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO10126 13:35:18,515 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO10126-2 13:35:18,516 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO10126-2PADDING 13:35:18,516 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO10126PADDING 13:35:18,516 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO7816-4 13:35:18,516 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ISO7816-4PADDING 13:35:18,516 INFO [main][CipherTest] transformation=NOEKEON/CFB256/NOPADDING 13:35:18,517 INFO [main][CipherTest] transformation=NOEKEON/CFB256/PKCS5 13:35:18,517 INFO [main][CipherTest] transformation=NOEKEON/CFB256/PKCS5PADDING 13:35:18,517 INFO [main][CipherTest] transformation=NOEKEON/CFB256/PKCS7 13:35:18,517 INFO [main][CipherTest] transformation=NOEKEON/CFB256/PKCS7PADDING 13:35:18,517 INFO [main][CipherTest] transformation=NOEKEON/CFB256/TBC 13:35:18,517 INFO [main][CipherTest] transformation=NOEKEON/CFB256/TBCPADDING 13:35:18,518 INFO [main][CipherTest] transformation=NOEKEON/CFB256/X9.23 13:35:18,518 INFO [main][CipherTest] transformation=NOEKEON/CFB256/X9.23PADDING 13:35:18,518 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ZEROBYTE 13:35:18,518 INFO [main][CipherTest] transformation=NOEKEON/CFB256/ZEROBYTEPADDING 13:35:18,518 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ 13:35:18,518 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO10126 13:35:18,519 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO10126-2 13:35:18,519 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO10126-2PADDING 13:35:18,519 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO10126PADDING 13:35:18,519 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO7816-4 13:35:18,520 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ISO7816-4PADDING 13:35:18,520 INFO [main][CipherTest] transformation=NOEKEON/CFB32/NOPADDING 13:35:18,520 INFO [main][CipherTest] transformation=NOEKEON/CFB32/PKCS5 13:35:18,520 INFO [main][CipherTest] transformation=NOEKEON/CFB32/PKCS5PADDING 13:35:18,520 INFO [main][CipherTest] transformation=NOEKEON/CFB32/PKCS7 13:35:18,520 INFO [main][CipherTest] transformation=NOEKEON/CFB32/PKCS7PADDING 13:35:18,521 INFO [main][CipherTest] transformation=NOEKEON/CFB32/TBC 13:35:18,521 INFO [main][CipherTest] transformation=NOEKEON/CFB32/TBCPADDING 13:35:18,521 INFO [main][CipherTest] transformation=NOEKEON/CFB32/X9.23 13:35:18,521 INFO [main][CipherTest] transformation=NOEKEON/CFB32/X9.23PADDING 13:35:18,521 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ZEROBYTE 13:35:18,521 INFO [main][CipherTest] transformation=NOEKEON/CFB32/ZEROBYTEPADDING 13:35:18,522 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ 13:35:18,522 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO10126 13:35:18,522 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO10126-2 13:35:18,522 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO10126-2PADDING 13:35:18,523 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO10126PADDING 13:35:18,523 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO7816-4 13:35:18,523 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ISO7816-4PADDING 13:35:18,523 INFO [main][CipherTest] transformation=NOEKEON/CFB40/NOPADDING 13:35:18,523 INFO [main][CipherTest] transformation=NOEKEON/CFB40/PKCS5 13:35:18,524 INFO [main][CipherTest] transformation=NOEKEON/CFB40/PKCS5PADDING 13:35:18,524 INFO [main][CipherTest] transformation=NOEKEON/CFB40/PKCS7 13:35:18,524 INFO [main][CipherTest] transformation=NOEKEON/CFB40/PKCS7PADDING 13:35:18,524 INFO [main][CipherTest] transformation=NOEKEON/CFB40/TBC 13:35:18,524 INFO [main][CipherTest] transformation=NOEKEON/CFB40/TBCPADDING 13:35:18,524 INFO [main][CipherTest] transformation=NOEKEON/CFB40/X9.23 13:35:18,524 INFO [main][CipherTest] transformation=NOEKEON/CFB40/X9.23PADDING 13:35:18,525 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ZEROBYTE 13:35:18,525 INFO [main][CipherTest] transformation=NOEKEON/CFB40/ZEROBYTEPADDING 13:35:18,525 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ 13:35:18,525 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO10126 13:35:18,525 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO10126-2 13:35:18,526 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO10126-2PADDING 13:35:18,526 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO10126PADDING 13:35:18,526 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO7816-4 13:35:18,526 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ISO7816-4PADDING 13:35:18,527 INFO [main][CipherTest] transformation=NOEKEON/CFB48/NOPADDING 13:35:18,527 INFO [main][CipherTest] transformation=NOEKEON/CFB48/PKCS5 13:35:18,527 INFO [main][CipherTest] transformation=NOEKEON/CFB48/PKCS5PADDING 13:35:18,527 INFO [main][CipherTest] transformation=NOEKEON/CFB48/PKCS7 13:35:18,527 INFO [main][CipherTest] transformation=NOEKEON/CFB48/PKCS7PADDING 13:35:18,527 INFO [main][CipherTest] transformation=NOEKEON/CFB48/TBC 13:35:18,528 INFO [main][CipherTest] transformation=NOEKEON/CFB48/TBCPADDING 13:35:18,528 INFO [main][CipherTest] transformation=NOEKEON/CFB48/X9.23 13:35:18,528 INFO [main][CipherTest] transformation=NOEKEON/CFB48/X9.23PADDING 13:35:18,528 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ZEROBYTE 13:35:18,528 INFO [main][CipherTest] transformation=NOEKEON/CFB48/ZEROBYTEPADDING 13:35:18,528 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ 13:35:18,529 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO10126 13:35:18,529 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO10126-2 13:35:18,529 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO10126-2PADDING 13:35:18,529 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO10126PADDING 13:35:18,530 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO7816-4 13:35:18,530 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ISO7816-4PADDING 13:35:18,530 INFO [main][CipherTest] transformation=NOEKEON/CFB56/NOPADDING 13:35:18,530 INFO [main][CipherTest] transformation=NOEKEON/CFB56/PKCS5 13:35:18,530 INFO [main][CipherTest] transformation=NOEKEON/CFB56/PKCS5PADDING 13:35:18,530 INFO [main][CipherTest] transformation=NOEKEON/CFB56/PKCS7 13:35:18,531 INFO [main][CipherTest] transformation=NOEKEON/CFB56/PKCS7PADDING 13:35:18,531 INFO [main][CipherTest] transformation=NOEKEON/CFB56/TBC 13:35:18,531 INFO [main][CipherTest] transformation=NOEKEON/CFB56/TBCPADDING 13:35:18,531 INFO [main][CipherTest] transformation=NOEKEON/CFB56/X9.23 13:35:18,531 INFO [main][CipherTest] transformation=NOEKEON/CFB56/X9.23PADDING 13:35:18,531 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ZEROBYTE 13:35:18,532 INFO [main][CipherTest] transformation=NOEKEON/CFB56/ZEROBYTEPADDING 13:35:18,532 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ 13:35:18,532 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO10126 13:35:18,532 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO10126-2 13:35:18,532 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO10126-2PADDING 13:35:18,533 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO10126PADDING 13:35:18,533 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO7816-4 13:35:18,533 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ISO7816-4PADDING 13:35:18,533 INFO [main][CipherTest] transformation=NOEKEON/CFB64/NOPADDING 13:35:18,533 INFO [main][CipherTest] transformation=NOEKEON/CFB64/PKCS5 13:35:18,534 INFO [main][CipherTest] transformation=NOEKEON/CFB64/PKCS5PADDING 13:35:18,534 INFO [main][CipherTest] transformation=NOEKEON/CFB64/PKCS7 13:35:18,534 INFO [main][CipherTest] transformation=NOEKEON/CFB64/PKCS7PADDING 13:35:18,534 INFO [main][CipherTest] transformation=NOEKEON/CFB64/TBC 13:35:18,534 INFO [main][CipherTest] transformation=NOEKEON/CFB64/TBCPADDING 13:35:18,534 INFO [main][CipherTest] transformation=NOEKEON/CFB64/X9.23 13:35:18,535 INFO [main][CipherTest] transformation=NOEKEON/CFB64/X9.23PADDING 13:35:18,535 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ZEROBYTE 13:35:18,535 INFO [main][CipherTest] transformation=NOEKEON/CFB64/ZEROBYTEPADDING 13:35:18,535 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ 13:35:18,535 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO10126 13:35:18,536 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO10126-2 13:35:18,536 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO10126-2PADDING 13:35:18,536 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO10126PADDING 13:35:18,536 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO7816-4 13:35:18,536 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ISO7816-4PADDING 13:35:18,537 INFO [main][CipherTest] transformation=NOEKEON/CFB72/NOPADDING 13:35:18,537 INFO [main][CipherTest] transformation=NOEKEON/CFB72/PKCS5 13:35:18,537 INFO [main][CipherTest] transformation=NOEKEON/CFB72/PKCS5PADDING 13:35:18,537 INFO [main][CipherTest] transformation=NOEKEON/CFB72/PKCS7 13:35:18,537 INFO [main][CipherTest] transformation=NOEKEON/CFB72/PKCS7PADDING 13:35:18,537 INFO [main][CipherTest] transformation=NOEKEON/CFB72/TBC 13:35:18,538 INFO [main][CipherTest] transformation=NOEKEON/CFB72/TBCPADDING 13:35:18,538 INFO [main][CipherTest] transformation=NOEKEON/CFB72/X9.23 13:35:18,538 INFO [main][CipherTest] transformation=NOEKEON/CFB72/X9.23PADDING 13:35:18,538 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ZEROBYTE 13:35:18,538 INFO [main][CipherTest] transformation=NOEKEON/CFB72/ZEROBYTEPADDING 13:35:18,538 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ 13:35:18,539 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO10126 13:35:18,539 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO10126-2 13:35:18,539 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO10126-2PADDING 13:35:18,539 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO10126PADDING 13:35:18,540 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO7816-4 13:35:18,540 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ISO7816-4PADDING 13:35:18,540 INFO [main][CipherTest] transformation=NOEKEON/CFB8/NOPADDING 13:35:18,540 INFO [main][CipherTest] transformation=NOEKEON/CFB8/PKCS5 13:35:18,540 INFO [main][CipherTest] transformation=NOEKEON/CFB8/PKCS5PADDING 13:35:18,540 INFO [main][CipherTest] transformation=NOEKEON/CFB8/PKCS7 13:35:18,541 INFO [main][CipherTest] transformation=NOEKEON/CFB8/PKCS7PADDING 13:35:18,541 INFO [main][CipherTest] transformation=NOEKEON/CFB8/TBC 13:35:18,541 INFO [main][CipherTest] transformation=NOEKEON/CFB8/TBCPADDING 13:35:18,541 INFO [main][CipherTest] transformation=NOEKEON/CFB8/X9.23 13:35:18,541 INFO [main][CipherTest] transformation=NOEKEON/CFB8/X9.23PADDING 13:35:18,541 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ZEROBYTE 13:35:18,542 INFO [main][CipherTest] transformation=NOEKEON/CFB8/ZEROBYTEPADDING 13:35:18,542 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ 13:35:18,542 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO10126 13:35:18,542 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO10126-2 13:35:18,543 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO10126-2PADDING 13:35:18,543 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO10126PADDING 13:35:18,543 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO7816-4 13:35:18,543 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ISO7816-4PADDING 13:35:18,543 INFO [main][CipherTest] transformation=NOEKEON/CFB80/NOPADDING 13:35:18,544 INFO [main][CipherTest] transformation=NOEKEON/CFB80/PKCS5 13:35:18,544 INFO [main][CipherTest] transformation=NOEKEON/CFB80/PKCS5PADDING 13:35:18,544 INFO [main][CipherTest] transformation=NOEKEON/CFB80/PKCS7 13:35:18,544 INFO [main][CipherTest] transformation=NOEKEON/CFB80/PKCS7PADDING 13:35:18,544 INFO [main][CipherTest] transformation=NOEKEON/CFB80/TBC 13:35:18,544 INFO [main][CipherTest] transformation=NOEKEON/CFB80/TBCPADDING 13:35:18,545 INFO [main][CipherTest] transformation=NOEKEON/CFB80/X9.23 13:35:18,545 INFO [main][CipherTest] transformation=NOEKEON/CFB80/X9.23PADDING 13:35:18,545 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ZEROBYTE 13:35:18,545 INFO [main][CipherTest] transformation=NOEKEON/CFB80/ZEROBYTEPADDING 13:35:18,545 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ 13:35:18,545 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO10126 13:35:18,546 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO10126-2 13:35:18,546 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO10126-2PADDING 13:35:18,546 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO10126PADDING 13:35:18,546 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO7816-4 13:35:18,547 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ISO7816-4PADDING 13:35:18,547 INFO [main][CipherTest] transformation=NOEKEON/CFB88/NOPADDING 13:35:18,547 INFO [main][CipherTest] transformation=NOEKEON/CFB88/PKCS5 13:35:18,547 INFO [main][CipherTest] transformation=NOEKEON/CFB88/PKCS5PADDING 13:35:18,547 INFO [main][CipherTest] transformation=NOEKEON/CFB88/PKCS7 13:35:18,547 INFO [main][CipherTest] transformation=NOEKEON/CFB88/PKCS7PADDING 13:35:18,548 INFO [main][CipherTest] transformation=NOEKEON/CFB88/TBC 13:35:18,548 INFO [main][CipherTest] transformation=NOEKEON/CFB88/TBCPADDING 13:35:18,548 INFO [main][CipherTest] transformation=NOEKEON/CFB88/X9.23 13:35:18,548 INFO [main][CipherTest] transformation=NOEKEON/CFB88/X9.23PADDING 13:35:18,548 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ZEROBYTE 13:35:18,548 INFO [main][CipherTest] transformation=NOEKEON/CFB88/ZEROBYTEPADDING 13:35:18,549 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ 13:35:18,549 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO10126 13:35:18,549 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO10126-2 13:35:18,549 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO10126-2PADDING 13:35:18,549 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO10126PADDING 13:35:18,550 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO7816-4 13:35:18,550 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ISO7816-4PADDING 13:35:18,550 INFO [main][CipherTest] transformation=NOEKEON/CFB96/NOPADDING 13:35:18,550 INFO [main][CipherTest] transformation=NOEKEON/CFB96/PKCS5 13:35:18,550 INFO [main][CipherTest] transformation=NOEKEON/CFB96/PKCS5PADDING 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CFB96/PKCS7 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CFB96/PKCS7PADDING 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CFB96/TBC 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CFB96/TBCPADDING 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CFB96/X9.23 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CFB96/X9.23PADDING 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ZEROBYTE 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CFB96/ZEROBYTEPADDING 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CTS/ 13:35:18,551 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON/CTS/" does not support IV => Skipping. 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/CTS/NOPADDING 13:35:18,551 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON/CTS/NOPADDING" does not support IV => Skipping. 13:35:18,551 INFO [main][CipherTest] transformation=NOEKEON/EAX/ 13:35:18,553 INFO [main][CipherTest] transformation=NOEKEON/EAX/NOPADDING 13:35:18,554 INFO [main][CipherTest] transformation=NOEKEON/ECB/ 13:35:18,554 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON/ECB/" does not support IV => Skipping. 13:35:18,554 INFO [main][CipherTest] transformation=NOEKEON/ECB/NOPADDING 13:35:18,554 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NOEKEON/ECB/NOPADDING" does not support IV => Skipping. 13:35:18,554 INFO [main][CipherTest] transformation=NOEKEON/GCM/ 13:35:18,554 INFO [main][CipherTest] transformation=NOEKEON/GCM/NOPADDING 13:35:18,555 INFO [main][CipherTest] transformation=NOEKEON/OFB/ 13:35:18,555 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO10126 13:35:18,555 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO10126-2 13:35:18,555 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO10126-2PADDING 13:35:18,555 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO10126PADDING 13:35:18,555 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO7816-4 13:35:18,555 INFO [main][CipherTest] transformation=NOEKEON/OFB/ISO7816-4PADDING 13:35:18,555 INFO [main][CipherTest] transformation=NOEKEON/OFB/NOPADDING 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/PKCS5 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/PKCS5PADDING 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/PKCS7 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/PKCS7PADDING 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/TBC 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/TBCPADDING 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/X9.23 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/X9.23PADDING 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/ZEROBYTE 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB/ZEROBYTEPADDING 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ 13:35:18,556 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO10126 13:35:18,557 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO10126-2 13:35:18,557 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO10126-2PADDING 13:35:18,557 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO10126PADDING 13:35:18,557 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO7816-4 13:35:18,557 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ISO7816-4PADDING 13:35:18,557 INFO [main][CipherTest] transformation=NOEKEON/OFB104/NOPADDING 13:35:18,557 INFO [main][CipherTest] transformation=NOEKEON/OFB104/PKCS5 13:35:18,557 INFO [main][CipherTest] transformation=NOEKEON/OFB104/PKCS5PADDING 13:35:18,557 INFO [main][CipherTest] transformation=NOEKEON/OFB104/PKCS7 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB104/PKCS7PADDING 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB104/TBC 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB104/TBCPADDING 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB104/X9.23 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB104/X9.23PADDING 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ZEROBYTE 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB104/ZEROBYTEPADDING 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO10126 13:35:18,558 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO10126-2 13:35:18,559 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO10126-2PADDING 13:35:18,559 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO10126PADDING 13:35:18,559 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO7816-4 13:35:18,559 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ISO7816-4PADDING 13:35:18,559 INFO [main][CipherTest] transformation=NOEKEON/OFB112/NOPADDING 13:35:18,559 INFO [main][CipherTest] transformation=NOEKEON/OFB112/PKCS5 13:35:18,559 INFO [main][CipherTest] transformation=NOEKEON/OFB112/PKCS5PADDING 13:35:18,559 INFO [main][CipherTest] transformation=NOEKEON/OFB112/PKCS7 13:35:18,559 INFO [main][CipherTest] transformation=NOEKEON/OFB112/PKCS7PADDING 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB112/TBC 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB112/TBCPADDING 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB112/X9.23 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB112/X9.23PADDING 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ZEROBYTE 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB112/ZEROBYTEPADDING 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO10126 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO10126-2 13:35:18,560 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO10126-2PADDING 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO10126PADDING 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO7816-4 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ISO7816-4PADDING 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/NOPADDING 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/PKCS5 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/PKCS5PADDING 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/PKCS7 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/PKCS7PADDING 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/TBC 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/TBCPADDING 13:35:18,561 INFO [main][CipherTest] transformation=NOEKEON/OFB120/X9.23 13:35:18,562 INFO [main][CipherTest] transformation=NOEKEON/OFB120/X9.23PADDING 13:35:18,562 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ZEROBYTE 13:35:18,562 INFO [main][CipherTest] transformation=NOEKEON/OFB120/ZEROBYTEPADDING 13:35:18,562 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ 13:35:18,562 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO10126 13:35:18,562 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO10126-2 13:35:18,562 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO10126-2PADDING 13:35:18,562 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO10126PADDING 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO7816-4 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ISO7816-4PADDING 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/NOPADDING 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/PKCS5 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/PKCS5PADDING 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/PKCS7 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/PKCS7PADDING 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/TBC 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/TBCPADDING 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/X9.23 13:35:18,563 INFO [main][CipherTest] transformation=NOEKEON/OFB128/X9.23PADDING 13:35:18,564 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ZEROBYTE 13:35:18,564 INFO [main][CipherTest] transformation=NOEKEON/OFB128/ZEROBYTEPADDING 13:35:18,564 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ 13:35:18,564 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO10126 13:35:18,564 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO10126-2 13:35:18,564 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO10126-2PADDING 13:35:18,564 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO10126PADDING 13:35:18,564 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO7816-4 13:35:18,564 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ISO7816-4PADDING 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/NOPADDING 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/PKCS5 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/PKCS5PADDING 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/PKCS7 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/PKCS7PADDING 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/TBC 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/TBCPADDING 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/X9.23 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/X9.23PADDING 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ZEROBYTE 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB136/ZEROBYTEPADDING 13:35:18,565 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ 13:35:18,566 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO10126 13:35:18,566 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO10126-2 13:35:18,566 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO10126-2PADDING 13:35:18,566 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO10126PADDING 13:35:18,566 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO7816-4 13:35:18,566 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ISO7816-4PADDING 13:35:18,566 INFO [main][CipherTest] transformation=NOEKEON/OFB144/NOPADDING 13:35:18,566 INFO [main][CipherTest] transformation=NOEKEON/OFB144/PKCS5 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB144/PKCS5PADDING 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB144/PKCS7 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB144/PKCS7PADDING 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB144/TBC 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB144/TBCPADDING 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB144/X9.23 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB144/X9.23PADDING 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ZEROBYTE 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB144/ZEROBYTEPADDING 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ 13:35:18,567 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO10126 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO10126-2 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO10126-2PADDING 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO10126PADDING 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO7816-4 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ISO7816-4PADDING 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/NOPADDING 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/PKCS5 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/PKCS5PADDING 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/PKCS7 13:35:18,568 INFO [main][CipherTest] transformation=NOEKEON/OFB152/PKCS7PADDING 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB152/TBC 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB152/TBCPADDING 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB152/X9.23 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB152/X9.23PADDING 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ZEROBYTE 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB152/ZEROBYTEPADDING 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO10126 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO10126-2 13:35:18,569 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO10126-2PADDING 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO10126PADDING 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO7816-4 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ISO7816-4PADDING 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/NOPADDING 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/PKCS5 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/PKCS5PADDING 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/PKCS7 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/PKCS7PADDING 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/TBC 13:35:18,570 INFO [main][CipherTest] transformation=NOEKEON/OFB16/TBCPADDING 13:35:18,571 INFO [main][CipherTest] transformation=NOEKEON/OFB16/X9.23 13:35:18,571 INFO [main][CipherTest] transformation=NOEKEON/OFB16/X9.23PADDING 13:35:18,571 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ZEROBYTE 13:35:18,571 INFO [main][CipherTest] transformation=NOEKEON/OFB16/ZEROBYTEPADDING 13:35:18,571 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ 13:35:18,571 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO10126 13:35:18,571 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO10126-2 13:35:18,571 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO10126-2PADDING 13:35:18,571 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO10126PADDING 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO7816-4 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ISO7816-4PADDING 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/NOPADDING 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/PKCS5 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/PKCS5PADDING 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/PKCS7 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/PKCS7PADDING 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/TBC 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/TBCPADDING 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/X9.23 13:35:18,572 INFO [main][CipherTest] transformation=NOEKEON/OFB160/X9.23PADDING 13:35:18,573 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ZEROBYTE 13:35:18,573 INFO [main][CipherTest] transformation=NOEKEON/OFB160/ZEROBYTEPADDING 13:35:18,573 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ 13:35:18,573 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO10126 13:35:18,573 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO10126-2 13:35:18,573 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO10126-2PADDING 13:35:18,573 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO10126PADDING 13:35:18,573 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO7816-4 13:35:18,573 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ISO7816-4PADDING 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/NOPADDING 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/PKCS5 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/PKCS5PADDING 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/PKCS7 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/PKCS7PADDING 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/TBC 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/TBCPADDING 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/X9.23 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/X9.23PADDING 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ZEROBYTE 13:35:18,574 INFO [main][CipherTest] transformation=NOEKEON/OFB168/ZEROBYTEPADDING 13:35:18,575 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ 13:35:18,575 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO10126 13:35:18,575 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO10126-2 13:35:18,575 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO10126-2PADDING 13:35:18,575 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO10126PADDING 13:35:18,575 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO7816-4 13:35:18,575 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ISO7816-4PADDING 13:35:18,575 INFO [main][CipherTest] transformation=NOEKEON/OFB176/NOPADDING 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/PKCS5 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/PKCS5PADDING 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/PKCS7 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/PKCS7PADDING 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/TBC 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/TBCPADDING 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/X9.23 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/X9.23PADDING 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ZEROBYTE 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB176/ZEROBYTEPADDING 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ 13:35:18,576 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO10126 13:35:18,577 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO10126-2 13:35:18,577 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO10126-2PADDING 13:35:18,577 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO10126PADDING 13:35:18,577 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO7816-4 13:35:18,577 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ISO7816-4PADDING 13:35:18,577 INFO [main][CipherTest] transformation=NOEKEON/OFB184/NOPADDING 13:35:18,577 INFO [main][CipherTest] transformation=NOEKEON/OFB184/PKCS5 13:35:18,577 INFO [main][CipherTest] transformation=NOEKEON/OFB184/PKCS5PADDING 13:35:18,577 INFO [main][CipherTest] transformation=NOEKEON/OFB184/PKCS7 13:35:18,578 INFO [main][CipherTest] transformation=NOEKEON/OFB184/PKCS7PADDING 13:35:18,578 INFO [main][CipherTest] transformation=NOEKEON/OFB184/TBC 13:35:18,578 INFO [main][CipherTest] transformation=NOEKEON/OFB184/TBCPADDING 13:35:18,578 INFO [main][CipherTest] transformation=NOEKEON/OFB184/X9.23 13:35:18,578 INFO [main][CipherTest] transformation=NOEKEON/OFB184/X9.23PADDING 13:35:18,578 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ZEROBYTE 13:35:18,579 INFO [main][CipherTest] transformation=NOEKEON/OFB184/ZEROBYTEPADDING 13:35:18,579 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ 13:35:18,579 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO10126 13:35:18,579 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO10126-2 13:35:18,579 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO10126-2PADDING 13:35:18,580 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO10126PADDING 13:35:18,580 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO7816-4 13:35:18,580 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ISO7816-4PADDING 13:35:18,580 INFO [main][CipherTest] transformation=NOEKEON/OFB192/NOPADDING 13:35:18,580 INFO [main][CipherTest] transformation=NOEKEON/OFB192/PKCS5 13:35:18,581 INFO [main][CipherTest] transformation=NOEKEON/OFB192/PKCS5PADDING 13:35:18,581 INFO [main][CipherTest] transformation=NOEKEON/OFB192/PKCS7 13:35:18,581 INFO [main][CipherTest] transformation=NOEKEON/OFB192/PKCS7PADDING 13:35:18,581 INFO [main][CipherTest] transformation=NOEKEON/OFB192/TBC 13:35:18,581 INFO [main][CipherTest] transformation=NOEKEON/OFB192/TBCPADDING 13:35:18,581 INFO [main][CipherTest] transformation=NOEKEON/OFB192/X9.23 13:35:18,582 INFO [main][CipherTest] transformation=NOEKEON/OFB192/X9.23PADDING 13:35:18,582 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ZEROBYTE 13:35:18,582 INFO [main][CipherTest] transformation=NOEKEON/OFB192/ZEROBYTEPADDING 13:35:18,582 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ 13:35:18,582 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO10126 13:35:18,583 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO10126-2 13:35:18,583 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO10126-2PADDING 13:35:18,583 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO10126PADDING 13:35:18,583 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO7816-4 13:35:18,584 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ISO7816-4PADDING 13:35:18,584 INFO [main][CipherTest] transformation=NOEKEON/OFB200/NOPADDING 13:35:18,584 INFO [main][CipherTest] transformation=NOEKEON/OFB200/PKCS5 13:35:18,584 INFO [main][CipherTest] transformation=NOEKEON/OFB200/PKCS5PADDING 13:35:18,584 INFO [main][CipherTest] transformation=NOEKEON/OFB200/PKCS7 13:35:18,584 INFO [main][CipherTest] transformation=NOEKEON/OFB200/PKCS7PADDING 13:35:18,584 INFO [main][CipherTest] transformation=NOEKEON/OFB200/TBC 13:35:18,585 INFO [main][CipherTest] transformation=NOEKEON/OFB200/TBCPADDING 13:35:18,585 INFO [main][CipherTest] transformation=NOEKEON/OFB200/X9.23 13:35:18,585 INFO [main][CipherTest] transformation=NOEKEON/OFB200/X9.23PADDING 13:35:18,585 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ZEROBYTE 13:35:18,585 INFO [main][CipherTest] transformation=NOEKEON/OFB200/ZEROBYTEPADDING 13:35:18,585 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ 13:35:18,586 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO10126 13:35:18,586 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO10126-2 13:35:18,586 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO10126-2PADDING 13:35:18,586 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO10126PADDING 13:35:18,587 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO7816-4 13:35:18,587 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ISO7816-4PADDING 13:35:18,587 INFO [main][CipherTest] transformation=NOEKEON/OFB208/NOPADDING 13:35:18,587 INFO [main][CipherTest] transformation=NOEKEON/OFB208/PKCS5 13:35:18,587 INFO [main][CipherTest] transformation=NOEKEON/OFB208/PKCS5PADDING 13:35:18,588 INFO [main][CipherTest] transformation=NOEKEON/OFB208/PKCS7 13:35:18,588 INFO [main][CipherTest] transformation=NOEKEON/OFB208/PKCS7PADDING 13:35:18,588 INFO [main][CipherTest] transformation=NOEKEON/OFB208/TBC 13:35:18,588 INFO [main][CipherTest] transformation=NOEKEON/OFB208/TBCPADDING 13:35:18,588 INFO [main][CipherTest] transformation=NOEKEON/OFB208/X9.23 13:35:18,588 INFO [main][CipherTest] transformation=NOEKEON/OFB208/X9.23PADDING 13:35:18,588 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ZEROBYTE 13:35:18,589 INFO [main][CipherTest] transformation=NOEKEON/OFB208/ZEROBYTEPADDING 13:35:18,589 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ 13:35:18,589 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO10126 13:35:18,589 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO10126-2 13:35:18,590 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO10126-2PADDING 13:35:18,590 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO10126PADDING 13:35:18,590 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO7816-4 13:35:18,590 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ISO7816-4PADDING 13:35:18,590 INFO [main][CipherTest] transformation=NOEKEON/OFB216/NOPADDING 13:35:18,591 INFO [main][CipherTest] transformation=NOEKEON/OFB216/PKCS5 13:35:18,591 INFO [main][CipherTest] transformation=NOEKEON/OFB216/PKCS5PADDING 13:35:18,591 INFO [main][CipherTest] transformation=NOEKEON/OFB216/PKCS7 13:35:18,591 INFO [main][CipherTest] transformation=NOEKEON/OFB216/PKCS7PADDING 13:35:18,591 INFO [main][CipherTest] transformation=NOEKEON/OFB216/TBC 13:35:18,591 INFO [main][CipherTest] transformation=NOEKEON/OFB216/TBCPADDING 13:35:18,592 INFO [main][CipherTest] transformation=NOEKEON/OFB216/X9.23 13:35:18,592 INFO [main][CipherTest] transformation=NOEKEON/OFB216/X9.23PADDING 13:35:18,592 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ZEROBYTE 13:35:18,592 INFO [main][CipherTest] transformation=NOEKEON/OFB216/ZEROBYTEPADDING 13:35:18,592 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ 13:35:18,592 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO10126 13:35:18,593 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO10126-2 13:35:18,593 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO10126-2PADDING 13:35:18,593 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO10126PADDING 13:35:18,593 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO7816-4 13:35:18,594 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ISO7816-4PADDING 13:35:18,594 INFO [main][CipherTest] transformation=NOEKEON/OFB224/NOPADDING 13:35:18,594 INFO [main][CipherTest] transformation=NOEKEON/OFB224/PKCS5 13:35:18,594 INFO [main][CipherTest] transformation=NOEKEON/OFB224/PKCS5PADDING 13:35:18,594 INFO [main][CipherTest] transformation=NOEKEON/OFB224/PKCS7 13:35:18,594 INFO [main][CipherTest] transformation=NOEKEON/OFB224/PKCS7PADDING 13:35:18,595 INFO [main][CipherTest] transformation=NOEKEON/OFB224/TBC 13:35:18,595 INFO [main][CipherTest] transformation=NOEKEON/OFB224/TBCPADDING 13:35:18,595 INFO [main][CipherTest] transformation=NOEKEON/OFB224/X9.23 13:35:18,595 INFO [main][CipherTest] transformation=NOEKEON/OFB224/X9.23PADDING 13:35:18,595 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ZEROBYTE 13:35:18,595 INFO [main][CipherTest] transformation=NOEKEON/OFB224/ZEROBYTEPADDING 13:35:18,596 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ 13:35:18,596 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO10126 13:35:18,596 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO10126-2 13:35:18,596 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO10126-2PADDING 13:35:18,596 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO10126PADDING 13:35:18,597 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO7816-4 13:35:18,597 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ISO7816-4PADDING 13:35:18,597 INFO [main][CipherTest] transformation=NOEKEON/OFB232/NOPADDING 13:35:18,597 INFO [main][CipherTest] transformation=NOEKEON/OFB232/PKCS5 13:35:18,597 INFO [main][CipherTest] transformation=NOEKEON/OFB232/PKCS5PADDING 13:35:18,598 INFO [main][CipherTest] transformation=NOEKEON/OFB232/PKCS7 13:35:18,598 INFO [main][CipherTest] transformation=NOEKEON/OFB232/PKCS7PADDING 13:35:18,598 INFO [main][CipherTest] transformation=NOEKEON/OFB232/TBC 13:35:18,598 INFO [main][CipherTest] transformation=NOEKEON/OFB232/TBCPADDING 13:35:18,598 INFO [main][CipherTest] transformation=NOEKEON/OFB232/X9.23 13:35:18,598 INFO [main][CipherTest] transformation=NOEKEON/OFB232/X9.23PADDING 13:35:18,599 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ZEROBYTE 13:35:18,599 INFO [main][CipherTest] transformation=NOEKEON/OFB232/ZEROBYTEPADDING 13:35:18,599 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ 13:35:18,599 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO10126 13:35:18,599 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO10126-2 13:35:18,600 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO10126-2PADDING 13:35:18,600 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO10126PADDING 13:35:18,600 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO7816-4 13:35:18,600 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ISO7816-4PADDING 13:35:18,600 INFO [main][CipherTest] transformation=NOEKEON/OFB24/NOPADDING 13:35:18,601 INFO [main][CipherTest] transformation=NOEKEON/OFB24/PKCS5 13:35:18,601 INFO [main][CipherTest] transformation=NOEKEON/OFB24/PKCS5PADDING 13:35:18,601 INFO [main][CipherTest] transformation=NOEKEON/OFB24/PKCS7 13:35:18,601 INFO [main][CipherTest] transformation=NOEKEON/OFB24/PKCS7PADDING 13:35:18,601 INFO [main][CipherTest] transformation=NOEKEON/OFB24/TBC 13:35:18,601 INFO [main][CipherTest] transformation=NOEKEON/OFB24/TBCPADDING 13:35:18,602 INFO [main][CipherTest] transformation=NOEKEON/OFB24/X9.23 13:35:18,602 INFO [main][CipherTest] transformation=NOEKEON/OFB24/X9.23PADDING 13:35:18,602 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ZEROBYTE 13:35:18,602 INFO [main][CipherTest] transformation=NOEKEON/OFB24/ZEROBYTEPADDING 13:35:18,602 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ 13:35:18,602 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO10126 13:35:18,603 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO10126-2 13:35:18,603 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO10126-2PADDING 13:35:18,603 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO10126PADDING 13:35:18,604 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO7816-4 13:35:18,604 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ISO7816-4PADDING 13:35:18,604 INFO [main][CipherTest] transformation=NOEKEON/OFB240/NOPADDING 13:35:18,604 INFO [main][CipherTest] transformation=NOEKEON/OFB240/PKCS5 13:35:18,604 INFO [main][CipherTest] transformation=NOEKEON/OFB240/PKCS5PADDING 13:35:18,604 INFO [main][CipherTest] transformation=NOEKEON/OFB240/PKCS7 13:35:18,605 INFO [main][CipherTest] transformation=NOEKEON/OFB240/PKCS7PADDING 13:35:18,605 INFO [main][CipherTest] transformation=NOEKEON/OFB240/TBC 13:35:18,605 INFO [main][CipherTest] transformation=NOEKEON/OFB240/TBCPADDING 13:35:18,605 INFO [main][CipherTest] transformation=NOEKEON/OFB240/X9.23 13:35:18,605 INFO [main][CipherTest] transformation=NOEKEON/OFB240/X9.23PADDING 13:35:18,605 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ZEROBYTE 13:35:18,606 INFO [main][CipherTest] transformation=NOEKEON/OFB240/ZEROBYTEPADDING 13:35:18,606 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ 13:35:18,606 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO10126 13:35:18,606 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO10126-2 13:35:18,606 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO10126-2PADDING 13:35:18,607 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO10126PADDING 13:35:18,607 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO7816-4 13:35:18,607 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ISO7816-4PADDING 13:35:18,607 INFO [main][CipherTest] transformation=NOEKEON/OFB248/NOPADDING 13:35:18,607 INFO [main][CipherTest] transformation=NOEKEON/OFB248/PKCS5 13:35:18,608 INFO [main][CipherTest] transformation=NOEKEON/OFB248/PKCS5PADDING 13:35:18,608 INFO [main][CipherTest] transformation=NOEKEON/OFB248/PKCS7 13:35:18,608 INFO [main][CipherTest] transformation=NOEKEON/OFB248/PKCS7PADDING 13:35:18,608 INFO [main][CipherTest] transformation=NOEKEON/OFB248/TBC 13:35:18,608 INFO [main][CipherTest] transformation=NOEKEON/OFB248/TBCPADDING 13:35:18,608 INFO [main][CipherTest] transformation=NOEKEON/OFB248/X9.23 13:35:18,609 INFO [main][CipherTest] transformation=NOEKEON/OFB248/X9.23PADDING 13:35:18,609 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ZEROBYTE 13:35:18,609 INFO [main][CipherTest] transformation=NOEKEON/OFB248/ZEROBYTEPADDING 13:35:18,609 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ 13:35:18,609 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO10126 13:35:18,610 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO10126-2 13:35:18,610 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO10126-2PADDING 13:35:18,610 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO10126PADDING 13:35:18,610 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO7816-4 13:35:18,611 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ISO7816-4PADDING 13:35:18,611 INFO [main][CipherTest] transformation=NOEKEON/OFB256/NOPADDING 13:35:18,611 INFO [main][CipherTest] transformation=NOEKEON/OFB256/PKCS5 13:35:18,611 INFO [main][CipherTest] transformation=NOEKEON/OFB256/PKCS5PADDING 13:35:18,611 INFO [main][CipherTest] transformation=NOEKEON/OFB256/PKCS7 13:35:18,611 INFO [main][CipherTest] transformation=NOEKEON/OFB256/PKCS7PADDING 13:35:18,612 INFO [main][CipherTest] transformation=NOEKEON/OFB256/TBC 13:35:18,612 INFO [main][CipherTest] transformation=NOEKEON/OFB256/TBCPADDING 13:35:18,612 INFO [main][CipherTest] transformation=NOEKEON/OFB256/X9.23 13:35:18,612 INFO [main][CipherTest] transformation=NOEKEON/OFB256/X9.23PADDING 13:35:18,612 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ZEROBYTE 13:35:18,612 INFO [main][CipherTest] transformation=NOEKEON/OFB256/ZEROBYTEPADDING 13:35:18,613 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ 13:35:18,613 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO10126 13:35:18,613 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO10126-2 13:35:18,613 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO10126-2PADDING 13:35:18,614 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO10126PADDING 13:35:18,614 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO7816-4 13:35:18,614 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ISO7816-4PADDING 13:35:18,614 INFO [main][CipherTest] transformation=NOEKEON/OFB32/NOPADDING 13:35:18,614 INFO [main][CipherTest] transformation=NOEKEON/OFB32/PKCS5 13:35:18,615 INFO [main][CipherTest] transformation=NOEKEON/OFB32/PKCS5PADDING 13:35:18,615 INFO [main][CipherTest] transformation=NOEKEON/OFB32/PKCS7 13:35:18,615 INFO [main][CipherTest] transformation=NOEKEON/OFB32/PKCS7PADDING 13:35:18,615 INFO [main][CipherTest] transformation=NOEKEON/OFB32/TBC 13:35:18,615 INFO [main][CipherTest] transformation=NOEKEON/OFB32/TBCPADDING 13:35:18,615 INFO [main][CipherTest] transformation=NOEKEON/OFB32/X9.23 13:35:18,615 INFO [main][CipherTest] transformation=NOEKEON/OFB32/X9.23PADDING 13:35:18,616 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ZEROBYTE 13:35:18,616 INFO [main][CipherTest] transformation=NOEKEON/OFB32/ZEROBYTEPADDING 13:35:18,616 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ 13:35:18,616 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO10126 13:35:18,616 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO10126-2 13:35:18,617 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO10126-2PADDING 13:35:18,617 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO10126PADDING 13:35:18,617 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO7816-4 13:35:18,617 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ISO7816-4PADDING 13:35:18,618 INFO [main][CipherTest] transformation=NOEKEON/OFB40/NOPADDING 13:35:18,618 INFO [main][CipherTest] transformation=NOEKEON/OFB40/PKCS5 13:35:18,618 INFO [main][CipherTest] transformation=NOEKEON/OFB40/PKCS5PADDING 13:35:18,618 INFO [main][CipherTest] transformation=NOEKEON/OFB40/PKCS7 13:35:18,618 INFO [main][CipherTest] transformation=NOEKEON/OFB40/PKCS7PADDING 13:35:18,618 INFO [main][CipherTest] transformation=NOEKEON/OFB40/TBC 13:35:18,619 INFO [main][CipherTest] transformation=NOEKEON/OFB40/TBCPADDING 13:35:18,619 INFO [main][CipherTest] transformation=NOEKEON/OFB40/X9.23 13:35:18,619 INFO [main][CipherTest] transformation=NOEKEON/OFB40/X9.23PADDING 13:35:18,619 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ZEROBYTE 13:35:18,619 INFO [main][CipherTest] transformation=NOEKEON/OFB40/ZEROBYTEPADDING 13:35:18,619 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ 13:35:18,620 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO10126 13:35:18,620 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO10126-2 13:35:18,620 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO10126-2PADDING 13:35:18,620 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO10126PADDING 13:35:18,621 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO7816-4 13:35:18,621 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ISO7816-4PADDING 13:35:18,621 INFO [main][CipherTest] transformation=NOEKEON/OFB48/NOPADDING 13:35:18,621 INFO [main][CipherTest] transformation=NOEKEON/OFB48/PKCS5 13:35:18,621 INFO [main][CipherTest] transformation=NOEKEON/OFB48/PKCS5PADDING 13:35:18,621 INFO [main][CipherTest] transformation=NOEKEON/OFB48/PKCS7 13:35:18,622 INFO [main][CipherTest] transformation=NOEKEON/OFB48/PKCS7PADDING 13:35:18,622 INFO [main][CipherTest] transformation=NOEKEON/OFB48/TBC 13:35:18,622 INFO [main][CipherTest] transformation=NOEKEON/OFB48/TBCPADDING 13:35:18,622 INFO [main][CipherTest] transformation=NOEKEON/OFB48/X9.23 13:35:18,622 INFO [main][CipherTest] transformation=NOEKEON/OFB48/X9.23PADDING 13:35:18,622 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ZEROBYTE 13:35:18,623 INFO [main][CipherTest] transformation=NOEKEON/OFB48/ZEROBYTEPADDING 13:35:18,623 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ 13:35:18,623 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO10126 13:35:18,623 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO10126-2 13:35:18,623 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO10126-2PADDING 13:35:18,624 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO10126PADDING 13:35:18,624 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO7816-4 13:35:18,624 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ISO7816-4PADDING 13:35:18,624 INFO [main][CipherTest] transformation=NOEKEON/OFB56/NOPADDING 13:35:18,625 INFO [main][CipherTest] transformation=NOEKEON/OFB56/PKCS5 13:35:18,625 INFO [main][CipherTest] transformation=NOEKEON/OFB56/PKCS5PADDING 13:35:18,625 INFO [main][CipherTest] transformation=NOEKEON/OFB56/PKCS7 13:35:18,625 INFO [main][CipherTest] transformation=NOEKEON/OFB56/PKCS7PADDING 13:35:18,625 INFO [main][CipherTest] transformation=NOEKEON/OFB56/TBC 13:35:18,625 INFO [main][CipherTest] transformation=NOEKEON/OFB56/TBCPADDING 13:35:18,625 INFO [main][CipherTest] transformation=NOEKEON/OFB56/X9.23 13:35:18,626 INFO [main][CipherTest] transformation=NOEKEON/OFB56/X9.23PADDING 13:35:18,626 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ZEROBYTE 13:35:18,626 INFO [main][CipherTest] transformation=NOEKEON/OFB56/ZEROBYTEPADDING 13:35:18,626 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ 13:35:18,626 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO10126 13:35:18,627 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO10126-2 13:35:18,627 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO10126-2PADDING 13:35:18,627 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO10126PADDING 13:35:18,627 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO7816-4 13:35:18,628 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ISO7816-4PADDING 13:35:18,628 INFO [main][CipherTest] transformation=NOEKEON/OFB64/NOPADDING 13:35:18,628 INFO [main][CipherTest] transformation=NOEKEON/OFB64/PKCS5 13:35:18,628 INFO [main][CipherTest] transformation=NOEKEON/OFB64/PKCS5PADDING 13:35:18,628 INFO [main][CipherTest] transformation=NOEKEON/OFB64/PKCS7 13:35:18,628 INFO [main][CipherTest] transformation=NOEKEON/OFB64/PKCS7PADDING 13:35:18,629 INFO [main][CipherTest] transformation=NOEKEON/OFB64/TBC 13:35:18,629 INFO [main][CipherTest] transformation=NOEKEON/OFB64/TBCPADDING 13:35:18,629 INFO [main][CipherTest] transformation=NOEKEON/OFB64/X9.23 13:35:18,629 INFO [main][CipherTest] transformation=NOEKEON/OFB64/X9.23PADDING 13:35:18,629 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ZEROBYTE 13:35:18,629 INFO [main][CipherTest] transformation=NOEKEON/OFB64/ZEROBYTEPADDING 13:35:18,630 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ 13:35:18,630 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO10126 13:35:18,630 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO10126-2 13:35:18,630 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO10126-2PADDING 13:35:18,631 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO10126PADDING 13:35:18,631 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO7816-4 13:35:18,631 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ISO7816-4PADDING 13:35:18,631 INFO [main][CipherTest] transformation=NOEKEON/OFB72/NOPADDING 13:35:18,631 INFO [main][CipherTest] transformation=NOEKEON/OFB72/PKCS5 13:35:18,632 INFO [main][CipherTest] transformation=NOEKEON/OFB72/PKCS5PADDING 13:35:18,632 INFO [main][CipherTest] transformation=NOEKEON/OFB72/PKCS7 13:35:18,632 INFO [main][CipherTest] transformation=NOEKEON/OFB72/PKCS7PADDING 13:35:18,632 INFO [main][CipherTest] transformation=NOEKEON/OFB72/TBC 13:35:18,632 INFO [main][CipherTest] transformation=NOEKEON/OFB72/TBCPADDING 13:35:18,632 INFO [main][CipherTest] transformation=NOEKEON/OFB72/X9.23 13:35:18,633 INFO [main][CipherTest] transformation=NOEKEON/OFB72/X9.23PADDING 13:35:18,633 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ZEROBYTE 13:35:18,633 INFO [main][CipherTest] transformation=NOEKEON/OFB72/ZEROBYTEPADDING 13:35:18,633 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ 13:35:18,633 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO10126 13:35:18,633 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO10126-2 13:35:18,634 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO10126-2PADDING 13:35:18,634 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO10126PADDING 13:35:18,634 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO7816-4 13:35:18,634 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ISO7816-4PADDING 13:35:18,635 INFO [main][CipherTest] transformation=NOEKEON/OFB8/NOPADDING 13:35:18,635 INFO [main][CipherTest] transformation=NOEKEON/OFB8/PKCS5 13:35:18,635 INFO [main][CipherTest] transformation=NOEKEON/OFB8/PKCS5PADDING 13:35:18,635 INFO [main][CipherTest] transformation=NOEKEON/OFB8/PKCS7 13:35:18,635 INFO [main][CipherTest] transformation=NOEKEON/OFB8/PKCS7PADDING 13:35:18,635 INFO [main][CipherTest] transformation=NOEKEON/OFB8/TBC 13:35:18,636 INFO [main][CipherTest] transformation=NOEKEON/OFB8/TBCPADDING 13:35:18,636 INFO [main][CipherTest] transformation=NOEKEON/OFB8/X9.23 13:35:18,636 INFO [main][CipherTest] transformation=NOEKEON/OFB8/X9.23PADDING 13:35:18,636 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ZEROBYTE 13:35:18,636 INFO [main][CipherTest] transformation=NOEKEON/OFB8/ZEROBYTEPADDING 13:35:18,636 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ 13:35:18,637 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO10126 13:35:18,637 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO10126-2 13:35:18,637 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO10126-2PADDING 13:35:18,637 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO10126PADDING 13:35:18,638 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO7816-4 13:35:18,638 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ISO7816-4PADDING 13:35:18,638 INFO [main][CipherTest] transformation=NOEKEON/OFB80/NOPADDING 13:35:18,638 INFO [main][CipherTest] transformation=NOEKEON/OFB80/PKCS5 13:35:18,638 INFO [main][CipherTest] transformation=NOEKEON/OFB80/PKCS5PADDING 13:35:18,638 INFO [main][CipherTest] transformation=NOEKEON/OFB80/PKCS7 13:35:18,639 INFO [main][CipherTest] transformation=NOEKEON/OFB80/PKCS7PADDING 13:35:18,639 INFO [main][CipherTest] transformation=NOEKEON/OFB80/TBC 13:35:18,639 INFO [main][CipherTest] transformation=NOEKEON/OFB80/TBCPADDING 13:35:18,639 INFO [main][CipherTest] transformation=NOEKEON/OFB80/X9.23 13:35:18,639 INFO [main][CipherTest] transformation=NOEKEON/OFB80/X9.23PADDING 13:35:18,639 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ZEROBYTE 13:35:18,640 INFO [main][CipherTest] transformation=NOEKEON/OFB80/ZEROBYTEPADDING 13:35:18,640 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ 13:35:18,640 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO10126 13:35:18,640 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO10126-2 13:35:18,640 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO10126-2PADDING 13:35:18,641 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO10126PADDING 13:35:18,641 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO7816-4 13:35:18,641 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ISO7816-4PADDING 13:35:18,641 INFO [main][CipherTest] transformation=NOEKEON/OFB88/NOPADDING 13:35:18,641 INFO [main][CipherTest] transformation=NOEKEON/OFB88/PKCS5 13:35:18,642 INFO [main][CipherTest] transformation=NOEKEON/OFB88/PKCS5PADDING 13:35:18,642 INFO [main][CipherTest] transformation=NOEKEON/OFB88/PKCS7 13:35:18,642 INFO [main][CipherTest] transformation=NOEKEON/OFB88/PKCS7PADDING 13:35:18,642 INFO [main][CipherTest] transformation=NOEKEON/OFB88/TBC 13:35:18,642 INFO [main][CipherTest] transformation=NOEKEON/OFB88/TBCPADDING 13:35:18,642 INFO [main][CipherTest] transformation=NOEKEON/OFB88/X9.23 13:35:18,643 INFO [main][CipherTest] transformation=NOEKEON/OFB88/X9.23PADDING 13:35:18,643 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ZEROBYTE 13:35:18,643 INFO [main][CipherTest] transformation=NOEKEON/OFB88/ZEROBYTEPADDING 13:35:18,643 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ 13:35:18,643 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO10126 13:35:18,644 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO10126-2 13:35:18,644 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO10126-2PADDING 13:35:18,644 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO10126PADDING 13:35:18,644 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO7816-4 13:35:18,644 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ISO7816-4PADDING 13:35:18,645 INFO [main][CipherTest] transformation=NOEKEON/OFB96/NOPADDING 13:35:18,645 INFO [main][CipherTest] transformation=NOEKEON/OFB96/PKCS5 13:35:18,645 INFO [main][CipherTest] transformation=NOEKEON/OFB96/PKCS5PADDING 13:35:18,645 INFO [main][CipherTest] transformation=NOEKEON/OFB96/PKCS7 13:35:18,645 INFO [main][CipherTest] transformation=NOEKEON/OFB96/PKCS7PADDING 13:35:18,645 INFO [main][CipherTest] transformation=NOEKEON/OFB96/TBC 13:35:18,646 INFO [main][CipherTest] transformation=NOEKEON/OFB96/TBCPADDING 13:35:18,646 INFO [main][CipherTest] transformation=NOEKEON/OFB96/X9.23 13:35:18,646 INFO [main][CipherTest] transformation=NOEKEON/OFB96/X9.23PADDING 13:35:18,646 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ZEROBYTE 13:35:18,646 INFO [main][CipherTest] transformation=NOEKEON/OFB96/ZEROBYTEPADDING 13:35:18,646 INFO [main][CipherTest] transformation=NOEKEON/SIC/ 13:35:18,647 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO10126 13:35:18,647 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO10126-2 13:35:18,647 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO10126-2PADDING 13:35:18,648 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO10126PADDING 13:35:18,648 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO7816-4 13:35:18,648 INFO [main][CipherTest] transformation=NOEKEON/SIC/ISO7816-4PADDING 13:35:18,648 INFO [main][CipherTest] transformation=NOEKEON/SIC/NOPADDING 13:35:18,648 INFO [main][CipherTest] transformation=NOEKEON/SIC/PKCS5 13:35:18,649 INFO [main][CipherTest] transformation=NOEKEON/SIC/PKCS5PADDING 13:35:18,649 INFO [main][CipherTest] transformation=NOEKEON/SIC/PKCS7 13:35:18,649 INFO [main][CipherTest] transformation=NOEKEON/SIC/PKCS7PADDING 13:35:18,649 INFO [main][CipherTest] transformation=NOEKEON/SIC/TBC 13:35:18,650 INFO [main][CipherTest] transformation=NOEKEON/SIC/TBCPADDING 13:35:18,650 INFO [main][CipherTest] transformation=NOEKEON/SIC/X9.23 13:35:18,650 INFO [main][CipherTest] transformation=NOEKEON/SIC/X9.23PADDING 13:35:18,650 INFO [main][CipherTest] transformation=NOEKEON/SIC/ZEROBYTE 13:35:18,650 INFO [main][CipherTest] transformation=NOEKEON/SIC/ZEROBYTEPADDING 13:35:18,651 INFO [main][CipherTest] transformation=NULL// 13:35:18,651 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL//" does not support IV => Skipping. 13:35:18,651 INFO [main][CipherTest] transformation=NULL//NOPADDING 13:35:18,651 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL//NOPADDING" does not support IV => Skipping. 13:35:18,651 INFO [main][CipherTest] transformation=NULL/CBC-CTS/ 13:35:18,651 INFO [main][CipherTest] transformation=NULL/CBC-CTS/NOPADDING 13:35:18,651 INFO [main][CipherTest] transformation=NULL/CBC/ 13:35:18,651 INFO [main][CipherTest] transformation=NULL/CBC/ISO10126 13:35:18,652 INFO [main][CipherTest] transformation=NULL/CBC/ISO10126-2 13:35:18,652 INFO [main][CipherTest] transformation=NULL/CBC/ISO10126-2PADDING 13:35:18,652 INFO [main][CipherTest] transformation=NULL/CBC/ISO10126PADDING 13:35:18,652 INFO [main][CipherTest] transformation=NULL/CBC/ISO7816-4 13:35:18,653 INFO [main][CipherTest] transformation=NULL/CBC/ISO7816-4PADDING 13:35:18,653 INFO [main][CipherTest] transformation=NULL/CBC/NOPADDING 13:35:18,653 INFO [main][CipherTest] transformation=NULL/CBC/PKCS5 13:35:18,653 INFO [main][CipherTest] transformation=NULL/CBC/PKCS5PADDING 13:35:18,653 INFO [main][CipherTest] transformation=NULL/CBC/PKCS7 13:35:18,653 INFO [main][CipherTest] transformation=NULL/CBC/PKCS7PADDING 13:35:18,654 INFO [main][CipherTest] transformation=NULL/CBC/TBC 13:35:18,654 INFO [main][CipherTest] transformation=NULL/CBC/TBCPADDING 13:35:18,654 INFO [main][CipherTest] transformation=NULL/CBC/X9.23 13:35:18,654 INFO [main][CipherTest] transformation=NULL/CBC/X9.23PADDING 13:35:18,654 INFO [main][CipherTest] transformation=NULL/CBC/ZEROBYTE 13:35:18,654 INFO [main][CipherTest] transformation=NULL/CBC/ZEROBYTEPADDING 13:35:18,654 INFO [main][CipherTest] transformation=NULL/CFB/ 13:35:18,655 INFO [main][CipherTest] transformation=NULL/CFB/ISO10126 13:35:18,655 INFO [main][CipherTest] transformation=NULL/CFB/ISO10126-2 13:35:18,655 INFO [main][CipherTest] transformation=NULL/CFB/ISO10126-2PADDING 13:35:18,655 INFO [main][CipherTest] transformation=NULL/CFB/ISO10126PADDING 13:35:18,655 INFO [main][CipherTest] transformation=NULL/CFB/ISO7816-4 13:35:18,655 INFO [main][CipherTest] transformation=NULL/CFB/ISO7816-4PADDING 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/NOPADDING 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/PKCS5 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/PKCS5PADDING 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/PKCS7 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/PKCS7PADDING 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/TBC 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/TBCPADDING 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/X9.23 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/X9.23PADDING 13:35:18,656 INFO [main][CipherTest] transformation=NULL/CFB/ZEROBYTE 13:35:18,657 INFO [main][CipherTest] transformation=NULL/CFB/ZEROBYTEPADDING 13:35:18,657 INFO [main][CipherTest] transformation=NULL/CFB104/ 13:35:18,657 INFO [main][CipherTest] transformation=NULL/CFB104/ISO10126 13:35:18,657 INFO [main][CipherTest] transformation=NULL/CFB104/ISO10126-2 13:35:18,657 INFO [main][CipherTest] transformation=NULL/CFB104/ISO10126-2PADDING 13:35:18,657 INFO [main][CipherTest] transformation=NULL/CFB104/ISO10126PADDING 13:35:18,657 INFO [main][CipherTest] transformation=NULL/CFB104/ISO7816-4 13:35:18,658 INFO [main][CipherTest] transformation=NULL/CFB104/ISO7816-4PADDING 13:35:18,658 INFO [main][CipherTest] transformation=NULL/CFB104/NOPADDING 13:35:18,658 INFO [main][CipherTest] transformation=NULL/CFB104/PKCS5 13:35:18,658 INFO [main][CipherTest] transformation=NULL/CFB104/PKCS5PADDING 13:35:18,658 INFO [main][CipherTest] transformation=NULL/CFB104/PKCS7 13:35:18,658 INFO [main][CipherTest] transformation=NULL/CFB104/PKCS7PADDING 13:35:18,658 INFO [main][CipherTest] transformation=NULL/CFB104/TBC 13:35:18,658 INFO [main][CipherTest] transformation=NULL/CFB104/TBCPADDING 13:35:18,658 INFO [main][CipherTest] transformation=NULL/CFB104/X9.23 13:35:18,659 INFO [main][CipherTest] transformation=NULL/CFB104/X9.23PADDING 13:35:18,659 INFO [main][CipherTest] transformation=NULL/CFB104/ZEROBYTE 13:35:18,659 INFO [main][CipherTest] transformation=NULL/CFB104/ZEROBYTEPADDING 13:35:18,659 INFO [main][CipherTest] transformation=NULL/CFB112/ 13:35:18,659 INFO [main][CipherTest] transformation=NULL/CFB112/ISO10126 13:35:18,659 INFO [main][CipherTest] transformation=NULL/CFB112/ISO10126-2 13:35:18,659 INFO [main][CipherTest] transformation=NULL/CFB112/ISO10126-2PADDING 13:35:18,659 INFO [main][CipherTest] transformation=NULL/CFB112/ISO10126PADDING 13:35:18,660 INFO [main][CipherTest] transformation=NULL/CFB112/ISO7816-4 13:35:18,660 INFO [main][CipherTest] transformation=NULL/CFB112/ISO7816-4PADDING 13:35:18,660 INFO [main][CipherTest] transformation=NULL/CFB112/NOPADDING 13:35:18,660 INFO [main][CipherTest] transformation=NULL/CFB112/PKCS5 13:35:18,660 INFO [main][CipherTest] transformation=NULL/CFB112/PKCS5PADDING 13:35:18,660 INFO [main][CipherTest] transformation=NULL/CFB112/PKCS7 13:35:18,660 INFO [main][CipherTest] transformation=NULL/CFB112/PKCS7PADDING 13:35:18,660 INFO [main][CipherTest] transformation=NULL/CFB112/TBC 13:35:18,660 INFO [main][CipherTest] transformation=NULL/CFB112/TBCPADDING 13:35:18,661 INFO [main][CipherTest] transformation=NULL/CFB112/X9.23 13:35:18,661 INFO [main][CipherTest] transformation=NULL/CFB112/X9.23PADDING 13:35:18,661 INFO [main][CipherTest] transformation=NULL/CFB112/ZEROBYTE 13:35:18,661 INFO [main][CipherTest] transformation=NULL/CFB112/ZEROBYTEPADDING 13:35:18,661 INFO [main][CipherTest] transformation=NULL/CFB120/ 13:35:18,661 INFO [main][CipherTest] transformation=NULL/CFB120/ISO10126 13:35:18,661 INFO [main][CipherTest] transformation=NULL/CFB120/ISO10126-2 13:35:18,661 INFO [main][CipherTest] transformation=NULL/CFB120/ISO10126-2PADDING 13:35:18,662 INFO [main][CipherTest] transformation=NULL/CFB120/ISO10126PADDING 13:35:18,662 INFO [main][CipherTest] transformation=NULL/CFB120/ISO7816-4 13:35:18,662 INFO [main][CipherTest] transformation=NULL/CFB120/ISO7816-4PADDING 13:35:18,662 INFO [main][CipherTest] transformation=NULL/CFB120/NOPADDING 13:35:18,662 INFO [main][CipherTest] transformation=NULL/CFB120/PKCS5 13:35:18,662 INFO [main][CipherTest] transformation=NULL/CFB120/PKCS5PADDING 13:35:18,662 INFO [main][CipherTest] transformation=NULL/CFB120/PKCS7 13:35:18,662 INFO [main][CipherTest] transformation=NULL/CFB120/PKCS7PADDING 13:35:18,663 INFO [main][CipherTest] transformation=NULL/CFB120/TBC 13:35:18,663 INFO [main][CipherTest] transformation=NULL/CFB120/TBCPADDING 13:35:18,663 INFO [main][CipherTest] transformation=NULL/CFB120/X9.23 13:35:18,663 INFO [main][CipherTest] transformation=NULL/CFB120/X9.23PADDING 13:35:18,663 INFO [main][CipherTest] transformation=NULL/CFB120/ZEROBYTE 13:35:18,663 INFO [main][CipherTest] transformation=NULL/CFB120/ZEROBYTEPADDING 13:35:18,663 INFO [main][CipherTest] transformation=NULL/CFB128/ 13:35:18,663 INFO [main][CipherTest] transformation=NULL/CFB128/ISO10126 13:35:18,663 INFO [main][CipherTest] transformation=NULL/CFB128/ISO10126-2 13:35:18,664 INFO [main][CipherTest] transformation=NULL/CFB128/ISO10126-2PADDING 13:35:18,664 INFO [main][CipherTest] transformation=NULL/CFB128/ISO10126PADDING 13:35:18,664 INFO [main][CipherTest] transformation=NULL/CFB128/ISO7816-4 13:35:18,664 INFO [main][CipherTest] transformation=NULL/CFB128/ISO7816-4PADDING 13:35:18,664 INFO [main][CipherTest] transformation=NULL/CFB128/NOPADDING 13:35:18,664 INFO [main][CipherTest] transformation=NULL/CFB128/PKCS5 13:35:18,664 INFO [main][CipherTest] transformation=NULL/CFB128/PKCS5PADDING 13:35:18,664 INFO [main][CipherTest] transformation=NULL/CFB128/PKCS7 13:35:18,665 INFO [main][CipherTest] transformation=NULL/CFB128/PKCS7PADDING 13:35:18,665 INFO [main][CipherTest] transformation=NULL/CFB128/TBC 13:35:18,665 INFO [main][CipherTest] transformation=NULL/CFB128/TBCPADDING 13:35:18,665 INFO [main][CipherTest] transformation=NULL/CFB128/X9.23 13:35:18,665 INFO [main][CipherTest] transformation=NULL/CFB128/X9.23PADDING 13:35:18,665 INFO [main][CipherTest] transformation=NULL/CFB128/ZEROBYTE 13:35:18,665 INFO [main][CipherTest] transformation=NULL/CFB128/ZEROBYTEPADDING 13:35:18,665 INFO [main][CipherTest] transformation=NULL/CFB136/ 13:35:18,665 INFO [main][CipherTest] transformation=NULL/CFB136/ISO10126 13:35:18,666 INFO [main][CipherTest] transformation=NULL/CFB136/ISO10126-2 13:35:18,666 INFO [main][CipherTest] transformation=NULL/CFB136/ISO10126-2PADDING 13:35:18,666 INFO [main][CipherTest] transformation=NULL/CFB136/ISO10126PADDING 13:35:18,666 INFO [main][CipherTest] transformation=NULL/CFB136/ISO7816-4 13:35:18,666 INFO [main][CipherTest] transformation=NULL/CFB136/ISO7816-4PADDING 13:35:18,666 INFO [main][CipherTest] transformation=NULL/CFB136/NOPADDING 13:35:18,666 INFO [main][CipherTest] transformation=NULL/CFB136/PKCS5 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB136/PKCS5PADDING 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB136/PKCS7 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB136/PKCS7PADDING 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB136/TBC 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB136/TBCPADDING 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB136/X9.23 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB136/X9.23PADDING 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB136/ZEROBYTE 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB136/ZEROBYTEPADDING 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB144/ 13:35:18,667 INFO [main][CipherTest] transformation=NULL/CFB144/ISO10126 13:35:18,668 INFO [main][CipherTest] transformation=NULL/CFB144/ISO10126-2 13:35:18,668 INFO [main][CipherTest] transformation=NULL/CFB144/ISO10126-2PADDING 13:35:18,668 INFO [main][CipherTest] transformation=NULL/CFB144/ISO10126PADDING 13:35:18,668 INFO [main][CipherTest] transformation=NULL/CFB144/ISO7816-4 13:35:18,668 INFO [main][CipherTest] transformation=NULL/CFB144/ISO7816-4PADDING 13:35:18,668 INFO [main][CipherTest] transformation=NULL/CFB144/NOPADDING 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/PKCS5 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/PKCS5PADDING 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/PKCS7 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/PKCS7PADDING 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/TBC 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/TBCPADDING 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/X9.23 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/X9.23PADDING 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/ZEROBYTE 13:35:18,669 INFO [main][CipherTest] transformation=NULL/CFB144/ZEROBYTEPADDING 13:35:18,670 INFO [main][CipherTest] transformation=NULL/CFB152/ 13:35:18,670 INFO [main][CipherTest] transformation=NULL/CFB152/ISO10126 13:35:18,670 INFO [main][CipherTest] transformation=NULL/CFB152/ISO10126-2 13:35:18,670 INFO [main][CipherTest] transformation=NULL/CFB152/ISO10126-2PADDING 13:35:18,670 INFO [main][CipherTest] transformation=NULL/CFB152/ISO10126PADDING 13:35:18,670 INFO [main][CipherTest] transformation=NULL/CFB152/ISO7816-4 13:35:18,670 INFO [main][CipherTest] transformation=NULL/CFB152/ISO7816-4PADDING 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/NOPADDING 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/PKCS5 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/PKCS5PADDING 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/PKCS7 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/PKCS7PADDING 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/TBC 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/TBCPADDING 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/X9.23 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/X9.23PADDING 13:35:18,671 INFO [main][CipherTest] transformation=NULL/CFB152/ZEROBYTE 13:35:18,672 INFO [main][CipherTest] transformation=NULL/CFB152/ZEROBYTEPADDING 13:35:18,672 INFO [main][CipherTest] transformation=NULL/CFB16/ 13:35:18,672 INFO [main][CipherTest] transformation=NULL/CFB16/ISO10126 13:35:18,672 INFO [main][CipherTest] transformation=NULL/CFB16/ISO10126-2 13:35:18,672 INFO [main][CipherTest] transformation=NULL/CFB16/ISO10126-2PADDING 13:35:18,672 INFO [main][CipherTest] transformation=NULL/CFB16/ISO10126PADDING 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/ISO7816-4 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/ISO7816-4PADDING 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/NOPADDING 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/PKCS5 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/PKCS5PADDING 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/PKCS7 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/PKCS7PADDING 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/TBC 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/TBCPADDING 13:35:18,673 INFO [main][CipherTest] transformation=NULL/CFB16/X9.23 13:35:18,674 INFO [main][CipherTest] transformation=NULL/CFB16/X9.23PADDING 13:35:18,674 INFO [main][CipherTest] transformation=NULL/CFB16/ZEROBYTE 13:35:18,674 INFO [main][CipherTest] transformation=NULL/CFB16/ZEROBYTEPADDING 13:35:18,674 INFO [main][CipherTest] transformation=NULL/CFB160/ 13:35:18,674 INFO [main][CipherTest] transformation=NULL/CFB160/ISO10126 13:35:18,674 INFO [main][CipherTest] transformation=NULL/CFB160/ISO10126-2 13:35:18,674 INFO [main][CipherTest] transformation=NULL/CFB160/ISO10126-2PADDING 13:35:18,675 INFO [main][CipherTest] transformation=NULL/CFB160/ISO10126PADDING 13:35:18,675 INFO [main][CipherTest] transformation=NULL/CFB160/ISO7816-4 13:35:18,675 INFO [main][CipherTest] transformation=NULL/CFB160/ISO7816-4PADDING 13:35:18,675 INFO [main][CipherTest] transformation=NULL/CFB160/NOPADDING 13:35:18,675 INFO [main][CipherTest] transformation=NULL/CFB160/PKCS5 13:35:18,675 INFO [main][CipherTest] transformation=NULL/CFB160/PKCS5PADDING 13:35:18,675 INFO [main][CipherTest] transformation=NULL/CFB160/PKCS7 13:35:18,675 INFO [main][CipherTest] transformation=NULL/CFB160/PKCS7PADDING 13:35:18,675 INFO [main][CipherTest] transformation=NULL/CFB160/TBC 13:35:18,676 INFO [main][CipherTest] transformation=NULL/CFB160/TBCPADDING 13:35:18,676 INFO [main][CipherTest] transformation=NULL/CFB160/X9.23 13:35:18,676 INFO [main][CipherTest] transformation=NULL/CFB160/X9.23PADDING 13:35:18,676 INFO [main][CipherTest] transformation=NULL/CFB160/ZEROBYTE 13:35:18,676 INFO [main][CipherTest] transformation=NULL/CFB160/ZEROBYTEPADDING 13:35:18,676 INFO [main][CipherTest] transformation=NULL/CFB168/ 13:35:18,676 INFO [main][CipherTest] transformation=NULL/CFB168/ISO10126 13:35:18,676 INFO [main][CipherTest] transformation=NULL/CFB168/ISO10126-2 13:35:18,676 INFO [main][CipherTest] transformation=NULL/CFB168/ISO10126-2PADDING 13:35:18,677 INFO [main][CipherTest] transformation=NULL/CFB168/ISO10126PADDING 13:35:18,677 INFO [main][CipherTest] transformation=NULL/CFB168/ISO7816-4 13:35:18,677 INFO [main][CipherTest] transformation=NULL/CFB168/ISO7816-4PADDING 13:35:18,677 INFO [main][CipherTest] transformation=NULL/CFB168/NOPADDING 13:35:18,677 INFO [main][CipherTest] transformation=NULL/CFB168/PKCS5 13:35:18,677 INFO [main][CipherTest] transformation=NULL/CFB168/PKCS5PADDING 13:35:18,677 INFO [main][CipherTest] transformation=NULL/CFB168/PKCS7 13:35:18,678 INFO [main][CipherTest] transformation=NULL/CFB168/PKCS7PADDING 13:35:18,678 INFO [main][CipherTest] transformation=NULL/CFB168/TBC 13:35:18,678 INFO [main][CipherTest] transformation=NULL/CFB168/TBCPADDING 13:35:18,678 INFO [main][CipherTest] transformation=NULL/CFB168/X9.23 13:35:18,678 INFO [main][CipherTest] transformation=NULL/CFB168/X9.23PADDING 13:35:18,678 INFO [main][CipherTest] transformation=NULL/CFB168/ZEROBYTE 13:35:18,678 INFO [main][CipherTest] transformation=NULL/CFB168/ZEROBYTEPADDING 13:35:18,678 INFO [main][CipherTest] transformation=NULL/CFB176/ 13:35:18,678 INFO [main][CipherTest] transformation=NULL/CFB176/ISO10126 13:35:18,679 INFO [main][CipherTest] transformation=NULL/CFB176/ISO10126-2 13:35:18,679 INFO [main][CipherTest] transformation=NULL/CFB176/ISO10126-2PADDING 13:35:18,679 INFO [main][CipherTest] transformation=NULL/CFB176/ISO10126PADDING 13:35:18,679 INFO [main][CipherTest] transformation=NULL/CFB176/ISO7816-4 13:35:18,679 INFO [main][CipherTest] transformation=NULL/CFB176/ISO7816-4PADDING 13:35:18,679 INFO [main][CipherTest] transformation=NULL/CFB176/NOPADDING 13:35:18,679 INFO [main][CipherTest] transformation=NULL/CFB176/PKCS5 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB176/PKCS5PADDING 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB176/PKCS7 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB176/PKCS7PADDING 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB176/TBC 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB176/TBCPADDING 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB176/X9.23 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB176/X9.23PADDING 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB176/ZEROBYTE 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB176/ZEROBYTEPADDING 13:35:18,680 INFO [main][CipherTest] transformation=NULL/CFB184/ 13:35:18,681 INFO [main][CipherTest] transformation=NULL/CFB184/ISO10126 13:35:18,681 INFO [main][CipherTest] transformation=NULL/CFB184/ISO10126-2 13:35:18,681 INFO [main][CipherTest] transformation=NULL/CFB184/ISO10126-2PADDING 13:35:18,681 INFO [main][CipherTest] transformation=NULL/CFB184/ISO10126PADDING 13:35:18,681 INFO [main][CipherTest] transformation=NULL/CFB184/ISO7816-4 13:35:18,681 INFO [main][CipherTest] transformation=NULL/CFB184/ISO7816-4PADDING 13:35:18,681 INFO [main][CipherTest] transformation=NULL/CFB184/NOPADDING 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/PKCS5 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/PKCS5PADDING 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/PKCS7 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/PKCS7PADDING 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/TBC 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/TBCPADDING 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/X9.23 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/X9.23PADDING 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/ZEROBYTE 13:35:18,682 INFO [main][CipherTest] transformation=NULL/CFB184/ZEROBYTEPADDING 13:35:18,683 INFO [main][CipherTest] transformation=NULL/CFB192/ 13:35:18,683 INFO [main][CipherTest] transformation=NULL/CFB192/ISO10126 13:35:18,683 INFO [main][CipherTest] transformation=NULL/CFB192/ISO10126-2 13:35:18,683 INFO [main][CipherTest] transformation=NULL/CFB192/ISO10126-2PADDING 13:35:18,683 INFO [main][CipherTest] transformation=NULL/CFB192/ISO10126PADDING 13:35:18,683 INFO [main][CipherTest] transformation=NULL/CFB192/ISO7816-4 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/ISO7816-4PADDING 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/NOPADDING 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/PKCS5 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/PKCS5PADDING 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/PKCS7 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/PKCS7PADDING 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/TBC 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/TBCPADDING 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/X9.23 13:35:18,684 INFO [main][CipherTest] transformation=NULL/CFB192/X9.23PADDING 13:35:18,685 INFO [main][CipherTest] transformation=NULL/CFB192/ZEROBYTE 13:35:18,685 INFO [main][CipherTest] transformation=NULL/CFB192/ZEROBYTEPADDING 13:35:18,685 INFO [main][CipherTest] transformation=NULL/CFB200/ 13:35:18,685 INFO [main][CipherTest] transformation=NULL/CFB200/ISO10126 13:35:18,685 INFO [main][CipherTest] transformation=NULL/CFB200/ISO10126-2 13:35:18,685 INFO [main][CipherTest] transformation=NULL/CFB200/ISO10126-2PADDING 13:35:18,685 INFO [main][CipherTest] transformation=NULL/CFB200/ISO10126PADDING 13:35:18,686 INFO [main][CipherTest] transformation=NULL/CFB200/ISO7816-4 13:35:18,686 INFO [main][CipherTest] transformation=NULL/CFB200/ISO7816-4PADDING 13:35:18,686 INFO [main][CipherTest] transformation=NULL/CFB200/NOPADDING 13:35:18,686 INFO [main][CipherTest] transformation=NULL/CFB200/PKCS5 13:35:18,686 INFO [main][CipherTest] transformation=NULL/CFB200/PKCS5PADDING 13:35:18,686 INFO [main][CipherTest] transformation=NULL/CFB200/PKCS7 13:35:18,686 INFO [main][CipherTest] transformation=NULL/CFB200/PKCS7PADDING 13:35:18,686 INFO [main][CipherTest] transformation=NULL/CFB200/TBC 13:35:18,686 INFO [main][CipherTest] transformation=NULL/CFB200/TBCPADDING 13:35:18,687 INFO [main][CipherTest] transformation=NULL/CFB200/X9.23 13:35:18,687 INFO [main][CipherTest] transformation=NULL/CFB200/X9.23PADDING 13:35:18,687 INFO [main][CipherTest] transformation=NULL/CFB200/ZEROBYTE 13:35:18,687 INFO [main][CipherTest] transformation=NULL/CFB200/ZEROBYTEPADDING 13:35:18,687 INFO [main][CipherTest] transformation=NULL/CFB208/ 13:35:18,687 INFO [main][CipherTest] transformation=NULL/CFB208/ISO10126 13:35:18,687 INFO [main][CipherTest] transformation=NULL/CFB208/ISO10126-2 13:35:18,687 INFO [main][CipherTest] transformation=NULL/CFB208/ISO10126-2PADDING 13:35:18,688 INFO [main][CipherTest] transformation=NULL/CFB208/ISO10126PADDING 13:35:18,688 INFO [main][CipherTest] transformation=NULL/CFB208/ISO7816-4 13:35:18,688 INFO [main][CipherTest] transformation=NULL/CFB208/ISO7816-4PADDING 13:35:18,688 INFO [main][CipherTest] transformation=NULL/CFB208/NOPADDING 13:35:18,688 INFO [main][CipherTest] transformation=NULL/CFB208/PKCS5 13:35:18,688 INFO [main][CipherTest] transformation=NULL/CFB208/PKCS5PADDING 13:35:18,688 INFO [main][CipherTest] transformation=NULL/CFB208/PKCS7 13:35:18,688 INFO [main][CipherTest] transformation=NULL/CFB208/PKCS7PADDING 13:35:18,688 INFO [main][CipherTest] transformation=NULL/CFB208/TBC 13:35:18,689 INFO [main][CipherTest] transformation=NULL/CFB208/TBCPADDING 13:35:18,689 INFO [main][CipherTest] transformation=NULL/CFB208/X9.23 13:35:18,689 INFO [main][CipherTest] transformation=NULL/CFB208/X9.23PADDING 13:35:18,689 INFO [main][CipherTest] transformation=NULL/CFB208/ZEROBYTE 13:35:18,689 INFO [main][CipherTest] transformation=NULL/CFB208/ZEROBYTEPADDING 13:35:18,689 INFO [main][CipherTest] transformation=NULL/CFB216/ 13:35:18,689 INFO [main][CipherTest] transformation=NULL/CFB216/ISO10126 13:35:18,689 INFO [main][CipherTest] transformation=NULL/CFB216/ISO10126-2 13:35:18,690 INFO [main][CipherTest] transformation=NULL/CFB216/ISO10126-2PADDING 13:35:18,690 INFO [main][CipherTest] transformation=NULL/CFB216/ISO10126PADDING 13:35:18,690 INFO [main][CipherTest] transformation=NULL/CFB216/ISO7816-4 13:35:18,690 INFO [main][CipherTest] transformation=NULL/CFB216/ISO7816-4PADDING 13:35:18,690 INFO [main][CipherTest] transformation=NULL/CFB216/NOPADDING 13:35:18,690 INFO [main][CipherTest] transformation=NULL/CFB216/PKCS5 13:35:18,690 INFO [main][CipherTest] transformation=NULL/CFB216/PKCS5PADDING 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB216/PKCS7 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB216/PKCS7PADDING 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB216/TBC 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB216/TBCPADDING 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB216/X9.23 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB216/X9.23PADDING 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB216/ZEROBYTE 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB216/ZEROBYTEPADDING 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB224/ 13:35:18,691 INFO [main][CipherTest] transformation=NULL/CFB224/ISO10126 13:35:18,692 INFO [main][CipherTest] transformation=NULL/CFB224/ISO10126-2 13:35:18,692 INFO [main][CipherTest] transformation=NULL/CFB224/ISO10126-2PADDING 13:35:18,692 INFO [main][CipherTest] transformation=NULL/CFB224/ISO10126PADDING 13:35:18,692 INFO [main][CipherTest] transformation=NULL/CFB224/ISO7816-4 13:35:18,692 INFO [main][CipherTest] transformation=NULL/CFB224/ISO7816-4PADDING 13:35:18,692 INFO [main][CipherTest] transformation=NULL/CFB224/NOPADDING 13:35:18,692 INFO [main][CipherTest] transformation=NULL/CFB224/PKCS5 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB224/PKCS5PADDING 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB224/PKCS7 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB224/PKCS7PADDING 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB224/TBC 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB224/TBCPADDING 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB224/X9.23 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB224/X9.23PADDING 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB224/ZEROBYTE 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB224/ZEROBYTEPADDING 13:35:18,693 INFO [main][CipherTest] transformation=NULL/CFB232/ 13:35:18,694 INFO [main][CipherTest] transformation=NULL/CFB232/ISO10126 13:35:18,694 INFO [main][CipherTest] transformation=NULL/CFB232/ISO10126-2 13:35:18,694 INFO [main][CipherTest] transformation=NULL/CFB232/ISO10126-2PADDING 13:35:18,694 INFO [main][CipherTest] transformation=NULL/CFB232/ISO10126PADDING 13:35:18,694 INFO [main][CipherTest] transformation=NULL/CFB232/ISO7816-4 13:35:18,694 INFO [main][CipherTest] transformation=NULL/CFB232/ISO7816-4PADDING 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/NOPADDING 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/PKCS5 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/PKCS5PADDING 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/PKCS7 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/PKCS7PADDING 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/TBC 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/TBCPADDING 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/X9.23 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/X9.23PADDING 13:35:18,695 INFO [main][CipherTest] transformation=NULL/CFB232/ZEROBYTE 13:35:18,696 INFO [main][CipherTest] transformation=NULL/CFB232/ZEROBYTEPADDING 13:35:18,696 INFO [main][CipherTest] transformation=NULL/CFB24/ 13:35:18,696 INFO [main][CipherTest] transformation=NULL/CFB24/ISO10126 13:35:18,696 INFO [main][CipherTest] transformation=NULL/CFB24/ISO10126-2 13:35:18,696 INFO [main][CipherTest] transformation=NULL/CFB24/ISO10126-2PADDING 13:35:18,696 INFO [main][CipherTest] transformation=NULL/CFB24/ISO10126PADDING 13:35:18,696 INFO [main][CipherTest] transformation=NULL/CFB24/ISO7816-4 13:35:18,697 INFO [main][CipherTest] transformation=NULL/CFB24/ISO7816-4PADDING 13:35:18,697 INFO [main][CipherTest] transformation=NULL/CFB24/NOPADDING 13:35:18,697 INFO [main][CipherTest] transformation=NULL/CFB24/PKCS5 13:35:18,697 INFO [main][CipherTest] transformation=NULL/CFB24/PKCS5PADDING 13:35:18,697 INFO [main][CipherTest] transformation=NULL/CFB24/PKCS7 13:35:18,697 INFO [main][CipherTest] transformation=NULL/CFB24/PKCS7PADDING 13:35:18,697 INFO [main][CipherTest] transformation=NULL/CFB24/TBC 13:35:18,697 INFO [main][CipherTest] transformation=NULL/CFB24/TBCPADDING 13:35:18,697 INFO [main][CipherTest] transformation=NULL/CFB24/X9.23 13:35:18,698 INFO [main][CipherTest] transformation=NULL/CFB24/X9.23PADDING 13:35:18,698 INFO [main][CipherTest] transformation=NULL/CFB24/ZEROBYTE 13:35:18,698 INFO [main][CipherTest] transformation=NULL/CFB24/ZEROBYTEPADDING 13:35:18,698 INFO [main][CipherTest] transformation=NULL/CFB240/ 13:35:18,698 INFO [main][CipherTest] transformation=NULL/CFB240/ISO10126 13:35:18,698 INFO [main][CipherTest] transformation=NULL/CFB240/ISO10126-2 13:35:18,698 INFO [main][CipherTest] transformation=NULL/CFB240/ISO10126-2PADDING 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/ISO10126PADDING 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/ISO7816-4 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/ISO7816-4PADDING 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/NOPADDING 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/PKCS5 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/PKCS5PADDING 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/PKCS7 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/PKCS7PADDING 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/TBC 13:35:18,699 INFO [main][CipherTest] transformation=NULL/CFB240/TBCPADDING 13:35:18,700 INFO [main][CipherTest] transformation=NULL/CFB240/X9.23 13:35:18,700 INFO [main][CipherTest] transformation=NULL/CFB240/X9.23PADDING 13:35:18,700 INFO [main][CipherTest] transformation=NULL/CFB240/ZEROBYTE 13:35:18,700 INFO [main][CipherTest] transformation=NULL/CFB240/ZEROBYTEPADDING 13:35:18,700 INFO [main][CipherTest] transformation=NULL/CFB248/ 13:35:18,700 INFO [main][CipherTest] transformation=NULL/CFB248/ISO10126 13:35:18,700 INFO [main][CipherTest] transformation=NULL/CFB248/ISO10126-2 13:35:18,700 INFO [main][CipherTest] transformation=NULL/CFB248/ISO10126-2PADDING 13:35:18,701 INFO [main][CipherTest] transformation=NULL/CFB248/ISO10126PADDING 13:35:18,701 INFO [main][CipherTest] transformation=NULL/CFB248/ISO7816-4 13:35:18,701 INFO [main][CipherTest] transformation=NULL/CFB248/ISO7816-4PADDING 13:35:18,701 INFO [main][CipherTest] transformation=NULL/CFB248/NOPADDING 13:35:18,701 INFO [main][CipherTest] transformation=NULL/CFB248/PKCS5 13:35:18,701 INFO [main][CipherTest] transformation=NULL/CFB248/PKCS5PADDING 13:35:18,701 INFO [main][CipherTest] transformation=NULL/CFB248/PKCS7 13:35:18,701 INFO [main][CipherTest] transformation=NULL/CFB248/PKCS7PADDING 13:35:18,702 INFO [main][CipherTest] transformation=NULL/CFB248/TBC 13:35:18,702 INFO [main][CipherTest] transformation=NULL/CFB248/TBCPADDING 13:35:18,702 INFO [main][CipherTest] transformation=NULL/CFB248/X9.23 13:35:18,702 INFO [main][CipherTest] transformation=NULL/CFB248/X9.23PADDING 13:35:18,702 INFO [main][CipherTest] transformation=NULL/CFB248/ZEROBYTE 13:35:18,702 INFO [main][CipherTest] transformation=NULL/CFB248/ZEROBYTEPADDING 13:35:18,702 INFO [main][CipherTest] transformation=NULL/CFB256/ 13:35:18,702 INFO [main][CipherTest] transformation=NULL/CFB256/ISO10126 13:35:18,702 INFO [main][CipherTest] transformation=NULL/CFB256/ISO10126-2 13:35:18,703 INFO [main][CipherTest] transformation=NULL/CFB256/ISO10126-2PADDING 13:35:18,703 INFO [main][CipherTest] transformation=NULL/CFB256/ISO10126PADDING 13:35:18,703 INFO [main][CipherTest] transformation=NULL/CFB256/ISO7816-4 13:35:18,703 INFO [main][CipherTest] transformation=NULL/CFB256/ISO7816-4PADDING 13:35:18,703 INFO [main][CipherTest] transformation=NULL/CFB256/NOPADDING 13:35:18,703 INFO [main][CipherTest] transformation=NULL/CFB256/PKCS5 13:35:18,703 INFO [main][CipherTest] transformation=NULL/CFB256/PKCS5PADDING 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB256/PKCS7 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB256/PKCS7PADDING 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB256/TBC 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB256/TBCPADDING 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB256/X9.23 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB256/X9.23PADDING 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB256/ZEROBYTE 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB256/ZEROBYTEPADDING 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB32/ 13:35:18,704 INFO [main][CipherTest] transformation=NULL/CFB32/ISO10126 13:35:18,705 INFO [main][CipherTest] transformation=NULL/CFB32/ISO10126-2 13:35:18,705 INFO [main][CipherTest] transformation=NULL/CFB32/ISO10126-2PADDING 13:35:18,705 INFO [main][CipherTest] transformation=NULL/CFB32/ISO10126PADDING 13:35:18,705 INFO [main][CipherTest] transformation=NULL/CFB32/ISO7816-4 13:35:18,705 INFO [main][CipherTest] transformation=NULL/CFB32/ISO7816-4PADDING 13:35:18,705 INFO [main][CipherTest] transformation=NULL/CFB32/NOPADDING 13:35:18,705 INFO [main][CipherTest] transformation=NULL/CFB32/PKCS5 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB32/PKCS5PADDING 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB32/PKCS7 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB32/PKCS7PADDING 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB32/TBC 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB32/TBCPADDING 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB32/X9.23 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB32/X9.23PADDING 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB32/ZEROBYTE 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB32/ZEROBYTEPADDING 13:35:18,706 INFO [main][CipherTest] transformation=NULL/CFB40/ 13:35:18,707 INFO [main][CipherTest] transformation=NULL/CFB40/ISO10126 13:35:18,707 INFO [main][CipherTest] transformation=NULL/CFB40/ISO10126-2 13:35:18,707 INFO [main][CipherTest] transformation=NULL/CFB40/ISO10126-2PADDING 13:35:18,707 INFO [main][CipherTest] transformation=NULL/CFB40/ISO10126PADDING 13:35:18,707 INFO [main][CipherTest] transformation=NULL/CFB40/ISO7816-4 13:35:18,707 INFO [main][CipherTest] transformation=NULL/CFB40/ISO7816-4PADDING 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/NOPADDING 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/PKCS5 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/PKCS5PADDING 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/PKCS7 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/PKCS7PADDING 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/TBC 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/TBCPADDING 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/X9.23 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/X9.23PADDING 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/ZEROBYTE 13:35:18,708 INFO [main][CipherTest] transformation=NULL/CFB40/ZEROBYTEPADDING 13:35:18,709 INFO [main][CipherTest] transformation=NULL/CFB48/ 13:35:18,709 INFO [main][CipherTest] transformation=NULL/CFB48/ISO10126 13:35:18,709 INFO [main][CipherTest] transformation=NULL/CFB48/ISO10126-2 13:35:18,709 INFO [main][CipherTest] transformation=NULL/CFB48/ISO10126-2PADDING 13:35:18,709 INFO [main][CipherTest] transformation=NULL/CFB48/ISO10126PADDING 13:35:18,709 INFO [main][CipherTest] transformation=NULL/CFB48/ISO7816-4 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/ISO7816-4PADDING 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/NOPADDING 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/PKCS5 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/PKCS5PADDING 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/PKCS7 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/PKCS7PADDING 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/TBC 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/TBCPADDING 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/X9.23 13:35:18,710 INFO [main][CipherTest] transformation=NULL/CFB48/X9.23PADDING 13:35:18,711 INFO [main][CipherTest] transformation=NULL/CFB48/ZEROBYTE 13:35:18,711 INFO [main][CipherTest] transformation=NULL/CFB48/ZEROBYTEPADDING 13:35:18,711 INFO [main][CipherTest] transformation=NULL/CFB56/ 13:35:18,711 INFO [main][CipherTest] transformation=NULL/CFB56/ISO10126 13:35:18,711 INFO [main][CipherTest] transformation=NULL/CFB56/ISO10126-2 13:35:18,711 INFO [main][CipherTest] transformation=NULL/CFB56/ISO10126-2PADDING 13:35:18,711 INFO [main][CipherTest] transformation=NULL/CFB56/ISO10126PADDING 13:35:18,712 INFO [main][CipherTest] transformation=NULL/CFB56/ISO7816-4 13:35:18,712 INFO [main][CipherTest] transformation=NULL/CFB56/ISO7816-4PADDING 13:35:18,712 INFO [main][CipherTest] transformation=NULL/CFB56/NOPADDING 13:35:18,712 INFO [main][CipherTest] transformation=NULL/CFB56/PKCS5 13:35:18,712 INFO [main][CipherTest] transformation=NULL/CFB56/PKCS5PADDING 13:35:18,712 INFO [main][CipherTest] transformation=NULL/CFB56/PKCS7 13:35:18,712 INFO [main][CipherTest] transformation=NULL/CFB56/PKCS7PADDING 13:35:18,712 INFO [main][CipherTest] transformation=NULL/CFB56/TBC 13:35:18,712 INFO [main][CipherTest] transformation=NULL/CFB56/TBCPADDING 13:35:18,713 INFO [main][CipherTest] transformation=NULL/CFB56/X9.23 13:35:18,713 INFO [main][CipherTest] transformation=NULL/CFB56/X9.23PADDING 13:35:18,713 INFO [main][CipherTest] transformation=NULL/CFB56/ZEROBYTE 13:35:18,713 INFO [main][CipherTest] transformation=NULL/CFB56/ZEROBYTEPADDING 13:35:18,713 INFO [main][CipherTest] transformation=NULL/CFB64/ 13:35:18,713 INFO [main][CipherTest] transformation=NULL/CFB64/ISO10126 13:35:18,713 INFO [main][CipherTest] transformation=NULL/CFB64/ISO10126-2 13:35:18,713 INFO [main][CipherTest] transformation=NULL/CFB64/ISO10126-2PADDING 13:35:18,714 INFO [main][CipherTest] transformation=NULL/CFB64/ISO10126PADDING 13:35:18,714 INFO [main][CipherTest] transformation=NULL/CFB64/ISO7816-4 13:35:18,714 INFO [main][CipherTest] transformation=NULL/CFB64/ISO7816-4PADDING 13:35:18,714 INFO [main][CipherTest] transformation=NULL/CFB64/NOPADDING 13:35:18,714 INFO [main][CipherTest] transformation=NULL/CFB64/PKCS5 13:35:18,714 INFO [main][CipherTest] transformation=NULL/CFB64/PKCS5PADDING 13:35:18,714 INFO [main][CipherTest] transformation=NULL/CFB64/PKCS7 13:35:18,714 INFO [main][CipherTest] transformation=NULL/CFB64/PKCS7PADDING 13:35:18,715 INFO [main][CipherTest] transformation=NULL/CFB64/TBC 13:35:18,715 INFO [main][CipherTest] transformation=NULL/CFB64/TBCPADDING 13:35:18,715 INFO [main][CipherTest] transformation=NULL/CFB64/X9.23 13:35:18,715 INFO [main][CipherTest] transformation=NULL/CFB64/X9.23PADDING 13:35:18,715 INFO [main][CipherTest] transformation=NULL/CFB64/ZEROBYTE 13:35:18,715 INFO [main][CipherTest] transformation=NULL/CFB64/ZEROBYTEPADDING 13:35:18,715 INFO [main][CipherTest] transformation=NULL/CFB72/ 13:35:18,715 INFO [main][CipherTest] transformation=NULL/CFB72/ISO10126 13:35:18,715 INFO [main][CipherTest] transformation=NULL/CFB72/ISO10126-2 13:35:18,716 INFO [main][CipherTest] transformation=NULL/CFB72/ISO10126-2PADDING 13:35:18,716 INFO [main][CipherTest] transformation=NULL/CFB72/ISO10126PADDING 13:35:18,716 INFO [main][CipherTest] transformation=NULL/CFB72/ISO7816-4 13:35:18,716 INFO [main][CipherTest] transformation=NULL/CFB72/ISO7816-4PADDING 13:35:18,716 INFO [main][CipherTest] transformation=NULL/CFB72/NOPADDING 13:35:18,716 INFO [main][CipherTest] transformation=NULL/CFB72/PKCS5 13:35:18,716 INFO [main][CipherTest] transformation=NULL/CFB72/PKCS5PADDING 13:35:18,716 INFO [main][CipherTest] transformation=NULL/CFB72/PKCS7 13:35:18,717 INFO [main][CipherTest] transformation=NULL/CFB72/PKCS7PADDING 13:35:18,717 INFO [main][CipherTest] transformation=NULL/CFB72/TBC 13:35:18,717 INFO [main][CipherTest] transformation=NULL/CFB72/TBCPADDING 13:35:18,717 INFO [main][CipherTest] transformation=NULL/CFB72/X9.23 13:35:18,717 INFO [main][CipherTest] transformation=NULL/CFB72/X9.23PADDING 13:35:18,717 INFO [main][CipherTest] transformation=NULL/CFB72/ZEROBYTE 13:35:18,717 INFO [main][CipherTest] transformation=NULL/CFB72/ZEROBYTEPADDING 13:35:18,717 INFO [main][CipherTest] transformation=NULL/CFB8/ 13:35:18,717 INFO [main][CipherTest] transformation=NULL/CFB8/ISO10126 13:35:18,718 INFO [main][CipherTest] transformation=NULL/CFB8/ISO10126-2 13:35:18,718 INFO [main][CipherTest] transformation=NULL/CFB8/ISO10126-2PADDING 13:35:18,718 INFO [main][CipherTest] transformation=NULL/CFB8/ISO10126PADDING 13:35:18,718 INFO [main][CipherTest] transformation=NULL/CFB8/ISO7816-4 13:35:18,718 INFO [main][CipherTest] transformation=NULL/CFB8/ISO7816-4PADDING 13:35:18,718 INFO [main][CipherTest] transformation=NULL/CFB8/NOPADDING 13:35:18,718 INFO [main][CipherTest] transformation=NULL/CFB8/PKCS5 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB8/PKCS5PADDING 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB8/PKCS7 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB8/PKCS7PADDING 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB8/TBC 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB8/TBCPADDING 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB8/X9.23 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB8/X9.23PADDING 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB8/ZEROBYTE 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB8/ZEROBYTEPADDING 13:35:18,719 INFO [main][CipherTest] transformation=NULL/CFB80/ 13:35:18,720 INFO [main][CipherTest] transformation=NULL/CFB80/ISO10126 13:35:18,720 INFO [main][CipherTest] transformation=NULL/CFB80/ISO10126-2 13:35:18,720 INFO [main][CipherTest] transformation=NULL/CFB80/ISO10126-2PADDING 13:35:18,720 INFO [main][CipherTest] transformation=NULL/CFB80/ISO10126PADDING 13:35:18,720 INFO [main][CipherTest] transformation=NULL/CFB80/ISO7816-4 13:35:18,720 INFO [main][CipherTest] transformation=NULL/CFB80/ISO7816-4PADDING 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/NOPADDING 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/PKCS5 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/PKCS5PADDING 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/PKCS7 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/PKCS7PADDING 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/TBC 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/TBCPADDING 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/X9.23 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/X9.23PADDING 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/ZEROBYTE 13:35:18,721 INFO [main][CipherTest] transformation=NULL/CFB80/ZEROBYTEPADDING 13:35:18,722 INFO [main][CipherTest] transformation=NULL/CFB88/ 13:35:18,722 INFO [main][CipherTest] transformation=NULL/CFB88/ISO10126 13:35:18,722 INFO [main][CipherTest] transformation=NULL/CFB88/ISO10126-2 13:35:18,722 INFO [main][CipherTest] transformation=NULL/CFB88/ISO10126-2PADDING 13:35:18,722 INFO [main][CipherTest] transformation=NULL/CFB88/ISO10126PADDING 13:35:18,722 INFO [main][CipherTest] transformation=NULL/CFB88/ISO7816-4 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/ISO7816-4PADDING 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/NOPADDING 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/PKCS5 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/PKCS5PADDING 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/PKCS7 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/PKCS7PADDING 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/TBC 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/TBCPADDING 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/X9.23 13:35:18,723 INFO [main][CipherTest] transformation=NULL/CFB88/X9.23PADDING 13:35:18,724 INFO [main][CipherTest] transformation=NULL/CFB88/ZEROBYTE 13:35:18,724 INFO [main][CipherTest] transformation=NULL/CFB88/ZEROBYTEPADDING 13:35:18,724 INFO [main][CipherTest] transformation=NULL/CFB96/ 13:35:18,724 INFO [main][CipherTest] transformation=NULL/CFB96/ISO10126 13:35:18,724 INFO [main][CipherTest] transformation=NULL/CFB96/ISO10126-2 13:35:18,724 INFO [main][CipherTest] transformation=NULL/CFB96/ISO10126-2PADDING 13:35:18,724 INFO [main][CipherTest] transformation=NULL/CFB96/ISO10126PADDING 13:35:18,725 INFO [main][CipherTest] transformation=NULL/CFB96/ISO7816-4 13:35:18,725 INFO [main][CipherTest] transformation=NULL/CFB96/ISO7816-4PADDING 13:35:18,725 INFO [main][CipherTest] transformation=NULL/CFB96/NOPADDING 13:35:18,725 INFO [main][CipherTest] transformation=NULL/CFB96/PKCS5 13:35:18,725 INFO [main][CipherTest] transformation=NULL/CFB96/PKCS5PADDING 13:35:18,725 INFO [main][CipherTest] transformation=NULL/CFB96/PKCS7 13:35:18,725 INFO [main][CipherTest] transformation=NULL/CFB96/PKCS7PADDING 13:35:18,725 INFO [main][CipherTest] transformation=NULL/CFB96/TBC 13:35:18,726 INFO [main][CipherTest] transformation=NULL/CFB96/TBCPADDING 13:35:18,726 INFO [main][CipherTest] transformation=NULL/CFB96/X9.23 13:35:18,726 INFO [main][CipherTest] transformation=NULL/CFB96/X9.23PADDING 13:35:18,726 INFO [main][CipherTest] transformation=NULL/CFB96/ZEROBYTE 13:35:18,726 INFO [main][CipherTest] transformation=NULL/CFB96/ZEROBYTEPADDING 13:35:18,726 INFO [main][CipherTest] transformation=NULL/CTS/ 13:35:18,726 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL/CTS/" does not support IV => Skipping. 13:35:18,726 INFO [main][CipherTest] transformation=NULL/CTS/NOPADDING 13:35:18,726 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL/CTS/NOPADDING" does not support IV => Skipping. 13:35:18,726 INFO [main][CipherTest] transformation=NULL/ECB/ 13:35:18,727 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL/ECB/" does not support IV => Skipping. 13:35:18,727 INFO [main][CipherTest] transformation=NULL/ECB/NOPADDING 13:35:18,727 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "NULL/ECB/NOPADDING" does not support IV => Skipping. 13:35:18,727 INFO [main][CipherTest] transformation=NULL/OFB/ 13:35:18,727 INFO [main][CipherTest] transformation=NULL/OFB/ISO10126 13:35:18,727 INFO [main][CipherTest] transformation=NULL/OFB/ISO10126-2 13:35:18,727 INFO [main][CipherTest] transformation=NULL/OFB/ISO10126-2PADDING 13:35:18,727 INFO [main][CipherTest] transformation=NULL/OFB/ISO10126PADDING 13:35:18,728 INFO [main][CipherTest] transformation=NULL/OFB/ISO7816-4 13:35:18,728 INFO [main][CipherTest] transformation=NULL/OFB/ISO7816-4PADDING 13:35:18,728 INFO [main][CipherTest] transformation=NULL/OFB/NOPADDING 13:35:18,728 INFO [main][CipherTest] transformation=NULL/OFB/PKCS5 13:35:18,728 INFO [main][CipherTest] transformation=NULL/OFB/PKCS5PADDING 13:35:18,728 INFO [main][CipherTest] transformation=NULL/OFB/PKCS7 13:35:18,728 INFO [main][CipherTest] transformation=NULL/OFB/PKCS7PADDING 13:35:18,728 INFO [main][CipherTest] transformation=NULL/OFB/TBC 13:35:18,728 INFO [main][CipherTest] transformation=NULL/OFB/TBCPADDING 13:35:18,729 INFO [main][CipherTest] transformation=NULL/OFB/X9.23 13:35:18,729 INFO [main][CipherTest] transformation=NULL/OFB/X9.23PADDING 13:35:18,729 INFO [main][CipherTest] transformation=NULL/OFB/ZEROBYTE 13:35:18,729 INFO [main][CipherTest] transformation=NULL/OFB/ZEROBYTEPADDING 13:35:18,729 INFO [main][CipherTest] transformation=NULL/OFB104/ 13:35:18,729 INFO [main][CipherTest] transformation=NULL/OFB104/ISO10126 13:35:18,729 INFO [main][CipherTest] transformation=NULL/OFB104/ISO10126-2 13:35:18,729 INFO [main][CipherTest] transformation=NULL/OFB104/ISO10126-2PADDING 13:35:18,730 INFO [main][CipherTest] transformation=NULL/OFB104/ISO10126PADDING 13:35:18,730 INFO [main][CipherTest] transformation=NULL/OFB104/ISO7816-4 13:35:18,730 INFO [main][CipherTest] transformation=NULL/OFB104/ISO7816-4PADDING 13:35:18,730 INFO [main][CipherTest] transformation=NULL/OFB104/NOPADDING 13:35:18,730 INFO [main][CipherTest] transformation=NULL/OFB104/PKCS5 13:35:18,730 INFO [main][CipherTest] transformation=NULL/OFB104/PKCS5PADDING 13:35:18,730 INFO [main][CipherTest] transformation=NULL/OFB104/PKCS7 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB104/PKCS7PADDING 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB104/TBC 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB104/TBCPADDING 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB104/X9.23 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB104/X9.23PADDING 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB104/ZEROBYTE 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB104/ZEROBYTEPADDING 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB112/ 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB112/ISO10126 13:35:18,731 INFO [main][CipherTest] transformation=NULL/OFB112/ISO10126-2 13:35:18,732 INFO [main][CipherTest] transformation=NULL/OFB112/ISO10126-2PADDING 13:35:18,732 INFO [main][CipherTest] transformation=NULL/OFB112/ISO10126PADDING 13:35:18,732 INFO [main][CipherTest] transformation=NULL/OFB112/ISO7816-4 13:35:18,732 INFO [main][CipherTest] transformation=NULL/OFB112/ISO7816-4PADDING 13:35:18,732 INFO [main][CipherTest] transformation=NULL/OFB112/NOPADDING 13:35:18,732 INFO [main][CipherTest] transformation=NULL/OFB112/PKCS5 13:35:18,732 INFO [main][CipherTest] transformation=NULL/OFB112/PKCS5PADDING 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB112/PKCS7 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB112/PKCS7PADDING 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB112/TBC 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB112/TBCPADDING 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB112/X9.23 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB112/X9.23PADDING 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB112/ZEROBYTE 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB112/ZEROBYTEPADDING 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB120/ 13:35:18,733 INFO [main][CipherTest] transformation=NULL/OFB120/ISO10126 13:35:18,734 INFO [main][CipherTest] transformation=NULL/OFB120/ISO10126-2 13:35:18,734 INFO [main][CipherTest] transformation=NULL/OFB120/ISO10126-2PADDING 13:35:18,734 INFO [main][CipherTest] transformation=NULL/OFB120/ISO10126PADDING 13:35:18,734 INFO [main][CipherTest] transformation=NULL/OFB120/ISO7816-4 13:35:18,734 INFO [main][CipherTest] transformation=NULL/OFB120/ISO7816-4PADDING 13:35:18,734 INFO [main][CipherTest] transformation=NULL/OFB120/NOPADDING 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/PKCS5 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/PKCS5PADDING 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/PKCS7 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/PKCS7PADDING 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/TBC 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/TBCPADDING 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/X9.23 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/X9.23PADDING 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/ZEROBYTE 13:35:18,735 INFO [main][CipherTest] transformation=NULL/OFB120/ZEROBYTEPADDING 13:35:18,736 INFO [main][CipherTest] transformation=NULL/OFB128/ 13:35:18,736 INFO [main][CipherTest] transformation=NULL/OFB128/ISO10126 13:35:18,736 INFO [main][CipherTest] transformation=NULL/OFB128/ISO10126-2 13:35:18,736 INFO [main][CipherTest] transformation=NULL/OFB128/ISO10126-2PADDING 13:35:18,736 INFO [main][CipherTest] transformation=NULL/OFB128/ISO10126PADDING 13:35:18,736 INFO [main][CipherTest] transformation=NULL/OFB128/ISO7816-4 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/ISO7816-4PADDING 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/NOPADDING 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/PKCS5 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/PKCS5PADDING 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/PKCS7 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/PKCS7PADDING 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/TBC 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/TBCPADDING 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/X9.23 13:35:18,737 INFO [main][CipherTest] transformation=NULL/OFB128/X9.23PADDING 13:35:18,738 INFO [main][CipherTest] transformation=NULL/OFB128/ZEROBYTE 13:35:18,738 INFO [main][CipherTest] transformation=NULL/OFB128/ZEROBYTEPADDING 13:35:18,738 INFO [main][CipherTest] transformation=NULL/OFB136/ 13:35:18,738 INFO [main][CipherTest] transformation=NULL/OFB136/ISO10126 13:35:18,738 INFO [main][CipherTest] transformation=NULL/OFB136/ISO10126-2 13:35:18,738 INFO [main][CipherTest] transformation=NULL/OFB136/ISO10126-2PADDING 13:35:18,738 INFO [main][CipherTest] transformation=NULL/OFB136/ISO10126PADDING 13:35:18,739 INFO [main][CipherTest] transformation=NULL/OFB136/ISO7816-4 13:35:18,739 INFO [main][CipherTest] transformation=NULL/OFB136/ISO7816-4PADDING 13:35:18,739 INFO [main][CipherTest] transformation=NULL/OFB136/NOPADDING 13:35:18,739 INFO [main][CipherTest] transformation=NULL/OFB136/PKCS5 13:35:18,739 INFO [main][CipherTest] transformation=NULL/OFB136/PKCS5PADDING 13:35:18,739 INFO [main][CipherTest] transformation=NULL/OFB136/PKCS7 13:35:18,739 INFO [main][CipherTest] transformation=NULL/OFB136/PKCS7PADDING 13:35:18,739 INFO [main][CipherTest] transformation=NULL/OFB136/TBC 13:35:18,739 INFO [main][CipherTest] transformation=NULL/OFB136/TBCPADDING 13:35:18,740 INFO [main][CipherTest] transformation=NULL/OFB136/X9.23 13:35:18,740 INFO [main][CipherTest] transformation=NULL/OFB136/X9.23PADDING 13:35:18,740 INFO [main][CipherTest] transformation=NULL/OFB136/ZEROBYTE 13:35:18,740 INFO [main][CipherTest] transformation=NULL/OFB136/ZEROBYTEPADDING 13:35:18,740 INFO [main][CipherTest] transformation=NULL/OFB144/ 13:35:18,740 INFO [main][CipherTest] transformation=NULL/OFB144/ISO10126 13:35:18,740 INFO [main][CipherTest] transformation=NULL/OFB144/ISO10126-2 13:35:18,740 INFO [main][CipherTest] transformation=NULL/OFB144/ISO10126-2PADDING 13:35:18,741 INFO [main][CipherTest] transformation=NULL/OFB144/ISO10126PADDING 13:35:18,741 INFO [main][CipherTest] transformation=NULL/OFB144/ISO7816-4 13:35:18,741 INFO [main][CipherTest] transformation=NULL/OFB144/ISO7816-4PADDING 13:35:18,741 INFO [main][CipherTest] transformation=NULL/OFB144/NOPADDING 13:35:18,741 INFO [main][CipherTest] transformation=NULL/OFB144/PKCS5 13:35:18,741 INFO [main][CipherTest] transformation=NULL/OFB144/PKCS5PADDING 13:35:18,741 INFO [main][CipherTest] transformation=NULL/OFB144/PKCS7 13:35:18,741 INFO [main][CipherTest] transformation=NULL/OFB144/PKCS7PADDING 13:35:18,741 INFO [main][CipherTest] transformation=NULL/OFB144/TBC 13:35:18,742 INFO [main][CipherTest] transformation=NULL/OFB144/TBCPADDING 13:35:18,742 INFO [main][CipherTest] transformation=NULL/OFB144/X9.23 13:35:18,742 INFO [main][CipherTest] transformation=NULL/OFB144/X9.23PADDING 13:35:18,742 INFO [main][CipherTest] transformation=NULL/OFB144/ZEROBYTE 13:35:18,742 INFO [main][CipherTest] transformation=NULL/OFB144/ZEROBYTEPADDING 13:35:18,742 INFO [main][CipherTest] transformation=NULL/OFB152/ 13:35:18,742 INFO [main][CipherTest] transformation=NULL/OFB152/ISO10126 13:35:18,742 INFO [main][CipherTest] transformation=NULL/OFB152/ISO10126-2 13:35:18,743 INFO [main][CipherTest] transformation=NULL/OFB152/ISO10126-2PADDING 13:35:18,743 INFO [main][CipherTest] transformation=NULL/OFB152/ISO10126PADDING 13:35:18,743 INFO [main][CipherTest] transformation=NULL/OFB152/ISO7816-4 13:35:18,743 INFO [main][CipherTest] transformation=NULL/OFB152/ISO7816-4PADDING 13:35:18,743 INFO [main][CipherTest] transformation=NULL/OFB152/NOPADDING 13:35:18,743 INFO [main][CipherTest] transformation=NULL/OFB152/PKCS5 13:35:18,743 INFO [main][CipherTest] transformation=NULL/OFB152/PKCS5PADDING 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB152/PKCS7 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB152/PKCS7PADDING 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB152/TBC 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB152/TBCPADDING 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB152/X9.23 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB152/X9.23PADDING 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB152/ZEROBYTE 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB152/ZEROBYTEPADDING 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB16/ 13:35:18,744 INFO [main][CipherTest] transformation=NULL/OFB16/ISO10126 13:35:18,745 INFO [main][CipherTest] transformation=NULL/OFB16/ISO10126-2 13:35:18,745 INFO [main][CipherTest] transformation=NULL/OFB16/ISO10126-2PADDING 13:35:18,745 INFO [main][CipherTest] transformation=NULL/OFB16/ISO10126PADDING 13:35:18,745 INFO [main][CipherTest] transformation=NULL/OFB16/ISO7816-4 13:35:18,745 INFO [main][CipherTest] transformation=NULL/OFB16/ISO7816-4PADDING 13:35:18,745 INFO [main][CipherTest] transformation=NULL/OFB16/NOPADDING 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/PKCS5 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/PKCS5PADDING 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/PKCS7 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/PKCS7PADDING 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/TBC 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/TBCPADDING 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/X9.23 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/X9.23PADDING 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/ZEROBYTE 13:35:18,746 INFO [main][CipherTest] transformation=NULL/OFB16/ZEROBYTEPADDING 13:35:18,747 INFO [main][CipherTest] transformation=NULL/OFB160/ 13:35:18,747 INFO [main][CipherTest] transformation=NULL/OFB160/ISO10126 13:35:18,747 INFO [main][CipherTest] transformation=NULL/OFB160/ISO10126-2 13:35:18,747 INFO [main][CipherTest] transformation=NULL/OFB160/ISO10126-2PADDING 13:35:18,747 INFO [main][CipherTest] transformation=NULL/OFB160/ISO10126PADDING 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/ISO7816-4 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/ISO7816-4PADDING 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/NOPADDING 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/PKCS5 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/PKCS5PADDING 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/PKCS7 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/PKCS7PADDING 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/TBC 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/TBCPADDING 13:35:18,748 INFO [main][CipherTest] transformation=NULL/OFB160/X9.23 13:35:18,749 INFO [main][CipherTest] transformation=NULL/OFB160/X9.23PADDING 13:35:18,749 INFO [main][CipherTest] transformation=NULL/OFB160/ZEROBYTE 13:35:18,749 INFO [main][CipherTest] transformation=NULL/OFB160/ZEROBYTEPADDING 13:35:18,749 INFO [main][CipherTest] transformation=NULL/OFB168/ 13:35:18,749 INFO [main][CipherTest] transformation=NULL/OFB168/ISO10126 13:35:18,749 INFO [main][CipherTest] transformation=NULL/OFB168/ISO10126-2 13:35:18,749 INFO [main][CipherTest] transformation=NULL/OFB168/ISO10126-2PADDING 13:35:18,750 INFO [main][CipherTest] transformation=NULL/OFB168/ISO10126PADDING 13:35:18,750 INFO [main][CipherTest] transformation=NULL/OFB168/ISO7816-4 13:35:18,750 INFO [main][CipherTest] transformation=NULL/OFB168/ISO7816-4PADDING 13:35:18,750 INFO [main][CipherTest] transformation=NULL/OFB168/NOPADDING 13:35:18,750 INFO [main][CipherTest] transformation=NULL/OFB168/PKCS5 13:35:18,750 INFO [main][CipherTest] transformation=NULL/OFB168/PKCS5PADDING 13:35:18,750 INFO [main][CipherTest] transformation=NULL/OFB168/PKCS7 13:35:18,751 INFO [main][CipherTest] transformation=NULL/OFB168/PKCS7PADDING 13:35:18,751 INFO [main][CipherTest] transformation=NULL/OFB168/TBC 13:35:18,751 INFO [main][CipherTest] transformation=NULL/OFB168/TBCPADDING 13:35:18,751 INFO [main][CipherTest] transformation=NULL/OFB168/X9.23 13:35:18,751 INFO [main][CipherTest] transformation=NULL/OFB168/X9.23PADDING 13:35:18,751 INFO [main][CipherTest] transformation=NULL/OFB168/ZEROBYTE 13:35:18,751 INFO [main][CipherTest] transformation=NULL/OFB168/ZEROBYTEPADDING 13:35:18,751 INFO [main][CipherTest] transformation=NULL/OFB176/ 13:35:18,751 INFO [main][CipherTest] transformation=NULL/OFB176/ISO10126 13:35:18,754 INFO [main][CipherTest] transformation=NULL/OFB176/ISO10126-2 13:35:18,754 INFO [main][CipherTest] transformation=NULL/OFB176/ISO10126-2PADDING 13:35:18,755 INFO [main][CipherTest] transformation=NULL/OFB176/ISO10126PADDING 13:35:18,755 INFO [main][CipherTest] transformation=NULL/OFB176/ISO7816-4 13:35:18,758 INFO [main][CipherTest] transformation=NULL/OFB176/ISO7816-4PADDING 13:35:18,759 INFO [main][CipherTest] transformation=NULL/OFB176/NOPADDING 13:35:18,759 INFO [main][CipherTest] transformation=NULL/OFB176/PKCS5 13:35:18,759 INFO [main][CipherTest] transformation=NULL/OFB176/PKCS5PADDING 13:35:18,759 INFO [main][CipherTest] transformation=NULL/OFB176/PKCS7 13:35:18,759 INFO [main][CipherTest] transformation=NULL/OFB176/PKCS7PADDING 13:35:18,759 INFO [main][CipherTest] transformation=NULL/OFB176/TBC 13:35:18,759 INFO [main][CipherTest] transformation=NULL/OFB176/TBCPADDING 13:35:18,759 INFO [main][CipherTest] transformation=NULL/OFB176/X9.23 13:35:18,759 INFO [main][CipherTest] transformation=NULL/OFB176/X9.23PADDING 13:35:18,760 INFO [main][CipherTest] transformation=NULL/OFB176/ZEROBYTE 13:35:18,760 INFO [main][CipherTest] transformation=NULL/OFB176/ZEROBYTEPADDING 13:35:18,760 INFO [main][CipherTest] transformation=NULL/OFB184/ 13:35:18,763 INFO [main][CipherTest] transformation=NULL/OFB184/ISO10126 13:35:18,763 INFO [main][CipherTest] transformation=NULL/OFB184/ISO10126-2 13:35:18,764 INFO [main][CipherTest] transformation=NULL/OFB184/ISO10126-2PADDING 13:35:18,764 INFO [main][CipherTest] transformation=NULL/OFB184/ISO10126PADDING 13:35:18,764 INFO [main][CipherTest] transformation=NULL/OFB184/ISO7816-4 13:35:18,764 INFO [main][CipherTest] transformation=NULL/OFB184/ISO7816-4PADDING 13:35:18,767 INFO [main][CipherTest] transformation=NULL/OFB184/NOPADDING 13:35:18,767 INFO [main][CipherTest] transformation=NULL/OFB184/PKCS5 13:35:18,767 INFO [main][CipherTest] transformation=NULL/OFB184/PKCS5PADDING 13:35:18,767 INFO [main][CipherTest] transformation=NULL/OFB184/PKCS7 13:35:18,767 INFO [main][CipherTest] transformation=NULL/OFB184/PKCS7PADDING 13:35:18,767 INFO [main][CipherTest] transformation=NULL/OFB184/TBC 13:35:18,767 INFO [main][CipherTest] transformation=NULL/OFB184/TBCPADDING 13:35:18,767 INFO [main][CipherTest] transformation=NULL/OFB184/X9.23 13:35:18,767 INFO [main][CipherTest] transformation=NULL/OFB184/X9.23PADDING 13:35:18,770 INFO [main][CipherTest] transformation=NULL/OFB184/ZEROBYTE 13:35:18,770 INFO [main][CipherTest] transformation=NULL/OFB184/ZEROBYTEPADDING 13:35:18,770 INFO [main][CipherTest] transformation=NULL/OFB192/ 13:35:18,771 INFO [main][CipherTest] transformation=NULL/OFB192/ISO10126 13:35:18,771 INFO [main][CipherTest] transformation=NULL/OFB192/ISO10126-2 13:35:18,771 INFO [main][CipherTest] transformation=NULL/OFB192/ISO10126-2PADDING 13:35:18,771 INFO [main][CipherTest] transformation=NULL/OFB192/ISO10126PADDING 13:35:18,772 INFO [main][CipherTest] transformation=NULL/OFB192/ISO7816-4 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/ISO7816-4PADDING 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/NOPADDING 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/PKCS5 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/PKCS5PADDING 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/PKCS7 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/PKCS7PADDING 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/TBC 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/TBCPADDING 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/X9.23 13:35:18,773 INFO [main][CipherTest] transformation=NULL/OFB192/X9.23PADDING 13:35:18,774 INFO [main][CipherTest] transformation=NULL/OFB192/ZEROBYTE 13:35:18,774 INFO [main][CipherTest] transformation=NULL/OFB192/ZEROBYTEPADDING 13:35:18,774 INFO [main][CipherTest] transformation=NULL/OFB200/ 13:35:18,774 INFO [main][CipherTest] transformation=NULL/OFB200/ISO10126 13:35:18,774 INFO [main][CipherTest] transformation=NULL/OFB200/ISO10126-2 13:35:18,774 INFO [main][CipherTest] transformation=NULL/OFB200/ISO10126-2PADDING 13:35:18,775 INFO [main][CipherTest] transformation=NULL/OFB200/ISO10126PADDING 13:35:18,775 INFO [main][CipherTest] transformation=NULL/OFB200/ISO7816-4 13:35:18,775 INFO [main][CipherTest] transformation=NULL/OFB200/ISO7816-4PADDING 13:35:18,775 INFO [main][CipherTest] transformation=NULL/OFB200/NOPADDING 13:35:18,775 INFO [main][CipherTest] transformation=NULL/OFB200/PKCS5 13:35:18,775 INFO [main][CipherTest] transformation=NULL/OFB200/PKCS5PADDING 13:35:18,775 INFO [main][CipherTest] transformation=NULL/OFB200/PKCS7 13:35:18,776 INFO [main][CipherTest] transformation=NULL/OFB200/PKCS7PADDING 13:35:18,776 INFO [main][CipherTest] transformation=NULL/OFB200/TBC 13:35:18,776 INFO [main][CipherTest] transformation=NULL/OFB200/TBCPADDING 13:35:18,776 INFO [main][CipherTest] transformation=NULL/OFB200/X9.23 13:35:18,776 INFO [main][CipherTest] transformation=NULL/OFB200/X9.23PADDING 13:35:18,776 INFO [main][CipherTest] transformation=NULL/OFB200/ZEROBYTE 13:35:18,776 INFO [main][CipherTest] transformation=NULL/OFB200/ZEROBYTEPADDING 13:35:18,776 INFO [main][CipherTest] transformation=NULL/OFB208/ 13:35:18,776 INFO [main][CipherTest] transformation=NULL/OFB208/ISO10126 13:35:18,777 INFO [main][CipherTest] transformation=NULL/OFB208/ISO10126-2 13:35:18,777 INFO [main][CipherTest] transformation=NULL/OFB208/ISO10126-2PADDING 13:35:18,777 INFO [main][CipherTest] transformation=NULL/OFB208/ISO10126PADDING 13:35:18,777 INFO [main][CipherTest] transformation=NULL/OFB208/ISO7816-4 13:35:18,777 INFO [main][CipherTest] transformation=NULL/OFB208/ISO7816-4PADDING 13:35:18,777 INFO [main][CipherTest] transformation=NULL/OFB208/NOPADDING 13:35:18,777 INFO [main][CipherTest] transformation=NULL/OFB208/PKCS5 13:35:18,778 INFO [main][CipherTest] transformation=NULL/OFB208/PKCS5PADDING 13:35:18,778 INFO [main][CipherTest] transformation=NULL/OFB208/PKCS7 13:35:18,778 INFO [main][CipherTest] transformation=NULL/OFB208/PKCS7PADDING 13:35:18,778 INFO [main][CipherTest] transformation=NULL/OFB208/TBC 13:35:18,778 INFO [main][CipherTest] transformation=NULL/OFB208/TBCPADDING 13:35:18,778 INFO [main][CipherTest] transformation=NULL/OFB208/X9.23 13:35:18,778 INFO [main][CipherTest] transformation=NULL/OFB208/X9.23PADDING 13:35:18,779 INFO [main][CipherTest] transformation=NULL/OFB208/ZEROBYTE 13:35:18,779 INFO [main][CipherTest] transformation=NULL/OFB208/ZEROBYTEPADDING 13:35:18,779 INFO [main][CipherTest] transformation=NULL/OFB216/ 13:35:18,779 INFO [main][CipherTest] transformation=NULL/OFB216/ISO10126 13:35:18,779 INFO [main][CipherTest] transformation=NULL/OFB216/ISO10126-2 13:35:18,779 INFO [main][CipherTest] transformation=NULL/OFB216/ISO10126-2PADDING 13:35:18,779 INFO [main][CipherTest] transformation=NULL/OFB216/ISO10126PADDING 13:35:18,780 INFO [main][CipherTest] transformation=NULL/OFB216/ISO7816-4 13:35:18,780 INFO [main][CipherTest] transformation=NULL/OFB216/ISO7816-4PADDING 13:35:18,780 INFO [main][CipherTest] transformation=NULL/OFB216/NOPADDING 13:35:18,780 INFO [main][CipherTest] transformation=NULL/OFB216/PKCS5 13:35:18,780 INFO [main][CipherTest] transformation=NULL/OFB216/PKCS5PADDING 13:35:18,780 INFO [main][CipherTest] transformation=NULL/OFB216/PKCS7 13:35:18,780 INFO [main][CipherTest] transformation=NULL/OFB216/PKCS7PADDING 13:35:18,780 INFO [main][CipherTest] transformation=NULL/OFB216/TBC 13:35:18,780 INFO [main][CipherTest] transformation=NULL/OFB216/TBCPADDING 13:35:18,781 INFO [main][CipherTest] transformation=NULL/OFB216/X9.23 13:35:18,781 INFO [main][CipherTest] transformation=NULL/OFB216/X9.23PADDING 13:35:18,781 INFO [main][CipherTest] transformation=NULL/OFB216/ZEROBYTE 13:35:18,781 INFO [main][CipherTest] transformation=NULL/OFB216/ZEROBYTEPADDING 13:35:18,781 INFO [main][CipherTest] transformation=NULL/OFB224/ 13:35:18,781 INFO [main][CipherTest] transformation=NULL/OFB224/ISO10126 13:35:18,781 INFO [main][CipherTest] transformation=NULL/OFB224/ISO10126-2 13:35:18,781 INFO [main][CipherTest] transformation=NULL/OFB224/ISO10126-2PADDING 13:35:18,782 INFO [main][CipherTest] transformation=NULL/OFB224/ISO10126PADDING 13:35:18,782 INFO [main][CipherTest] transformation=NULL/OFB224/ISO7816-4 13:35:18,782 INFO [main][CipherTest] transformation=NULL/OFB224/ISO7816-4PADDING 13:35:18,782 INFO [main][CipherTest] transformation=NULL/OFB224/NOPADDING 13:35:18,782 INFO [main][CipherTest] transformation=NULL/OFB224/PKCS5 13:35:18,782 INFO [main][CipherTest] transformation=NULL/OFB224/PKCS5PADDING 13:35:18,782 INFO [main][CipherTest] transformation=NULL/OFB224/PKCS7 13:35:18,782 INFO [main][CipherTest] transformation=NULL/OFB224/PKCS7PADDING 13:35:18,782 INFO [main][CipherTest] transformation=NULL/OFB224/TBC 13:35:18,783 INFO [main][CipherTest] transformation=NULL/OFB224/TBCPADDING 13:35:18,783 INFO [main][CipherTest] transformation=NULL/OFB224/X9.23 13:35:18,783 INFO [main][CipherTest] transformation=NULL/OFB224/X9.23PADDING 13:35:18,783 INFO [main][CipherTest] transformation=NULL/OFB224/ZEROBYTE 13:35:18,783 INFO [main][CipherTest] transformation=NULL/OFB224/ZEROBYTEPADDING 13:35:18,783 INFO [main][CipherTest] transformation=NULL/OFB232/ 13:35:18,783 INFO [main][CipherTest] transformation=NULL/OFB232/ISO10126 13:35:18,783 INFO [main][CipherTest] transformation=NULL/OFB232/ISO10126-2 13:35:18,783 INFO [main][CipherTest] transformation=NULL/OFB232/ISO10126-2PADDING 13:35:18,784 INFO [main][CipherTest] transformation=NULL/OFB232/ISO10126PADDING 13:35:18,784 INFO [main][CipherTest] transformation=NULL/OFB232/ISO7816-4 13:35:18,784 INFO [main][CipherTest] transformation=NULL/OFB232/ISO7816-4PADDING 13:35:18,784 INFO [main][CipherTest] transformation=NULL/OFB232/NOPADDING 13:35:18,784 INFO [main][CipherTest] transformation=NULL/OFB232/PKCS5 13:35:18,784 INFO [main][CipherTest] transformation=NULL/OFB232/PKCS5PADDING 13:35:18,784 INFO [main][CipherTest] transformation=NULL/OFB232/PKCS7 13:35:18,784 INFO [main][CipherTest] transformation=NULL/OFB232/PKCS7PADDING 13:35:18,785 INFO [main][CipherTest] transformation=NULL/OFB232/TBC 13:35:18,785 INFO [main][CipherTest] transformation=NULL/OFB232/TBCPADDING 13:35:18,785 INFO [main][CipherTest] transformation=NULL/OFB232/X9.23 13:35:18,785 INFO [main][CipherTest] transformation=NULL/OFB232/X9.23PADDING 13:35:18,785 INFO [main][CipherTest] transformation=NULL/OFB232/ZEROBYTE 13:35:18,785 INFO [main][CipherTest] transformation=NULL/OFB232/ZEROBYTEPADDING 13:35:18,785 INFO [main][CipherTest] transformation=NULL/OFB24/ 13:35:18,785 INFO [main][CipherTest] transformation=NULL/OFB24/ISO10126 13:35:18,785 INFO [main][CipherTest] transformation=NULL/OFB24/ISO10126-2 13:35:18,786 INFO [main][CipherTest] transformation=NULL/OFB24/ISO10126-2PADDING 13:35:18,786 INFO [main][CipherTest] transformation=NULL/OFB24/ISO10126PADDING 13:35:18,786 INFO [main][CipherTest] transformation=NULL/OFB24/ISO7816-4 13:35:18,786 INFO [main][CipherTest] transformation=NULL/OFB24/ISO7816-4PADDING 13:35:18,786 INFO [main][CipherTest] transformation=NULL/OFB24/NOPADDING 13:35:18,786 INFO [main][CipherTest] transformation=NULL/OFB24/PKCS5 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB24/PKCS5PADDING 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB24/PKCS7 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB24/PKCS7PADDING 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB24/TBC 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB24/TBCPADDING 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB24/X9.23 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB24/X9.23PADDING 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB24/ZEROBYTE 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB24/ZEROBYTEPADDING 13:35:18,787 INFO [main][CipherTest] transformation=NULL/OFB240/ 13:35:18,788 INFO [main][CipherTest] transformation=NULL/OFB240/ISO10126 13:35:18,788 INFO [main][CipherTest] transformation=NULL/OFB240/ISO10126-2 13:35:18,788 INFO [main][CipherTest] transformation=NULL/OFB240/ISO10126-2PADDING 13:35:18,788 INFO [main][CipherTest] transformation=NULL/OFB240/ISO10126PADDING 13:35:18,788 INFO [main][CipherTest] transformation=NULL/OFB240/ISO7816-4 13:35:18,788 INFO [main][CipherTest] transformation=NULL/OFB240/ISO7816-4PADDING 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/NOPADDING 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/PKCS5 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/PKCS5PADDING 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/PKCS7 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/PKCS7PADDING 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/TBC 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/TBCPADDING 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/X9.23 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/X9.23PADDING 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/ZEROBYTE 13:35:18,789 INFO [main][CipherTest] transformation=NULL/OFB240/ZEROBYTEPADDING 13:35:18,790 INFO [main][CipherTest] transformation=NULL/OFB248/ 13:35:18,790 INFO [main][CipherTest] transformation=NULL/OFB248/ISO10126 13:35:18,790 INFO [main][CipherTest] transformation=NULL/OFB248/ISO10126-2 13:35:18,790 INFO [main][CipherTest] transformation=NULL/OFB248/ISO10126-2PADDING 13:35:18,790 INFO [main][CipherTest] transformation=NULL/OFB248/ISO10126PADDING 13:35:18,790 INFO [main][CipherTest] transformation=NULL/OFB248/ISO7816-4 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/ISO7816-4PADDING 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/NOPADDING 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/PKCS5 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/PKCS5PADDING 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/PKCS7 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/PKCS7PADDING 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/TBC 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/TBCPADDING 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/X9.23 13:35:18,791 INFO [main][CipherTest] transformation=NULL/OFB248/X9.23PADDING 13:35:18,792 INFO [main][CipherTest] transformation=NULL/OFB248/ZEROBYTE 13:35:18,792 INFO [main][CipherTest] transformation=NULL/OFB248/ZEROBYTEPADDING 13:35:18,792 INFO [main][CipherTest] transformation=NULL/OFB256/ 13:35:18,792 INFO [main][CipherTest] transformation=NULL/OFB256/ISO10126 13:35:18,792 INFO [main][CipherTest] transformation=NULL/OFB256/ISO10126-2 13:35:18,792 INFO [main][CipherTest] transformation=NULL/OFB256/ISO10126-2PADDING 13:35:18,792 INFO [main][CipherTest] transformation=NULL/OFB256/ISO10126PADDING 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/ISO7816-4 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/ISO7816-4PADDING 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/NOPADDING 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/PKCS5 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/PKCS5PADDING 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/PKCS7 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/PKCS7PADDING 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/TBC 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/TBCPADDING 13:35:18,793 INFO [main][CipherTest] transformation=NULL/OFB256/X9.23 13:35:18,794 INFO [main][CipherTest] transformation=NULL/OFB256/X9.23PADDING 13:35:18,794 INFO [main][CipherTest] transformation=NULL/OFB256/ZEROBYTE 13:35:18,794 INFO [main][CipherTest] transformation=NULL/OFB256/ZEROBYTEPADDING 13:35:18,794 INFO [main][CipherTest] transformation=NULL/OFB32/ 13:35:18,794 INFO [main][CipherTest] transformation=NULL/OFB32/ISO10126 13:35:18,794 INFO [main][CipherTest] transformation=NULL/OFB32/ISO10126-2 13:35:18,794 INFO [main][CipherTest] transformation=NULL/OFB32/ISO10126-2PADDING 13:35:18,795 INFO [main][CipherTest] transformation=NULL/OFB32/ISO10126PADDING 13:35:18,795 INFO [main][CipherTest] transformation=NULL/OFB32/ISO7816-4 13:35:18,795 INFO [main][CipherTest] transformation=NULL/OFB32/ISO7816-4PADDING 13:35:18,795 INFO [main][CipherTest] transformation=NULL/OFB32/NOPADDING 13:35:18,795 INFO [main][CipherTest] transformation=NULL/OFB32/PKCS5 13:35:18,795 INFO [main][CipherTest] transformation=NULL/OFB32/PKCS5PADDING 13:35:18,795 INFO [main][CipherTest] transformation=NULL/OFB32/PKCS7 13:35:18,795 INFO [main][CipherTest] transformation=NULL/OFB32/PKCS7PADDING 13:35:18,795 INFO [main][CipherTest] transformation=NULL/OFB32/TBC 13:35:18,796 INFO [main][CipherTest] transformation=NULL/OFB32/TBCPADDING 13:35:18,796 INFO [main][CipherTest] transformation=NULL/OFB32/X9.23 13:35:18,796 INFO [main][CipherTest] transformation=NULL/OFB32/X9.23PADDING 13:35:18,796 INFO [main][CipherTest] transformation=NULL/OFB32/ZEROBYTE 13:35:18,796 INFO [main][CipherTest] transformation=NULL/OFB32/ZEROBYTEPADDING 13:35:18,796 INFO [main][CipherTest] transformation=NULL/OFB40/ 13:35:18,796 INFO [main][CipherTest] transformation=NULL/OFB40/ISO10126 13:35:18,796 INFO [main][CipherTest] transformation=NULL/OFB40/ISO10126-2 13:35:18,797 INFO [main][CipherTest] transformation=NULL/OFB40/ISO10126-2PADDING 13:35:18,797 INFO [main][CipherTest] transformation=NULL/OFB40/ISO10126PADDING 13:35:18,797 INFO [main][CipherTest] transformation=NULL/OFB40/ISO7816-4 13:35:18,797 INFO [main][CipherTest] transformation=NULL/OFB40/ISO7816-4PADDING 13:35:18,797 INFO [main][CipherTest] transformation=NULL/OFB40/NOPADDING 13:35:18,797 INFO [main][CipherTest] transformation=NULL/OFB40/PKCS5 13:35:18,797 INFO [main][CipherTest] transformation=NULL/OFB40/PKCS5PADDING 13:35:18,797 INFO [main][CipherTest] transformation=NULL/OFB40/PKCS7 13:35:18,797 INFO [main][CipherTest] transformation=NULL/OFB40/PKCS7PADDING 13:35:18,798 INFO [main][CipherTest] transformation=NULL/OFB40/TBC 13:35:18,798 INFO [main][CipherTest] transformation=NULL/OFB40/TBCPADDING 13:35:18,798 INFO [main][CipherTest] transformation=NULL/OFB40/X9.23 13:35:18,798 INFO [main][CipherTest] transformation=NULL/OFB40/X9.23PADDING 13:35:18,798 INFO [main][CipherTest] transformation=NULL/OFB40/ZEROBYTE 13:35:18,798 INFO [main][CipherTest] transformation=NULL/OFB40/ZEROBYTEPADDING 13:35:18,798 INFO [main][CipherTest] transformation=NULL/OFB48/ 13:35:18,798 INFO [main][CipherTest] transformation=NULL/OFB48/ISO10126 13:35:18,798 INFO [main][CipherTest] transformation=NULL/OFB48/ISO10126-2 13:35:18,799 INFO [main][CipherTest] transformation=NULL/OFB48/ISO10126-2PADDING 13:35:18,799 INFO [main][CipherTest] transformation=NULL/OFB48/ISO10126PADDING 13:35:18,799 INFO [main][CipherTest] transformation=NULL/OFB48/ISO7816-4 13:35:18,799 INFO [main][CipherTest] transformation=NULL/OFB48/ISO7816-4PADDING 13:35:18,799 INFO [main][CipherTest] transformation=NULL/OFB48/NOPADDING 13:35:18,799 INFO [main][CipherTest] transformation=NULL/OFB48/PKCS5 13:35:18,799 INFO [main][CipherTest] transformation=NULL/OFB48/PKCS5PADDING 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB48/PKCS7 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB48/PKCS7PADDING 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB48/TBC 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB48/TBCPADDING 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB48/X9.23 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB48/X9.23PADDING 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB48/ZEROBYTE 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB48/ZEROBYTEPADDING 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB56/ 13:35:18,800 INFO [main][CipherTest] transformation=NULL/OFB56/ISO10126 13:35:18,801 INFO [main][CipherTest] transformation=NULL/OFB56/ISO10126-2 13:35:18,801 INFO [main][CipherTest] transformation=NULL/OFB56/ISO10126-2PADDING 13:35:18,801 INFO [main][CipherTest] transformation=NULL/OFB56/ISO10126PADDING 13:35:18,801 INFO [main][CipherTest] transformation=NULL/OFB56/ISO7816-4 13:35:18,801 INFO [main][CipherTest] transformation=NULL/OFB56/ISO7816-4PADDING 13:35:18,801 INFO [main][CipherTest] transformation=NULL/OFB56/NOPADDING 13:35:18,801 INFO [main][CipherTest] transformation=NULL/OFB56/PKCS5 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB56/PKCS5PADDING 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB56/PKCS7 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB56/PKCS7PADDING 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB56/TBC 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB56/TBCPADDING 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB56/X9.23 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB56/X9.23PADDING 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB56/ZEROBYTE 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB56/ZEROBYTEPADDING 13:35:18,802 INFO [main][CipherTest] transformation=NULL/OFB64/ 13:35:18,803 INFO [main][CipherTest] transformation=NULL/OFB64/ISO10126 13:35:18,803 INFO [main][CipherTest] transformation=NULL/OFB64/ISO10126-2 13:35:18,803 INFO [main][CipherTest] transformation=NULL/OFB64/ISO10126-2PADDING 13:35:18,803 INFO [main][CipherTest] transformation=NULL/OFB64/ISO10126PADDING 13:35:18,803 INFO [main][CipherTest] transformation=NULL/OFB64/ISO7816-4 13:35:18,803 INFO [main][CipherTest] transformation=NULL/OFB64/ISO7816-4PADDING 13:35:18,803 INFO [main][CipherTest] transformation=NULL/OFB64/NOPADDING 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/PKCS5 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/PKCS5PADDING 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/PKCS7 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/PKCS7PADDING 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/TBC 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/TBCPADDING 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/X9.23 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/X9.23PADDING 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/ZEROBYTE 13:35:18,804 INFO [main][CipherTest] transformation=NULL/OFB64/ZEROBYTEPADDING 13:35:18,805 INFO [main][CipherTest] transformation=NULL/OFB72/ 13:35:18,805 INFO [main][CipherTest] transformation=NULL/OFB72/ISO10126 13:35:18,805 INFO [main][CipherTest] transformation=NULL/OFB72/ISO10126-2 13:35:18,805 INFO [main][CipherTest] transformation=NULL/OFB72/ISO10126-2PADDING 13:35:18,805 INFO [main][CipherTest] transformation=NULL/OFB72/ISO10126PADDING 13:35:18,805 INFO [main][CipherTest] transformation=NULL/OFB72/ISO7816-4 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/ISO7816-4PADDING 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/NOPADDING 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/PKCS5 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/PKCS5PADDING 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/PKCS7 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/PKCS7PADDING 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/TBC 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/TBCPADDING 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/X9.23 13:35:18,806 INFO [main][CipherTest] transformation=NULL/OFB72/X9.23PADDING 13:35:18,807 INFO [main][CipherTest] transformation=NULL/OFB72/ZEROBYTE 13:35:18,807 INFO [main][CipherTest] transformation=NULL/OFB72/ZEROBYTEPADDING 13:35:18,807 INFO [main][CipherTest] transformation=NULL/OFB8/ 13:35:18,807 INFO [main][CipherTest] transformation=NULL/OFB8/ISO10126 13:35:18,807 INFO [main][CipherTest] transformation=NULL/OFB8/ISO10126-2 13:35:18,807 INFO [main][CipherTest] transformation=NULL/OFB8/ISO10126-2PADDING 13:35:18,807 INFO [main][CipherTest] transformation=NULL/OFB8/ISO10126PADDING 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/ISO7816-4 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/ISO7816-4PADDING 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/NOPADDING 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/PKCS5 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/PKCS5PADDING 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/PKCS7 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/PKCS7PADDING 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/TBC 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/TBCPADDING 13:35:18,808 INFO [main][CipherTest] transformation=NULL/OFB8/X9.23 13:35:18,809 INFO [main][CipherTest] transformation=NULL/OFB8/X9.23PADDING 13:35:18,809 INFO [main][CipherTest] transformation=NULL/OFB8/ZEROBYTE 13:35:18,809 INFO [main][CipherTest] transformation=NULL/OFB8/ZEROBYTEPADDING 13:35:18,809 INFO [main][CipherTest] transformation=NULL/OFB80/ 13:35:18,809 INFO [main][CipherTest] transformation=NULL/OFB80/ISO10126 13:35:18,809 INFO [main][CipherTest] transformation=NULL/OFB80/ISO10126-2 13:35:18,809 INFO [main][CipherTest] transformation=NULL/OFB80/ISO10126-2PADDING 13:35:18,810 INFO [main][CipherTest] transformation=NULL/OFB80/ISO10126PADDING 13:35:18,810 INFO [main][CipherTest] transformation=NULL/OFB80/ISO7816-4 13:35:18,810 INFO [main][CipherTest] transformation=NULL/OFB80/ISO7816-4PADDING 13:35:18,810 INFO [main][CipherTest] transformation=NULL/OFB80/NOPADDING 13:35:18,810 INFO [main][CipherTest] transformation=NULL/OFB80/PKCS5 13:35:18,810 INFO [main][CipherTest] transformation=NULL/OFB80/PKCS5PADDING 13:35:18,810 INFO [main][CipherTest] transformation=NULL/OFB80/PKCS7 13:35:18,810 INFO [main][CipherTest] transformation=NULL/OFB80/PKCS7PADDING 13:35:18,810 INFO [main][CipherTest] transformation=NULL/OFB80/TBC 13:35:18,811 INFO [main][CipherTest] transformation=NULL/OFB80/TBCPADDING 13:35:18,811 INFO [main][CipherTest] transformation=NULL/OFB80/X9.23 13:35:18,811 INFO [main][CipherTest] transformation=NULL/OFB80/X9.23PADDING 13:35:18,811 INFO [main][CipherTest] transformation=NULL/OFB80/ZEROBYTE 13:35:18,811 INFO [main][CipherTest] transformation=NULL/OFB80/ZEROBYTEPADDING 13:35:18,811 INFO [main][CipherTest] transformation=NULL/OFB88/ 13:35:18,811 INFO [main][CipherTest] transformation=NULL/OFB88/ISO10126 13:35:18,811 INFO [main][CipherTest] transformation=NULL/OFB88/ISO10126-2 13:35:18,811 INFO [main][CipherTest] transformation=NULL/OFB88/ISO10126-2PADDING 13:35:18,812 INFO [main][CipherTest] transformation=NULL/OFB88/ISO10126PADDING 13:35:18,812 INFO [main][CipherTest] transformation=NULL/OFB88/ISO7816-4 13:35:18,812 INFO [main][CipherTest] transformation=NULL/OFB88/ISO7816-4PADDING 13:35:18,812 INFO [main][CipherTest] transformation=NULL/OFB88/NOPADDING 13:35:18,812 INFO [main][CipherTest] transformation=NULL/OFB88/PKCS5 13:35:18,812 INFO [main][CipherTest] transformation=NULL/OFB88/PKCS5PADDING 13:35:18,812 INFO [main][CipherTest] transformation=NULL/OFB88/PKCS7 13:35:18,812 INFO [main][CipherTest] transformation=NULL/OFB88/PKCS7PADDING 13:35:18,813 INFO [main][CipherTest] transformation=NULL/OFB88/TBC 13:35:18,813 INFO [main][CipherTest] transformation=NULL/OFB88/TBCPADDING 13:35:18,813 INFO [main][CipherTest] transformation=NULL/OFB88/X9.23 13:35:18,813 INFO [main][CipherTest] transformation=NULL/OFB88/X9.23PADDING 13:35:18,813 INFO [main][CipherTest] transformation=NULL/OFB88/ZEROBYTE 13:35:18,813 INFO [main][CipherTest] transformation=NULL/OFB88/ZEROBYTEPADDING 13:35:18,813 INFO [main][CipherTest] transformation=NULL/OFB96/ 13:35:18,813 INFO [main][CipherTest] transformation=NULL/OFB96/ISO10126 13:35:18,813 INFO [main][CipherTest] transformation=NULL/OFB96/ISO10126-2 13:35:18,814 INFO [main][CipherTest] transformation=NULL/OFB96/ISO10126-2PADDING 13:35:18,814 INFO [main][CipherTest] transformation=NULL/OFB96/ISO10126PADDING 13:35:18,814 INFO [main][CipherTest] transformation=NULL/OFB96/ISO7816-4 13:35:18,814 INFO [main][CipherTest] transformation=NULL/OFB96/ISO7816-4PADDING 13:35:18,814 INFO [main][CipherTest] transformation=NULL/OFB96/NOPADDING 13:35:18,814 INFO [main][CipherTest] transformation=NULL/OFB96/PKCS5 13:35:18,814 INFO [main][CipherTest] transformation=NULL/OFB96/PKCS5PADDING 13:35:18,815 INFO [main][CipherTest] transformation=NULL/OFB96/PKCS7 13:35:18,815 INFO [main][CipherTest] transformation=NULL/OFB96/PKCS7PADDING 13:35:18,815 INFO [main][CipherTest] transformation=NULL/OFB96/TBC 13:35:18,815 INFO [main][CipherTest] transformation=NULL/OFB96/TBCPADDING 13:35:18,815 INFO [main][CipherTest] transformation=NULL/OFB96/X9.23 13:35:18,815 INFO [main][CipherTest] transformation=NULL/OFB96/X9.23PADDING 13:35:18,815 INFO [main][CipherTest] transformation=NULL/OFB96/ZEROBYTE 13:35:18,815 INFO [main][CipherTest] transformation=NULL/OFB96/ZEROBYTEPADDING 13:35:18,815 INFO [main][CipherTest] transformation=NULL/SIC/ 13:35:18,816 INFO [main][CipherTest] transformation=NULL/SIC/ISO10126 13:35:18,816 INFO [main][CipherTest] transformation=NULL/SIC/ISO10126-2 13:35:18,816 INFO [main][CipherTest] transformation=NULL/SIC/ISO10126-2PADDING 13:35:18,816 INFO [main][CipherTest] transformation=NULL/SIC/ISO10126PADDING 13:35:18,816 INFO [main][CipherTest] transformation=NULL/SIC/ISO7816-4 13:35:18,817 INFO [main][CipherTest] transformation=NULL/SIC/ISO7816-4PADDING 13:35:18,817 INFO [main][CipherTest] transformation=NULL/SIC/NOPADDING 13:35:18,817 INFO [main][CipherTest] transformation=NULL/SIC/PKCS5 13:35:18,817 INFO [main][CipherTest] transformation=NULL/SIC/PKCS5PADDING 13:35:18,817 INFO [main][CipherTest] transformation=NULL/SIC/PKCS7 13:35:18,817 INFO [main][CipherTest] transformation=NULL/SIC/PKCS7PADDING 13:35:18,817 INFO [main][CipherTest] transformation=NULL/SIC/TBC 13:35:18,818 INFO [main][CipherTest] transformation=NULL/SIC/TBCPADDING 13:35:18,818 INFO [main][CipherTest] transformation=NULL/SIC/X9.23 13:35:18,818 INFO [main][CipherTest] transformation=NULL/SIC/X9.23PADDING 13:35:18,818 INFO [main][CipherTest] transformation=NULL/SIC/ZEROBYTE 13:35:18,818 INFO [main][CipherTest] transformation=NULL/SIC/ZEROBYTEPADDING 13:35:18,818 INFO [main][CipherTest] transformation=RC2// 13:35:18,819 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2//" does not support IV => Skipping. 13:35:18,819 INFO [main][CipherTest] transformation=RC2//NOPADDING 13:35:18,819 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2//NOPADDING" does not support IV => Skipping. 13:35:18,819 INFO [main][CipherTest] transformation=RC2/CBC-CTS/ 13:35:18,819 INFO [main][CipherTest] transformation=RC2/CBC-CTS/NOPADDING 13:35:18,820 INFO [main][CipherTest] transformation=RC2/CBC/ 13:35:18,820 INFO [main][CipherTest] transformation=RC2/CBC/ISO10126 13:35:18,820 INFO [main][CipherTest] transformation=RC2/CBC/ISO10126-2 13:35:18,821 INFO [main][CipherTest] transformation=RC2/CBC/ISO10126-2PADDING 13:35:18,821 INFO [main][CipherTest] transformation=RC2/CBC/ISO10126PADDING 13:35:18,822 INFO [main][CipherTest] transformation=RC2/CBC/ISO7816-4 13:35:18,822 INFO [main][CipherTest] transformation=RC2/CBC/ISO7816-4PADDING 13:35:18,822 INFO [main][CipherTest] transformation=RC2/CBC/NOPADDING 13:35:18,823 INFO [main][CipherTest] transformation=RC2/CBC/PKCS5 13:35:18,823 INFO [main][CipherTest] transformation=RC2/CBC/PKCS5PADDING 13:35:18,823 INFO [main][CipherTest] transformation=RC2/CBC/PKCS7 13:35:18,824 INFO [main][CipherTest] transformation=RC2/CBC/PKCS7PADDING 13:35:18,824 INFO [main][CipherTest] transformation=RC2/CBC/TBC 13:35:18,824 INFO [main][CipherTest] transformation=RC2/CBC/TBCPADDING 13:35:18,825 INFO [main][CipherTest] transformation=RC2/CBC/X9.23 13:35:18,825 INFO [main][CipherTest] transformation=RC2/CBC/X9.23PADDING 13:35:18,825 INFO [main][CipherTest] transformation=RC2/CBC/ZEROBYTE 13:35:18,825 INFO [main][CipherTest] transformation=RC2/CBC/ZEROBYTEPADDING 13:35:18,826 INFO [main][CipherTest] transformation=RC2/CFB/ 13:35:18,826 INFO [main][CipherTest] transformation=RC2/CFB/ISO10126 13:35:18,826 INFO [main][CipherTest] transformation=RC2/CFB/ISO10126-2 13:35:18,827 INFO [main][CipherTest] transformation=RC2/CFB/ISO10126-2PADDING 13:35:18,827 INFO [main][CipherTest] transformation=RC2/CFB/ISO10126PADDING 13:35:18,828 INFO [main][CipherTest] transformation=RC2/CFB/ISO7816-4 13:35:18,828 INFO [main][CipherTest] transformation=RC2/CFB/ISO7816-4PADDING 13:35:18,828 INFO [main][CipherTest] transformation=RC2/CFB/NOPADDING 13:35:18,828 INFO [main][CipherTest] transformation=RC2/CFB/PKCS5 13:35:18,829 INFO [main][CipherTest] transformation=RC2/CFB/PKCS5PADDING 13:35:18,829 INFO [main][CipherTest] transformation=RC2/CFB/PKCS7 13:35:18,829 INFO [main][CipherTest] transformation=RC2/CFB/PKCS7PADDING 13:35:18,829 INFO [main][CipherTest] transformation=RC2/CFB/TBC 13:35:18,830 INFO [main][CipherTest] transformation=RC2/CFB/TBCPADDING 13:35:18,830 INFO [main][CipherTest] transformation=RC2/CFB/X9.23 13:35:18,830 INFO [main][CipherTest] transformation=RC2/CFB/X9.23PADDING 13:35:18,830 INFO [main][CipherTest] transformation=RC2/CFB/ZEROBYTE 13:35:18,831 INFO [main][CipherTest] transformation=RC2/CFB/ZEROBYTEPADDING 13:35:18,831 INFO [main][CipherTest] transformation=RC2/CFB104/ 13:35:18,831 INFO [main][CipherTest] transformation=RC2/CFB104/ISO10126 13:35:18,832 INFO [main][CipherTest] transformation=RC2/CFB104/ISO10126-2 13:35:18,832 INFO [main][CipherTest] transformation=RC2/CFB104/ISO10126-2PADDING 13:35:18,832 INFO [main][CipherTest] transformation=RC2/CFB104/ISO10126PADDING 13:35:18,833 INFO [main][CipherTest] transformation=RC2/CFB104/ISO7816-4 13:35:18,833 INFO [main][CipherTest] transformation=RC2/CFB104/ISO7816-4PADDING 13:35:18,833 INFO [main][CipherTest] transformation=RC2/CFB104/NOPADDING 13:35:18,833 INFO [main][CipherTest] transformation=RC2/CFB104/PKCS5 13:35:18,834 INFO [main][CipherTest] transformation=RC2/CFB104/PKCS5PADDING 13:35:18,834 INFO [main][CipherTest] transformation=RC2/CFB104/PKCS7 13:35:18,834 INFO [main][CipherTest] transformation=RC2/CFB104/PKCS7PADDING 13:35:18,835 INFO [main][CipherTest] transformation=RC2/CFB104/TBC 13:35:18,835 INFO [main][CipherTest] transformation=RC2/CFB104/TBCPADDING 13:35:18,835 INFO [main][CipherTest] transformation=RC2/CFB104/X9.23 13:35:18,835 INFO [main][CipherTest] transformation=RC2/CFB104/X9.23PADDING 13:35:18,836 INFO [main][CipherTest] transformation=RC2/CFB104/ZEROBYTE 13:35:18,836 INFO [main][CipherTest] transformation=RC2/CFB104/ZEROBYTEPADDING 13:35:18,836 INFO [main][CipherTest] transformation=RC2/CFB112/ 13:35:18,836 INFO [main][CipherTest] transformation=RC2/CFB112/ISO10126 13:35:18,837 INFO [main][CipherTest] transformation=RC2/CFB112/ISO10126-2 13:35:18,837 INFO [main][CipherTest] transformation=RC2/CFB112/ISO10126-2PADDING 13:35:18,838 INFO [main][CipherTest] transformation=RC2/CFB112/ISO10126PADDING 13:35:18,838 INFO [main][CipherTest] transformation=RC2/CFB112/ISO7816-4 13:35:18,838 INFO [main][CipherTest] transformation=RC2/CFB112/ISO7816-4PADDING 13:35:18,839 INFO [main][CipherTest] transformation=RC2/CFB112/NOPADDING 13:35:18,839 INFO [main][CipherTest] transformation=RC2/CFB112/PKCS5 13:35:18,839 INFO [main][CipherTest] transformation=RC2/CFB112/PKCS5PADDING 13:35:18,839 INFO [main][CipherTest] transformation=RC2/CFB112/PKCS7 13:35:18,840 INFO [main][CipherTest] transformation=RC2/CFB112/PKCS7PADDING 13:35:18,840 INFO [main][CipherTest] transformation=RC2/CFB112/TBC 13:35:18,840 INFO [main][CipherTest] transformation=RC2/CFB112/TBCPADDING 13:35:18,840 INFO [main][CipherTest] transformation=RC2/CFB112/X9.23 13:35:18,841 INFO [main][CipherTest] transformation=RC2/CFB112/X9.23PADDING 13:35:18,841 INFO [main][CipherTest] transformation=RC2/CFB112/ZEROBYTE 13:35:18,841 INFO [main][CipherTest] transformation=RC2/CFB112/ZEROBYTEPADDING 13:35:18,842 INFO [main][CipherTest] transformation=RC2/CFB120/ 13:35:18,842 INFO [main][CipherTest] transformation=RC2/CFB120/ISO10126 13:35:18,842 INFO [main][CipherTest] transformation=RC2/CFB120/ISO10126-2 13:35:18,843 INFO [main][CipherTest] transformation=RC2/CFB120/ISO10126-2PADDING 13:35:18,843 INFO [main][CipherTest] transformation=RC2/CFB120/ISO10126PADDING 13:35:18,844 INFO [main][CipherTest] transformation=RC2/CFB120/ISO7816-4 13:35:18,844 INFO [main][CipherTest] transformation=RC2/CFB120/ISO7816-4PADDING 13:35:18,844 INFO [main][CipherTest] transformation=RC2/CFB120/NOPADDING 13:35:18,845 INFO [main][CipherTest] transformation=RC2/CFB120/PKCS5 13:35:18,845 INFO [main][CipherTest] transformation=RC2/CFB120/PKCS5PADDING 13:35:18,845 INFO [main][CipherTest] transformation=RC2/CFB120/PKCS7 13:35:18,845 INFO [main][CipherTest] transformation=RC2/CFB120/PKCS7PADDING 13:35:18,846 INFO [main][CipherTest] transformation=RC2/CFB120/TBC 13:35:18,846 INFO [main][CipherTest] transformation=RC2/CFB120/TBCPADDING 13:35:18,846 INFO [main][CipherTest] transformation=RC2/CFB120/X9.23 13:35:18,847 INFO [main][CipherTest] transformation=RC2/CFB120/X9.23PADDING 13:35:18,847 INFO [main][CipherTest] transformation=RC2/CFB120/ZEROBYTE 13:35:18,847 INFO [main][CipherTest] transformation=RC2/CFB120/ZEROBYTEPADDING 13:35:18,847 INFO [main][CipherTest] transformation=RC2/CFB128/ 13:35:18,848 INFO [main][CipherTest] transformation=RC2/CFB128/ISO10126 13:35:18,848 INFO [main][CipherTest] transformation=RC2/CFB128/ISO10126-2 13:35:18,848 INFO [main][CipherTest] transformation=RC2/CFB128/ISO10126-2PADDING 13:35:18,849 INFO [main][CipherTest] transformation=RC2/CFB128/ISO10126PADDING 13:35:18,849 INFO [main][CipherTest] transformation=RC2/CFB128/ISO7816-4 13:35:18,849 INFO [main][CipherTest] transformation=RC2/CFB128/ISO7816-4PADDING 13:35:18,850 INFO [main][CipherTest] transformation=RC2/CFB128/NOPADDING 13:35:18,850 INFO [main][CipherTest] transformation=RC2/CFB128/PKCS5 13:35:18,850 INFO [main][CipherTest] transformation=RC2/CFB128/PKCS5PADDING 13:35:18,851 INFO [main][CipherTest] transformation=RC2/CFB128/PKCS7 13:35:18,851 INFO [main][CipherTest] transformation=RC2/CFB128/PKCS7PADDING 13:35:18,851 INFO [main][CipherTest] transformation=RC2/CFB128/TBC 13:35:18,851 INFO [main][CipherTest] transformation=RC2/CFB128/TBCPADDING 13:35:18,852 INFO [main][CipherTest] transformation=RC2/CFB128/X9.23 13:35:18,852 INFO [main][CipherTest] transformation=RC2/CFB128/X9.23PADDING 13:35:18,852 INFO [main][CipherTest] transformation=RC2/CFB128/ZEROBYTE 13:35:18,852 INFO [main][CipherTest] transformation=RC2/CFB128/ZEROBYTEPADDING 13:35:18,853 INFO [main][CipherTest] transformation=RC2/CFB136/ 13:35:18,853 INFO [main][CipherTest] transformation=RC2/CFB136/ISO10126 13:35:18,853 INFO [main][CipherTest] transformation=RC2/CFB136/ISO10126-2 13:35:18,854 INFO [main][CipherTest] transformation=RC2/CFB136/ISO10126-2PADDING 13:35:18,854 INFO [main][CipherTest] transformation=RC2/CFB136/ISO10126PADDING 13:35:18,855 INFO [main][CipherTest] transformation=RC2/CFB136/ISO7816-4 13:35:18,855 INFO [main][CipherTest] transformation=RC2/CFB136/ISO7816-4PADDING 13:35:18,855 INFO [main][CipherTest] transformation=RC2/CFB136/NOPADDING 13:35:18,855 INFO [main][CipherTest] transformation=RC2/CFB136/PKCS5 13:35:18,856 INFO [main][CipherTest] transformation=RC2/CFB136/PKCS5PADDING 13:35:18,856 INFO [main][CipherTest] transformation=RC2/CFB136/PKCS7 13:35:18,856 INFO [main][CipherTest] transformation=RC2/CFB136/PKCS7PADDING 13:35:18,857 INFO [main][CipherTest] transformation=RC2/CFB136/TBC 13:35:18,857 INFO [main][CipherTest] transformation=RC2/CFB136/TBCPADDING 13:35:18,857 INFO [main][CipherTest] transformation=RC2/CFB136/X9.23 13:35:18,857 INFO [main][CipherTest] transformation=RC2/CFB136/X9.23PADDING 13:35:18,858 INFO [main][CipherTest] transformation=RC2/CFB136/ZEROBYTE 13:35:18,858 INFO [main][CipherTest] transformation=RC2/CFB136/ZEROBYTEPADDING 13:35:18,858 INFO [main][CipherTest] transformation=RC2/CFB144/ 13:35:18,858 INFO [main][CipherTest] transformation=RC2/CFB144/ISO10126 13:35:18,859 INFO [main][CipherTest] transformation=RC2/CFB144/ISO10126-2 13:35:18,860 INFO [main][CipherTest] transformation=RC2/CFB144/ISO10126-2PADDING 13:35:18,860 INFO [main][CipherTest] transformation=RC2/CFB144/ISO10126PADDING 13:35:18,860 INFO [main][CipherTest] transformation=RC2/CFB144/ISO7816-4 13:35:18,861 INFO [main][CipherTest] transformation=RC2/CFB144/ISO7816-4PADDING 13:35:18,861 INFO [main][CipherTest] transformation=RC2/CFB144/NOPADDING 13:35:18,861 INFO [main][CipherTest] transformation=RC2/CFB144/PKCS5 13:35:18,862 INFO [main][CipherTest] transformation=RC2/CFB144/PKCS5PADDING 13:35:18,862 INFO [main][CipherTest] transformation=RC2/CFB144/PKCS7 13:35:18,862 INFO [main][CipherTest] transformation=RC2/CFB144/PKCS7PADDING 13:35:18,862 INFO [main][CipherTest] transformation=RC2/CFB144/TBC 13:35:18,863 INFO [main][CipherTest] transformation=RC2/CFB144/TBCPADDING 13:35:18,863 INFO [main][CipherTest] transformation=RC2/CFB144/X9.23 13:35:18,863 INFO [main][CipherTest] transformation=RC2/CFB144/X9.23PADDING 13:35:18,863 INFO [main][CipherTest] transformation=RC2/CFB144/ZEROBYTE 13:35:18,864 INFO [main][CipherTest] transformation=RC2/CFB144/ZEROBYTEPADDING 13:35:18,864 INFO [main][CipherTest] transformation=RC2/CFB152/ 13:35:18,864 INFO [main][CipherTest] transformation=RC2/CFB152/ISO10126 13:35:18,865 INFO [main][CipherTest] transformation=RC2/CFB152/ISO10126-2 13:35:18,865 INFO [main][CipherTest] transformation=RC2/CFB152/ISO10126-2PADDING 13:35:18,865 INFO [main][CipherTest] transformation=RC2/CFB152/ISO10126PADDING 13:35:18,866 INFO [main][CipherTest] transformation=RC2/CFB152/ISO7816-4 13:35:18,866 INFO [main][CipherTest] transformation=RC2/CFB152/ISO7816-4PADDING 13:35:18,866 INFO [main][CipherTest] transformation=RC2/CFB152/NOPADDING 13:35:18,867 INFO [main][CipherTest] transformation=RC2/CFB152/PKCS5 13:35:18,867 INFO [main][CipherTest] transformation=RC2/CFB152/PKCS5PADDING 13:35:18,867 INFO [main][CipherTest] transformation=RC2/CFB152/PKCS7 13:35:18,867 INFO [main][CipherTest] transformation=RC2/CFB152/PKCS7PADDING 13:35:18,868 INFO [main][CipherTest] transformation=RC2/CFB152/TBC 13:35:18,868 INFO [main][CipherTest] transformation=RC2/CFB152/TBCPADDING 13:35:18,868 INFO [main][CipherTest] transformation=RC2/CFB152/X9.23 13:35:18,868 INFO [main][CipherTest] transformation=RC2/CFB152/X9.23PADDING 13:35:18,869 INFO [main][CipherTest] transformation=RC2/CFB152/ZEROBYTE 13:35:18,869 INFO [main][CipherTest] transformation=RC2/CFB152/ZEROBYTEPADDING 13:35:18,869 INFO [main][CipherTest] transformation=RC2/CFB16/ 13:35:18,870 INFO [main][CipherTest] transformation=RC2/CFB16/ISO10126 13:35:18,870 INFO [main][CipherTest] transformation=RC2/CFB16/ISO10126-2 13:35:18,874 INFO [main][CipherTest] transformation=RC2/CFB16/ISO10126-2PADDING 13:35:18,875 INFO [main][CipherTest] transformation=RC2/CFB16/ISO10126PADDING 13:35:18,875 INFO [main][CipherTest] transformation=RC2/CFB16/ISO7816-4 13:35:18,875 INFO [main][CipherTest] transformation=RC2/CFB16/ISO7816-4PADDING 13:35:18,875 INFO [main][CipherTest] transformation=RC2/CFB16/NOPADDING 13:35:18,876 INFO [main][CipherTest] transformation=RC2/CFB16/PKCS5 13:35:18,876 INFO [main][CipherTest] transformation=RC2/CFB16/PKCS5PADDING 13:35:18,876 INFO [main][CipherTest] transformation=RC2/CFB16/PKCS7 13:35:18,876 INFO [main][CipherTest] transformation=RC2/CFB16/PKCS7PADDING 13:35:18,876 INFO [main][CipherTest] transformation=RC2/CFB16/TBC 13:35:18,876 INFO [main][CipherTest] transformation=RC2/CFB16/TBCPADDING 13:35:18,876 INFO [main][CipherTest] transformation=RC2/CFB16/X9.23 13:35:18,877 INFO [main][CipherTest] transformation=RC2/CFB16/X9.23PADDING 13:35:18,877 INFO [main][CipherTest] transformation=RC2/CFB16/ZEROBYTE 13:35:18,877 INFO [main][CipherTest] transformation=RC2/CFB16/ZEROBYTEPADDING 13:35:18,877 INFO [main][CipherTest] transformation=RC2/CFB160/ 13:35:18,877 INFO [main][CipherTest] transformation=RC2/CFB160/ISO10126 13:35:18,877 INFO [main][CipherTest] transformation=RC2/CFB160/ISO10126-2 13:35:18,878 INFO [main][CipherTest] transformation=RC2/CFB160/ISO10126-2PADDING 13:35:18,878 INFO [main][CipherTest] transformation=RC2/CFB160/ISO10126PADDING 13:35:18,878 INFO [main][CipherTest] transformation=RC2/CFB160/ISO7816-4 13:35:18,878 INFO [main][CipherTest] transformation=RC2/CFB160/ISO7816-4PADDING 13:35:18,879 INFO [main][CipherTest] transformation=RC2/CFB160/NOPADDING 13:35:18,879 INFO [main][CipherTest] transformation=RC2/CFB160/PKCS5 13:35:18,879 INFO [main][CipherTest] transformation=RC2/CFB160/PKCS5PADDING 13:35:18,879 INFO [main][CipherTest] transformation=RC2/CFB160/PKCS7 13:35:18,879 INFO [main][CipherTest] transformation=RC2/CFB160/PKCS7PADDING 13:35:18,879 INFO [main][CipherTest] transformation=RC2/CFB160/TBC 13:35:18,880 INFO [main][CipherTest] transformation=RC2/CFB160/TBCPADDING 13:35:18,880 INFO [main][CipherTest] transformation=RC2/CFB160/X9.23 13:35:18,880 INFO [main][CipherTest] transformation=RC2/CFB160/X9.23PADDING 13:35:18,880 INFO [main][CipherTest] transformation=RC2/CFB160/ZEROBYTE 13:35:18,880 INFO [main][CipherTest] transformation=RC2/CFB160/ZEROBYTEPADDING 13:35:18,880 INFO [main][CipherTest] transformation=RC2/CFB168/ 13:35:18,880 INFO [main][CipherTest] transformation=RC2/CFB168/ISO10126 13:35:18,881 INFO [main][CipherTest] transformation=RC2/CFB168/ISO10126-2 13:35:18,881 INFO [main][CipherTest] transformation=RC2/CFB168/ISO10126-2PADDING 13:35:18,881 INFO [main][CipherTest] transformation=RC2/CFB168/ISO10126PADDING 13:35:18,881 INFO [main][CipherTest] transformation=RC2/CFB168/ISO7816-4 13:35:18,882 INFO [main][CipherTest] transformation=RC2/CFB168/ISO7816-4PADDING 13:35:18,882 INFO [main][CipherTest] transformation=RC2/CFB168/NOPADDING 13:35:18,882 INFO [main][CipherTest] transformation=RC2/CFB168/PKCS5 13:35:18,882 INFO [main][CipherTest] transformation=RC2/CFB168/PKCS5PADDING 13:35:18,882 INFO [main][CipherTest] transformation=RC2/CFB168/PKCS7 13:35:18,882 INFO [main][CipherTest] transformation=RC2/CFB168/PKCS7PADDING 13:35:18,883 INFO [main][CipherTest] transformation=RC2/CFB168/TBC 13:35:18,883 INFO [main][CipherTest] transformation=RC2/CFB168/TBCPADDING 13:35:18,883 INFO [main][CipherTest] transformation=RC2/CFB168/X9.23 13:35:18,883 INFO [main][CipherTest] transformation=RC2/CFB168/X9.23PADDING 13:35:18,883 INFO [main][CipherTest] transformation=RC2/CFB168/ZEROBYTE 13:35:18,883 INFO [main][CipherTest] transformation=RC2/CFB168/ZEROBYTEPADDING 13:35:18,883 INFO [main][CipherTest] transformation=RC2/CFB176/ 13:35:18,884 INFO [main][CipherTest] transformation=RC2/CFB176/ISO10126 13:35:18,884 INFO [main][CipherTest] transformation=RC2/CFB176/ISO10126-2 13:35:18,884 INFO [main][CipherTest] transformation=RC2/CFB176/ISO10126-2PADDING 13:35:18,884 INFO [main][CipherTest] transformation=RC2/CFB176/ISO10126PADDING 13:35:18,885 INFO [main][CipherTest] transformation=RC2/CFB176/ISO7816-4 13:35:18,885 INFO [main][CipherTest] transformation=RC2/CFB176/ISO7816-4PADDING 13:35:18,885 INFO [main][CipherTest] transformation=RC2/CFB176/NOPADDING 13:35:18,885 INFO [main][CipherTest] transformation=RC2/CFB176/PKCS5 13:35:18,887 INFO [main][CipherTest] transformation=RC2/CFB176/PKCS5PADDING 13:35:18,887 INFO [main][CipherTest] transformation=RC2/CFB176/PKCS7 13:35:18,887 INFO [main][CipherTest] transformation=RC2/CFB176/PKCS7PADDING 13:35:18,887 INFO [main][CipherTest] transformation=RC2/CFB176/TBC 13:35:18,887 INFO [main][CipherTest] transformation=RC2/CFB176/TBCPADDING 13:35:18,887 INFO [main][CipherTest] transformation=RC2/CFB176/X9.23 13:35:18,888 INFO [main][CipherTest] transformation=RC2/CFB176/X9.23PADDING 13:35:18,888 INFO [main][CipherTest] transformation=RC2/CFB176/ZEROBYTE 13:35:18,888 INFO [main][CipherTest] transformation=RC2/CFB176/ZEROBYTEPADDING 13:35:18,888 INFO [main][CipherTest] transformation=RC2/CFB184/ 13:35:18,895 INFO [main][CipherTest] transformation=RC2/CFB184/ISO10126 13:35:18,895 INFO [main][CipherTest] transformation=RC2/CFB184/ISO10126-2 13:35:18,895 INFO [main][CipherTest] transformation=RC2/CFB184/ISO10126-2PADDING 13:35:18,895 INFO [main][CipherTest] transformation=RC2/CFB184/ISO10126PADDING 13:35:18,896 INFO [main][CipherTest] transformation=RC2/CFB184/ISO7816-4 13:35:18,896 INFO [main][CipherTest] transformation=RC2/CFB184/ISO7816-4PADDING 13:35:18,896 INFO [main][CipherTest] transformation=RC2/CFB184/NOPADDING 13:35:18,896 INFO [main][CipherTest] transformation=RC2/CFB184/PKCS5 13:35:18,896 INFO [main][CipherTest] transformation=RC2/CFB184/PKCS5PADDING 13:35:18,896 INFO [main][CipherTest] transformation=RC2/CFB184/PKCS7 13:35:18,897 INFO [main][CipherTest] transformation=RC2/CFB184/PKCS7PADDING 13:35:18,897 INFO [main][CipherTest] transformation=RC2/CFB184/TBC 13:35:18,897 INFO [main][CipherTest] transformation=RC2/CFB184/TBCPADDING 13:35:18,897 INFO [main][CipherTest] transformation=RC2/CFB184/X9.23 13:35:18,897 INFO [main][CipherTest] transformation=RC2/CFB184/X9.23PADDING 13:35:18,897 INFO [main][CipherTest] transformation=RC2/CFB184/ZEROBYTE 13:35:18,897 INFO [main][CipherTest] transformation=RC2/CFB184/ZEROBYTEPADDING 13:35:18,898 INFO [main][CipherTest] transformation=RC2/CFB192/ 13:35:18,898 INFO [main][CipherTest] transformation=RC2/CFB192/ISO10126 13:35:18,898 INFO [main][CipherTest] transformation=RC2/CFB192/ISO10126-2 13:35:18,898 INFO [main][CipherTest] transformation=RC2/CFB192/ISO10126-2PADDING 13:35:18,898 INFO [main][CipherTest] transformation=RC2/CFB192/ISO10126PADDING 13:35:18,899 INFO [main][CipherTest] transformation=RC2/CFB192/ISO7816-4 13:35:18,899 INFO [main][CipherTest] transformation=RC2/CFB192/ISO7816-4PADDING 13:35:18,899 INFO [main][CipherTest] transformation=RC2/CFB192/NOPADDING 13:35:18,899 INFO [main][CipherTest] transformation=RC2/CFB192/PKCS5 13:35:18,899 INFO [main][CipherTest] transformation=RC2/CFB192/PKCS5PADDING 13:35:18,899 INFO [main][CipherTest] transformation=RC2/CFB192/PKCS7 13:35:18,900 INFO [main][CipherTest] transformation=RC2/CFB192/PKCS7PADDING 13:35:18,900 INFO [main][CipherTest] transformation=RC2/CFB192/TBC 13:35:18,900 INFO [main][CipherTest] transformation=RC2/CFB192/TBCPADDING 13:35:18,900 INFO [main][CipherTest] transformation=RC2/CFB192/X9.23 13:35:18,900 INFO [main][CipherTest] transformation=RC2/CFB192/X9.23PADDING 13:35:18,900 INFO [main][CipherTest] transformation=RC2/CFB192/ZEROBYTE 13:35:18,900 INFO [main][CipherTest] transformation=RC2/CFB192/ZEROBYTEPADDING 13:35:18,901 INFO [main][CipherTest] transformation=RC2/CFB200/ 13:35:18,901 INFO [main][CipherTest] transformation=RC2/CFB200/ISO10126 13:35:18,901 INFO [main][CipherTest] transformation=RC2/CFB200/ISO10126-2 13:35:18,901 INFO [main][CipherTest] transformation=RC2/CFB200/ISO10126-2PADDING 13:35:18,901 INFO [main][CipherTest] transformation=RC2/CFB200/ISO10126PADDING 13:35:18,902 INFO [main][CipherTest] transformation=RC2/CFB200/ISO7816-4 13:35:18,902 INFO [main][CipherTest] transformation=RC2/CFB200/ISO7816-4PADDING 13:35:18,902 INFO [main][CipherTest] transformation=RC2/CFB200/NOPADDING 13:35:18,902 INFO [main][CipherTest] transformation=RC2/CFB200/PKCS5 13:35:18,902 INFO [main][CipherTest] transformation=RC2/CFB200/PKCS5PADDING 13:35:18,902 INFO [main][CipherTest] transformation=RC2/CFB200/PKCS7 13:35:18,903 INFO [main][CipherTest] transformation=RC2/CFB200/PKCS7PADDING 13:35:18,903 INFO [main][CipherTest] transformation=RC2/CFB200/TBC 13:35:18,903 INFO [main][CipherTest] transformation=RC2/CFB200/TBCPADDING 13:35:18,903 INFO [main][CipherTest] transformation=RC2/CFB200/X9.23 13:35:18,903 INFO [main][CipherTest] transformation=RC2/CFB200/X9.23PADDING 13:35:18,903 INFO [main][CipherTest] transformation=RC2/CFB200/ZEROBYTE 13:35:18,904 INFO [main][CipherTest] transformation=RC2/CFB200/ZEROBYTEPADDING 13:35:18,911 INFO [main][CipherTest] transformation=RC2/CFB208/ 13:35:18,911 INFO [main][CipherTest] transformation=RC2/CFB208/ISO10126 13:35:18,911 INFO [main][CipherTest] transformation=RC2/CFB208/ISO10126-2 13:35:18,911 INFO [main][CipherTest] transformation=RC2/CFB208/ISO10126-2PADDING 13:35:18,912 INFO [main][CipherTest] transformation=RC2/CFB208/ISO10126PADDING 13:35:18,912 INFO [main][CipherTest] transformation=RC2/CFB208/ISO7816-4 13:35:18,912 INFO [main][CipherTest] transformation=RC2/CFB208/ISO7816-4PADDING 13:35:18,912 INFO [main][CipherTest] transformation=RC2/CFB208/NOPADDING 13:35:18,912 INFO [main][CipherTest] transformation=RC2/CFB208/PKCS5 13:35:18,912 INFO [main][CipherTest] transformation=RC2/CFB208/PKCS5PADDING 13:35:18,913 INFO [main][CipherTest] transformation=RC2/CFB208/PKCS7 13:35:18,913 INFO [main][CipherTest] transformation=RC2/CFB208/PKCS7PADDING 13:35:18,913 INFO [main][CipherTest] transformation=RC2/CFB208/TBC 13:35:18,913 INFO [main][CipherTest] transformation=RC2/CFB208/TBCPADDING 13:35:18,913 INFO [main][CipherTest] transformation=RC2/CFB208/X9.23 13:35:18,913 INFO [main][CipherTest] transformation=RC2/CFB208/X9.23PADDING 13:35:18,914 INFO [main][CipherTest] transformation=RC2/CFB208/ZEROBYTE 13:35:18,914 INFO [main][CipherTest] transformation=RC2/CFB208/ZEROBYTEPADDING 13:35:18,914 INFO [main][CipherTest] transformation=RC2/CFB216/ 13:35:18,914 INFO [main][CipherTest] transformation=RC2/CFB216/ISO10126 13:35:18,914 INFO [main][CipherTest] transformation=RC2/CFB216/ISO10126-2 13:35:18,914 INFO [main][CipherTest] transformation=RC2/CFB216/ISO10126-2PADDING 13:35:18,915 INFO [main][CipherTest] transformation=RC2/CFB216/ISO10126PADDING 13:35:18,915 INFO [main][CipherTest] transformation=RC2/CFB216/ISO7816-4 13:35:18,915 INFO [main][CipherTest] transformation=RC2/CFB216/ISO7816-4PADDING 13:35:18,915 INFO [main][CipherTest] transformation=RC2/CFB216/NOPADDING 13:35:18,915 INFO [main][CipherTest] transformation=RC2/CFB216/PKCS5 13:35:18,916 INFO [main][CipherTest] transformation=RC2/CFB216/PKCS5PADDING 13:35:18,916 INFO [main][CipherTest] transformation=RC2/CFB216/PKCS7 13:35:18,916 INFO [main][CipherTest] transformation=RC2/CFB216/PKCS7PADDING 13:35:18,916 INFO [main][CipherTest] transformation=RC2/CFB216/TBC 13:35:18,916 INFO [main][CipherTest] transformation=RC2/CFB216/TBCPADDING 13:35:18,916 INFO [main][CipherTest] transformation=RC2/CFB216/X9.23 13:35:18,916 INFO [main][CipherTest] transformation=RC2/CFB216/X9.23PADDING 13:35:18,917 INFO [main][CipherTest] transformation=RC2/CFB216/ZEROBYTE 13:35:18,917 INFO [main][CipherTest] transformation=RC2/CFB216/ZEROBYTEPADDING 13:35:18,917 INFO [main][CipherTest] transformation=RC2/CFB224/ 13:35:18,917 INFO [main][CipherTest] transformation=RC2/CFB224/ISO10126 13:35:18,917 INFO [main][CipherTest] transformation=RC2/CFB224/ISO10126-2 13:35:18,918 INFO [main][CipherTest] transformation=RC2/CFB224/ISO10126-2PADDING 13:35:18,918 INFO [main][CipherTest] transformation=RC2/CFB224/ISO10126PADDING 13:35:18,918 INFO [main][CipherTest] transformation=RC2/CFB224/ISO7816-4 13:35:18,918 INFO [main][CipherTest] transformation=RC2/CFB224/ISO7816-4PADDING 13:35:18,918 INFO [main][CipherTest] transformation=RC2/CFB224/NOPADDING 13:35:18,918 INFO [main][CipherTest] transformation=RC2/CFB224/PKCS5 13:35:18,919 INFO [main][CipherTest] transformation=RC2/CFB224/PKCS5PADDING 13:35:18,919 INFO [main][CipherTest] transformation=RC2/CFB224/PKCS7 13:35:18,919 INFO [main][CipherTest] transformation=RC2/CFB224/PKCS7PADDING 13:35:18,919 INFO [main][CipherTest] transformation=RC2/CFB224/TBC 13:35:18,919 INFO [main][CipherTest] transformation=RC2/CFB224/TBCPADDING 13:35:18,919 INFO [main][CipherTest] transformation=RC2/CFB224/X9.23 13:35:18,920 INFO [main][CipherTest] transformation=RC2/CFB224/X9.23PADDING 13:35:18,920 INFO [main][CipherTest] transformation=RC2/CFB224/ZEROBYTE 13:35:18,920 INFO [main][CipherTest] transformation=RC2/CFB224/ZEROBYTEPADDING 13:35:18,920 INFO [main][CipherTest] transformation=RC2/CFB232/ 13:35:18,920 INFO [main][CipherTest] transformation=RC2/CFB232/ISO10126 13:35:18,920 INFO [main][CipherTest] transformation=RC2/CFB232/ISO10126-2 13:35:18,931 INFO [main][CipherTest] transformation=RC2/CFB232/ISO10126-2PADDING 13:35:18,931 INFO [main][CipherTest] transformation=RC2/CFB232/ISO10126PADDING 13:35:18,931 INFO [main][CipherTest] transformation=RC2/CFB232/ISO7816-4 13:35:18,931 INFO [main][CipherTest] transformation=RC2/CFB232/ISO7816-4PADDING 13:35:18,932 INFO [main][CipherTest] transformation=RC2/CFB232/NOPADDING 13:35:18,932 INFO [main][CipherTest] transformation=RC2/CFB232/PKCS5 13:35:18,932 INFO [main][CipherTest] transformation=RC2/CFB232/PKCS5PADDING 13:35:18,932 INFO [main][CipherTest] transformation=RC2/CFB232/PKCS7 13:35:18,932 INFO [main][CipherTest] transformation=RC2/CFB232/PKCS7PADDING 13:35:18,932 INFO [main][CipherTest] transformation=RC2/CFB232/TBC 13:35:18,932 INFO [main][CipherTest] transformation=RC2/CFB232/TBCPADDING 13:35:18,933 INFO [main][CipherTest] transformation=RC2/CFB232/X9.23 13:35:18,933 INFO [main][CipherTest] transformation=RC2/CFB232/X9.23PADDING 13:35:18,933 INFO [main][CipherTest] transformation=RC2/CFB232/ZEROBYTE 13:35:18,933 INFO [main][CipherTest] transformation=RC2/CFB232/ZEROBYTEPADDING 13:35:18,933 INFO [main][CipherTest] transformation=RC2/CFB24/ 13:35:18,933 INFO [main][CipherTest] transformation=RC2/CFB24/ISO10126 13:35:18,934 INFO [main][CipherTest] transformation=RC2/CFB24/ISO10126-2 13:35:18,934 INFO [main][CipherTest] transformation=RC2/CFB24/ISO10126-2PADDING 13:35:18,934 INFO [main][CipherTest] transformation=RC2/CFB24/ISO10126PADDING 13:35:18,934 INFO [main][CipherTest] transformation=RC2/CFB24/ISO7816-4 13:35:18,934 INFO [main][CipherTest] transformation=RC2/CFB24/ISO7816-4PADDING 13:35:18,935 INFO [main][CipherTest] transformation=RC2/CFB24/NOPADDING 13:35:18,935 INFO [main][CipherTest] transformation=RC2/CFB24/PKCS5 13:35:18,935 INFO [main][CipherTest] transformation=RC2/CFB24/PKCS5PADDING 13:35:18,935 INFO [main][CipherTest] transformation=RC2/CFB24/PKCS7 13:35:18,935 INFO [main][CipherTest] transformation=RC2/CFB24/PKCS7PADDING 13:35:18,935 INFO [main][CipherTest] transformation=RC2/CFB24/TBC 13:35:18,936 INFO [main][CipherTest] transformation=RC2/CFB24/TBCPADDING 13:35:18,936 INFO [main][CipherTest] transformation=RC2/CFB24/X9.23 13:35:18,936 INFO [main][CipherTest] transformation=RC2/CFB24/X9.23PADDING 13:35:18,936 INFO [main][CipherTest] transformation=RC2/CFB24/ZEROBYTE 13:35:18,936 INFO [main][CipherTest] transformation=RC2/CFB24/ZEROBYTEPADDING 13:35:18,936 INFO [main][CipherTest] transformation=RC2/CFB240/ 13:35:18,936 INFO [main][CipherTest] transformation=RC2/CFB240/ISO10126 13:35:18,937 INFO [main][CipherTest] transformation=RC2/CFB240/ISO10126-2 13:35:18,937 INFO [main][CipherTest] transformation=RC2/CFB240/ISO10126-2PADDING 13:35:18,937 INFO [main][CipherTest] transformation=RC2/CFB240/ISO10126PADDING 13:35:18,937 INFO [main][CipherTest] transformation=RC2/CFB240/ISO7816-4 13:35:18,937 INFO [main][CipherTest] transformation=RC2/CFB240/ISO7816-4PADDING 13:35:18,938 INFO [main][CipherTest] transformation=RC2/CFB240/NOPADDING 13:35:18,938 INFO [main][CipherTest] transformation=RC2/CFB240/PKCS5 13:35:18,938 INFO [main][CipherTest] transformation=RC2/CFB240/PKCS5PADDING 13:35:18,938 INFO [main][CipherTest] transformation=RC2/CFB240/PKCS7 13:35:18,938 INFO [main][CipherTest] transformation=RC2/CFB240/PKCS7PADDING 13:35:18,938 INFO [main][CipherTest] transformation=RC2/CFB240/TBC 13:35:18,939 INFO [main][CipherTest] transformation=RC2/CFB240/TBCPADDING 13:35:18,939 INFO [main][CipherTest] transformation=RC2/CFB240/X9.23 13:35:18,939 INFO [main][CipherTest] transformation=RC2/CFB240/X9.23PADDING 13:35:18,939 INFO [main][CipherTest] transformation=RC2/CFB240/ZEROBYTE 13:35:18,939 INFO [main][CipherTest] transformation=RC2/CFB240/ZEROBYTEPADDING 13:35:18,939 INFO [main][CipherTest] transformation=RC2/CFB248/ 13:35:18,939 INFO [main][CipherTest] transformation=RC2/CFB248/ISO10126 13:35:18,940 INFO [main][CipherTest] transformation=RC2/CFB248/ISO10126-2 13:35:18,940 INFO [main][CipherTest] transformation=RC2/CFB248/ISO10126-2PADDING 13:35:18,940 INFO [main][CipherTest] transformation=RC2/CFB248/ISO10126PADDING 13:35:18,940 INFO [main][CipherTest] transformation=RC2/CFB248/ISO7816-4 13:35:18,941 INFO [main][CipherTest] transformation=RC2/CFB248/ISO7816-4PADDING 13:35:18,941 INFO [main][CipherTest] transformation=RC2/CFB248/NOPADDING 13:35:18,941 INFO [main][CipherTest] transformation=RC2/CFB248/PKCS5 13:35:18,941 INFO [main][CipherTest] transformation=RC2/CFB248/PKCS5PADDING 13:35:18,941 INFO [main][CipherTest] transformation=RC2/CFB248/PKCS7 13:35:18,941 INFO [main][CipherTest] transformation=RC2/CFB248/PKCS7PADDING 13:35:18,941 INFO [main][CipherTest] transformation=RC2/CFB248/TBC 13:35:18,942 INFO [main][CipherTest] transformation=RC2/CFB248/TBCPADDING 13:35:18,942 INFO [main][CipherTest] transformation=RC2/CFB248/X9.23 13:35:18,942 INFO [main][CipherTest] transformation=RC2/CFB248/X9.23PADDING 13:35:18,942 INFO [main][CipherTest] transformation=RC2/CFB248/ZEROBYTE 13:35:18,942 INFO [main][CipherTest] transformation=RC2/CFB248/ZEROBYTEPADDING 13:35:18,942 INFO [main][CipherTest] transformation=RC2/CFB256/ 13:35:18,942 INFO [main][CipherTest] transformation=RC2/CFB256/ISO10126 13:35:18,943 INFO [main][CipherTest] transformation=RC2/CFB256/ISO10126-2 13:35:18,943 INFO [main][CipherTest] transformation=RC2/CFB256/ISO10126-2PADDING 13:35:18,943 INFO [main][CipherTest] transformation=RC2/CFB256/ISO10126PADDING 13:35:18,943 INFO [main][CipherTest] transformation=RC2/CFB256/ISO7816-4 13:35:18,944 INFO [main][CipherTest] transformation=RC2/CFB256/ISO7816-4PADDING 13:35:18,944 INFO [main][CipherTest] transformation=RC2/CFB256/NOPADDING 13:35:18,944 INFO [main][CipherTest] transformation=RC2/CFB256/PKCS5 13:35:18,944 INFO [main][CipherTest] transformation=RC2/CFB256/PKCS5PADDING 13:35:18,944 INFO [main][CipherTest] transformation=RC2/CFB256/PKCS7 13:35:18,944 INFO [main][CipherTest] transformation=RC2/CFB256/PKCS7PADDING 13:35:18,944 INFO [main][CipherTest] transformation=RC2/CFB256/TBC 13:35:18,945 INFO [main][CipherTest] transformation=RC2/CFB256/TBCPADDING 13:35:18,945 INFO [main][CipherTest] transformation=RC2/CFB256/X9.23 13:35:18,945 INFO [main][CipherTest] transformation=RC2/CFB256/X9.23PADDING 13:35:18,945 INFO [main][CipherTest] transformation=RC2/CFB256/ZEROBYTE 13:35:18,945 INFO [main][CipherTest] transformation=RC2/CFB256/ZEROBYTEPADDING 13:35:18,955 INFO [main][CipherTest] transformation=RC2/CFB32/ 13:35:18,955 INFO [main][CipherTest] transformation=RC2/CFB32/ISO10126 13:35:18,955 INFO [main][CipherTest] transformation=RC2/CFB32/ISO10126-2 13:35:18,955 INFO [main][CipherTest] transformation=RC2/CFB32/ISO10126-2PADDING 13:35:18,956 INFO [main][CipherTest] transformation=RC2/CFB32/ISO10126PADDING 13:35:18,956 INFO [main][CipherTest] transformation=RC2/CFB32/ISO7816-4 13:35:18,956 INFO [main][CipherTest] transformation=RC2/CFB32/ISO7816-4PADDING 13:35:18,956 INFO [main][CipherTest] transformation=RC2/CFB32/NOPADDING 13:35:18,956 INFO [main][CipherTest] transformation=RC2/CFB32/PKCS5 13:35:18,956 INFO [main][CipherTest] transformation=RC2/CFB32/PKCS5PADDING 13:35:18,957 INFO [main][CipherTest] transformation=RC2/CFB32/PKCS7 13:35:18,957 INFO [main][CipherTest] transformation=RC2/CFB32/PKCS7PADDING 13:35:18,957 INFO [main][CipherTest] transformation=RC2/CFB32/TBC 13:35:18,957 INFO [main][CipherTest] transformation=RC2/CFB32/TBCPADDING 13:35:18,957 INFO [main][CipherTest] transformation=RC2/CFB32/X9.23 13:35:18,957 INFO [main][CipherTest] transformation=RC2/CFB32/X9.23PADDING 13:35:18,957 INFO [main][CipherTest] transformation=RC2/CFB32/ZEROBYTE 13:35:18,958 INFO [main][CipherTest] transformation=RC2/CFB32/ZEROBYTEPADDING 13:35:18,958 INFO [main][CipherTest] transformation=RC2/CFB40/ 13:35:18,958 INFO [main][CipherTest] transformation=RC2/CFB40/ISO10126 13:35:18,958 INFO [main][CipherTest] transformation=RC2/CFB40/ISO10126-2 13:35:18,958 INFO [main][CipherTest] transformation=RC2/CFB40/ISO10126-2PADDING 13:35:18,959 INFO [main][CipherTest] transformation=RC2/CFB40/ISO10126PADDING 13:35:18,959 INFO [main][CipherTest] transformation=RC2/CFB40/ISO7816-4 13:35:18,959 INFO [main][CipherTest] transformation=RC2/CFB40/ISO7816-4PADDING 13:35:18,959 INFO [main][CipherTest] transformation=RC2/CFB40/NOPADDING 13:35:18,959 INFO [main][CipherTest] transformation=RC2/CFB40/PKCS5 13:35:18,959 INFO [main][CipherTest] transformation=RC2/CFB40/PKCS5PADDING 13:35:18,960 INFO [main][CipherTest] transformation=RC2/CFB40/PKCS7 13:35:18,960 INFO [main][CipherTest] transformation=RC2/CFB40/PKCS7PADDING 13:35:18,960 INFO [main][CipherTest] transformation=RC2/CFB40/TBC 13:35:18,960 INFO [main][CipherTest] transformation=RC2/CFB40/TBCPADDING 13:35:18,960 INFO [main][CipherTest] transformation=RC2/CFB40/X9.23 13:35:18,960 INFO [main][CipherTest] transformation=RC2/CFB40/X9.23PADDING 13:35:18,960 INFO [main][CipherTest] transformation=RC2/CFB40/ZEROBYTE 13:35:18,961 INFO [main][CipherTest] transformation=RC2/CFB40/ZEROBYTEPADDING 13:35:18,961 INFO [main][CipherTest] transformation=RC2/CFB48/ 13:35:18,961 INFO [main][CipherTest] transformation=RC2/CFB48/ISO10126 13:35:18,961 INFO [main][CipherTest] transformation=RC2/CFB48/ISO10126-2 13:35:18,961 INFO [main][CipherTest] transformation=RC2/CFB48/ISO10126-2PADDING 13:35:18,962 INFO [main][CipherTest] transformation=RC2/CFB48/ISO10126PADDING 13:35:18,962 INFO [main][CipherTest] transformation=RC2/CFB48/ISO7816-4 13:35:18,962 INFO [main][CipherTest] transformation=RC2/CFB48/ISO7816-4PADDING 13:35:18,962 INFO [main][CipherTest] transformation=RC2/CFB48/NOPADDING 13:35:18,962 INFO [main][CipherTest] transformation=RC2/CFB48/PKCS5 13:35:18,962 INFO [main][CipherTest] transformation=RC2/CFB48/PKCS5PADDING 13:35:18,963 INFO [main][CipherTest] transformation=RC2/CFB48/PKCS7 13:35:18,963 INFO [main][CipherTest] transformation=RC2/CFB48/PKCS7PADDING 13:35:18,963 INFO [main][CipherTest] transformation=RC2/CFB48/TBC 13:35:18,963 INFO [main][CipherTest] transformation=RC2/CFB48/TBCPADDING 13:35:18,963 INFO [main][CipherTest] transformation=RC2/CFB48/X9.23 13:35:18,963 INFO [main][CipherTest] transformation=RC2/CFB48/X9.23PADDING 13:35:18,963 INFO [main][CipherTest] transformation=RC2/CFB48/ZEROBYTE 13:35:18,964 INFO [main][CipherTest] transformation=RC2/CFB48/ZEROBYTEPADDING 13:35:18,964 INFO [main][CipherTest] transformation=RC2/CFB56/ 13:35:18,964 INFO [main][CipherTest] transformation=RC2/CFB56/ISO10126 13:35:18,964 INFO [main][CipherTest] transformation=RC2/CFB56/ISO10126-2 13:35:18,964 INFO [main][CipherTest] transformation=RC2/CFB56/ISO10126-2PADDING 13:35:18,965 INFO [main][CipherTest] transformation=RC2/CFB56/ISO10126PADDING 13:35:18,965 INFO [main][CipherTest] transformation=RC2/CFB56/ISO7816-4 13:35:18,965 INFO [main][CipherTest] transformation=RC2/CFB56/ISO7816-4PADDING 13:35:18,965 INFO [main][CipherTest] transformation=RC2/CFB56/NOPADDING 13:35:18,965 INFO [main][CipherTest] transformation=RC2/CFB56/PKCS5 13:35:18,965 INFO [main][CipherTest] transformation=RC2/CFB56/PKCS5PADDING 13:35:18,965 INFO [main][CipherTest] transformation=RC2/CFB56/PKCS7 13:35:18,966 INFO [main][CipherTest] transformation=RC2/CFB56/PKCS7PADDING 13:35:18,966 INFO [main][CipherTest] transformation=RC2/CFB56/TBC 13:35:18,966 INFO [main][CipherTest] transformation=RC2/CFB56/TBCPADDING 13:35:18,966 INFO [main][CipherTest] transformation=RC2/CFB56/X9.23 13:35:18,966 INFO [main][CipherTest] transformation=RC2/CFB56/X9.23PADDING 13:35:18,966 INFO [main][CipherTest] transformation=RC2/CFB56/ZEROBYTE 13:35:18,967 INFO [main][CipherTest] transformation=RC2/CFB56/ZEROBYTEPADDING 13:35:18,967 INFO [main][CipherTest] transformation=RC2/CFB64/ 13:35:18,967 INFO [main][CipherTest] transformation=RC2/CFB64/ISO10126 13:35:18,967 INFO [main][CipherTest] transformation=RC2/CFB64/ISO10126-2 13:35:18,967 INFO [main][CipherTest] transformation=RC2/CFB64/ISO10126-2PADDING 13:35:18,968 INFO [main][CipherTest] transformation=RC2/CFB64/ISO10126PADDING 13:35:18,968 INFO [main][CipherTest] transformation=RC2/CFB64/ISO7816-4 13:35:18,968 INFO [main][CipherTest] transformation=RC2/CFB64/ISO7816-4PADDING 13:35:18,968 INFO [main][CipherTest] transformation=RC2/CFB64/NOPADDING 13:35:18,969 INFO [main][CipherTest] transformation=RC2/CFB64/PKCS5 13:35:18,970 INFO [main][CipherTest] transformation=RC2/CFB64/PKCS5PADDING 13:35:18,970 INFO [main][CipherTest] transformation=RC2/CFB64/PKCS7 13:35:18,970 INFO [main][CipherTest] transformation=RC2/CFB64/PKCS7PADDING 13:35:18,975 INFO [main][CipherTest] transformation=RC2/CFB64/TBC 13:35:18,983 INFO [main][CipherTest] transformation=RC2/CFB64/TBCPADDING 13:35:18,983 INFO [main][CipherTest] transformation=RC2/CFB64/X9.23 13:35:18,983 INFO [main][CipherTest] transformation=RC2/CFB64/X9.23PADDING 13:35:18,983 INFO [main][CipherTest] transformation=RC2/CFB64/ZEROBYTE 13:35:18,983 INFO [main][CipherTest] transformation=RC2/CFB64/ZEROBYTEPADDING 13:35:18,983 INFO [main][CipherTest] transformation=RC2/CFB72/ 13:35:18,984 INFO [main][CipherTest] transformation=RC2/CFB72/ISO10126 13:35:18,984 INFO [main][CipherTest] transformation=RC2/CFB72/ISO10126-2 13:35:18,984 INFO [main][CipherTest] transformation=RC2/CFB72/ISO10126-2PADDING 13:35:18,984 INFO [main][CipherTest] transformation=RC2/CFB72/ISO10126PADDING 13:35:18,984 INFO [main][CipherTest] transformation=RC2/CFB72/ISO7816-4 13:35:18,985 INFO [main][CipherTest] transformation=RC2/CFB72/ISO7816-4PADDING 13:35:18,985 INFO [main][CipherTest] transformation=RC2/CFB72/NOPADDING 13:35:18,985 INFO [main][CipherTest] transformation=RC2/CFB72/PKCS5 13:35:18,985 INFO [main][CipherTest] transformation=RC2/CFB72/PKCS5PADDING 13:35:18,985 INFO [main][CipherTest] transformation=RC2/CFB72/PKCS7 13:35:18,985 INFO [main][CipherTest] transformation=RC2/CFB72/PKCS7PADDING 13:35:18,985 INFO [main][CipherTest] transformation=RC2/CFB72/TBC 13:35:18,986 INFO [main][CipherTest] transformation=RC2/CFB72/TBCPADDING 13:35:18,986 INFO [main][CipherTest] transformation=RC2/CFB72/X9.23 13:35:18,986 INFO [main][CipherTest] transformation=RC2/CFB72/X9.23PADDING 13:35:18,986 INFO [main][CipherTest] transformation=RC2/CFB72/ZEROBYTE 13:35:18,986 INFO [main][CipherTest] transformation=RC2/CFB72/ZEROBYTEPADDING 13:35:18,986 INFO [main][CipherTest] transformation=RC2/CFB8/ 13:35:18,987 INFO [main][CipherTest] transformation=RC2/CFB8/ISO10126 13:35:18,987 INFO [main][CipherTest] transformation=RC2/CFB8/ISO10126-2 13:35:18,987 INFO [main][CipherTest] transformation=RC2/CFB8/ISO10126-2PADDING 13:35:18,987 INFO [main][CipherTest] transformation=RC2/CFB8/ISO10126PADDING 13:35:18,988 INFO [main][CipherTest] transformation=RC2/CFB8/ISO7816-4 13:35:18,988 INFO [main][CipherTest] transformation=RC2/CFB8/ISO7816-4PADDING 13:35:18,988 INFO [main][CipherTest] transformation=RC2/CFB8/NOPADDING 13:35:18,988 INFO [main][CipherTest] transformation=RC2/CFB8/PKCS5 13:35:18,988 INFO [main][CipherTest] transformation=RC2/CFB8/PKCS5PADDING 13:35:18,988 INFO [main][CipherTest] transformation=RC2/CFB8/PKCS7 13:35:18,988 INFO [main][CipherTest] transformation=RC2/CFB8/PKCS7PADDING 13:35:18,989 INFO [main][CipherTest] transformation=RC2/CFB8/TBC 13:35:18,989 INFO [main][CipherTest] transformation=RC2/CFB8/TBCPADDING 13:35:18,989 INFO [main][CipherTest] transformation=RC2/CFB8/X9.23 13:35:18,989 INFO [main][CipherTest] transformation=RC2/CFB8/X9.23PADDING 13:35:18,989 INFO [main][CipherTest] transformation=RC2/CFB8/ZEROBYTE 13:35:18,989 INFO [main][CipherTest] transformation=RC2/CFB8/ZEROBYTEPADDING 13:35:18,990 INFO [main][CipherTest] transformation=RC2/CFB80/ 13:35:18,990 INFO [main][CipherTest] transformation=RC2/CFB80/ISO10126 13:35:18,990 INFO [main][CipherTest] transformation=RC2/CFB80/ISO10126-2 13:35:18,990 INFO [main][CipherTest] transformation=RC2/CFB80/ISO10126-2PADDING 13:35:18,990 INFO [main][CipherTest] transformation=RC2/CFB80/ISO10126PADDING 13:35:18,991 INFO [main][CipherTest] transformation=RC2/CFB80/ISO7816-4 13:35:18,991 INFO [main][CipherTest] transformation=RC2/CFB80/ISO7816-4PADDING 13:35:18,991 INFO [main][CipherTest] transformation=RC2/CFB80/NOPADDING 13:35:18,991 INFO [main][CipherTest] transformation=RC2/CFB80/PKCS5 13:35:18,991 INFO [main][CipherTest] transformation=RC2/CFB80/PKCS5PADDING 13:35:18,991 INFO [main][CipherTest] transformation=RC2/CFB80/PKCS7 13:35:18,991 INFO [main][CipherTest] transformation=RC2/CFB80/PKCS7PADDING 13:35:18,992 INFO [main][CipherTest] transformation=RC2/CFB80/TBC 13:35:18,992 INFO [main][CipherTest] transformation=RC2/CFB80/TBCPADDING 13:35:18,992 INFO [main][CipherTest] transformation=RC2/CFB80/X9.23 13:35:18,992 INFO [main][CipherTest] transformation=RC2/CFB80/X9.23PADDING 13:35:18,992 INFO [main][CipherTest] transformation=RC2/CFB80/ZEROBYTE 13:35:18,992 INFO [main][CipherTest] transformation=RC2/CFB80/ZEROBYTEPADDING 13:35:18,992 INFO [main][CipherTest] transformation=RC2/CFB88/ 13:35:19,003 INFO [main][CipherTest] transformation=RC2/CFB88/ISO10126 13:35:19,003 INFO [main][CipherTest] transformation=RC2/CFB88/ISO10126-2 13:35:19,003 INFO [main][CipherTest] transformation=RC2/CFB88/ISO10126-2PADDING 13:35:19,003 INFO [main][CipherTest] transformation=RC2/CFB88/ISO10126PADDING 13:35:19,004 INFO [main][CipherTest] transformation=RC2/CFB88/ISO7816-4 13:35:19,004 INFO [main][CipherTest] transformation=RC2/CFB88/ISO7816-4PADDING 13:35:19,004 INFO [main][CipherTest] transformation=RC2/CFB88/NOPADDING 13:35:19,004 INFO [main][CipherTest] transformation=RC2/CFB88/PKCS5 13:35:19,004 INFO [main][CipherTest] transformation=RC2/CFB88/PKCS5PADDING 13:35:19,004 INFO [main][CipherTest] transformation=RC2/CFB88/PKCS7 13:35:19,005 INFO [main][CipherTest] transformation=RC2/CFB88/PKCS7PADDING 13:35:19,005 INFO [main][CipherTest] transformation=RC2/CFB88/TBC 13:35:19,005 INFO [main][CipherTest] transformation=RC2/CFB88/TBCPADDING 13:35:19,005 INFO [main][CipherTest] transformation=RC2/CFB88/X9.23 13:35:19,005 INFO [main][CipherTest] transformation=RC2/CFB88/X9.23PADDING 13:35:19,005 INFO [main][CipherTest] transformation=RC2/CFB88/ZEROBYTE 13:35:19,006 INFO [main][CipherTest] transformation=RC2/CFB88/ZEROBYTEPADDING 13:35:19,006 INFO [main][CipherTest] transformation=RC2/CFB96/ 13:35:19,006 INFO [main][CipherTest] transformation=RC2/CFB96/ISO10126 13:35:19,006 INFO [main][CipherTest] transformation=RC2/CFB96/ISO10126-2 13:35:19,006 INFO [main][CipherTest] transformation=RC2/CFB96/ISO10126-2PADDING 13:35:19,007 INFO [main][CipherTest] transformation=RC2/CFB96/ISO10126PADDING 13:35:19,007 INFO [main][CipherTest] transformation=RC2/CFB96/ISO7816-4 13:35:19,007 INFO [main][CipherTest] transformation=RC2/CFB96/ISO7816-4PADDING 13:35:19,007 INFO [main][CipherTest] transformation=RC2/CFB96/NOPADDING 13:35:19,007 INFO [main][CipherTest] transformation=RC2/CFB96/PKCS5 13:35:19,007 INFO [main][CipherTest] transformation=RC2/CFB96/PKCS5PADDING 13:35:19,007 INFO [main][CipherTest] transformation=RC2/CFB96/PKCS7 13:35:19,008 INFO [main][CipherTest] transformation=RC2/CFB96/PKCS7PADDING 13:35:19,008 INFO [main][CipherTest] transformation=RC2/CFB96/TBC 13:35:19,008 INFO [main][CipherTest] transformation=RC2/CFB96/TBCPADDING 13:35:19,008 INFO [main][CipherTest] transformation=RC2/CFB96/X9.23 13:35:19,008 INFO [main][CipherTest] transformation=RC2/CFB96/X9.23PADDING 13:35:19,008 INFO [main][CipherTest] transformation=RC2/CFB96/ZEROBYTE 13:35:19,009 INFO [main][CipherTest] transformation=RC2/CFB96/ZEROBYTEPADDING 13:35:19,009 INFO [main][CipherTest] transformation=RC2/CTS/ 13:35:19,009 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2/CTS/" does not support IV => Skipping. 13:35:19,009 INFO [main][CipherTest] transformation=RC2/CTS/NOPADDING 13:35:19,009 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2/CTS/NOPADDING" does not support IV => Skipping. 13:35:19,009 INFO [main][CipherTest] transformation=RC2/EAX/ 13:35:19,009 INFO [main][CipherTest] transformation=RC2/EAX/NOPADDING 13:35:19,010 INFO [main][CipherTest] transformation=RC2/ECB/ 13:35:19,010 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2/ECB/" does not support IV => Skipping. 13:35:19,010 INFO [main][CipherTest] transformation=RC2/ECB/NOPADDING 13:35:19,010 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC2/ECB/NOPADDING" does not support IV => Skipping. 13:35:19,010 INFO [main][CipherTest] transformation=RC2/GOFB/ 13:35:19,010 INFO [main][CipherTest] transformation=RC2/GOFB/ISO10126 13:35:19,011 INFO [main][CipherTest] transformation=RC2/GOFB/ISO10126-2 13:35:19,011 INFO [main][CipherTest] transformation=RC2/GOFB/ISO10126-2PADDING 13:35:19,011 INFO [main][CipherTest] transformation=RC2/GOFB/ISO10126PADDING 13:35:19,011 INFO [main][CipherTest] transformation=RC2/GOFB/ISO7816-4 13:35:19,012 INFO [main][CipherTest] transformation=RC2/GOFB/ISO7816-4PADDING 13:35:19,012 INFO [main][CipherTest] transformation=RC2/GOFB/NOPADDING 13:35:19,012 INFO [main][CipherTest] transformation=RC2/GOFB/PKCS5 13:35:19,012 INFO [main][CipherTest] transformation=RC2/GOFB/PKCS5PADDING 13:35:19,012 INFO [main][CipherTest] transformation=RC2/GOFB/PKCS7 13:35:19,013 INFO [main][CipherTest] transformation=RC2/GOFB/PKCS7PADDING 13:35:19,013 INFO [main][CipherTest] transformation=RC2/GOFB/TBC 13:35:19,013 INFO [main][CipherTest] transformation=RC2/GOFB/TBCPADDING 13:35:19,013 INFO [main][CipherTest] transformation=RC2/GOFB/X9.23 13:35:19,013 INFO [main][CipherTest] transformation=RC2/GOFB/X9.23PADDING 13:35:19,014 INFO [main][CipherTest] transformation=RC2/GOFB/ZEROBYTE 13:35:19,014 INFO [main][CipherTest] transformation=RC2/GOFB/ZEROBYTEPADDING 13:35:19,014 INFO [main][CipherTest] transformation=RC2/OFB/ 13:35:19,014 INFO [main][CipherTest] transformation=RC2/OFB/ISO10126 13:35:19,015 INFO [main][CipherTest] transformation=RC2/OFB/ISO10126-2 13:35:19,015 INFO [main][CipherTest] transformation=RC2/OFB/ISO10126-2PADDING 13:35:19,015 INFO [main][CipherTest] transformation=RC2/OFB/ISO10126PADDING 13:35:19,015 INFO [main][CipherTest] transformation=RC2/OFB/ISO7816-4 13:35:19,015 INFO [main][CipherTest] transformation=RC2/OFB/ISO7816-4PADDING 13:35:19,016 INFO [main][CipherTest] transformation=RC2/OFB/NOPADDING 13:35:19,016 INFO [main][CipherTest] transformation=RC2/OFB/PKCS5 13:35:19,016 INFO [main][CipherTest] transformation=RC2/OFB/PKCS5PADDING 13:35:19,016 INFO [main][CipherTest] transformation=RC2/OFB/PKCS7 13:35:19,016 INFO [main][CipherTest] transformation=RC2/OFB/PKCS7PADDING 13:35:19,016 INFO [main][CipherTest] transformation=RC2/OFB/TBC 13:35:19,016 INFO [main][CipherTest] transformation=RC2/OFB/TBCPADDING 13:35:19,017 INFO [main][CipherTest] transformation=RC2/OFB/X9.23 13:35:19,017 INFO [main][CipherTest] transformation=RC2/OFB/X9.23PADDING 13:35:19,017 INFO [main][CipherTest] transformation=RC2/OFB/ZEROBYTE 13:35:19,027 INFO [main][CipherTest] transformation=RC2/OFB/ZEROBYTEPADDING 13:35:19,027 INFO [main][CipherTest] transformation=RC2/OFB104/ 13:35:19,027 INFO [main][CipherTest] transformation=RC2/OFB104/ISO10126 13:35:19,027 INFO [main][CipherTest] transformation=RC2/OFB104/ISO10126-2 13:35:19,027 INFO [main][CipherTest] transformation=RC2/OFB104/ISO10126-2PADDING 13:35:19,028 INFO [main][CipherTest] transformation=RC2/OFB104/ISO10126PADDING 13:35:19,028 INFO [main][CipherTest] transformation=RC2/OFB104/ISO7816-4 13:35:19,028 INFO [main][CipherTest] transformation=RC2/OFB104/ISO7816-4PADDING 13:35:19,028 INFO [main][CipherTest] transformation=RC2/OFB104/NOPADDING 13:35:19,028 INFO [main][CipherTest] transformation=RC2/OFB104/PKCS5 13:35:19,028 INFO [main][CipherTest] transformation=RC2/OFB104/PKCS5PADDING 13:35:19,029 INFO [main][CipherTest] transformation=RC2/OFB104/PKCS7 13:35:19,029 INFO [main][CipherTest] transformation=RC2/OFB104/PKCS7PADDING 13:35:19,029 INFO [main][CipherTest] transformation=RC2/OFB104/TBC 13:35:19,029 INFO [main][CipherTest] transformation=RC2/OFB104/TBCPADDING 13:35:19,029 INFO [main][CipherTest] transformation=RC2/OFB104/X9.23 13:35:19,029 INFO [main][CipherTest] transformation=RC2/OFB104/X9.23PADDING 13:35:19,030 INFO [main][CipherTest] transformation=RC2/OFB104/ZEROBYTE 13:35:19,030 INFO [main][CipherTest] transformation=RC2/OFB104/ZEROBYTEPADDING 13:35:19,030 INFO [main][CipherTest] transformation=RC2/OFB112/ 13:35:19,030 INFO [main][CipherTest] transformation=RC2/OFB112/ISO10126 13:35:19,030 INFO [main][CipherTest] transformation=RC2/OFB112/ISO10126-2 13:35:19,030 INFO [main][CipherTest] transformation=RC2/OFB112/ISO10126-2PADDING 13:35:19,031 INFO [main][CipherTest] transformation=RC2/OFB112/ISO10126PADDING 13:35:19,031 INFO [main][CipherTest] transformation=RC2/OFB112/ISO7816-4 13:35:19,031 INFO [main][CipherTest] transformation=RC2/OFB112/ISO7816-4PADDING 13:35:19,031 INFO [main][CipherTest] transformation=RC2/OFB112/NOPADDING 13:35:19,031 INFO [main][CipherTest] transformation=RC2/OFB112/PKCS5 13:35:19,031 INFO [main][CipherTest] transformation=RC2/OFB112/PKCS5PADDING 13:35:19,032 INFO [main][CipherTest] transformation=RC2/OFB112/PKCS7 13:35:19,032 INFO [main][CipherTest] transformation=RC2/OFB112/PKCS7PADDING 13:35:19,032 INFO [main][CipherTest] transformation=RC2/OFB112/TBC 13:35:19,032 INFO [main][CipherTest] transformation=RC2/OFB112/TBCPADDING 13:35:19,032 INFO [main][CipherTest] transformation=RC2/OFB112/X9.23 13:35:19,032 INFO [main][CipherTest] transformation=RC2/OFB112/X9.23PADDING 13:35:19,033 INFO [main][CipherTest] transformation=RC2/OFB112/ZEROBYTE 13:35:19,033 INFO [main][CipherTest] transformation=RC2/OFB112/ZEROBYTEPADDING 13:35:19,033 INFO [main][CipherTest] transformation=RC2/OFB120/ 13:35:19,033 INFO [main][CipherTest] transformation=RC2/OFB120/ISO10126 13:35:19,033 INFO [main][CipherTest] transformation=RC2/OFB120/ISO10126-2 13:35:19,033 INFO [main][CipherTest] transformation=RC2/OFB120/ISO10126-2PADDING 13:35:19,034 INFO [main][CipherTest] transformation=RC2/OFB120/ISO10126PADDING 13:35:19,034 INFO [main][CipherTest] transformation=RC2/OFB120/ISO7816-4 13:35:19,034 INFO [main][CipherTest] transformation=RC2/OFB120/ISO7816-4PADDING 13:35:19,034 INFO [main][CipherTest] transformation=RC2/OFB120/NOPADDING 13:35:19,034 INFO [main][CipherTest] transformation=RC2/OFB120/PKCS5 13:35:19,034 INFO [main][CipherTest] transformation=RC2/OFB120/PKCS5PADDING 13:35:19,035 INFO [main][CipherTest] transformation=RC2/OFB120/PKCS7 13:35:19,035 INFO [main][CipherTest] transformation=RC2/OFB120/PKCS7PADDING 13:35:19,035 INFO [main][CipherTest] transformation=RC2/OFB120/TBC 13:35:19,035 INFO [main][CipherTest] transformation=RC2/OFB120/TBCPADDING 13:35:19,035 INFO [main][CipherTest] transformation=RC2/OFB120/X9.23 13:35:19,035 INFO [main][CipherTest] transformation=RC2/OFB120/X9.23PADDING 13:35:19,035 INFO [main][CipherTest] transformation=RC2/OFB120/ZEROBYTE 13:35:19,036 INFO [main][CipherTest] transformation=RC2/OFB120/ZEROBYTEPADDING 13:35:19,036 INFO [main][CipherTest] transformation=RC2/OFB128/ 13:35:19,036 INFO [main][CipherTest] transformation=RC2/OFB128/ISO10126 13:35:19,036 INFO [main][CipherTest] transformation=RC2/OFB128/ISO10126-2 13:35:19,036 INFO [main][CipherTest] transformation=RC2/OFB128/ISO10126-2PADDING 13:35:19,037 INFO [main][CipherTest] transformation=RC2/OFB128/ISO10126PADDING 13:35:19,037 INFO [main][CipherTest] transformation=RC2/OFB128/ISO7816-4 13:35:19,037 INFO [main][CipherTest] transformation=RC2/OFB128/ISO7816-4PADDING 13:35:19,037 INFO [main][CipherTest] transformation=RC2/OFB128/NOPADDING 13:35:19,037 INFO [main][CipherTest] transformation=RC2/OFB128/PKCS5 13:35:19,037 INFO [main][CipherTest] transformation=RC2/OFB128/PKCS5PADDING 13:35:19,038 INFO [main][CipherTest] transformation=RC2/OFB128/PKCS7 13:35:19,038 INFO [main][CipherTest] transformation=RC2/OFB128/PKCS7PADDING 13:35:19,038 INFO [main][CipherTest] transformation=RC2/OFB128/TBC 13:35:19,038 INFO [main][CipherTest] transformation=RC2/OFB128/TBCPADDING 13:35:19,038 INFO [main][CipherTest] transformation=RC2/OFB128/X9.23 13:35:19,039 INFO [main][CipherTest] transformation=RC2/OFB128/X9.23PADDING 13:35:19,039 INFO [main][CipherTest] transformation=RC2/OFB128/ZEROBYTE 13:35:19,039 INFO [main][CipherTest] transformation=RC2/OFB128/ZEROBYTEPADDING 13:35:19,039 INFO [main][CipherTest] transformation=RC2/OFB136/ 13:35:19,039 INFO [main][CipherTest] transformation=RC2/OFB136/ISO10126 13:35:19,039 INFO [main][CipherTest] transformation=RC2/OFB136/ISO10126-2 13:35:19,040 INFO [main][CipherTest] transformation=RC2/OFB136/ISO10126-2PADDING 13:35:19,040 INFO [main][CipherTest] transformation=RC2/OFB136/ISO10126PADDING 13:35:19,040 INFO [main][CipherTest] transformation=RC2/OFB136/ISO7816-4 13:35:19,040 INFO [main][CipherTest] transformation=RC2/OFB136/ISO7816-4PADDING 13:35:19,040 INFO [main][CipherTest] transformation=RC2/OFB136/NOPADDING 13:35:19,041 INFO [main][CipherTest] transformation=RC2/OFB136/PKCS5 13:35:19,050 INFO [main][CipherTest] transformation=RC2/OFB136/PKCS5PADDING 13:35:19,050 INFO [main][CipherTest] transformation=RC2/OFB136/PKCS7 13:35:19,050 INFO [main][CipherTest] transformation=RC2/OFB136/PKCS7PADDING 13:35:19,050 INFO [main][CipherTest] transformation=RC2/OFB136/TBC 13:35:19,051 INFO [main][CipherTest] transformation=RC2/OFB136/TBCPADDING 13:35:19,051 INFO [main][CipherTest] transformation=RC2/OFB136/X9.23 13:35:19,051 INFO [main][CipherTest] transformation=RC2/OFB136/X9.23PADDING 13:35:19,051 INFO [main][CipherTest] transformation=RC2/OFB136/ZEROBYTE 13:35:19,051 INFO [main][CipherTest] transformation=RC2/OFB136/ZEROBYTEPADDING 13:35:19,051 INFO [main][CipherTest] transformation=RC2/OFB144/ 13:35:19,051 INFO [main][CipherTest] transformation=RC2/OFB144/ISO10126 13:35:19,052 INFO [main][CipherTest] transformation=RC2/OFB144/ISO10126-2 13:35:19,052 INFO [main][CipherTest] transformation=RC2/OFB144/ISO10126-2PADDING 13:35:19,052 INFO [main][CipherTest] transformation=RC2/OFB144/ISO10126PADDING 13:35:19,052 INFO [main][CipherTest] transformation=RC2/OFB144/ISO7816-4 13:35:19,052 INFO [main][CipherTest] transformation=RC2/OFB144/ISO7816-4PADDING 13:35:19,053 INFO [main][CipherTest] transformation=RC2/OFB144/NOPADDING 13:35:19,053 INFO [main][CipherTest] transformation=RC2/OFB144/PKCS5 13:35:19,053 INFO [main][CipherTest] transformation=RC2/OFB144/PKCS5PADDING 13:35:19,053 INFO [main][CipherTest] transformation=RC2/OFB144/PKCS7 13:35:19,053 INFO [main][CipherTest] transformation=RC2/OFB144/PKCS7PADDING 13:35:19,053 INFO [main][CipherTest] transformation=RC2/OFB144/TBC 13:35:19,054 INFO [main][CipherTest] transformation=RC2/OFB144/TBCPADDING 13:35:19,054 INFO [main][CipherTest] transformation=RC2/OFB144/X9.23 13:35:19,054 INFO [main][CipherTest] transformation=RC2/OFB144/X9.23PADDING 13:35:19,054 INFO [main][CipherTest] transformation=RC2/OFB144/ZEROBYTE 13:35:19,054 INFO [main][CipherTest] transformation=RC2/OFB144/ZEROBYTEPADDING 13:35:19,054 INFO [main][CipherTest] transformation=RC2/OFB152/ 13:35:19,054 INFO [main][CipherTest] transformation=RC2/OFB152/ISO10126 13:35:19,055 INFO [main][CipherTest] transformation=RC2/OFB152/ISO10126-2 13:35:19,055 INFO [main][CipherTest] transformation=RC2/OFB152/ISO10126-2PADDING 13:35:19,055 INFO [main][CipherTest] transformation=RC2/OFB152/ISO10126PADDING 13:35:19,055 INFO [main][CipherTest] transformation=RC2/OFB152/ISO7816-4 13:35:19,055 INFO [main][CipherTest] transformation=RC2/OFB152/ISO7816-4PADDING 13:35:19,056 INFO [main][CipherTest] transformation=RC2/OFB152/NOPADDING 13:35:19,056 INFO [main][CipherTest] transformation=RC2/OFB152/PKCS5 13:35:19,056 INFO [main][CipherTest] transformation=RC2/OFB152/PKCS5PADDING 13:35:19,056 INFO [main][CipherTest] transformation=RC2/OFB152/PKCS7 13:35:19,056 INFO [main][CipherTest] transformation=RC2/OFB152/PKCS7PADDING 13:35:19,056 INFO [main][CipherTest] transformation=RC2/OFB152/TBC 13:35:19,057 INFO [main][CipherTest] transformation=RC2/OFB152/TBCPADDING 13:35:19,057 INFO [main][CipherTest] transformation=RC2/OFB152/X9.23 13:35:19,057 INFO [main][CipherTest] transformation=RC2/OFB152/X9.23PADDING 13:35:19,057 INFO [main][CipherTest] transformation=RC2/OFB152/ZEROBYTE 13:35:19,057 INFO [main][CipherTest] transformation=RC2/OFB152/ZEROBYTEPADDING 13:35:19,057 INFO [main][CipherTest] transformation=RC2/OFB16/ 13:35:19,057 INFO [main][CipherTest] transformation=RC2/OFB16/ISO10126 13:35:19,058 INFO [main][CipherTest] transformation=RC2/OFB16/ISO10126-2 13:35:19,058 INFO [main][CipherTest] transformation=RC2/OFB16/ISO10126-2PADDING 13:35:19,058 INFO [main][CipherTest] transformation=RC2/OFB16/ISO10126PADDING 13:35:19,058 INFO [main][CipherTest] transformation=RC2/OFB16/ISO7816-4 13:35:19,058 INFO [main][CipherTest] transformation=RC2/OFB16/ISO7816-4PADDING 13:35:19,059 INFO [main][CipherTest] transformation=RC2/OFB16/NOPADDING 13:35:19,059 INFO [main][CipherTest] transformation=RC2/OFB16/PKCS5 13:35:19,059 INFO [main][CipherTest] transformation=RC2/OFB16/PKCS5PADDING 13:35:19,059 INFO [main][CipherTest] transformation=RC2/OFB16/PKCS7 13:35:19,059 INFO [main][CipherTest] transformation=RC2/OFB16/PKCS7PADDING 13:35:19,059 INFO [main][CipherTest] transformation=RC2/OFB16/TBC 13:35:19,060 INFO [main][CipherTest] transformation=RC2/OFB16/TBCPADDING 13:35:19,060 INFO [main][CipherTest] transformation=RC2/OFB16/X9.23 13:35:19,060 INFO [main][CipherTest] transformation=RC2/OFB16/X9.23PADDING 13:35:19,060 INFO [main][CipherTest] transformation=RC2/OFB16/ZEROBYTE 13:35:19,060 INFO [main][CipherTest] transformation=RC2/OFB16/ZEROBYTEPADDING 13:35:19,060 INFO [main][CipherTest] transformation=RC2/OFB160/ 13:35:19,060 INFO [main][CipherTest] transformation=RC2/OFB160/ISO10126 13:35:19,061 INFO [main][CipherTest] transformation=RC2/OFB160/ISO10126-2 13:35:19,061 INFO [main][CipherTest] transformation=RC2/OFB160/ISO10126-2PADDING 13:35:19,061 INFO [main][CipherTest] transformation=RC2/OFB160/ISO10126PADDING 13:35:19,061 INFO [main][CipherTest] transformation=RC2/OFB160/ISO7816-4 13:35:19,061 INFO [main][CipherTest] transformation=RC2/OFB160/ISO7816-4PADDING 13:35:19,062 INFO [main][CipherTest] transformation=RC2/OFB160/NOPADDING 13:35:19,062 INFO [main][CipherTest] transformation=RC2/OFB160/PKCS5 13:35:19,062 INFO [main][CipherTest] transformation=RC2/OFB160/PKCS5PADDING 13:35:19,062 INFO [main][CipherTest] transformation=RC2/OFB160/PKCS7 13:35:19,062 INFO [main][CipherTest] transformation=RC2/OFB160/PKCS7PADDING 13:35:19,062 INFO [main][CipherTest] transformation=RC2/OFB160/TBC 13:35:19,063 INFO [main][CipherTest] transformation=RC2/OFB160/TBCPADDING 13:35:19,063 INFO [main][CipherTest] transformation=RC2/OFB160/X9.23 13:35:19,063 INFO [main][CipherTest] transformation=RC2/OFB160/X9.23PADDING 13:35:19,063 INFO [main][CipherTest] transformation=RC2/OFB160/ZEROBYTE 13:35:19,069 INFO [main][CipherTest] transformation=RC2/OFB160/ZEROBYTEPADDING 13:35:19,069 INFO [main][CipherTest] transformation=RC2/OFB168/ 13:35:19,069 INFO [main][CipherTest] transformation=RC2/OFB168/ISO10126 13:35:19,069 INFO [main][CipherTest] transformation=RC2/OFB168/ISO10126-2 13:35:19,070 INFO [main][CipherTest] transformation=RC2/OFB168/ISO10126-2PADDING 13:35:19,070 INFO [main][CipherTest] transformation=RC2/OFB168/ISO10126PADDING 13:35:19,070 INFO [main][CipherTest] transformation=RC2/OFB168/ISO7816-4 13:35:19,070 INFO [main][CipherTest] transformation=RC2/OFB168/ISO7816-4PADDING 13:35:19,070 INFO [main][CipherTest] transformation=RC2/OFB168/NOPADDING 13:35:19,071 INFO [main][CipherTest] transformation=RC2/OFB168/PKCS5 13:35:19,071 INFO [main][CipherTest] transformation=RC2/OFB168/PKCS5PADDING 13:35:19,071 INFO [main][CipherTest] transformation=RC2/OFB168/PKCS7 13:35:19,071 INFO [main][CipherTest] transformation=RC2/OFB168/PKCS7PADDING 13:35:19,071 INFO [main][CipherTest] transformation=RC2/OFB168/TBC 13:35:19,071 INFO [main][CipherTest] transformation=RC2/OFB168/TBCPADDING 13:35:19,071 INFO [main][CipherTest] transformation=RC2/OFB168/X9.23 13:35:19,072 INFO [main][CipherTest] transformation=RC2/OFB168/X9.23PADDING 13:35:19,072 INFO [main][CipherTest] transformation=RC2/OFB168/ZEROBYTE 13:35:19,072 INFO [main][CipherTest] transformation=RC2/OFB168/ZEROBYTEPADDING 13:35:19,072 INFO [main][CipherTest] transformation=RC2/OFB176/ 13:35:19,072 INFO [main][CipherTest] transformation=RC2/OFB176/ISO10126 13:35:19,072 INFO [main][CipherTest] transformation=RC2/OFB176/ISO10126-2 13:35:19,073 INFO [main][CipherTest] transformation=RC2/OFB176/ISO10126-2PADDING 13:35:19,073 INFO [main][CipherTest] transformation=RC2/OFB176/ISO10126PADDING 13:35:19,073 INFO [main][CipherTest] transformation=RC2/OFB176/ISO7816-4 13:35:19,073 INFO [main][CipherTest] transformation=RC2/OFB176/ISO7816-4PADDING 13:35:19,073 INFO [main][CipherTest] transformation=RC2/OFB176/NOPADDING 13:35:19,074 INFO [main][CipherTest] transformation=RC2/OFB176/PKCS5 13:35:19,074 INFO [main][CipherTest] transformation=RC2/OFB176/PKCS5PADDING 13:35:19,074 INFO [main][CipherTest] transformation=RC2/OFB176/PKCS7 13:35:19,074 INFO [main][CipherTest] transformation=RC2/OFB176/PKCS7PADDING 13:35:19,074 INFO [main][CipherTest] transformation=RC2/OFB176/TBC 13:35:19,074 INFO [main][CipherTest] transformation=RC2/OFB176/TBCPADDING 13:35:19,082 INFO [main][CipherTest] transformation=RC2/OFB176/X9.23 13:35:19,082 INFO [main][CipherTest] transformation=RC2/OFB176/X9.23PADDING 13:35:19,082 INFO [main][CipherTest] transformation=RC2/OFB176/ZEROBYTE 13:35:19,082 INFO [main][CipherTest] transformation=RC2/OFB176/ZEROBYTEPADDING 13:35:19,082 INFO [main][CipherTest] transformation=RC2/OFB184/ 13:35:19,083 INFO [main][CipherTest] transformation=RC2/OFB184/ISO10126 13:35:19,083 INFO [main][CipherTest] transformation=RC2/OFB184/ISO10126-2 13:35:19,083 INFO [main][CipherTest] transformation=RC2/OFB184/ISO10126-2PADDING 13:35:19,083 INFO [main][CipherTest] transformation=RC2/OFB184/ISO10126PADDING 13:35:19,083 INFO [main][CipherTest] transformation=RC2/OFB184/ISO7816-4 13:35:19,084 INFO [main][CipherTest] transformation=RC2/OFB184/ISO7816-4PADDING 13:35:19,087 INFO [main][CipherTest] transformation=RC2/OFB184/NOPADDING 13:35:19,087 INFO [main][CipherTest] transformation=RC2/OFB184/PKCS5 13:35:19,087 INFO [main][CipherTest] transformation=RC2/OFB184/PKCS5PADDING 13:35:19,087 INFO [main][CipherTest] transformation=RC2/OFB184/PKCS7 13:35:19,087 INFO [main][CipherTest] transformation=RC2/OFB184/PKCS7PADDING 13:35:19,087 INFO [main][CipherTest] transformation=RC2/OFB184/TBC 13:35:19,088 INFO [main][CipherTest] transformation=RC2/OFB184/TBCPADDING 13:35:19,088 INFO [main][CipherTest] transformation=RC2/OFB184/X9.23 13:35:19,088 INFO [main][CipherTest] transformation=RC2/OFB184/X9.23PADDING 13:35:19,088 INFO [main][CipherTest] transformation=RC2/OFB184/ZEROBYTE 13:35:19,088 INFO [main][CipherTest] transformation=RC2/OFB184/ZEROBYTEPADDING 13:35:19,088 INFO [main][CipherTest] transformation=RC2/OFB192/ 13:35:19,089 INFO [main][CipherTest] transformation=RC2/OFB192/ISO10126 13:35:19,089 INFO [main][CipherTest] transformation=RC2/OFB192/ISO10126-2 13:35:19,089 INFO [main][CipherTest] transformation=RC2/OFB192/ISO10126-2PADDING 13:35:19,089 INFO [main][CipherTest] transformation=RC2/OFB192/ISO10126PADDING 13:35:19,089 INFO [main][CipherTest] transformation=RC2/OFB192/ISO7816-4 13:35:19,090 INFO [main][CipherTest] transformation=RC2/OFB192/ISO7816-4PADDING 13:35:19,090 INFO [main][CipherTest] transformation=RC2/OFB192/NOPADDING 13:35:19,090 INFO [main][CipherTest] transformation=RC2/OFB192/PKCS5 13:35:19,090 INFO [main][CipherTest] transformation=RC2/OFB192/PKCS5PADDING 13:35:19,090 INFO [main][CipherTest] transformation=RC2/OFB192/PKCS7 13:35:19,090 INFO [main][CipherTest] transformation=RC2/OFB192/PKCS7PADDING 13:35:19,097 INFO [main][CipherTest] transformation=RC2/OFB192/TBC 13:35:19,097 INFO [main][CipherTest] transformation=RC2/OFB192/TBCPADDING 13:35:19,098 INFO [main][CipherTest] transformation=RC2/OFB192/X9.23 13:35:19,098 INFO [main][CipherTest] transformation=RC2/OFB192/X9.23PADDING 13:35:19,098 INFO [main][CipherTest] transformation=RC2/OFB192/ZEROBYTE 13:35:19,098 INFO [main][CipherTest] transformation=RC2/OFB192/ZEROBYTEPADDING 13:35:19,098 INFO [main][CipherTest] transformation=RC2/OFB200/ 13:35:19,098 INFO [main][CipherTest] transformation=RC2/OFB200/ISO10126 13:35:19,099 INFO [main][CipherTest] transformation=RC2/OFB200/ISO10126-2 13:35:19,099 INFO [main][CipherTest] transformation=RC2/OFB200/ISO10126-2PADDING 13:35:19,099 INFO [main][CipherTest] transformation=RC2/OFB200/ISO10126PADDING 13:35:19,099 INFO [main][CipherTest] transformation=RC2/OFB200/ISO7816-4 13:35:19,099 INFO [main][CipherTest] transformation=RC2/OFB200/ISO7816-4PADDING 13:35:19,100 INFO [main][CipherTest] transformation=RC2/OFB200/NOPADDING 13:35:19,100 INFO [main][CipherTest] transformation=RC2/OFB200/PKCS5 13:35:19,100 INFO [main][CipherTest] transformation=RC2/OFB200/PKCS5PADDING 13:35:19,100 INFO [main][CipherTest] transformation=RC2/OFB200/PKCS7 13:35:19,100 INFO [main][CipherTest] transformation=RC2/OFB200/PKCS7PADDING 13:35:19,100 INFO [main][CipherTest] transformation=RC2/OFB200/TBC 13:35:19,101 INFO [main][CipherTest] transformation=RC2/OFB200/TBCPADDING 13:35:19,101 INFO [main][CipherTest] transformation=RC2/OFB200/X9.23 13:35:19,101 INFO [main][CipherTest] transformation=RC2/OFB200/X9.23PADDING 13:35:19,101 INFO [main][CipherTest] transformation=RC2/OFB200/ZEROBYTE 13:35:19,101 INFO [main][CipherTest] transformation=RC2/OFB200/ZEROBYTEPADDING 13:35:19,101 INFO [main][CipherTest] transformation=RC2/OFB208/ 13:35:19,101 INFO [main][CipherTest] transformation=RC2/OFB208/ISO10126 13:35:19,102 INFO [main][CipherTest] transformation=RC2/OFB208/ISO10126-2 13:35:19,102 INFO [main][CipherTest] transformation=RC2/OFB208/ISO10126-2PADDING 13:35:19,102 INFO [main][CipherTest] transformation=RC2/OFB208/ISO10126PADDING 13:35:19,102 INFO [main][CipherTest] transformation=RC2/OFB208/ISO7816-4 13:35:19,102 INFO [main][CipherTest] transformation=RC2/OFB208/ISO7816-4PADDING 13:35:19,103 INFO [main][CipherTest] transformation=RC2/OFB208/NOPADDING 13:35:19,103 INFO [main][CipherTest] transformation=RC2/OFB208/PKCS5 13:35:19,103 INFO [main][CipherTest] transformation=RC2/OFB208/PKCS5PADDING 13:35:19,103 INFO [main][CipherTest] transformation=RC2/OFB208/PKCS7 13:35:19,103 INFO [main][CipherTest] transformation=RC2/OFB208/PKCS7PADDING 13:35:19,103 INFO [main][CipherTest] transformation=RC2/OFB208/TBC 13:35:19,104 INFO [main][CipherTest] transformation=RC2/OFB208/TBCPADDING 13:35:19,104 INFO [main][CipherTest] transformation=RC2/OFB208/X9.23 13:35:19,104 INFO [main][CipherTest] transformation=RC2/OFB208/X9.23PADDING 13:35:19,104 INFO [main][CipherTest] transformation=RC2/OFB208/ZEROBYTE 13:35:19,104 INFO [main][CipherTest] transformation=RC2/OFB208/ZEROBYTEPADDING 13:35:19,104 INFO [main][CipherTest] transformation=RC2/OFB216/ 13:35:19,104 INFO [main][CipherTest] transformation=RC2/OFB216/ISO10126 13:35:19,105 INFO [main][CipherTest] transformation=RC2/OFB216/ISO10126-2 13:35:19,105 INFO [main][CipherTest] transformation=RC2/OFB216/ISO10126-2PADDING 13:35:19,105 INFO [main][CipherTest] transformation=RC2/OFB216/ISO10126PADDING 13:35:19,105 INFO [main][CipherTest] transformation=RC2/OFB216/ISO7816-4 13:35:19,106 INFO [main][CipherTest] transformation=RC2/OFB216/ISO7816-4PADDING 13:35:19,106 INFO [main][CipherTest] transformation=RC2/OFB216/NOPADDING 13:35:19,106 INFO [main][CipherTest] transformation=RC2/OFB216/PKCS5 13:35:19,106 INFO [main][CipherTest] transformation=RC2/OFB216/PKCS5PADDING 13:35:19,106 INFO [main][CipherTest] transformation=RC2/OFB216/PKCS7 13:35:19,106 INFO [main][CipherTest] transformation=RC2/OFB216/PKCS7PADDING 13:35:19,106 INFO [main][CipherTest] transformation=RC2/OFB216/TBC 13:35:19,107 INFO [main][CipherTest] transformation=RC2/OFB216/TBCPADDING 13:35:19,107 INFO [main][CipherTest] transformation=RC2/OFB216/X9.23 13:35:19,107 INFO [main][CipherTest] transformation=RC2/OFB216/X9.23PADDING 13:35:19,107 INFO [main][CipherTest] transformation=RC2/OFB216/ZEROBYTE 13:35:19,107 INFO [main][CipherTest] transformation=RC2/OFB216/ZEROBYTEPADDING 13:35:19,107 INFO [main][CipherTest] transformation=RC2/OFB224/ 13:35:19,108 INFO [main][CipherTest] transformation=RC2/OFB224/ISO10126 13:35:19,108 INFO [main][CipherTest] transformation=RC2/OFB224/ISO10126-2 13:35:19,108 INFO [main][CipherTest] transformation=RC2/OFB224/ISO10126-2PADDING 13:35:19,108 INFO [main][CipherTest] transformation=RC2/OFB224/ISO10126PADDING 13:35:19,108 INFO [main][CipherTest] transformation=RC2/OFB224/ISO7816-4 13:35:19,109 INFO [main][CipherTest] transformation=RC2/OFB224/ISO7816-4PADDING 13:35:19,109 INFO [main][CipherTest] transformation=RC2/OFB224/NOPADDING 13:35:19,109 INFO [main][CipherTest] transformation=RC2/OFB224/PKCS5 13:35:19,109 INFO [main][CipherTest] transformation=RC2/OFB224/PKCS5PADDING 13:35:19,109 INFO [main][CipherTest] transformation=RC2/OFB224/PKCS7 13:35:19,109 INFO [main][CipherTest] transformation=RC2/OFB224/PKCS7PADDING 13:35:19,109 INFO [main][CipherTest] transformation=RC2/OFB224/TBC 13:35:19,110 INFO [main][CipherTest] transformation=RC2/OFB224/TBCPADDING 13:35:19,110 INFO [main][CipherTest] transformation=RC2/OFB224/X9.23 13:35:19,110 INFO [main][CipherTest] transformation=RC2/OFB224/X9.23PADDING 13:35:19,110 INFO [main][CipherTest] transformation=RC2/OFB224/ZEROBYTE 13:35:19,110 INFO [main][CipherTest] transformation=RC2/OFB224/ZEROBYTEPADDING 13:35:19,110 INFO [main][CipherTest] transformation=RC2/OFB232/ 13:35:19,111 INFO [main][CipherTest] transformation=RC2/OFB232/ISO10126 13:35:19,111 INFO [main][CipherTest] transformation=RC2/OFB232/ISO10126-2 13:35:19,111 INFO [main][CipherTest] transformation=RC2/OFB232/ISO10126-2PADDING 13:35:19,111 INFO [main][CipherTest] transformation=RC2/OFB232/ISO10126PADDING 13:35:19,111 INFO [main][CipherTest] transformation=RC2/OFB232/ISO7816-4 13:35:19,112 INFO [main][CipherTest] transformation=RC2/OFB232/ISO7816-4PADDING 13:35:19,112 INFO [main][CipherTest] transformation=RC2/OFB232/NOPADDING 13:35:19,112 INFO [main][CipherTest] transformation=RC2/OFB232/PKCS5 13:35:19,112 INFO [main][CipherTest] transformation=RC2/OFB232/PKCS5PADDING 13:35:19,112 INFO [main][CipherTest] transformation=RC2/OFB232/PKCS7 13:35:19,112 INFO [main][CipherTest] transformation=RC2/OFB232/PKCS7PADDING 13:35:19,112 INFO [main][CipherTest] transformation=RC2/OFB232/TBC 13:35:19,113 INFO [main][CipherTest] transformation=RC2/OFB232/TBCPADDING 13:35:19,113 INFO [main][CipherTest] transformation=RC2/OFB232/X9.23 13:35:19,113 INFO [main][CipherTest] transformation=RC2/OFB232/X9.23PADDING 13:35:19,113 INFO [main][CipherTest] transformation=RC2/OFB232/ZEROBYTE 13:35:19,113 INFO [main][CipherTest] transformation=RC2/OFB232/ZEROBYTEPADDING 13:35:19,113 INFO [main][CipherTest] transformation=RC2/OFB24/ 13:35:19,114 INFO [main][CipherTest] transformation=RC2/OFB24/ISO10126 13:35:19,114 INFO [main][CipherTest] transformation=RC2/OFB24/ISO10126-2 13:35:19,114 INFO [main][CipherTest] transformation=RC2/OFB24/ISO10126-2PADDING 13:35:19,114 INFO [main][CipherTest] transformation=RC2/OFB24/ISO10126PADDING 13:35:19,114 INFO [main][CipherTest] transformation=RC2/OFB24/ISO7816-4 13:35:19,115 INFO [main][CipherTest] transformation=RC2/OFB24/ISO7816-4PADDING 13:35:19,115 INFO [main][CipherTest] transformation=RC2/OFB24/NOPADDING 13:35:19,115 INFO [main][CipherTest] transformation=RC2/OFB24/PKCS5 13:35:19,115 INFO [main][CipherTest] transformation=RC2/OFB24/PKCS5PADDING 13:35:19,115 INFO [main][CipherTest] transformation=RC2/OFB24/PKCS7 13:35:19,115 INFO [main][CipherTest] transformation=RC2/OFB24/PKCS7PADDING 13:35:19,115 INFO [main][CipherTest] transformation=RC2/OFB24/TBC 13:35:19,116 INFO [main][CipherTest] transformation=RC2/OFB24/TBCPADDING 13:35:19,116 INFO [main][CipherTest] transformation=RC2/OFB24/X9.23 13:35:19,116 INFO [main][CipherTest] transformation=RC2/OFB24/X9.23PADDING 13:35:19,116 INFO [main][CipherTest] transformation=RC2/OFB24/ZEROBYTE 13:35:19,116 INFO [main][CipherTest] transformation=RC2/OFB24/ZEROBYTEPADDING 13:35:19,116 INFO [main][CipherTest] transformation=RC2/OFB240/ 13:35:19,117 INFO [main][CipherTest] transformation=RC2/OFB240/ISO10126 13:35:19,117 INFO [main][CipherTest] transformation=RC2/OFB240/ISO10126-2 13:35:19,117 INFO [main][CipherTest] transformation=RC2/OFB240/ISO10126-2PADDING 13:35:19,117 INFO [main][CipherTest] transformation=RC2/OFB240/ISO10126PADDING 13:35:19,117 INFO [main][CipherTest] transformation=RC2/OFB240/ISO7816-4 13:35:19,118 INFO [main][CipherTest] transformation=RC2/OFB240/ISO7816-4PADDING 13:35:19,118 INFO [main][CipherTest] transformation=RC2/OFB240/NOPADDING 13:35:19,118 INFO [main][CipherTest] transformation=RC2/OFB240/PKCS5 13:35:19,118 INFO [main][CipherTest] transformation=RC2/OFB240/PKCS5PADDING 13:35:19,118 INFO [main][CipherTest] transformation=RC2/OFB240/PKCS7 13:35:19,118 INFO [main][CipherTest] transformation=RC2/OFB240/PKCS7PADDING 13:35:19,119 INFO [main][CipherTest] transformation=RC2/OFB240/TBC 13:35:19,119 INFO [main][CipherTest] transformation=RC2/OFB240/TBCPADDING 13:35:19,119 INFO [main][CipherTest] transformation=RC2/OFB240/X9.23 13:35:19,119 INFO [main][CipherTest] transformation=RC2/OFB240/X9.23PADDING 13:35:19,119 INFO [main][CipherTest] transformation=RC2/OFB240/ZEROBYTE 13:35:19,119 INFO [main][CipherTest] transformation=RC2/OFB240/ZEROBYTEPADDING 13:35:19,119 INFO [main][CipherTest] transformation=RC2/OFB248/ 13:35:19,120 INFO [main][CipherTest] transformation=RC2/OFB248/ISO10126 13:35:19,120 INFO [main][CipherTest] transformation=RC2/OFB248/ISO10126-2 13:35:19,120 INFO [main][CipherTest] transformation=RC2/OFB248/ISO10126-2PADDING 13:35:19,120 INFO [main][CipherTest] transformation=RC2/OFB248/ISO10126PADDING 13:35:19,120 INFO [main][CipherTest] transformation=RC2/OFB248/ISO7816-4 13:35:19,121 INFO [main][CipherTest] transformation=RC2/OFB248/ISO7816-4PADDING 13:35:19,121 INFO [main][CipherTest] transformation=RC2/OFB248/NOPADDING 13:35:19,121 INFO [main][CipherTest] transformation=RC2/OFB248/PKCS5 13:35:19,121 INFO [main][CipherTest] transformation=RC2/OFB248/PKCS5PADDING 13:35:19,121 INFO [main][CipherTest] transformation=RC2/OFB248/PKCS7 13:35:19,121 INFO [main][CipherTest] transformation=RC2/OFB248/PKCS7PADDING 13:35:19,122 INFO [main][CipherTest] transformation=RC2/OFB248/TBC 13:35:19,122 INFO [main][CipherTest] transformation=RC2/OFB248/TBCPADDING 13:35:19,122 INFO [main][CipherTest] transformation=RC2/OFB248/X9.23 13:35:19,122 INFO [main][CipherTest] transformation=RC2/OFB248/X9.23PADDING 13:35:19,122 INFO [main][CipherTest] transformation=RC2/OFB248/ZEROBYTE 13:35:19,122 INFO [main][CipherTest] transformation=RC2/OFB248/ZEROBYTEPADDING 13:35:19,122 INFO [main][CipherTest] transformation=RC2/OFB256/ 13:35:19,123 INFO [main][CipherTest] transformation=RC2/OFB256/ISO10126 13:35:19,123 INFO [main][CipherTest] transformation=RC2/OFB256/ISO10126-2 13:35:19,123 INFO [main][CipherTest] transformation=RC2/OFB256/ISO10126-2PADDING 13:35:19,123 INFO [main][CipherTest] transformation=RC2/OFB256/ISO10126PADDING 13:35:19,123 INFO [main][CipherTest] transformation=RC2/OFB256/ISO7816-4 13:35:19,124 INFO [main][CipherTest] transformation=RC2/OFB256/ISO7816-4PADDING 13:35:19,124 INFO [main][CipherTest] transformation=RC2/OFB256/NOPADDING 13:35:19,124 INFO [main][CipherTest] transformation=RC2/OFB256/PKCS5 13:35:19,124 INFO [main][CipherTest] transformation=RC2/OFB256/PKCS5PADDING 13:35:19,124 INFO [main][CipherTest] transformation=RC2/OFB256/PKCS7 13:35:19,124 INFO [main][CipherTest] transformation=RC2/OFB256/PKCS7PADDING 13:35:19,125 INFO [main][CipherTest] transformation=RC2/OFB256/TBC 13:35:19,125 INFO [main][CipherTest] transformation=RC2/OFB256/TBCPADDING 13:35:19,125 INFO [main][CipherTest] transformation=RC2/OFB256/X9.23 13:35:19,125 INFO [main][CipherTest] transformation=RC2/OFB256/X9.23PADDING 13:35:19,125 INFO [main][CipherTest] transformation=RC2/OFB256/ZEROBYTE 13:35:19,125 INFO [main][CipherTest] transformation=RC2/OFB256/ZEROBYTEPADDING 13:35:19,125 INFO [main][CipherTest] transformation=RC2/OFB32/ 13:35:19,126 INFO [main][CipherTest] transformation=RC2/OFB32/ISO10126 13:35:19,126 INFO [main][CipherTest] transformation=RC2/OFB32/ISO10126-2 13:35:19,126 INFO [main][CipherTest] transformation=RC2/OFB32/ISO10126-2PADDING 13:35:19,126 INFO [main][CipherTest] transformation=RC2/OFB32/ISO10126PADDING 13:35:19,126 INFO [main][CipherTest] transformation=RC2/OFB32/ISO7816-4 13:35:19,127 INFO [main][CipherTest] transformation=RC2/OFB32/ISO7816-4PADDING 13:35:19,127 INFO [main][CipherTest] transformation=RC2/OFB32/NOPADDING 13:35:19,127 INFO [main][CipherTest] transformation=RC2/OFB32/PKCS5 13:35:19,127 INFO [main][CipherTest] transformation=RC2/OFB32/PKCS5PADDING 13:35:19,127 INFO [main][CipherTest] transformation=RC2/OFB32/PKCS7 13:35:19,127 INFO [main][CipherTest] transformation=RC2/OFB32/PKCS7PADDING 13:35:19,128 INFO [main][CipherTest] transformation=RC2/OFB32/TBC 13:35:19,128 INFO [main][CipherTest] transformation=RC2/OFB32/TBCPADDING 13:35:19,128 INFO [main][CipherTest] transformation=RC2/OFB32/X9.23 13:35:19,128 INFO [main][CipherTest] transformation=RC2/OFB32/X9.23PADDING 13:35:19,128 INFO [main][CipherTest] transformation=RC2/OFB32/ZEROBYTE 13:35:19,128 INFO [main][CipherTest] transformation=RC2/OFB32/ZEROBYTEPADDING 13:35:19,128 INFO [main][CipherTest] transformation=RC2/OFB40/ 13:35:19,129 INFO [main][CipherTest] transformation=RC2/OFB40/ISO10126 13:35:19,129 INFO [main][CipherTest] transformation=RC2/OFB40/ISO10126-2 13:35:19,129 INFO [main][CipherTest] transformation=RC2/OFB40/ISO10126-2PADDING 13:35:19,129 INFO [main][CipherTest] transformation=RC2/OFB40/ISO10126PADDING 13:35:19,129 INFO [main][CipherTest] transformation=RC2/OFB40/ISO7816-4 13:35:19,130 INFO [main][CipherTest] transformation=RC2/OFB40/ISO7816-4PADDING 13:35:19,130 INFO [main][CipherTest] transformation=RC2/OFB40/NOPADDING 13:35:19,130 INFO [main][CipherTest] transformation=RC2/OFB40/PKCS5 13:35:19,130 INFO [main][CipherTest] transformation=RC2/OFB40/PKCS5PADDING 13:35:19,130 INFO [main][CipherTest] transformation=RC2/OFB40/PKCS7 13:35:19,130 INFO [main][CipherTest] transformation=RC2/OFB40/PKCS7PADDING 13:35:19,131 INFO [main][CipherTest] transformation=RC2/OFB40/TBC 13:35:19,131 INFO [main][CipherTest] transformation=RC2/OFB40/TBCPADDING 13:35:19,131 INFO [main][CipherTest] transformation=RC2/OFB40/X9.23 13:35:19,131 INFO [main][CipherTest] transformation=RC2/OFB40/X9.23PADDING 13:35:19,131 INFO [main][CipherTest] transformation=RC2/OFB40/ZEROBYTE 13:35:19,131 INFO [main][CipherTest] transformation=RC2/OFB40/ZEROBYTEPADDING 13:35:19,131 INFO [main][CipherTest] transformation=RC2/OFB48/ 13:35:19,132 INFO [main][CipherTest] transformation=RC2/OFB48/ISO10126 13:35:19,132 INFO [main][CipherTest] transformation=RC2/OFB48/ISO10126-2 13:35:19,132 INFO [main][CipherTest] transformation=RC2/OFB48/ISO10126-2PADDING 13:35:19,132 INFO [main][CipherTest] transformation=RC2/OFB48/ISO10126PADDING 13:35:19,132 INFO [main][CipherTest] transformation=RC2/OFB48/ISO7816-4 13:35:19,133 INFO [main][CipherTest] transformation=RC2/OFB48/ISO7816-4PADDING 13:35:19,133 INFO [main][CipherTest] transformation=RC2/OFB48/NOPADDING 13:35:19,133 INFO [main][CipherTest] transformation=RC2/OFB48/PKCS5 13:35:19,133 INFO [main][CipherTest] transformation=RC2/OFB48/PKCS5PADDING 13:35:19,133 INFO [main][CipherTest] transformation=RC2/OFB48/PKCS7 13:35:19,133 INFO [main][CipherTest] transformation=RC2/OFB48/PKCS7PADDING 13:35:19,134 INFO [main][CipherTest] transformation=RC2/OFB48/TBC 13:35:19,134 INFO [main][CipherTest] transformation=RC2/OFB48/TBCPADDING 13:35:19,134 INFO [main][CipherTest] transformation=RC2/OFB48/X9.23 13:35:19,134 INFO [main][CipherTest] transformation=RC2/OFB48/X9.23PADDING 13:35:19,134 INFO [main][CipherTest] transformation=RC2/OFB48/ZEROBYTE 13:35:19,134 INFO [main][CipherTest] transformation=RC2/OFB48/ZEROBYTEPADDING 13:35:19,134 INFO [main][CipherTest] transformation=RC2/OFB56/ 13:35:19,135 INFO [main][CipherTest] transformation=RC2/OFB56/ISO10126 13:35:19,135 INFO [main][CipherTest] transformation=RC2/OFB56/ISO10126-2 13:35:19,135 INFO [main][CipherTest] transformation=RC2/OFB56/ISO10126-2PADDING 13:35:19,135 INFO [main][CipherTest] transformation=RC2/OFB56/ISO10126PADDING 13:35:19,136 INFO [main][CipherTest] transformation=RC2/OFB56/ISO7816-4 13:35:19,136 INFO [main][CipherTest] transformation=RC2/OFB56/ISO7816-4PADDING 13:35:19,136 INFO [main][CipherTest] transformation=RC2/OFB56/NOPADDING 13:35:19,136 INFO [main][CipherTest] transformation=RC2/OFB56/PKCS5 13:35:19,136 INFO [main][CipherTest] transformation=RC2/OFB56/PKCS5PADDING 13:35:19,136 INFO [main][CipherTest] transformation=RC2/OFB56/PKCS7 13:35:19,136 INFO [main][CipherTest] transformation=RC2/OFB56/PKCS7PADDING 13:35:19,137 INFO [main][CipherTest] transformation=RC2/OFB56/TBC 13:35:19,137 INFO [main][CipherTest] transformation=RC2/OFB56/TBCPADDING 13:35:19,137 INFO [main][CipherTest] transformation=RC2/OFB56/X9.23 13:35:19,137 INFO [main][CipherTest] transformation=RC2/OFB56/X9.23PADDING 13:35:19,137 INFO [main][CipherTest] transformation=RC2/OFB56/ZEROBYTE 13:35:19,137 INFO [main][CipherTest] transformation=RC2/OFB56/ZEROBYTEPADDING 13:35:19,137 INFO [main][CipherTest] transformation=RC2/OFB64/ 13:35:19,138 INFO [main][CipherTest] transformation=RC2/OFB64/ISO10126 13:35:19,138 INFO [main][CipherTest] transformation=RC2/OFB64/ISO10126-2 13:35:19,138 INFO [main][CipherTest] transformation=RC2/OFB64/ISO10126-2PADDING 13:35:19,138 INFO [main][CipherTest] transformation=RC2/OFB64/ISO10126PADDING 13:35:19,138 INFO [main][CipherTest] transformation=RC2/OFB64/ISO7816-4 13:35:19,139 INFO [main][CipherTest] transformation=RC2/OFB64/ISO7816-4PADDING 13:35:19,139 INFO [main][CipherTest] transformation=RC2/OFB64/NOPADDING 13:35:19,139 INFO [main][CipherTest] transformation=RC2/OFB64/PKCS5 13:35:19,139 INFO [main][CipherTest] transformation=RC2/OFB64/PKCS5PADDING 13:35:19,139 INFO [main][CipherTest] transformation=RC2/OFB64/PKCS7 13:35:19,139 INFO [main][CipherTest] transformation=RC2/OFB64/PKCS7PADDING 13:35:19,140 INFO [main][CipherTest] transformation=RC2/OFB64/TBC 13:35:19,140 INFO [main][CipherTest] transformation=RC2/OFB64/TBCPADDING 13:35:19,140 INFO [main][CipherTest] transformation=RC2/OFB64/X9.23 13:35:19,140 INFO [main][CipherTest] transformation=RC2/OFB64/X9.23PADDING 13:35:19,140 INFO [main][CipherTest] transformation=RC2/OFB64/ZEROBYTE 13:35:19,140 INFO [main][CipherTest] transformation=RC2/OFB64/ZEROBYTEPADDING 13:35:19,140 INFO [main][CipherTest] transformation=RC2/OFB72/ 13:35:19,141 INFO [main][CipherTest] transformation=RC2/OFB72/ISO10126 13:35:19,141 INFO [main][CipherTest] transformation=RC2/OFB72/ISO10126-2 13:35:19,141 INFO [main][CipherTest] transformation=RC2/OFB72/ISO10126-2PADDING 13:35:19,141 INFO [main][CipherTest] transformation=RC2/OFB72/ISO10126PADDING 13:35:19,141 INFO [main][CipherTest] transformation=RC2/OFB72/ISO7816-4 13:35:19,142 INFO [main][CipherTest] transformation=RC2/OFB72/ISO7816-4PADDING 13:35:19,142 INFO [main][CipherTest] transformation=RC2/OFB72/NOPADDING 13:35:19,142 INFO [main][CipherTest] transformation=RC2/OFB72/PKCS5 13:35:19,142 INFO [main][CipherTest] transformation=RC2/OFB72/PKCS5PADDING 13:35:19,142 INFO [main][CipherTest] transformation=RC2/OFB72/PKCS7 13:35:19,142 INFO [main][CipherTest] transformation=RC2/OFB72/PKCS7PADDING 13:35:19,143 INFO [main][CipherTest] transformation=RC2/OFB72/TBC 13:35:19,143 INFO [main][CipherTest] transformation=RC2/OFB72/TBCPADDING 13:35:19,143 INFO [main][CipherTest] transformation=RC2/OFB72/X9.23 13:35:19,143 INFO [main][CipherTest] transformation=RC2/OFB72/X9.23PADDING 13:35:19,143 INFO [main][CipherTest] transformation=RC2/OFB72/ZEROBYTE 13:35:19,143 INFO [main][CipherTest] transformation=RC2/OFB72/ZEROBYTEPADDING 13:35:19,143 INFO [main][CipherTest] transformation=RC2/OFB8/ 13:35:19,144 INFO [main][CipherTest] transformation=RC2/OFB8/ISO10126 13:35:19,144 INFO [main][CipherTest] transformation=RC2/OFB8/ISO10126-2 13:35:19,144 INFO [main][CipherTest] transformation=RC2/OFB8/ISO10126-2PADDING 13:35:19,144 INFO [main][CipherTest] transformation=RC2/OFB8/ISO10126PADDING 13:35:19,144 INFO [main][CipherTest] transformation=RC2/OFB8/ISO7816-4 13:35:19,145 INFO [main][CipherTest] transformation=RC2/OFB8/ISO7816-4PADDING 13:35:19,145 INFO [main][CipherTest] transformation=RC2/OFB8/NOPADDING 13:35:19,145 INFO [main][CipherTest] transformation=RC2/OFB8/PKCS5 13:35:19,145 INFO [main][CipherTest] transformation=RC2/OFB8/PKCS5PADDING 13:35:19,145 INFO [main][CipherTest] transformation=RC2/OFB8/PKCS7 13:35:19,145 INFO [main][CipherTest] transformation=RC2/OFB8/PKCS7PADDING 13:35:19,146 INFO [main][CipherTest] transformation=RC2/OFB8/TBC 13:35:19,146 INFO [main][CipherTest] transformation=RC2/OFB8/TBCPADDING 13:35:19,146 INFO [main][CipherTest] transformation=RC2/OFB8/X9.23 13:35:19,146 INFO [main][CipherTest] transformation=RC2/OFB8/X9.23PADDING 13:35:19,146 INFO [main][CipherTest] transformation=RC2/OFB8/ZEROBYTE 13:35:19,146 INFO [main][CipherTest] transformation=RC2/OFB8/ZEROBYTEPADDING 13:35:19,146 INFO [main][CipherTest] transformation=RC2/OFB80/ 13:35:19,147 INFO [main][CipherTest] transformation=RC2/OFB80/ISO10126 13:35:19,147 INFO [main][CipherTest] transformation=RC2/OFB80/ISO10126-2 13:35:19,147 INFO [main][CipherTest] transformation=RC2/OFB80/ISO10126-2PADDING 13:35:19,147 INFO [main][CipherTest] transformation=RC2/OFB80/ISO10126PADDING 13:35:19,147 INFO [main][CipherTest] transformation=RC2/OFB80/ISO7816-4 13:35:19,148 INFO [main][CipherTest] transformation=RC2/OFB80/ISO7816-4PADDING 13:35:19,148 INFO [main][CipherTest] transformation=RC2/OFB80/NOPADDING 13:35:19,148 INFO [main][CipherTest] transformation=RC2/OFB80/PKCS5 13:35:19,148 INFO [main][CipherTest] transformation=RC2/OFB80/PKCS5PADDING 13:35:19,148 INFO [main][CipherTest] transformation=RC2/OFB80/PKCS7 13:35:19,148 INFO [main][CipherTest] transformation=RC2/OFB80/PKCS7PADDING 13:35:19,148 INFO [main][CipherTest] transformation=RC2/OFB80/TBC 13:35:19,149 INFO [main][CipherTest] transformation=RC2/OFB80/TBCPADDING 13:35:19,149 INFO [main][CipherTest] transformation=RC2/OFB80/X9.23 13:35:19,149 INFO [main][CipherTest] transformation=RC2/OFB80/X9.23PADDING 13:35:19,149 INFO [main][CipherTest] transformation=RC2/OFB80/ZEROBYTE 13:35:19,149 INFO [main][CipherTest] transformation=RC2/OFB80/ZEROBYTEPADDING 13:35:19,149 INFO [main][CipherTest] transformation=RC2/OFB88/ 13:35:19,150 INFO [main][CipherTest] transformation=RC2/OFB88/ISO10126 13:35:19,150 INFO [main][CipherTest] transformation=RC2/OFB88/ISO10126-2 13:35:19,150 INFO [main][CipherTest] transformation=RC2/OFB88/ISO10126-2PADDING 13:35:19,150 INFO [main][CipherTest] transformation=RC2/OFB88/ISO10126PADDING 13:35:19,150 INFO [main][CipherTest] transformation=RC2/OFB88/ISO7816-4 13:35:19,151 INFO [main][CipherTest] transformation=RC2/OFB88/ISO7816-4PADDING 13:35:19,151 INFO [main][CipherTest] transformation=RC2/OFB88/NOPADDING 13:35:19,151 INFO [main][CipherTest] transformation=RC2/OFB88/PKCS5 13:35:19,151 INFO [main][CipherTest] transformation=RC2/OFB88/PKCS5PADDING 13:35:19,151 INFO [main][CipherTest] transformation=RC2/OFB88/PKCS7 13:35:19,151 INFO [main][CipherTest] transformation=RC2/OFB88/PKCS7PADDING 13:35:19,151 INFO [main][CipherTest] transformation=RC2/OFB88/TBC 13:35:19,152 INFO [main][CipherTest] transformation=RC2/OFB88/TBCPADDING 13:35:19,152 INFO [main][CipherTest] transformation=RC2/OFB88/X9.23 13:35:19,152 INFO [main][CipherTest] transformation=RC2/OFB88/X9.23PADDING 13:35:19,152 INFO [main][CipherTest] transformation=RC2/OFB88/ZEROBYTE 13:35:19,152 INFO [main][CipherTest] transformation=RC2/OFB88/ZEROBYTEPADDING 13:35:19,152 INFO [main][CipherTest] transformation=RC2/OFB96/ 13:35:19,153 INFO [main][CipherTest] transformation=RC2/OFB96/ISO10126 13:35:19,153 INFO [main][CipherTest] transformation=RC2/OFB96/ISO10126-2 13:35:19,153 INFO [main][CipherTest] transformation=RC2/OFB96/ISO10126-2PADDING 13:35:19,153 INFO [main][CipherTest] transformation=RC2/OFB96/ISO10126PADDING 13:35:19,153 INFO [main][CipherTest] transformation=RC2/OFB96/ISO7816-4 13:35:19,154 INFO [main][CipherTest] transformation=RC2/OFB96/ISO7816-4PADDING 13:35:19,154 INFO [main][CipherTest] transformation=RC2/OFB96/NOPADDING 13:35:19,154 INFO [main][CipherTest] transformation=RC2/OFB96/PKCS5 13:35:19,154 INFO [main][CipherTest] transformation=RC2/OFB96/PKCS5PADDING 13:35:19,154 INFO [main][CipherTest] transformation=RC2/OFB96/PKCS7 13:35:19,154 INFO [main][CipherTest] transformation=RC2/OFB96/PKCS7PADDING 13:35:19,155 INFO [main][CipherTest] transformation=RC2/OFB96/TBC 13:35:19,155 INFO [main][CipherTest] transformation=RC2/OFB96/TBCPADDING 13:35:19,155 INFO [main][CipherTest] transformation=RC2/OFB96/X9.23 13:35:19,155 INFO [main][CipherTest] transformation=RC2/OFB96/X9.23PADDING 13:35:19,155 INFO [main][CipherTest] transformation=RC2/OFB96/ZEROBYTE 13:35:19,155 INFO [main][CipherTest] transformation=RC2/OFB96/ZEROBYTEPADDING 13:35:19,155 INFO [main][CipherTest] transformation=RC2/SIC/ 13:35:19,156 INFO [main][CipherTest] transformation=RC2/SIC/ISO10126 13:35:19,156 INFO [main][CipherTest] transformation=RC2/SIC/ISO10126-2 13:35:19,156 INFO [main][CipherTest] transformation=RC2/SIC/ISO10126-2PADDING 13:35:19,156 INFO [main][CipherTest] transformation=RC2/SIC/ISO10126PADDING 13:35:19,157 INFO [main][CipherTest] transformation=RC2/SIC/ISO7816-4 13:35:19,157 INFO [main][CipherTest] transformation=RC2/SIC/ISO7816-4PADDING 13:35:19,157 INFO [main][CipherTest] transformation=RC2/SIC/NOPADDING 13:35:19,157 INFO [main][CipherTest] transformation=RC2/SIC/PKCS5 13:35:19,158 INFO [main][CipherTest] transformation=RC2/SIC/PKCS5PADDING 13:35:19,158 INFO [main][CipherTest] transformation=RC2/SIC/PKCS7 13:35:19,158 INFO [main][CipherTest] transformation=RC2/SIC/PKCS7PADDING 13:35:19,158 INFO [main][CipherTest] transformation=RC2/SIC/TBC 13:35:19,158 INFO [main][CipherTest] transformation=RC2/SIC/TBCPADDING 13:35:19,159 INFO [main][CipherTest] transformation=RC2/SIC/X9.23 13:35:19,159 INFO [main][CipherTest] transformation=RC2/SIC/X9.23PADDING 13:35:19,159 INFO [main][CipherTest] transformation=RC2/SIC/ZEROBYTE 13:35:19,159 INFO [main][CipherTest] transformation=RC2/SIC/ZEROBYTEPADDING 13:35:19,159 INFO [main][CipherTest] transformation=RC4// 13:35:19,160 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC4//" does not support IV => Skipping. 13:35:19,160 INFO [main][CipherTest] transformation=RC4//NOPADDING 13:35:19,160 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC4//NOPADDING" does not support IV => Skipping. 13:35:19,160 INFO [main][CipherTest] transformation=RC4/ECB/ 13:35:19,161 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC4/ECB/" does not support IV => Skipping. 13:35:19,161 INFO [main][CipherTest] transformation=RC4/ECB/NOPADDING 13:35:19,161 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC4/ECB/NOPADDING" does not support IV => Skipping. 13:35:19,161 INFO [main][CipherTest] transformation=RC5-32// 13:35:19,163 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32//" does not support IV => Skipping. 13:35:19,163 INFO [main][CipherTest] transformation=RC5-32//NOPADDING 13:35:19,163 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32//NOPADDING" does not support IV => Skipping. 13:35:19,163 INFO [main][CipherTest] transformation=RC5-32/CBC-CTS/ 13:35:19,164 INFO [main][CipherTest] transformation=RC5-32/CBC-CTS/NOPADDING 13:35:19,164 INFO [main][CipherTest] transformation=RC5-32/CBC/ 13:35:19,165 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO10126 13:35:19,165 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO10126-2 13:35:19,166 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO10126-2PADDING 13:35:19,166 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO10126PADDING 13:35:19,167 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO7816-4 13:35:19,167 INFO [main][CipherTest] transformation=RC5-32/CBC/ISO7816-4PADDING 13:35:19,167 INFO [main][CipherTest] transformation=RC5-32/CBC/NOPADDING 13:35:19,168 INFO [main][CipherTest] transformation=RC5-32/CBC/PKCS5 13:35:19,168 INFO [main][CipherTest] transformation=RC5-32/CBC/PKCS5PADDING 13:35:19,169 INFO [main][CipherTest] transformation=RC5-32/CBC/PKCS7 13:35:19,169 INFO [main][CipherTest] transformation=RC5-32/CBC/PKCS7PADDING 13:35:19,169 INFO [main][CipherTest] transformation=RC5-32/CBC/TBC 13:35:19,170 INFO [main][CipherTest] transformation=RC5-32/CBC/TBCPADDING 13:35:19,170 INFO [main][CipherTest] transformation=RC5-32/CBC/X9.23 13:35:19,170 INFO [main][CipherTest] transformation=RC5-32/CBC/X9.23PADDING 13:35:19,171 INFO [main][CipherTest] transformation=RC5-32/CBC/ZEROBYTE 13:35:19,171 INFO [main][CipherTest] transformation=RC5-32/CBC/ZEROBYTEPADDING 13:35:19,172 INFO [main][CipherTest] transformation=RC5-32/CFB/ 13:35:19,172 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO10126 13:35:19,172 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO10126-2 13:35:19,173 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO10126-2PADDING 13:35:19,173 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO10126PADDING 13:35:19,173 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO7816-4 13:35:19,174 INFO [main][CipherTest] transformation=RC5-32/CFB/ISO7816-4PADDING 13:35:19,174 INFO [main][CipherTest] transformation=RC5-32/CFB/NOPADDING 13:35:19,174 INFO [main][CipherTest] transformation=RC5-32/CFB/PKCS5 13:35:19,175 INFO [main][CipherTest] transformation=RC5-32/CFB/PKCS5PADDING 13:35:19,175 INFO [main][CipherTest] transformation=RC5-32/CFB/PKCS7 13:35:19,176 INFO [main][CipherTest] transformation=RC5-32/CFB/PKCS7PADDING 13:35:19,176 INFO [main][CipherTest] transformation=RC5-32/CFB/TBC 13:35:19,177 INFO [main][CipherTest] transformation=RC5-32/CFB/TBCPADDING 13:35:19,177 INFO [main][CipherTest] transformation=RC5-32/CFB/X9.23 13:35:19,177 INFO [main][CipherTest] transformation=RC5-32/CFB/X9.23PADDING 13:35:19,178 INFO [main][CipherTest] transformation=RC5-32/CFB/ZEROBYTE 13:35:19,178 INFO [main][CipherTest] transformation=RC5-32/CFB/ZEROBYTEPADDING 13:35:19,178 INFO [main][CipherTest] transformation=RC5-32/CFB104/ 13:35:19,179 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO10126 13:35:19,179 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO10126-2 13:35:19,180 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO10126-2PADDING 13:35:19,180 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO10126PADDING 13:35:19,180 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO7816-4 13:35:19,181 INFO [main][CipherTest] transformation=RC5-32/CFB104/ISO7816-4PADDING 13:35:19,181 INFO [main][CipherTest] transformation=RC5-32/CFB104/NOPADDING 13:35:19,181 INFO [main][CipherTest] transformation=RC5-32/CFB104/PKCS5 13:35:19,182 INFO [main][CipherTest] transformation=RC5-32/CFB104/PKCS5PADDING 13:35:19,182 INFO [main][CipherTest] transformation=RC5-32/CFB104/PKCS7 13:35:19,182 INFO [main][CipherTest] transformation=RC5-32/CFB104/PKCS7PADDING 13:35:19,183 INFO [main][CipherTest] transformation=RC5-32/CFB104/TBC 13:35:19,183 INFO [main][CipherTest] transformation=RC5-32/CFB104/TBCPADDING 13:35:19,183 INFO [main][CipherTest] transformation=RC5-32/CFB104/X9.23 13:35:19,184 INFO [main][CipherTest] transformation=RC5-32/CFB104/X9.23PADDING 13:35:19,184 INFO [main][CipherTest] transformation=RC5-32/CFB104/ZEROBYTE 13:35:19,184 INFO [main][CipherTest] transformation=RC5-32/CFB104/ZEROBYTEPADDING 13:35:19,185 INFO [main][CipherTest] transformation=RC5-32/CFB112/ 13:35:19,185 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO10126 13:35:19,185 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO10126-2 13:35:19,186 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO10126-2PADDING 13:35:19,186 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO10126PADDING 13:35:19,186 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO7816-4 13:35:19,187 INFO [main][CipherTest] transformation=RC5-32/CFB112/ISO7816-4PADDING 13:35:19,187 INFO [main][CipherTest] transformation=RC5-32/CFB112/NOPADDING 13:35:19,188 INFO [main][CipherTest] transformation=RC5-32/CFB112/PKCS5 13:35:19,188 INFO [main][CipherTest] transformation=RC5-32/CFB112/PKCS5PADDING 13:35:19,188 INFO [main][CipherTest] transformation=RC5-32/CFB112/PKCS7 13:35:19,189 INFO [main][CipherTest] transformation=RC5-32/CFB112/PKCS7PADDING 13:35:19,189 INFO [main][CipherTest] transformation=RC5-32/CFB112/TBC 13:35:19,189 INFO [main][CipherTest] transformation=RC5-32/CFB112/TBCPADDING 13:35:19,189 INFO [main][CipherTest] transformation=RC5-32/CFB112/X9.23 13:35:19,190 INFO [main][CipherTest] transformation=RC5-32/CFB112/X9.23PADDING 13:35:19,190 INFO [main][CipherTest] transformation=RC5-32/CFB112/ZEROBYTE 13:35:19,190 INFO [main][CipherTest] transformation=RC5-32/CFB112/ZEROBYTEPADDING 13:35:19,191 INFO [main][CipherTest] transformation=RC5-32/CFB120/ 13:35:19,191 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO10126 13:35:19,192 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO10126-2 13:35:19,192 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO10126-2PADDING 13:35:19,192 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO10126PADDING 13:35:19,193 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO7816-4 13:35:19,193 INFO [main][CipherTest] transformation=RC5-32/CFB120/ISO7816-4PADDING 13:35:19,193 INFO [main][CipherTest] transformation=RC5-32/CFB120/NOPADDING 13:35:19,194 INFO [main][CipherTest] transformation=RC5-32/CFB120/PKCS5 13:35:19,194 INFO [main][CipherTest] transformation=RC5-32/CFB120/PKCS5PADDING 13:35:19,194 INFO [main][CipherTest] transformation=RC5-32/CFB120/PKCS7 13:35:19,195 INFO [main][CipherTest] transformation=RC5-32/CFB120/PKCS7PADDING 13:35:19,195 INFO [main][CipherTest] transformation=RC5-32/CFB120/TBC 13:35:19,195 INFO [main][CipherTest] transformation=RC5-32/CFB120/TBCPADDING 13:35:19,196 INFO [main][CipherTest] transformation=RC5-32/CFB120/X9.23 13:35:19,196 INFO [main][CipherTest] transformation=RC5-32/CFB120/X9.23PADDING 13:35:19,196 INFO [main][CipherTest] transformation=RC5-32/CFB120/ZEROBYTE 13:35:19,197 INFO [main][CipherTest] transformation=RC5-32/CFB120/ZEROBYTEPADDING 13:35:19,197 INFO [main][CipherTest] transformation=RC5-32/CFB128/ 13:35:19,197 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO10126 13:35:19,198 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO10126-2 13:35:19,198 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO10126-2PADDING 13:35:19,199 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO10126PADDING 13:35:19,199 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO7816-4 13:35:19,199 INFO [main][CipherTest] transformation=RC5-32/CFB128/ISO7816-4PADDING 13:35:19,200 INFO [main][CipherTest] transformation=RC5-32/CFB128/NOPADDING 13:35:19,200 INFO [main][CipherTest] transformation=RC5-32/CFB128/PKCS5 13:35:19,200 INFO [main][CipherTest] transformation=RC5-32/CFB128/PKCS5PADDING 13:35:19,201 INFO [main][CipherTest] transformation=RC5-32/CFB128/PKCS7 13:35:19,201 INFO [main][CipherTest] transformation=RC5-32/CFB128/PKCS7PADDING 13:35:19,201 INFO [main][CipherTest] transformation=RC5-32/CFB128/TBC 13:35:19,202 INFO [main][CipherTest] transformation=RC5-32/CFB128/TBCPADDING 13:35:19,202 INFO [main][CipherTest] transformation=RC5-32/CFB128/X9.23 13:35:19,202 INFO [main][CipherTest] transformation=RC5-32/CFB128/X9.23PADDING 13:35:19,203 INFO [main][CipherTest] transformation=RC5-32/CFB128/ZEROBYTE 13:35:19,203 INFO [main][CipherTest] transformation=RC5-32/CFB128/ZEROBYTEPADDING 13:35:19,203 INFO [main][CipherTest] transformation=RC5-32/CFB136/ 13:35:19,204 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO10126 13:35:19,204 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO10126-2 13:35:19,204 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO10126-2PADDING 13:35:19,205 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO10126PADDING 13:35:19,205 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO7816-4 13:35:19,206 INFO [main][CipherTest] transformation=RC5-32/CFB136/ISO7816-4PADDING 13:35:19,206 INFO [main][CipherTest] transformation=RC5-32/CFB136/NOPADDING 13:35:19,206 INFO [main][CipherTest] transformation=RC5-32/CFB136/PKCS5 13:35:19,207 INFO [main][CipherTest] transformation=RC5-32/CFB136/PKCS5PADDING 13:35:19,207 INFO [main][CipherTest] transformation=RC5-32/CFB136/PKCS7 13:35:19,207 INFO [main][CipherTest] transformation=RC5-32/CFB136/PKCS7PADDING 13:35:19,208 INFO [main][CipherTest] transformation=RC5-32/CFB136/TBC 13:35:19,208 INFO [main][CipherTest] transformation=RC5-32/CFB136/TBCPADDING 13:35:19,208 INFO [main][CipherTest] transformation=RC5-32/CFB136/X9.23 13:35:19,209 INFO [main][CipherTest] transformation=RC5-32/CFB136/X9.23PADDING 13:35:19,209 INFO [main][CipherTest] transformation=RC5-32/CFB136/ZEROBYTE 13:35:19,209 INFO [main][CipherTest] transformation=RC5-32/CFB136/ZEROBYTEPADDING 13:35:19,210 INFO [main][CipherTest] transformation=RC5-32/CFB144/ 13:35:19,210 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO10126 13:35:19,210 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO10126-2 13:35:19,211 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO10126-2PADDING 13:35:19,211 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO10126PADDING 13:35:19,212 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO7816-4 13:35:19,212 INFO [main][CipherTest] transformation=RC5-32/CFB144/ISO7816-4PADDING 13:35:19,212 INFO [main][CipherTest] transformation=RC5-32/CFB144/NOPADDING 13:35:19,213 INFO [main][CipherTest] transformation=RC5-32/CFB144/PKCS5 13:35:19,213 INFO [main][CipherTest] transformation=RC5-32/CFB144/PKCS5PADDING 13:35:19,213 INFO [main][CipherTest] transformation=RC5-32/CFB144/PKCS7 13:35:19,214 INFO [main][CipherTest] transformation=RC5-32/CFB144/PKCS7PADDING 13:35:19,214 INFO [main][CipherTest] transformation=RC5-32/CFB144/TBC 13:35:19,215 INFO [main][CipherTest] transformation=RC5-32/CFB144/TBCPADDING 13:35:19,215 INFO [main][CipherTest] transformation=RC5-32/CFB144/X9.23 13:35:19,215 INFO [main][CipherTest] transformation=RC5-32/CFB144/X9.23PADDING 13:35:19,216 INFO [main][CipherTest] transformation=RC5-32/CFB144/ZEROBYTE 13:35:19,216 INFO [main][CipherTest] transformation=RC5-32/CFB144/ZEROBYTEPADDING 13:35:19,216 INFO [main][CipherTest] transformation=RC5-32/CFB152/ 13:35:19,216 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO10126 13:35:19,217 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO10126-2 13:35:19,217 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO10126-2PADDING 13:35:19,218 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO10126PADDING 13:35:19,218 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO7816-4 13:35:19,218 INFO [main][CipherTest] transformation=RC5-32/CFB152/ISO7816-4PADDING 13:35:19,219 INFO [main][CipherTest] transformation=RC5-32/CFB152/NOPADDING 13:35:19,219 INFO [main][CipherTest] transformation=RC5-32/CFB152/PKCS5 13:35:19,219 INFO [main][CipherTest] transformation=RC5-32/CFB152/PKCS5PADDING 13:35:19,220 INFO [main][CipherTest] transformation=RC5-32/CFB152/PKCS7 13:35:19,220 INFO [main][CipherTest] transformation=RC5-32/CFB152/PKCS7PADDING 13:35:19,220 INFO [main][CipherTest] transformation=RC5-32/CFB152/TBC 13:35:19,221 INFO [main][CipherTest] transformation=RC5-32/CFB152/TBCPADDING 13:35:19,227 INFO [main][CipherTest] transformation=RC5-32/CFB152/X9.23 13:35:19,227 INFO [main][CipherTest] transformation=RC5-32/CFB152/X9.23PADDING 13:35:19,228 INFO [main][CipherTest] transformation=RC5-32/CFB152/ZEROBYTE 13:35:19,228 INFO [main][CipherTest] transformation=RC5-32/CFB152/ZEROBYTEPADDING 13:35:19,228 INFO [main][CipherTest] transformation=RC5-32/CFB16/ 13:35:19,229 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO10126 13:35:19,229 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO10126-2 13:35:19,229 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO10126-2PADDING 13:35:19,230 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO10126PADDING 13:35:19,230 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO7816-4 13:35:19,231 INFO [main][CipherTest] transformation=RC5-32/CFB16/ISO7816-4PADDING 13:35:19,231 INFO [main][CipherTest] transformation=RC5-32/CFB16/NOPADDING 13:35:19,231 INFO [main][CipherTest] transformation=RC5-32/CFB16/PKCS5 13:35:19,232 INFO [main][CipherTest] transformation=RC5-32/CFB16/PKCS5PADDING 13:35:19,232 INFO [main][CipherTest] transformation=RC5-32/CFB16/PKCS7 13:35:19,232 INFO [main][CipherTest] transformation=RC5-32/CFB16/PKCS7PADDING 13:35:19,233 INFO [main][CipherTest] transformation=RC5-32/CFB16/TBC 13:35:19,233 INFO [main][CipherTest] transformation=RC5-32/CFB16/TBCPADDING 13:35:19,233 INFO [main][CipherTest] transformation=RC5-32/CFB16/X9.23 13:35:19,235 INFO [main][CipherTest] transformation=RC5-32/CFB16/X9.23PADDING 13:35:19,235 INFO [main][CipherTest] transformation=RC5-32/CFB16/ZEROBYTE 13:35:19,236 INFO [main][CipherTest] transformation=RC5-32/CFB16/ZEROBYTEPADDING 13:35:19,236 INFO [main][CipherTest] transformation=RC5-32/CFB160/ 13:35:19,239 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO10126 13:35:19,239 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO10126-2 13:35:19,240 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO10126-2PADDING 13:35:19,240 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO10126PADDING 13:35:19,240 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO7816-4 13:35:19,241 INFO [main][CipherTest] transformation=RC5-32/CFB160/ISO7816-4PADDING 13:35:19,241 INFO [main][CipherTest] transformation=RC5-32/CFB160/NOPADDING 13:35:19,246 INFO [main][CipherTest] transformation=RC5-32/CFB160/PKCS5 13:35:19,252 INFO [main][CipherTest] transformation=RC5-32/CFB160/PKCS5PADDING 13:35:19,253 INFO [main][CipherTest] transformation=RC5-32/CFB160/PKCS7 13:35:19,253 INFO [main][CipherTest] transformation=RC5-32/CFB160/PKCS7PADDING 13:35:19,254 INFO [main][CipherTest] transformation=RC5-32/CFB160/TBC 13:35:19,254 INFO [main][CipherTest] transformation=RC5-32/CFB160/TBCPADDING 13:35:19,258 INFO [main][CipherTest] transformation=RC5-32/CFB160/X9.23 13:35:19,258 INFO [main][CipherTest] transformation=RC5-32/CFB160/X9.23PADDING 13:35:19,259 INFO [main][CipherTest] transformation=RC5-32/CFB160/ZEROBYTE 13:35:19,259 INFO [main][CipherTest] transformation=RC5-32/CFB160/ZEROBYTEPADDING 13:35:19,260 INFO [main][CipherTest] transformation=RC5-32/CFB168/ 13:35:19,260 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO10126 13:35:19,260 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO10126-2 13:35:19,261 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO10126-2PADDING 13:35:19,261 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO10126PADDING 13:35:19,261 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO7816-4 13:35:19,267 INFO [main][CipherTest] transformation=RC5-32/CFB168/ISO7816-4PADDING 13:35:19,267 INFO [main][CipherTest] transformation=RC5-32/CFB168/NOPADDING 13:35:19,268 INFO [main][CipherTest] transformation=RC5-32/CFB168/PKCS5 13:35:19,268 INFO [main][CipherTest] transformation=RC5-32/CFB168/PKCS5PADDING 13:35:19,268 INFO [main][CipherTest] transformation=RC5-32/CFB168/PKCS7 13:35:19,269 INFO [main][CipherTest] transformation=RC5-32/CFB168/PKCS7PADDING 13:35:19,269 INFO [main][CipherTest] transformation=RC5-32/CFB168/TBC 13:35:19,269 INFO [main][CipherTest] transformation=RC5-32/CFB168/TBCPADDING 13:35:19,270 INFO [main][CipherTest] transformation=RC5-32/CFB168/X9.23 13:35:19,270 INFO [main][CipherTest] transformation=RC5-32/CFB168/X9.23PADDING 13:35:19,270 INFO [main][CipherTest] transformation=RC5-32/CFB168/ZEROBYTE 13:35:19,271 INFO [main][CipherTest] transformation=RC5-32/CFB168/ZEROBYTEPADDING 13:35:19,271 INFO [main][CipherTest] transformation=RC5-32/CFB176/ 13:35:19,271 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO10126 13:35:19,272 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO10126-2 13:35:19,272 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO10126-2PADDING 13:35:19,272 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO10126PADDING 13:35:19,279 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO7816-4 13:35:19,279 INFO [main][CipherTest] transformation=RC5-32/CFB176/ISO7816-4PADDING 13:35:19,279 INFO [main][CipherTest] transformation=RC5-32/CFB176/NOPADDING 13:35:19,280 INFO [main][CipherTest] transformation=RC5-32/CFB176/PKCS5 13:35:19,280 INFO [main][CipherTest] transformation=RC5-32/CFB176/PKCS5PADDING 13:35:19,280 INFO [main][CipherTest] transformation=RC5-32/CFB176/PKCS7 13:35:19,281 INFO [main][CipherTest] transformation=RC5-32/CFB176/PKCS7PADDING 13:35:19,281 INFO [main][CipherTest] transformation=RC5-32/CFB176/TBC 13:35:19,282 INFO [main][CipherTest] transformation=RC5-32/CFB176/TBCPADDING 13:35:19,282 INFO [main][CipherTest] transformation=RC5-32/CFB176/X9.23 13:35:19,282 INFO [main][CipherTest] transformation=RC5-32/CFB176/X9.23PADDING 13:35:19,283 INFO [main][CipherTest] transformation=RC5-32/CFB176/ZEROBYTE 13:35:19,283 INFO [main][CipherTest] transformation=RC5-32/CFB176/ZEROBYTEPADDING 13:35:19,283 INFO [main][CipherTest] transformation=RC5-32/CFB184/ 13:35:19,284 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO10126 13:35:19,291 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO10126-2 13:35:19,291 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO10126-2PADDING 13:35:19,291 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO10126PADDING 13:35:19,292 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO7816-4 13:35:19,292 INFO [main][CipherTest] transformation=RC5-32/CFB184/ISO7816-4PADDING 13:35:19,292 INFO [main][CipherTest] transformation=RC5-32/CFB184/NOPADDING 13:35:19,292 INFO [main][CipherTest] transformation=RC5-32/CFB184/PKCS5 13:35:19,293 INFO [main][CipherTest] transformation=RC5-32/CFB184/PKCS5PADDING 13:35:19,293 INFO [main][CipherTest] transformation=RC5-32/CFB184/PKCS7 13:35:19,293 INFO [main][CipherTest] transformation=RC5-32/CFB184/PKCS7PADDING 13:35:19,293 INFO [main][CipherTest] transformation=RC5-32/CFB184/TBC 13:35:19,294 INFO [main][CipherTest] transformation=RC5-32/CFB184/TBCPADDING 13:35:19,294 INFO [main][CipherTest] transformation=RC5-32/CFB184/X9.23 13:35:19,294 INFO [main][CipherTest] transformation=RC5-32/CFB184/X9.23PADDING 13:35:19,294 INFO [main][CipherTest] transformation=RC5-32/CFB184/ZEROBYTE 13:35:19,295 INFO [main][CipherTest] transformation=RC5-32/CFB184/ZEROBYTEPADDING 13:35:19,295 INFO [main][CipherTest] transformation=RC5-32/CFB192/ 13:35:19,295 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO10126 13:35:19,295 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO10126-2 13:35:19,296 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO10126-2PADDING 13:35:19,296 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO10126PADDING 13:35:19,296 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO7816-4 13:35:19,296 INFO [main][CipherTest] transformation=RC5-32/CFB192/ISO7816-4PADDING 13:35:19,297 INFO [main][CipherTest] transformation=RC5-32/CFB192/NOPADDING 13:35:19,297 INFO [main][CipherTest] transformation=RC5-32/CFB192/PKCS5 13:35:19,297 INFO [main][CipherTest] transformation=RC5-32/CFB192/PKCS5PADDING 13:35:19,297 INFO [main][CipherTest] transformation=RC5-32/CFB192/PKCS7 13:35:19,298 INFO [main][CipherTest] transformation=RC5-32/CFB192/PKCS7PADDING 13:35:19,298 INFO [main][CipherTest] transformation=RC5-32/CFB192/TBC 13:35:19,298 INFO [main][CipherTest] transformation=RC5-32/CFB192/TBCPADDING 13:35:19,299 INFO [main][CipherTest] transformation=RC5-32/CFB192/X9.23 13:35:19,299 INFO [main][CipherTest] transformation=RC5-32/CFB192/X9.23PADDING 13:35:19,299 INFO [main][CipherTest] transformation=RC5-32/CFB192/ZEROBYTE 13:35:19,299 INFO [main][CipherTest] transformation=RC5-32/CFB192/ZEROBYTEPADDING 13:35:19,300 INFO [main][CipherTest] transformation=RC5-32/CFB200/ 13:35:19,300 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO10126 13:35:19,300 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO10126-2 13:35:19,300 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO10126-2PADDING 13:35:19,304 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO10126PADDING 13:35:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO7816-4 13:35:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB200/ISO7816-4PADDING 13:35:19,305 INFO [main][CipherTest] transformation=RC5-32/CFB200/NOPADDING 13:35:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB200/PKCS5 13:35:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB200/PKCS5PADDING 13:35:19,306 INFO [main][CipherTest] transformation=RC5-32/CFB200/PKCS7 13:35:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB200/PKCS7PADDING 13:35:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB200/TBC 13:35:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB200/TBCPADDING 13:35:19,311 INFO [main][CipherTest] transformation=RC5-32/CFB200/X9.23 13:35:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB200/X9.23PADDING 13:35:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB200/ZEROBYTE 13:35:19,312 INFO [main][CipherTest] transformation=RC5-32/CFB200/ZEROBYTEPADDING 13:35:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB208/ 13:35:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO10126 13:35:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO10126-2 13:35:19,313 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO10126-2PADDING 13:35:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO10126PADDING 13:35:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO7816-4 13:35:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB208/ISO7816-4PADDING 13:35:19,314 INFO [main][CipherTest] transformation=RC5-32/CFB208/NOPADDING 13:35:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB208/PKCS5 13:35:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB208/PKCS5PADDING 13:35:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB208/PKCS7 13:35:19,315 INFO [main][CipherTest] transformation=RC5-32/CFB208/PKCS7PADDING 13:35:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB208/TBC 13:35:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB208/TBCPADDING 13:35:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB208/X9.23 13:35:19,316 INFO [main][CipherTest] transformation=RC5-32/CFB208/X9.23PADDING 13:35:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB208/ZEROBYTE 13:35:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB208/ZEROBYTEPADDING 13:35:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB216/ 13:35:19,317 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO10126 13:35:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO10126-2 13:35:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO10126-2PADDING 13:35:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO10126PADDING 13:35:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO7816-4 13:35:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB216/ISO7816-4PADDING 13:35:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB216/NOPADDING 13:35:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB216/PKCS5 13:35:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB216/PKCS5PADDING 13:35:19,318 INFO [main][CipherTest] transformation=RC5-32/CFB216/PKCS7 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB216/PKCS7PADDING 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB216/TBC 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB216/TBCPADDING 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB216/X9.23 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB216/X9.23PADDING 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB216/ZEROBYTE 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB216/ZEROBYTEPADDING 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB224/ 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO10126 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO10126-2 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO10126-2PADDING 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO10126PADDING 13:35:19,319 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO7816-4 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/ISO7816-4PADDING 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/NOPADDING 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/PKCS5 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/PKCS5PADDING 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/PKCS7 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/PKCS7PADDING 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/TBC 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/TBCPADDING 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/X9.23 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/X9.23PADDING 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/ZEROBYTE 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB224/ZEROBYTEPADDING 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB232/ 13:35:19,320 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO10126 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO10126-2 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO10126-2PADDING 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO10126PADDING 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO7816-4 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/ISO7816-4PADDING 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/NOPADDING 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/PKCS5 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/PKCS5PADDING 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/PKCS7 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/PKCS7PADDING 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/TBC 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/TBCPADDING 13:35:19,321 INFO [main][CipherTest] transformation=RC5-32/CFB232/X9.23 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB232/X9.23PADDING 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB232/ZEROBYTE 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB232/ZEROBYTEPADDING 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/ 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO10126 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO10126-2 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO10126-2PADDING 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO10126PADDING 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO7816-4 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/ISO7816-4PADDING 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/NOPADDING 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/PKCS5 13:35:19,322 INFO [main][CipherTest] transformation=RC5-32/CFB24/PKCS5PADDING 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB24/PKCS7 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB24/PKCS7PADDING 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB24/TBC 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB24/TBCPADDING 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB24/X9.23 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB24/X9.23PADDING 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB24/ZEROBYTE 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB24/ZEROBYTEPADDING 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB240/ 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO10126 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO10126-2 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO10126-2PADDING 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO10126PADDING 13:35:19,323 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO7816-4 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/ISO7816-4PADDING 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/NOPADDING 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/PKCS5 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/PKCS5PADDING 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/PKCS7 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/PKCS7PADDING 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/TBC 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/TBCPADDING 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/X9.23 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/X9.23PADDING 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/ZEROBYTE 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB240/ZEROBYTEPADDING 13:35:19,324 INFO [main][CipherTest] transformation=RC5-32/CFB248/ 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO10126 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO10126-2 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO10126-2PADDING 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO10126PADDING 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO7816-4 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/ISO7816-4PADDING 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/NOPADDING 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/PKCS5 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/PKCS5PADDING 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/PKCS7 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/PKCS7PADDING 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/TBC 13:35:19,325 INFO [main][CipherTest] transformation=RC5-32/CFB248/TBCPADDING 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB248/X9.23 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB248/X9.23PADDING 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB248/ZEROBYTE 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB248/ZEROBYTEPADDING 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB256/ 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO10126 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO10126-2 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO10126-2PADDING 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO10126PADDING 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO7816-4 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB256/ISO7816-4PADDING 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB256/NOPADDING 13:35:19,326 INFO [main][CipherTest] transformation=RC5-32/CFB256/PKCS5 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB256/PKCS5PADDING 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB256/PKCS7 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB256/PKCS7PADDING 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB256/TBC 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB256/TBCPADDING 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB256/X9.23 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB256/X9.23PADDING 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB256/ZEROBYTE 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB256/ZEROBYTEPADDING 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB32/ 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO10126 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO10126-2 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO10126-2PADDING 13:35:19,327 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO10126PADDING 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO7816-4 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/ISO7816-4PADDING 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/NOPADDING 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/PKCS5 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/PKCS5PADDING 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/PKCS7 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/PKCS7PADDING 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/TBC 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/TBCPADDING 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/X9.23 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/X9.23PADDING 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/ZEROBYTE 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB32/ZEROBYTEPADDING 13:35:19,328 INFO [main][CipherTest] transformation=RC5-32/CFB40/ 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO10126 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO10126-2 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO10126-2PADDING 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO10126PADDING 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO7816-4 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/ISO7816-4PADDING 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/NOPADDING 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/PKCS5 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/PKCS5PADDING 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/PKCS7 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/PKCS7PADDING 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/TBC 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/TBCPADDING 13:35:19,329 INFO [main][CipherTest] transformation=RC5-32/CFB40/X9.23 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB40/X9.23PADDING 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB40/ZEROBYTE 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB40/ZEROBYTEPADDING 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB48/ 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO10126 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO10126-2 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO10126-2PADDING 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO10126PADDING 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO7816-4 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB48/ISO7816-4PADDING 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB48/NOPADDING 13:35:19,330 INFO [main][CipherTest] transformation=RC5-32/CFB48/PKCS5 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB48/PKCS5PADDING 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB48/PKCS7 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB48/PKCS7PADDING 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB48/TBC 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB48/TBCPADDING 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB48/X9.23 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB48/X9.23PADDING 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB48/ZEROBYTE 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB48/ZEROBYTEPADDING 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB56/ 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO10126 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO10126-2 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO10126-2PADDING 13:35:19,331 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO10126PADDING 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO7816-4 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/ISO7816-4PADDING 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/NOPADDING 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/PKCS5 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/PKCS5PADDING 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/PKCS7 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/PKCS7PADDING 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/TBC 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/TBCPADDING 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/X9.23 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/X9.23PADDING 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/ZEROBYTE 13:35:19,332 INFO [main][CipherTest] transformation=RC5-32/CFB56/ZEROBYTEPADDING 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/ 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO10126 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO10126-2 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO10126-2PADDING 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO10126PADDING 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO7816-4 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/ISO7816-4PADDING 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/NOPADDING 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/PKCS5 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/PKCS5PADDING 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/PKCS7 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/PKCS7PADDING 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/TBC 13:35:19,333 INFO [main][CipherTest] transformation=RC5-32/CFB64/TBCPADDING 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB64/X9.23 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB64/X9.23PADDING 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB64/ZEROBYTE 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB64/ZEROBYTEPADDING 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB72/ 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO10126 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO10126-2 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO10126-2PADDING 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO10126PADDING 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO7816-4 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB72/ISO7816-4PADDING 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB72/NOPADDING 13:35:19,334 INFO [main][CipherTest] transformation=RC5-32/CFB72/PKCS5 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB72/PKCS5PADDING 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB72/PKCS7 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB72/PKCS7PADDING 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB72/TBC 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB72/TBCPADDING 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB72/X9.23 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB72/X9.23PADDING 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB72/ZEROBYTE 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB72/ZEROBYTEPADDING 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB8/ 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO10126 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO10126-2 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO10126-2PADDING 13:35:19,335 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO10126PADDING 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO7816-4 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/ISO7816-4PADDING 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/NOPADDING 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/PKCS5 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/PKCS5PADDING 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/PKCS7 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/PKCS7PADDING 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/TBC 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/TBCPADDING 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/X9.23 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/X9.23PADDING 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/ZEROBYTE 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB8/ZEROBYTEPADDING 13:35:19,336 INFO [main][CipherTest] transformation=RC5-32/CFB80/ 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO10126 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO10126-2 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO10126-2PADDING 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO10126PADDING 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO7816-4 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/ISO7816-4PADDING 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/NOPADDING 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/PKCS5 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/PKCS5PADDING 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/PKCS7 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/PKCS7PADDING 13:35:19,337 INFO [main][CipherTest] transformation=RC5-32/CFB80/TBC 13:35:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB80/TBCPADDING 13:35:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB80/X9.23 13:35:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB80/X9.23PADDING 13:35:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB80/ZEROBYTE 13:35:19,338 INFO [main][CipherTest] transformation=RC5-32/CFB80/ZEROBYTEPADDING 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/ 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO10126 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO10126-2 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO10126-2PADDING 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO10126PADDING 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO7816-4 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/ISO7816-4PADDING 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/NOPADDING 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/PKCS5 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/PKCS5PADDING 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/PKCS7 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/PKCS7PADDING 13:35:19,339 INFO [main][CipherTest] transformation=RC5-32/CFB88/TBC 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB88/TBCPADDING 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB88/X9.23 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB88/X9.23PADDING 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB88/ZEROBYTE 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB88/ZEROBYTEPADDING 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB96/ 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO10126 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO10126-2 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO10126-2PADDING 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO10126PADDING 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO7816-4 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB96/ISO7816-4PADDING 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB96/NOPADDING 13:35:19,340 INFO [main][CipherTest] transformation=RC5-32/CFB96/PKCS5 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB96/PKCS5PADDING 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB96/PKCS7 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB96/PKCS7PADDING 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB96/TBC 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB96/TBCPADDING 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB96/X9.23 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB96/X9.23PADDING 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB96/ZEROBYTE 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CFB96/ZEROBYTEPADDING 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CTS/ 13:35:19,341 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32/CTS/" does not support IV => Skipping. 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/CTS/NOPADDING 13:35:19,341 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32/CTS/NOPADDING" does not support IV => Skipping. 13:35:19,341 INFO [main][CipherTest] transformation=RC5-32/EAX/ 13:35:19,342 INFO [main][CipherTest] transformation=RC5-32/EAX/NOPADDING 13:35:19,342 INFO [main][CipherTest] transformation=RC5-32/ECB/ 13:35:19,342 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32/ECB/" does not support IV => Skipping. 13:35:19,342 INFO [main][CipherTest] transformation=RC5-32/ECB/NOPADDING 13:35:19,342 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC5-32/ECB/NOPADDING" does not support IV => Skipping. 13:35:19,342 INFO [main][CipherTest] transformation=RC5-32/GOFB/ 13:35:19,343 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO10126 13:35:19,343 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO10126-2 13:35:19,343 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO10126-2PADDING 13:35:19,343 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO10126PADDING 13:35:19,343 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO7816-4 13:35:19,343 INFO [main][CipherTest] transformation=RC5-32/GOFB/ISO7816-4PADDING 13:35:19,343 INFO [main][CipherTest] transformation=RC5-32/GOFB/NOPADDING 13:35:19,343 INFO [main][CipherTest] transformation=RC5-32/GOFB/PKCS5 13:35:19,344 INFO [main][CipherTest] transformation=RC5-32/GOFB/PKCS5PADDING 13:35:19,344 INFO [main][CipherTest] transformation=RC5-32/GOFB/PKCS7 13:35:19,344 INFO [main][CipherTest] transformation=RC5-32/GOFB/PKCS7PADDING 13:35:19,344 INFO [main][CipherTest] transformation=RC5-32/GOFB/TBC 13:35:19,344 INFO [main][CipherTest] transformation=RC5-32/GOFB/TBCPADDING 13:35:19,344 INFO [main][CipherTest] transformation=RC5-32/GOFB/X9.23 13:35:19,344 INFO [main][CipherTest] transformation=RC5-32/GOFB/X9.23PADDING 13:35:19,344 INFO [main][CipherTest] transformation=RC5-32/GOFB/ZEROBYTE 13:35:19,344 INFO [main][CipherTest] transformation=RC5-32/GOFB/ZEROBYTEPADDING 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/ 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO10126 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO10126-2 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO10126-2PADDING 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO10126PADDING 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO7816-4 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/ISO7816-4PADDING 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/NOPADDING 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/PKCS5 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/PKCS5PADDING 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/PKCS7 13:35:19,345 INFO [main][CipherTest] transformation=RC5-32/OFB/PKCS7PADDING 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB/TBC 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB/TBCPADDING 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB/X9.23 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB/X9.23PADDING 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB/ZEROBYTE 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB/ZEROBYTEPADDING 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB104/ 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO10126 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO10126-2 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO10126-2PADDING 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO10126PADDING 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO7816-4 13:35:19,346 INFO [main][CipherTest] transformation=RC5-32/OFB104/ISO7816-4PADDING 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/NOPADDING 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/PKCS5 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/PKCS5PADDING 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/PKCS7 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/PKCS7PADDING 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/TBC 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/TBCPADDING 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/X9.23 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/X9.23PADDING 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/ZEROBYTE 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB104/ZEROBYTEPADDING 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB112/ 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO10126 13:35:19,347 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO10126-2 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO10126-2PADDING 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO10126PADDING 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO7816-4 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/ISO7816-4PADDING 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/NOPADDING 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/PKCS5 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/PKCS5PADDING 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/PKCS7 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/PKCS7PADDING 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/TBC 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/TBCPADDING 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/X9.23 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/X9.23PADDING 13:35:19,348 INFO [main][CipherTest] transformation=RC5-32/OFB112/ZEROBYTE 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB112/ZEROBYTEPADDING 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/ 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO10126 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO10126-2 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO10126-2PADDING 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO10126PADDING 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO7816-4 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/ISO7816-4PADDING 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/NOPADDING 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/PKCS5 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/PKCS5PADDING 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/PKCS7 13:35:19,349 INFO [main][CipherTest] transformation=RC5-32/OFB120/PKCS7PADDING 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB120/TBC 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB120/TBCPADDING 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB120/X9.23 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB120/X9.23PADDING 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB120/ZEROBYTE 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB120/ZEROBYTEPADDING 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB128/ 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO10126 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO10126-2 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO10126-2PADDING 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO10126PADDING 13:35:19,350 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO7816-4 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/ISO7816-4PADDING 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/NOPADDING 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/PKCS5 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/PKCS5PADDING 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/PKCS7 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/PKCS7PADDING 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/TBC 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/TBCPADDING 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/X9.23 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/X9.23PADDING 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/ZEROBYTE 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB128/ZEROBYTEPADDING 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB136/ 13:35:19,351 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO10126 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO10126-2 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO10126-2PADDING 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO10126PADDING 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO7816-4 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/ISO7816-4PADDING 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/NOPADDING 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/PKCS5 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/PKCS5PADDING 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/PKCS7 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/PKCS7PADDING 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/TBC 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/TBCPADDING 13:35:19,352 INFO [main][CipherTest] transformation=RC5-32/OFB136/X9.23 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB136/X9.23PADDING 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB136/ZEROBYTE 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB136/ZEROBYTEPADDING 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/ 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO10126 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO10126-2 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO10126-2PADDING 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO10126PADDING 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO7816-4 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/ISO7816-4PADDING 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/NOPADDING 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/PKCS5 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/PKCS5PADDING 13:35:19,353 INFO [main][CipherTest] transformation=RC5-32/OFB144/PKCS7 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB144/PKCS7PADDING 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB144/TBC 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB144/TBCPADDING 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB144/X9.23 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB144/X9.23PADDING 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB144/ZEROBYTE 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB144/ZEROBYTEPADDING 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB152/ 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO10126 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO10126-2 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO10126-2PADDING 13:35:19,354 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO10126PADDING 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO7816-4 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/ISO7816-4PADDING 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/NOPADDING 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/PKCS5 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/PKCS5PADDING 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/PKCS7 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/PKCS7PADDING 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/TBC 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/TBCPADDING 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/X9.23 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/X9.23PADDING 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/ZEROBYTE 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB152/ZEROBYTEPADDING 13:35:19,355 INFO [main][CipherTest] transformation=RC5-32/OFB16/ 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO10126 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO10126-2 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO10126-2PADDING 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO10126PADDING 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO7816-4 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/ISO7816-4PADDING 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/NOPADDING 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/PKCS5 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/PKCS5PADDING 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/PKCS7 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/PKCS7PADDING 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/TBC 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/TBCPADDING 13:35:19,356 INFO [main][CipherTest] transformation=RC5-32/OFB16/X9.23 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB16/X9.23PADDING 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB16/ZEROBYTE 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB16/ZEROBYTEPADDING 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/ 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO10126 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO10126-2 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO10126-2PADDING 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO10126PADDING 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO7816-4 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/ISO7816-4PADDING 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/NOPADDING 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/PKCS5 13:35:19,357 INFO [main][CipherTest] transformation=RC5-32/OFB160/PKCS5PADDING 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB160/PKCS7 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB160/PKCS7PADDING 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB160/TBC 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB160/TBCPADDING 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB160/X9.23 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB160/X9.23PADDING 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB160/ZEROBYTE 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB160/ZEROBYTEPADDING 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB168/ 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO10126 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO10126-2 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO10126-2PADDING 13:35:19,358 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO10126PADDING 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO7816-4 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/ISO7816-4PADDING 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/NOPADDING 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/PKCS5 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/PKCS5PADDING 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/PKCS7 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/PKCS7PADDING 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/TBC 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/TBCPADDING 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/X9.23 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/X9.23PADDING 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/ZEROBYTE 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB168/ZEROBYTEPADDING 13:35:19,359 INFO [main][CipherTest] transformation=RC5-32/OFB176/ 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO10126 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO10126-2 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO10126-2PADDING 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO10126PADDING 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO7816-4 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/ISO7816-4PADDING 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/NOPADDING 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/PKCS5 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/PKCS5PADDING 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/PKCS7 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/PKCS7PADDING 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/TBC 13:35:19,360 INFO [main][CipherTest] transformation=RC5-32/OFB176/TBCPADDING 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB176/X9.23 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB176/X9.23PADDING 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB176/ZEROBYTE 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB176/ZEROBYTEPADDING 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/ 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO10126 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO10126-2 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO10126-2PADDING 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO10126PADDING 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO7816-4 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/ISO7816-4PADDING 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/NOPADDING 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/PKCS5 13:35:19,361 INFO [main][CipherTest] transformation=RC5-32/OFB184/PKCS5PADDING 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB184/PKCS7 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB184/PKCS7PADDING 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB184/TBC 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB184/TBCPADDING 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB184/X9.23 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB184/X9.23PADDING 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB184/ZEROBYTE 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB184/ZEROBYTEPADDING 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB192/ 13:35:19,362 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO10126 13:35:19,363 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO10126-2 13:35:19,363 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO10126-2PADDING 13:35:19,363 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO10126PADDING 13:35:19,363 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO7816-4 13:35:19,363 INFO [main][CipherTest] transformation=RC5-32/OFB192/ISO7816-4PADDING 13:35:19,363 INFO [main][CipherTest] transformation=RC5-32/OFB192/NOPADDING 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/PKCS5 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/PKCS5PADDING 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/PKCS7 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/PKCS7PADDING 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/TBC 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/TBCPADDING 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/X9.23 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/X9.23PADDING 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/ZEROBYTE 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB192/ZEROBYTEPADDING 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB200/ 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO10126 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO10126-2 13:35:19,364 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO10126-2PADDING 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO10126PADDING 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO7816-4 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/ISO7816-4PADDING 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/NOPADDING 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/PKCS5 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/PKCS5PADDING 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/PKCS7 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/PKCS7PADDING 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/TBC 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/TBCPADDING 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/X9.23 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/X9.23PADDING 13:35:19,365 INFO [main][CipherTest] transformation=RC5-32/OFB200/ZEROBYTE 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB200/ZEROBYTEPADDING 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/ 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO10126 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO10126-2 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO10126-2PADDING 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO10126PADDING 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO7816-4 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/ISO7816-4PADDING 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/NOPADDING 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/PKCS5 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/PKCS5PADDING 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/PKCS7 13:35:19,366 INFO [main][CipherTest] transformation=RC5-32/OFB208/PKCS7PADDING 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB208/TBC 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB208/TBCPADDING 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB208/X9.23 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB208/X9.23PADDING 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB208/ZEROBYTE 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB208/ZEROBYTEPADDING 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB216/ 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO10126 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO10126-2 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO10126-2PADDING 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO10126PADDING 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO7816-4 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB216/ISO7816-4PADDING 13:35:19,367 INFO [main][CipherTest] transformation=RC5-32/OFB216/NOPADDING 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/PKCS5 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/PKCS5PADDING 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/PKCS7 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/PKCS7PADDING 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/TBC 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/TBCPADDING 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/X9.23 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/X9.23PADDING 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/ZEROBYTE 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB216/ZEROBYTEPADDING 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB224/ 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO10126 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO10126-2 13:35:19,368 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO10126-2PADDING 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO10126PADDING 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO7816-4 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/ISO7816-4PADDING 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/NOPADDING 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/PKCS5 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/PKCS5PADDING 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/PKCS7 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/PKCS7PADDING 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/TBC 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/TBCPADDING 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/X9.23 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/X9.23PADDING 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/ZEROBYTE 13:35:19,369 INFO [main][CipherTest] transformation=RC5-32/OFB224/ZEROBYTEPADDING 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/ 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO10126 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO10126-2 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO10126-2PADDING 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO10126PADDING 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO7816-4 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/ISO7816-4PADDING 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/NOPADDING 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/PKCS5 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/PKCS5PADDING 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/PKCS7 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/PKCS7PADDING 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/TBC 13:35:19,370 INFO [main][CipherTest] transformation=RC5-32/OFB232/TBCPADDING 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB232/X9.23 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB232/X9.23PADDING 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB232/ZEROBYTE 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB232/ZEROBYTEPADDING 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/ 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO10126 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO10126-2 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO10126-2PADDING 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO10126PADDING 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO7816-4 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/ISO7816-4PADDING 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/NOPADDING 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/PKCS5 13:35:19,371 INFO [main][CipherTest] transformation=RC5-32/OFB24/PKCS5PADDING 13:35:19,372 INFO [main][CipherTest] transformation=RC5-32/OFB24/PKCS7 13:35:19,372 INFO [main][CipherTest] transformation=RC5-32/OFB24/PKCS7PADDING 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB24/TBC 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB24/TBCPADDING 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB24/X9.23 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB24/X9.23PADDING 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB24/ZEROBYTE 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB24/ZEROBYTEPADDING 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB240/ 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO10126 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO10126-2 13:35:19,373 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO10126-2PADDING 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO10126PADDING 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO7816-4 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/ISO7816-4PADDING 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/NOPADDING 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/PKCS5 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/PKCS5PADDING 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/PKCS7 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/PKCS7PADDING 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/TBC 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/TBCPADDING 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/X9.23 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/X9.23PADDING 13:35:19,374 INFO [main][CipherTest] transformation=RC5-32/OFB240/ZEROBYTE 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB240/ZEROBYTEPADDING 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/ 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO10126 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO10126-2 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO10126-2PADDING 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO10126PADDING 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO7816-4 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/ISO7816-4PADDING 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/NOPADDING 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/PKCS5 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/PKCS5PADDING 13:35:19,375 INFO [main][CipherTest] transformation=RC5-32/OFB248/PKCS7 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB248/PKCS7PADDING 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB248/TBC 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB248/TBCPADDING 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB248/X9.23 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB248/X9.23PADDING 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB248/ZEROBYTE 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB248/ZEROBYTEPADDING 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB256/ 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO10126 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO10126-2 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO10126-2PADDING 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO10126PADDING 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO7816-4 13:35:19,376 INFO [main][CipherTest] transformation=RC5-32/OFB256/ISO7816-4PADDING 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/NOPADDING 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/PKCS5 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/PKCS5PADDING 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/PKCS7 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/PKCS7PADDING 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/TBC 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/TBCPADDING 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/X9.23 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/X9.23PADDING 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/ZEROBYTE 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB256/ZEROBYTEPADDING 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB32/ 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO10126 13:35:19,377 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO10126-2 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO10126-2PADDING 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO10126PADDING 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO7816-4 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/ISO7816-4PADDING 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/NOPADDING 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/PKCS5 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/PKCS5PADDING 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/PKCS7 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/PKCS7PADDING 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/TBC 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/TBCPADDING 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/X9.23 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/X9.23PADDING 13:35:19,378 INFO [main][CipherTest] transformation=RC5-32/OFB32/ZEROBYTE 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB32/ZEROBYTEPADDING 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/ 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO10126 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO10126-2 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO10126-2PADDING 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO10126PADDING 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO7816-4 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/ISO7816-4PADDING 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/NOPADDING 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/PKCS5 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/PKCS5PADDING 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/PKCS7 13:35:19,379 INFO [main][CipherTest] transformation=RC5-32/OFB40/PKCS7PADDING 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB40/TBC 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB40/TBCPADDING 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB40/X9.23 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB40/X9.23PADDING 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB40/ZEROBYTE 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB40/ZEROBYTEPADDING 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB48/ 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO10126 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO10126-2 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO10126-2PADDING 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO10126PADDING 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO7816-4 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB48/ISO7816-4PADDING 13:35:19,380 INFO [main][CipherTest] transformation=RC5-32/OFB48/NOPADDING 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/PKCS5 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/PKCS5PADDING 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/PKCS7 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/PKCS7PADDING 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/TBC 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/TBCPADDING 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/X9.23 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/X9.23PADDING 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/ZEROBYTE 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB48/ZEROBYTEPADDING 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB56/ 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO10126 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO10126-2 13:35:19,381 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO10126-2PADDING 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO10126PADDING 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO7816-4 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/ISO7816-4PADDING 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/NOPADDING 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/PKCS5 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/PKCS5PADDING 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/PKCS7 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/PKCS7PADDING 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/TBC 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/TBCPADDING 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/X9.23 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/X9.23PADDING 13:35:19,382 INFO [main][CipherTest] transformation=RC5-32/OFB56/ZEROBYTE 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB56/ZEROBYTEPADDING 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/ 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO10126 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO10126-2 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO10126-2PADDING 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO10126PADDING 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO7816-4 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/ISO7816-4PADDING 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/NOPADDING 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/PKCS5 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/PKCS5PADDING 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/PKCS7 13:35:19,383 INFO [main][CipherTest] transformation=RC5-32/OFB64/PKCS7PADDING 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB64/TBC 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB64/TBCPADDING 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB64/X9.23 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB64/X9.23PADDING 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB64/ZEROBYTE 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB64/ZEROBYTEPADDING 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB72/ 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO10126 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO10126-2 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO10126-2PADDING 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO10126PADDING 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO7816-4 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB72/ISO7816-4PADDING 13:35:19,384 INFO [main][CipherTest] transformation=RC5-32/OFB72/NOPADDING 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/PKCS5 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/PKCS5PADDING 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/PKCS7 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/PKCS7PADDING 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/TBC 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/TBCPADDING 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/X9.23 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/X9.23PADDING 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/ZEROBYTE 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB72/ZEROBYTEPADDING 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB8/ 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO10126 13:35:19,385 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO10126-2 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO10126-2PADDING 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO10126PADDING 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO7816-4 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/ISO7816-4PADDING 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/NOPADDING 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/PKCS5 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/PKCS5PADDING 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/PKCS7 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/PKCS7PADDING 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/TBC 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/TBCPADDING 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/X9.23 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/X9.23PADDING 13:35:19,386 INFO [main][CipherTest] transformation=RC5-32/OFB8/ZEROBYTE 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB8/ZEROBYTEPADDING 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/ 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO10126 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO10126-2 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO10126-2PADDING 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO10126PADDING 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO7816-4 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/ISO7816-4PADDING 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/NOPADDING 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/PKCS5 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/PKCS5PADDING 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/PKCS7 13:35:19,387 INFO [main][CipherTest] transformation=RC5-32/OFB80/PKCS7PADDING 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB80/TBC 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB80/TBCPADDING 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB80/X9.23 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB80/X9.23PADDING 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB80/ZEROBYTE 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB80/ZEROBYTEPADDING 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB88/ 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO10126 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO10126-2 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO10126-2PADDING 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO10126PADDING 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO7816-4 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB88/ISO7816-4PADDING 13:35:19,388 INFO [main][CipherTest] transformation=RC5-32/OFB88/NOPADDING 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/PKCS5 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/PKCS5PADDING 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/PKCS7 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/PKCS7PADDING 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/TBC 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/TBCPADDING 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/X9.23 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/X9.23PADDING 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/ZEROBYTE 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB88/ZEROBYTEPADDING 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB96/ 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO10126 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO10126-2 13:35:19,389 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO10126-2PADDING 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO10126PADDING 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO7816-4 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/ISO7816-4PADDING 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/NOPADDING 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/PKCS5 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/PKCS5PADDING 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/PKCS7 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/PKCS7PADDING 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/TBC 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/TBCPADDING 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/X9.23 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/X9.23PADDING 13:35:19,390 INFO [main][CipherTest] transformation=RC5-32/OFB96/ZEROBYTE 13:35:19,391 INFO [main][CipherTest] transformation=RC5-32/OFB96/ZEROBYTEPADDING 13:35:19,391 INFO [main][CipherTest] transformation=RC5-32/SIC/ 13:35:19,391 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO10126 13:35:19,391 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO10126-2 13:35:19,391 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO10126-2PADDING 13:35:19,391 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO10126PADDING 13:35:19,391 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO7816-4 13:35:19,391 INFO [main][CipherTest] transformation=RC5-32/SIC/ISO7816-4PADDING 13:35:19,391 INFO [main][CipherTest] transformation=RC5-32/SIC/NOPADDING 13:35:19,392 INFO [main][CipherTest] transformation=RC5-32/SIC/PKCS5 13:35:19,392 INFO [main][CipherTest] transformation=RC5-32/SIC/PKCS5PADDING 13:35:19,392 INFO [main][CipherTest] transformation=RC5-32/SIC/PKCS7 13:35:19,392 INFO [main][CipherTest] transformation=RC5-32/SIC/PKCS7PADDING 13:35:19,392 INFO [main][CipherTest] transformation=RC5-32/SIC/TBC 13:35:19,392 INFO [main][CipherTest] transformation=RC5-32/SIC/TBCPADDING 13:35:19,392 INFO [main][CipherTest] transformation=RC5-32/SIC/X9.23 13:35:19,392 INFO [main][CipherTest] transformation=RC5-32/SIC/X9.23PADDING 13:35:19,392 INFO [main][CipherTest] transformation=RC5-32/SIC/ZEROBYTE 13:35:19,393 INFO [main][CipherTest] transformation=RC5-32/SIC/ZEROBYTEPADDING 13:35:19,393 INFO [main][CipherTest] transformation=RC5-64// 13:35:19,393 ERROR [main][CipherTest] transformation "RC5-64//": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,393 INFO [main][CipherTest] transformation=RC5-64//NOPADDING 13:35:19,393 ERROR [main][CipherTest] transformation "RC5-64//NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,393 INFO [main][CipherTest] transformation=RC5-64/CBC-CTS/ 13:35:19,393 ERROR [main][CipherTest] transformation "RC5-64/CBC-CTS/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,393 INFO [main][CipherTest] transformation=RC5-64/CBC-CTS/NOPADDING 13:35:19,393 ERROR [main][CipherTest] transformation "RC5-64/CBC-CTS/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,393 INFO [main][CipherTest] transformation=RC5-64/CBC/ 13:35:19,393 ERROR [main][CipherTest] transformation "RC5-64/CBC/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,393 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO10126 13:35:19,393 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,393 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO10126-2 13:35:19,394 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,394 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO10126-2PADDING 13:35:19,394 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,394 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO10126PADDING 13:35:19,394 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,394 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO7816-4 13:35:19,394 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,394 INFO [main][CipherTest] transformation=RC5-64/CBC/ISO7816-4PADDING 13:35:19,394 ERROR [main][CipherTest] transformation "RC5-64/CBC/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,394 INFO [main][CipherTest] transformation=RC5-64/CBC/NOPADDING 13:35:19,394 ERROR [main][CipherTest] transformation "RC5-64/CBC/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,394 INFO [main][CipherTest] transformation=RC5-64/CBC/PKCS5 13:35:19,394 ERROR [main][CipherTest] transformation "RC5-64/CBC/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,394 INFO [main][CipherTest] transformation=RC5-64/CBC/PKCS5PADDING 13:35:19,394 ERROR [main][CipherTest] transformation "RC5-64/CBC/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,394 INFO [main][CipherTest] transformation=RC5-64/CBC/PKCS7 13:35:19,394 ERROR [main][CipherTest] transformation "RC5-64/CBC/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,394 INFO [main][CipherTest] transformation=RC5-64/CBC/PKCS7PADDING 13:35:19,395 ERROR [main][CipherTest] transformation "RC5-64/CBC/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CBC/TBC 13:35:19,395 ERROR [main][CipherTest] transformation "RC5-64/CBC/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CBC/TBCPADDING 13:35:19,395 ERROR [main][CipherTest] transformation "RC5-64/CBC/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CBC/X9.23 13:35:19,395 ERROR [main][CipherTest] transformation "RC5-64/CBC/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CBC/X9.23PADDING 13:35:19,395 ERROR [main][CipherTest] transformation "RC5-64/CBC/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CBC/ZEROBYTE 13:35:19,395 ERROR [main][CipherTest] transformation "RC5-64/CBC/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CBC/ZEROBYTEPADDING 13:35:19,395 ERROR [main][CipherTest] transformation "RC5-64/CBC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CCM/ 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CCM/NOPADDING 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CFB/ 13:35:19,395 ERROR [main][CipherTest] transformation "RC5-64/CFB/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,395 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO10126 13:35:19,395 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO10126-2 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO10126-2PADDING 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO10126PADDING 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO7816-4 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/ISO7816-4PADDING 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/NOPADDING 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/PKCS5 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/PKCS5PADDING 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/PKCS7 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/PKCS7PADDING 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/TBC 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/TBCPADDING 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/X9.23 13:35:19,396 ERROR [main][CipherTest] transformation "RC5-64/CFB/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,396 INFO [main][CipherTest] transformation=RC5-64/CFB/X9.23PADDING 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB/ZEROBYTE 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB/ZEROBYTEPADDING 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB104/ 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB104/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO10126 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO10126-2 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO10126-2PADDING 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO10126PADDING 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO7816-4 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB104/ISO7816-4PADDING 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB104/NOPADDING 13:35:19,397 ERROR [main][CipherTest] transformation "RC5-64/CFB104/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,397 INFO [main][CipherTest] transformation=RC5-64/CFB104/PKCS5 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB104/PKCS5PADDING 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB104/PKCS7 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB104/PKCS7PADDING 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB104/TBC 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB104/TBCPADDING 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB104/X9.23 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB104/X9.23PADDING 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB104/ZEROBYTE 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB104/ZEROBYTEPADDING 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB112/ 13:35:19,398 ERROR [main][CipherTest] transformation "RC5-64/CFB112/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,398 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO10126 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO10126-2 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO10126-2PADDING 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO10126PADDING 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO7816-4 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/ISO7816-4PADDING 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/NOPADDING 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/PKCS5 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/PKCS5PADDING 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/PKCS7 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/PKCS7PADDING 13:35:19,399 ERROR [main][CipherTest] transformation "RC5-64/CFB112/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,399 INFO [main][CipherTest] transformation=RC5-64/CFB112/TBC 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB112/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB112/TBCPADDING 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB112/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB112/X9.23 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB112/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB112/X9.23PADDING 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB112/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB112/ZEROBYTE 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB112/ZEROBYTEPADDING 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB120/ 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB120/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO10126 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO10126-2 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO10126-2PADDING 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO10126PADDING 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,400 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO7816-4 13:35:19,400 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/ISO7816-4PADDING 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/NOPADDING 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/PKCS5 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/PKCS5PADDING 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/PKCS7 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/PKCS7PADDING 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/TBC 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/TBCPADDING 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/X9.23 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/X9.23PADDING 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/ZEROBYTE 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB120/ZEROBYTEPADDING 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB128/ 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB128/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO10126 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO10126-2 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO10126-2PADDING 13:35:19,401 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,401 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO10126PADDING 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO7816-4 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/ISO7816-4PADDING 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/NOPADDING 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/PKCS5 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/PKCS5PADDING 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/PKCS7 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/PKCS7PADDING 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/TBC 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/TBCPADDING 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/X9.23 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/X9.23PADDING 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/ZEROBYTE 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB128/ZEROBYTEPADDING 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB136/ 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB136/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO10126 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO10126-2 13:35:19,402 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,402 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO10126-2PADDING 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO10126PADDING 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO7816-4 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/ISO7816-4PADDING 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/NOPADDING 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/PKCS5 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/PKCS5PADDING 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/PKCS7 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/PKCS7PADDING 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/TBC 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/TBCPADDING 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/X9.23 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/X9.23PADDING 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/ZEROBYTE 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB136/ZEROBYTEPADDING 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB144/ 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB144/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO10126 13:35:19,403 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,403 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO10126-2 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO10126-2PADDING 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO10126PADDING 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO7816-4 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/ISO7816-4PADDING 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/NOPADDING 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/PKCS5 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/PKCS5PADDING 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/PKCS7 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/PKCS7PADDING 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/TBC 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/TBCPADDING 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/X9.23 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/X9.23PADDING 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/ZEROBYTE 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB144/ZEROBYTEPADDING 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,404 INFO [main][CipherTest] transformation=RC5-64/CFB152/ 13:35:19,404 ERROR [main][CipherTest] transformation "RC5-64/CFB152/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO10126 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO10126-2 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO10126-2PADDING 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO10126PADDING 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO7816-4 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/ISO7816-4PADDING 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/NOPADDING 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/PKCS5 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/PKCS5PADDING 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/PKCS7 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/PKCS7PADDING 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/TBC 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/TBCPADDING 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/X9.23 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/X9.23PADDING 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/ZEROBYTE 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,405 INFO [main][CipherTest] transformation=RC5-64/CFB152/ZEROBYTEPADDING 13:35:19,405 ERROR [main][CipherTest] transformation "RC5-64/CFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/ 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO10126 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO10126-2 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO10126-2PADDING 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO10126PADDING 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO7816-4 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/ISO7816-4PADDING 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/NOPADDING 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/PKCS5 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/PKCS5PADDING 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/PKCS7 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/PKCS7PADDING 13:35:19,406 ERROR [main][CipherTest] transformation "RC5-64/CFB16/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,406 INFO [main][CipherTest] transformation=RC5-64/CFB16/TBC 13:35:19,409 ERROR [main][CipherTest] transformation "RC5-64/CFB16/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,409 INFO [main][CipherTest] transformation=RC5-64/CFB16/TBCPADDING 13:35:19,409 ERROR [main][CipherTest] transformation "RC5-64/CFB16/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,409 INFO [main][CipherTest] transformation=RC5-64/CFB16/X9.23 13:35:19,409 ERROR [main][CipherTest] transformation "RC5-64/CFB16/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,409 INFO [main][CipherTest] transformation=RC5-64/CFB16/X9.23PADDING 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB16/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB16/ZEROBYTE 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB16/ZEROBYTEPADDING 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB160/ 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB160/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO10126 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO10126-2 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO10126-2PADDING 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO10126PADDING 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO7816-4 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB160/ISO7816-4PADDING 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,410 INFO [main][CipherTest] transformation=RC5-64/CFB160/NOPADDING 13:35:19,410 ERROR [main][CipherTest] transformation "RC5-64/CFB160/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/PKCS5 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/PKCS5PADDING 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/PKCS7 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/PKCS7PADDING 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/TBC 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/TBCPADDING 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/X9.23 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/X9.23PADDING 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/ZEROBYTE 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB160/ZEROBYTEPADDING 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB168/ 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB168/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO10126 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO10126-2 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO10126-2PADDING 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO10126PADDING 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO7816-4 13:35:19,411 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,411 INFO [main][CipherTest] transformation=RC5-64/CFB168/ISO7816-4PADDING 13:35:19,412 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,412 INFO [main][CipherTest] transformation=RC5-64/CFB168/NOPADDING 13:35:19,412 ERROR [main][CipherTest] transformation "RC5-64/CFB168/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,412 INFO [main][CipherTest] transformation=RC5-64/CFB168/PKCS5 13:35:19,412 ERROR [main][CipherTest] transformation "RC5-64/CFB168/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,412 INFO [main][CipherTest] transformation=RC5-64/CFB168/PKCS5PADDING 13:35:19,412 ERROR [main][CipherTest] transformation "RC5-64/CFB168/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,412 INFO [main][CipherTest] transformation=RC5-64/CFB168/PKCS7 13:35:19,412 ERROR [main][CipherTest] transformation "RC5-64/CFB168/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,412 INFO [main][CipherTest] transformation=RC5-64/CFB168/PKCS7PADDING 13:35:19,412 ERROR [main][CipherTest] transformation "RC5-64/CFB168/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,412 INFO [main][CipherTest] transformation=RC5-64/CFB168/TBC 13:35:19,412 ERROR [main][CipherTest] transformation "RC5-64/CFB168/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,412 INFO [main][CipherTest] transformation=RC5-64/CFB168/TBCPADDING 13:35:19,412 ERROR [main][CipherTest] transformation "RC5-64/CFB168/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,413 INFO [main][CipherTest] transformation=RC5-64/CFB168/X9.23 13:35:19,413 ERROR [main][CipherTest] transformation "RC5-64/CFB168/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,413 INFO [main][CipherTest] transformation=RC5-64/CFB168/X9.23PADDING 13:35:19,413 ERROR [main][CipherTest] transformation "RC5-64/CFB168/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,413 INFO [main][CipherTest] transformation=RC5-64/CFB168/ZEROBYTE 13:35:19,413 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,413 INFO [main][CipherTest] transformation=RC5-64/CFB168/ZEROBYTEPADDING 13:35:19,413 ERROR [main][CipherTest] transformation "RC5-64/CFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,413 INFO [main][CipherTest] transformation=RC5-64/CFB176/ 13:35:19,413 ERROR [main][CipherTest] transformation "RC5-64/CFB176/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,413 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO10126 13:35:19,413 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,413 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO10126-2 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO10126-2PADDING 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO10126PADDING 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO7816-4 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/ISO7816-4PADDING 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/NOPADDING 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/PKCS5 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/PKCS5PADDING 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/PKCS7 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/PKCS7PADDING 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/TBC 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,414 INFO [main][CipherTest] transformation=RC5-64/CFB176/TBCPADDING 13:35:19,414 ERROR [main][CipherTest] transformation "RC5-64/CFB176/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB176/X9.23 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB176/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB176/X9.23PADDING 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB176/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB176/ZEROBYTE 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB176/ZEROBYTEPADDING 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB184/ 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB184/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO10126 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO10126-2 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO10126-2PADDING 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO10126PADDING 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO7816-4 13:35:19,415 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,415 INFO [main][CipherTest] transformation=RC5-64/CFB184/ISO7816-4PADDING 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/NOPADDING 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/PKCS5 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/PKCS5PADDING 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/PKCS7 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/PKCS7PADDING 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/TBC 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/TBCPADDING 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/X9.23 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/X9.23PADDING 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/ZEROBYTE 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB184/ZEROBYTEPADDING 13:35:19,416 ERROR [main][CipherTest] transformation "RC5-64/CFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,416 INFO [main][CipherTest] transformation=RC5-64/CFB192/ 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO10126 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO10126-2 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO10126-2PADDING 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO10126PADDING 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO7816-4 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/ISO7816-4PADDING 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/NOPADDING 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/PKCS5 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/PKCS5PADDING 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/PKCS7 13:35:19,417 ERROR [main][CipherTest] transformation "RC5-64/CFB192/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,417 INFO [main][CipherTest] transformation=RC5-64/CFB192/PKCS7PADDING 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB192/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB192/TBC 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB192/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB192/TBCPADDING 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB192/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB192/X9.23 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB192/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB192/X9.23PADDING 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB192/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB192/ZEROBYTE 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB192/ZEROBYTEPADDING 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB200/ 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB200/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO10126 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO10126-2 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO10126-2PADDING 13:35:19,418 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,418 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO10126PADDING 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO7816-4 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/ISO7816-4PADDING 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/NOPADDING 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/PKCS5 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/PKCS5PADDING 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/PKCS7 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/PKCS7PADDING 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/TBC 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/TBCPADDING 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/X9.23 13:35:19,419 ERROR [main][CipherTest] transformation "RC5-64/CFB200/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,419 INFO [main][CipherTest] transformation=RC5-64/CFB200/X9.23PADDING 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB200/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB200/ZEROBYTE 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB200/ZEROBYTEPADDING 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB208/ 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB208/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO10126 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO10126-2 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO10126-2PADDING 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO10126PADDING 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO7816-4 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB208/ISO7816-4PADDING 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB208/NOPADDING 13:35:19,420 ERROR [main][CipherTest] transformation "RC5-64/CFB208/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,420 INFO [main][CipherTest] transformation=RC5-64/CFB208/PKCS5 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB208/PKCS5PADDING 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB208/PKCS7 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB208/PKCS7PADDING 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB208/TBC 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB208/TBCPADDING 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB208/X9.23 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB208/X9.23PADDING 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB208/ZEROBYTE 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB208/ZEROBYTEPADDING 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB216/ 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB216/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,421 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO10126 13:35:19,421 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,422 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO10126-2 13:35:19,422 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,422 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO10126-2PADDING 13:35:19,422 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,422 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO10126PADDING 13:35:19,422 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,422 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO7816-4 13:35:19,422 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,422 INFO [main][CipherTest] transformation=RC5-64/CFB216/ISO7816-4PADDING 13:35:19,422 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,422 INFO [main][CipherTest] transformation=RC5-64/CFB216/NOPADDING 13:35:19,422 ERROR [main][CipherTest] transformation "RC5-64/CFB216/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,422 INFO [main][CipherTest] transformation=RC5-64/CFB216/PKCS5 13:35:19,422 ERROR [main][CipherTest] transformation "RC5-64/CFB216/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,422 INFO [main][CipherTest] transformation=RC5-64/CFB216/PKCS5PADDING 13:35:19,422 ERROR [main][CipherTest] transformation "RC5-64/CFB216/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,422 INFO [main][CipherTest] transformation=RC5-64/CFB216/PKCS7 13:35:19,422 ERROR [main][CipherTest] transformation "RC5-64/CFB216/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB216/PKCS7PADDING 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB216/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB216/TBC 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB216/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB216/TBCPADDING 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB216/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB216/X9.23 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB216/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB216/X9.23PADDING 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB216/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB216/ZEROBYTE 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB216/ZEROBYTEPADDING 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB224/ 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB224/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO10126 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO10126-2 13:35:19,423 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,423 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO10126-2PADDING 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO10126PADDING 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO7816-4 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/ISO7816-4PADDING 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/NOPADDING 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/PKCS5 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/PKCS5PADDING 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/PKCS7 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/PKCS7PADDING 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/TBC 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/TBCPADDING 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,424 INFO [main][CipherTest] transformation=RC5-64/CFB224/X9.23 13:35:19,424 ERROR [main][CipherTest] transformation "RC5-64/CFB224/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB224/X9.23PADDING 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB224/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB224/ZEROBYTE 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB224/ZEROBYTEPADDING 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB232/ 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB232/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO10126 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO10126-2 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO10126-2PADDING 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO10126PADDING 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO7816-4 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB232/ISO7816-4PADDING 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB232/NOPADDING 13:35:19,425 ERROR [main][CipherTest] transformation "RC5-64/CFB232/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,425 INFO [main][CipherTest] transformation=RC5-64/CFB232/PKCS5 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB232/PKCS5PADDING 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB232/PKCS7 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB232/PKCS7PADDING 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB232/TBC 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB232/TBCPADDING 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB232/X9.23 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB232/X9.23PADDING 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB232/ZEROBYTE 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB232/ZEROBYTEPADDING 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,426 INFO [main][CipherTest] transformation=RC5-64/CFB24/ 13:35:19,426 ERROR [main][CipherTest] transformation "RC5-64/CFB24/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO10126 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO10126-2 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO10126-2PADDING 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO10126PADDING 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO7816-4 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/ISO7816-4PADDING 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/NOPADDING 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/PKCS5 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/PKCS5PADDING 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/PKCS7 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,427 INFO [main][CipherTest] transformation=RC5-64/CFB24/PKCS7PADDING 13:35:19,427 ERROR [main][CipherTest] transformation "RC5-64/CFB24/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB24/TBC 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB24/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB24/TBCPADDING 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB24/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB24/X9.23 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB24/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB24/X9.23PADDING 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB24/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB24/ZEROBYTE 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB24/ZEROBYTEPADDING 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB240/ 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB240/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO10126 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO10126-2 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO10126-2PADDING 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,428 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO10126PADDING 13:35:19,428 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO7816-4 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/ISO7816-4PADDING 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/NOPADDING 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/PKCS5 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/PKCS5PADDING 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/PKCS7 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/PKCS7PADDING 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/TBC 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/TBCPADDING 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/X9.23 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,429 INFO [main][CipherTest] transformation=RC5-64/CFB240/X9.23PADDING 13:35:19,429 ERROR [main][CipherTest] transformation "RC5-64/CFB240/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB240/ZEROBYTE 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB240/ZEROBYTEPADDING 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB248/ 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB248/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO10126 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO10126-2 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO10126-2PADDING 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO10126PADDING 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO7816-4 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB248/ISO7816-4PADDING 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB248/NOPADDING 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB248/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,430 INFO [main][CipherTest] transformation=RC5-64/CFB248/PKCS5 13:35:19,430 ERROR [main][CipherTest] transformation "RC5-64/CFB248/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB248/PKCS5PADDING 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB248/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB248/PKCS7 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB248/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB248/PKCS7PADDING 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB248/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB248/TBC 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB248/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB248/TBCPADDING 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB248/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB248/X9.23 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB248/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB248/X9.23PADDING 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB248/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB248/ZEROBYTE 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB248/ZEROBYTEPADDING 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB256/ 13:35:19,431 ERROR [main][CipherTest] transformation "RC5-64/CFB256/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,431 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO10126 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO10126-2 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO10126-2PADDING 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO10126PADDING 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO7816-4 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/ISO7816-4PADDING 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/NOPADDING 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/PKCS5 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/PKCS5PADDING 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/PKCS7 13:35:19,432 ERROR [main][CipherTest] transformation "RC5-64/CFB256/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,432 INFO [main][CipherTest] transformation=RC5-64/CFB256/PKCS7PADDING 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB256/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB256/TBC 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB256/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB256/TBCPADDING 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB256/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB256/X9.23 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB256/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB256/X9.23PADDING 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB256/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB256/ZEROBYTE 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB256/ZEROBYTEPADDING 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB32/ 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB32/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO10126 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO10126-2 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO10126-2PADDING 13:35:19,433 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,433 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO10126PADDING 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO7816-4 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/ISO7816-4PADDING 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/NOPADDING 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/PKCS5 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/PKCS5PADDING 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/PKCS7 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/PKCS7PADDING 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/TBC 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/TBCPADDING 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/X9.23 13:35:19,434 ERROR [main][CipherTest] transformation "RC5-64/CFB32/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,434 INFO [main][CipherTest] transformation=RC5-64/CFB32/X9.23PADDING 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB32/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB32/ZEROBYTE 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB32/ZEROBYTEPADDING 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB40/ 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB40/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO10126 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO10126-2 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO10126-2PADDING 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO10126PADDING 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO7816-4 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB40/ISO7816-4PADDING 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB40/NOPADDING 13:35:19,435 ERROR [main][CipherTest] transformation "RC5-64/CFB40/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,435 INFO [main][CipherTest] transformation=RC5-64/CFB40/PKCS5 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB40/PKCS5PADDING 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB40/PKCS7 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB40/PKCS7PADDING 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB40/TBC 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB40/TBCPADDING 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB40/X9.23 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB40/X9.23PADDING 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB40/ZEROBYTE 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB40/ZEROBYTEPADDING 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB48/ 13:35:19,436 ERROR [main][CipherTest] transformation "RC5-64/CFB48/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,436 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO10126 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO10126-2 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO10126-2PADDING 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO10126PADDING 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO7816-4 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/ISO7816-4PADDING 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/NOPADDING 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/PKCS5 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/PKCS5PADDING 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/PKCS7 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/PKCS7PADDING 13:35:19,437 ERROR [main][CipherTest] transformation "RC5-64/CFB48/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,437 INFO [main][CipherTest] transformation=RC5-64/CFB48/TBC 13:35:19,438 ERROR [main][CipherTest] transformation "RC5-64/CFB48/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,438 INFO [main][CipherTest] transformation=RC5-64/CFB48/TBCPADDING 13:35:19,438 ERROR [main][CipherTest] transformation "RC5-64/CFB48/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,438 INFO [main][CipherTest] transformation=RC5-64/CFB48/X9.23 13:35:19,438 ERROR [main][CipherTest] transformation "RC5-64/CFB48/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,438 INFO [main][CipherTest] transformation=RC5-64/CFB48/X9.23PADDING 13:35:19,438 ERROR [main][CipherTest] transformation "RC5-64/CFB48/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,438 INFO [main][CipherTest] transformation=RC5-64/CFB48/ZEROBYTE 13:35:19,438 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,438 INFO [main][CipherTest] transformation=RC5-64/CFB48/ZEROBYTEPADDING 13:35:19,438 ERROR [main][CipherTest] transformation "RC5-64/CFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,438 INFO [main][CipherTest] transformation=RC5-64/CFB56/ 13:35:19,438 ERROR [main][CipherTest] transformation "RC5-64/CFB56/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,438 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO10126 13:35:19,438 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,438 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO10126-2 13:35:19,438 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,438 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO10126-2PADDING 13:35:19,439 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,439 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO10126PADDING 13:35:19,439 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,439 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO7816-4 13:35:19,439 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,439 INFO [main][CipherTest] transformation=RC5-64/CFB56/ISO7816-4PADDING 13:35:19,439 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,439 INFO [main][CipherTest] transformation=RC5-64/CFB56/NOPADDING 13:35:19,439 ERROR [main][CipherTest] transformation "RC5-64/CFB56/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,439 INFO [main][CipherTest] transformation=RC5-64/CFB56/PKCS5 13:35:19,439 ERROR [main][CipherTest] transformation "RC5-64/CFB56/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,439 INFO [main][CipherTest] transformation=RC5-64/CFB56/PKCS5PADDING 13:35:19,439 ERROR [main][CipherTest] transformation "RC5-64/CFB56/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,439 INFO [main][CipherTest] transformation=RC5-64/CFB56/PKCS7 13:35:19,439 ERROR [main][CipherTest] transformation "RC5-64/CFB56/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,439 INFO [main][CipherTest] transformation=RC5-64/CFB56/PKCS7PADDING 13:35:19,439 ERROR [main][CipherTest] transformation "RC5-64/CFB56/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,439 INFO [main][CipherTest] transformation=RC5-64/CFB56/TBC 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB56/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB56/TBCPADDING 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB56/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB56/X9.23 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB56/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB56/X9.23PADDING 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB56/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB56/ZEROBYTE 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB56/ZEROBYTEPADDING 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB64/ 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB64/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO10126 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO10126-2 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO10126-2PADDING 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO10126PADDING 13:35:19,440 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,440 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO7816-4 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/ISO7816-4PADDING 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/NOPADDING 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/PKCS5 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/PKCS5PADDING 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/PKCS7 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/PKCS7PADDING 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/TBC 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/TBCPADDING 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/X9.23 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/X9.23PADDING 13:35:19,441 ERROR [main][CipherTest] transformation "RC5-64/CFB64/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,441 INFO [main][CipherTest] transformation=RC5-64/CFB64/ZEROBYTE 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB64/ZEROBYTEPADDING 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB72/ 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB72/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO10126 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO10126-2 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO10126-2PADDING 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO10126PADDING 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO7816-4 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB72/ISO7816-4PADDING 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB72/NOPADDING 13:35:19,442 ERROR [main][CipherTest] transformation "RC5-64/CFB72/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,442 INFO [main][CipherTest] transformation=RC5-64/CFB72/PKCS5 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB72/PKCS5PADDING 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB72/PKCS7 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB72/PKCS7PADDING 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB72/TBC 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB72/TBCPADDING 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB72/X9.23 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB72/X9.23PADDING 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB72/ZEROBYTE 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB72/ZEROBYTEPADDING 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB8/ 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB8/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,443 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO10126 13:35:19,443 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO10126-2 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO10126-2PADDING 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO10126PADDING 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO7816-4 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/ISO7816-4PADDING 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/NOPADDING 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/PKCS5 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/PKCS5PADDING 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/PKCS7 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/PKCS7PADDING 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,444 INFO [main][CipherTest] transformation=RC5-64/CFB8/TBC 13:35:19,444 ERROR [main][CipherTest] transformation "RC5-64/CFB8/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB8/TBCPADDING 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB8/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB8/X9.23 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB8/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB8/X9.23PADDING 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB8/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB8/ZEROBYTE 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB8/ZEROBYTEPADDING 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB80/ 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB80/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO10126 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO10126-2 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO10126-2PADDING 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO10126PADDING 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO7816-4 13:35:19,445 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,445 INFO [main][CipherTest] transformation=RC5-64/CFB80/ISO7816-4PADDING 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/NOPADDING 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/PKCS5 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/PKCS5PADDING 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/PKCS7 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/PKCS7PADDING 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/TBC 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/TBCPADDING 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/X9.23 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/X9.23PADDING 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/ZEROBYTE 13:35:19,446 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,446 INFO [main][CipherTest] transformation=RC5-64/CFB80/ZEROBYTEPADDING 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/ 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO10126 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO10126-2 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO10126-2PADDING 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO10126PADDING 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO7816-4 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/ISO7816-4PADDING 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/NOPADDING 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/PKCS5 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/PKCS5PADDING 13:35:19,447 ERROR [main][CipherTest] transformation "RC5-64/CFB88/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,447 INFO [main][CipherTest] transformation=RC5-64/CFB88/PKCS7 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB88/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB88/PKCS7PADDING 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB88/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB88/TBC 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB88/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB88/TBCPADDING 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB88/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB88/X9.23 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB88/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB88/X9.23PADDING 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB88/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB88/ZEROBYTE 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB88/ZEROBYTEPADDING 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB96/ 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB96/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO10126 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO10126-2 13:35:19,448 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,448 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO10126-2PADDING 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO10126PADDING 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO7816-4 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/ISO7816-4PADDING 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/NOPADDING 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/PKCS5 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/PKCS5PADDING 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/PKCS7 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/PKCS7PADDING 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/TBC 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/TBCPADDING 13:35:19,449 ERROR [main][CipherTest] transformation "RC5-64/CFB96/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,449 INFO [main][CipherTest] transformation=RC5-64/CFB96/X9.23 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/CFB96/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/CFB96/X9.23PADDING 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/CFB96/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/CFB96/ZEROBYTE 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/CFB96/ZEROBYTEPADDING 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/CFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/CTS/ 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/CTS/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/CTS/NOPADDING 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/CTS/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/EAX/ 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/EAX/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/EAX/NOPADDING 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/EAX/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/ECB/ 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/ECB/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/ECB/NOPADDING 13:35:19,450 ERROR [main][CipherTest] transformation "RC5-64/ECB/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,450 INFO [main][CipherTest] transformation=RC5-64/GCM/ 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/GCM/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/GCM/NOPADDING 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/GCM/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/OFB/ 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/OFB/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO10126 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO10126-2 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO10126-2PADDING 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO10126PADDING 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO7816-4 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/OFB/ISO7816-4PADDING 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/OFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/OFB/NOPADDING 13:35:19,451 ERROR [main][CipherTest] transformation "RC5-64/OFB/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,451 INFO [main][CipherTest] transformation=RC5-64/OFB/PKCS5 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB/PKCS5PADDING 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB/PKCS7 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB/PKCS7PADDING 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB/TBC 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB/TBCPADDING 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB/X9.23 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB/X9.23PADDING 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB/ZEROBYTE 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB/ZEROBYTEPADDING 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB104/ 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB104/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,452 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO10126 13:35:19,452 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO10126-2 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO10126-2PADDING 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO10126PADDING 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO7816-4 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/ISO7816-4PADDING 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/NOPADDING 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/PKCS5 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/PKCS5PADDING 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/PKCS7 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/PKCS7PADDING 13:35:19,453 ERROR [main][CipherTest] transformation "RC5-64/OFB104/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,453 INFO [main][CipherTest] transformation=RC5-64/OFB104/TBC 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB104/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB104/TBCPADDING 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB104/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB104/X9.23 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB104/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB104/X9.23PADDING 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB104/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB104/ZEROBYTE 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB104/ZEROBYTEPADDING 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB112/ 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB112/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO10126 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO10126-2 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO10126-2PADDING 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO10126PADDING 13:35:19,454 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,454 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO7816-4 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/ISO7816-4PADDING 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/NOPADDING 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/PKCS5 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/PKCS5PADDING 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/PKCS7 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/PKCS7PADDING 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/TBC 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/TBCPADDING 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/X9.23 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/X9.23PADDING 13:35:19,455 ERROR [main][CipherTest] transformation "RC5-64/OFB112/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,455 INFO [main][CipherTest] transformation=RC5-64/OFB112/ZEROBYTE 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB112/ZEROBYTEPADDING 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/ 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO10126 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO10126-2 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO10126-2PADDING 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO10126PADDING 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO7816-4 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/ISO7816-4PADDING 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/NOPADDING 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/PKCS5 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,456 INFO [main][CipherTest] transformation=RC5-64/OFB120/PKCS5PADDING 13:35:19,456 ERROR [main][CipherTest] transformation "RC5-64/OFB120/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB120/PKCS7 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB120/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB120/PKCS7PADDING 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB120/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB120/TBC 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB120/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB120/TBCPADDING 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB120/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB120/X9.23 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB120/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB120/X9.23PADDING 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB120/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB120/ZEROBYTE 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB120/ZEROBYTEPADDING 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB128/ 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB128/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO10126 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,457 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO10126-2 13:35:19,457 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO10126-2PADDING 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO10126PADDING 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO7816-4 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/ISO7816-4PADDING 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/NOPADDING 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/PKCS5 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/PKCS5PADDING 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/PKCS7 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/PKCS7PADDING 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/TBC 13:35:19,458 ERROR [main][CipherTest] transformation "RC5-64/OFB128/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,458 INFO [main][CipherTest] transformation=RC5-64/OFB128/TBCPADDING 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB128/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB128/X9.23 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB128/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB128/X9.23PADDING 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB128/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB128/ZEROBYTE 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB128/ZEROBYTEPADDING 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB136/ 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB136/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO10126 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO10126-2 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO10126-2PADDING 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO10126PADDING 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO7816-4 13:35:19,459 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,459 INFO [main][CipherTest] transformation=RC5-64/OFB136/ISO7816-4PADDING 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/NOPADDING 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/PKCS5 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/PKCS5PADDING 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/PKCS7 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/PKCS7PADDING 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/TBC 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/TBCPADDING 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/X9.23 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/X9.23PADDING 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/ZEROBYTE 13:35:19,460 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,460 INFO [main][CipherTest] transformation=RC5-64/OFB136/ZEROBYTEPADDING 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/ 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO10126 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO10126-2 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO10126-2PADDING 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO10126PADDING 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO7816-4 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/ISO7816-4PADDING 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/NOPADDING 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/PKCS5 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/PKCS5PADDING 13:35:19,461 ERROR [main][CipherTest] transformation "RC5-64/OFB144/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,461 INFO [main][CipherTest] transformation=RC5-64/OFB144/PKCS7 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB144/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB144/PKCS7PADDING 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB144/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB144/TBC 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB144/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB144/TBCPADDING 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB144/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB144/X9.23 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB144/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB144/X9.23PADDING 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB144/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB144/ZEROBYTE 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB144/ZEROBYTEPADDING 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB152/ 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB152/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO10126 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO10126-2 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,462 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO10126-2PADDING 13:35:19,462 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO10126PADDING 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO7816-4 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/ISO7816-4PADDING 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/NOPADDING 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/PKCS5 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/PKCS5PADDING 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/PKCS7 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/PKCS7PADDING 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/TBC 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/TBCPADDING 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,463 INFO [main][CipherTest] transformation=RC5-64/OFB152/X9.23 13:35:19,463 ERROR [main][CipherTest] transformation "RC5-64/OFB152/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB152/X9.23PADDING 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB152/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB152/ZEROBYTE 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB152/ZEROBYTEPADDING 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB16/ 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB16/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO10126 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO10126-2 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO10126-2PADDING 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO10126PADDING 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO7816-4 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB16/ISO7816-4PADDING 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,464 INFO [main][CipherTest] transformation=RC5-64/OFB16/NOPADDING 13:35:19,464 ERROR [main][CipherTest] transformation "RC5-64/OFB16/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/PKCS5 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/PKCS5PADDING 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/PKCS7 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/PKCS7PADDING 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/TBC 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/TBCPADDING 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/X9.23 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/X9.23PADDING 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/ZEROBYTE 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB16/ZEROBYTEPADDING 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB160/ 13:35:19,465 ERROR [main][CipherTest] transformation "RC5-64/OFB160/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,465 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO10126 13:35:19,466 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,466 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO10126-2 13:35:19,466 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,466 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO10126-2PADDING 13:35:19,466 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,466 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO10126PADDING 13:35:19,466 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,466 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO7816-4 13:35:19,466 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,466 INFO [main][CipherTest] transformation=RC5-64/OFB160/ISO7816-4PADDING 13:35:19,466 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,466 INFO [main][CipherTest] transformation=RC5-64/OFB160/NOPADDING 13:35:19,466 ERROR [main][CipherTest] transformation "RC5-64/OFB160/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,466 INFO [main][CipherTest] transformation=RC5-64/OFB160/PKCS5 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB160/PKCS5PADDING 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB160/PKCS7 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB160/PKCS7PADDING 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB160/TBC 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB160/TBCPADDING 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB160/X9.23 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB160/X9.23PADDING 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB160/ZEROBYTE 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB160/ZEROBYTEPADDING 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB168/ 13:35:19,467 ERROR [main][CipherTest] transformation "RC5-64/OFB168/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,467 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO10126 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO10126-2 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO10126-2PADDING 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO10126PADDING 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO7816-4 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/ISO7816-4PADDING 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/NOPADDING 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/PKCS5 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/PKCS5PADDING 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/PKCS7 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/PKCS7PADDING 13:35:19,468 ERROR [main][CipherTest] transformation "RC5-64/OFB168/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,468 INFO [main][CipherTest] transformation=RC5-64/OFB168/TBC 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB168/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB168/TBCPADDING 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB168/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB168/X9.23 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB168/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB168/X9.23PADDING 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB168/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB168/ZEROBYTE 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB168/ZEROBYTEPADDING 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB176/ 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB176/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO10126 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO10126-2 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO10126-2PADDING 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO10126PADDING 13:35:19,469 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,469 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO7816-4 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/ISO7816-4PADDING 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/NOPADDING 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/PKCS5 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/PKCS5PADDING 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/PKCS7 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/PKCS7PADDING 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/TBC 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/TBCPADDING 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/X9.23 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/X9.23PADDING 13:35:19,470 ERROR [main][CipherTest] transformation "RC5-64/OFB176/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,470 INFO [main][CipherTest] transformation=RC5-64/OFB176/ZEROBYTE 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB176/ZEROBYTEPADDING 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/ 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB184/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO10126 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO10126-2 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO10126-2PADDING 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO10126PADDING 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO7816-4 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/ISO7816-4PADDING 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/NOPADDING 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB184/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/PKCS5 13:35:19,471 ERROR [main][CipherTest] transformation "RC5-64/OFB184/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,471 INFO [main][CipherTest] transformation=RC5-64/OFB184/PKCS5PADDING 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB184/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB184/PKCS7 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB184/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB184/PKCS7PADDING 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB184/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB184/TBC 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB184/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB184/TBCPADDING 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB184/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB184/X9.23 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB184/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB184/X9.23PADDING 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB184/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB184/ZEROBYTE 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB184/ZEROBYTEPADDING 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB192/ 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB192/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO10126 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,472 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO10126-2 13:35:19,472 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO10126-2PADDING 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO10126PADDING 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO7816-4 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/ISO7816-4PADDING 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/NOPADDING 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/PKCS5 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/PKCS5PADDING 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/PKCS7 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/PKCS7PADDING 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/TBC 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/TBCPADDING 13:35:19,473 ERROR [main][CipherTest] transformation "RC5-64/OFB192/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,473 INFO [main][CipherTest] transformation=RC5-64/OFB192/X9.23 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB192/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB192/X9.23PADDING 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB192/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB192/ZEROBYTE 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB192/ZEROBYTEPADDING 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB200/ 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB200/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO10126 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO10126-2 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO10126-2PADDING 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO10126PADDING 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO7816-4 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,474 INFO [main][CipherTest] transformation=RC5-64/OFB200/ISO7816-4PADDING 13:35:19,474 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/NOPADDING 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/PKCS5 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/PKCS5PADDING 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/PKCS7 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/PKCS7PADDING 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/TBC 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/TBCPADDING 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/X9.23 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/X9.23PADDING 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,475 INFO [main][CipherTest] transformation=RC5-64/OFB200/ZEROBYTE 13:35:19,475 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB200/ZEROBYTEPADDING 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB208/ 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB208/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO10126 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO10126-2 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO10126-2PADDING 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO10126PADDING 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO7816-4 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB208/ISO7816-4PADDING 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB208/NOPADDING 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB208/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,476 INFO [main][CipherTest] transformation=RC5-64/OFB208/PKCS5 13:35:19,476 ERROR [main][CipherTest] transformation "RC5-64/OFB208/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB208/PKCS5PADDING 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB208/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB208/PKCS7 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB208/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB208/PKCS7PADDING 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB208/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB208/TBC 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB208/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB208/TBCPADDING 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB208/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB208/X9.23 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB208/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB208/X9.23PADDING 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB208/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB208/ZEROBYTE 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB208/ZEROBYTEPADDING 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB216/ 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB216/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO10126 13:35:19,477 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,477 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO10126-2 13:35:19,478 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,478 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO10126-2PADDING 13:35:19,478 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,478 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO10126PADDING 13:35:19,478 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,478 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO7816-4 13:35:19,478 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,478 INFO [main][CipherTest] transformation=RC5-64/OFB216/ISO7816-4PADDING 13:35:19,478 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,478 INFO [main][CipherTest] transformation=RC5-64/OFB216/NOPADDING 13:35:19,478 ERROR [main][CipherTest] transformation "RC5-64/OFB216/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,478 INFO [main][CipherTest] transformation=RC5-64/OFB216/PKCS5 13:35:19,478 ERROR [main][CipherTest] transformation "RC5-64/OFB216/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,478 INFO [main][CipherTest] transformation=RC5-64/OFB216/PKCS5PADDING 13:35:19,478 ERROR [main][CipherTest] transformation "RC5-64/OFB216/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,478 INFO [main][CipherTest] transformation=RC5-64/OFB216/PKCS7 13:35:19,478 ERROR [main][CipherTest] transformation "RC5-64/OFB216/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,478 INFO [main][CipherTest] transformation=RC5-64/OFB216/PKCS7PADDING 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB216/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB216/TBC 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB216/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB216/TBCPADDING 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB216/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB216/X9.23 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB216/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB216/X9.23PADDING 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB216/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB216/ZEROBYTE 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB216/ZEROBYTEPADDING 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB224/ 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB224/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO10126 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO10126-2 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO10126-2PADDING 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,479 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO10126PADDING 13:35:19,479 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO7816-4 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/ISO7816-4PADDING 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/NOPADDING 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/PKCS5 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/PKCS5PADDING 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/PKCS7 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/PKCS7PADDING 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/TBC 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/TBCPADDING 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/X9.23 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/X9.23PADDING 13:35:19,480 ERROR [main][CipherTest] transformation "RC5-64/OFB224/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,480 INFO [main][CipherTest] transformation=RC5-64/OFB224/ZEROBYTE 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB224/ZEROBYTEPADDING 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/ 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB232/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO10126 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO10126-2 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO10126-2PADDING 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO10126PADDING 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO7816-4 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/ISO7816-4PADDING 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/NOPADDING 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB232/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/PKCS5 13:35:19,481 ERROR [main][CipherTest] transformation "RC5-64/OFB232/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,481 INFO [main][CipherTest] transformation=RC5-64/OFB232/PKCS5PADDING 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB232/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB232/PKCS7 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB232/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB232/PKCS7PADDING 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB232/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB232/TBC 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB232/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB232/TBCPADDING 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB232/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB232/X9.23 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB232/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB232/X9.23PADDING 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB232/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB232/ZEROBYTE 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB232/ZEROBYTEPADDING 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB24/ 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB24/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO10126 13:35:19,482 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,482 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO10126-2 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO10126-2PADDING 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO10126PADDING 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO7816-4 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/ISO7816-4PADDING 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/NOPADDING 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/PKCS5 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/PKCS5PADDING 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/PKCS7 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/PKCS7PADDING 13:35:19,483 ERROR [main][CipherTest] transformation "RC5-64/OFB24/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,483 INFO [main][CipherTest] transformation=RC5-64/OFB24/TBC 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB24/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB24/TBCPADDING 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB24/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB24/X9.23 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB24/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB24/X9.23PADDING 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB24/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB24/ZEROBYTE 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB24/ZEROBYTEPADDING 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB240/ 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB240/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO10126 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO10126-2 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO10126-2PADDING 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO10126PADDING 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,484 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO7816-4 13:35:19,484 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/ISO7816-4PADDING 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/NOPADDING 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/PKCS5 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/PKCS5PADDING 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/PKCS7 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/PKCS7PADDING 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/TBC 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/TBCPADDING 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/X9.23 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/X9.23PADDING 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/ZEROBYTE 13:35:19,485 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,485 INFO [main][CipherTest] transformation=RC5-64/OFB240/ZEROBYTEPADDING 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/ 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO10126 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO10126-2 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO10126-2PADDING 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO10126PADDING 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO7816-4 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/ISO7816-4PADDING 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/NOPADDING 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/PKCS5 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/PKCS5PADDING 13:35:19,486 ERROR [main][CipherTest] transformation "RC5-64/OFB248/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,486 INFO [main][CipherTest] transformation=RC5-64/OFB248/PKCS7 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB248/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB248/PKCS7PADDING 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB248/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB248/TBC 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB248/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB248/TBCPADDING 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB248/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB248/X9.23 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB248/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB248/X9.23PADDING 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB248/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB248/ZEROBYTE 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB248/ZEROBYTEPADDING 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB256/ 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB256/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO10126 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO10126-2 13:35:19,487 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,487 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO10126-2PADDING 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO10126PADDING 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO7816-4 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/ISO7816-4PADDING 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/NOPADDING 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/PKCS5 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/PKCS5PADDING 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/PKCS7 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/PKCS7PADDING 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/TBC 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/TBCPADDING 13:35:19,488 ERROR [main][CipherTest] transformation "RC5-64/OFB256/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,488 INFO [main][CipherTest] transformation=RC5-64/OFB256/X9.23 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB256/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB256/X9.23PADDING 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB256/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB256/ZEROBYTE 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB256/ZEROBYTEPADDING 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB32/ 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB32/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO10126 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO10126-2 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO10126-2PADDING 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO10126PADDING 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO7816-4 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB32/ISO7816-4PADDING 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,489 INFO [main][CipherTest] transformation=RC5-64/OFB32/NOPADDING 13:35:19,489 ERROR [main][CipherTest] transformation "RC5-64/OFB32/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/PKCS5 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/PKCS5PADDING 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/PKCS7 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/PKCS7PADDING 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/TBC 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/TBCPADDING 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/X9.23 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/X9.23PADDING 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/ZEROBYTE 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB32/ZEROBYTEPADDING 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB40/ 13:35:19,490 ERROR [main][CipherTest] transformation "RC5-64/OFB40/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,490 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO10126 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO10126-2 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO10126-2PADDING 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO10126PADDING 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO7816-4 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/ISO7816-4PADDING 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/NOPADDING 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/PKCS5 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/PKCS5PADDING 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/PKCS7 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/PKCS7PADDING 13:35:19,491 ERROR [main][CipherTest] transformation "RC5-64/OFB40/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,491 INFO [main][CipherTest] transformation=RC5-64/OFB40/TBC 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB40/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB40/TBCPADDING 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB40/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB40/X9.23 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB40/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB40/X9.23PADDING 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB40/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB40/ZEROBYTE 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB40/ZEROBYTEPADDING 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB48/ 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB48/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO10126 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO10126-2 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO10126-2PADDING 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO10126PADDING 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,492 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO7816-4 13:35:19,492 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/ISO7816-4PADDING 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/NOPADDING 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/PKCS5 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/PKCS5PADDING 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/PKCS7 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/PKCS7PADDING 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/TBC 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/TBCPADDING 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/X9.23 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/X9.23PADDING 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/ZEROBYTE 13:35:19,493 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,493 INFO [main][CipherTest] transformation=RC5-64/OFB48/ZEROBYTEPADDING 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/ 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO10126 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO10126-2 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO10126-2PADDING 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO10126PADDING 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO7816-4 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/ISO7816-4PADDING 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/NOPADDING 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/PKCS5 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/PKCS5PADDING 13:35:19,494 ERROR [main][CipherTest] transformation "RC5-64/OFB56/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,494 INFO [main][CipherTest] transformation=RC5-64/OFB56/PKCS7 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB56/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB56/PKCS7PADDING 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB56/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB56/TBC 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB56/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB56/TBCPADDING 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB56/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB56/X9.23 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB56/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB56/X9.23PADDING 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB56/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB56/ZEROBYTE 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB56/ZEROBYTEPADDING 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB64/ 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB64/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO10126 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO10126-2 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,495 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO10126-2PADDING 13:35:19,495 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO10126PADDING 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO7816-4 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/ISO7816-4PADDING 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/NOPADDING 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/PKCS5 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/PKCS5PADDING 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/PKCS7 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/PKCS7PADDING 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/TBC 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/TBCPADDING 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/X9.23 13:35:19,496 ERROR [main][CipherTest] transformation "RC5-64/OFB64/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,496 INFO [main][CipherTest] transformation=RC5-64/OFB64/X9.23PADDING 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB64/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB64/ZEROBYTE 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB64/ZEROBYTEPADDING 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB72/ 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB72/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO10126 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO10126-2 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO10126-2PADDING 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO10126PADDING 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO7816-4 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB72/ISO7816-4PADDING 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB72/NOPADDING 13:35:19,497 ERROR [main][CipherTest] transformation "RC5-64/OFB72/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,497 INFO [main][CipherTest] transformation=RC5-64/OFB72/PKCS5 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB72/PKCS5PADDING 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB72/PKCS7 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB72/PKCS7PADDING 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB72/TBC 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB72/TBCPADDING 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB72/X9.23 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB72/X9.23PADDING 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB72/ZEROBYTE 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB72/ZEROBYTEPADDING 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB8/ 13:35:19,498 ERROR [main][CipherTest] transformation "RC5-64/OFB8/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,498 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO10126 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO10126-2 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO10126-2PADDING 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO10126PADDING 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO7816-4 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/ISO7816-4PADDING 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/NOPADDING 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/PKCS5 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/PKCS5PADDING 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/PKCS7 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/PKCS7PADDING 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,499 INFO [main][CipherTest] transformation=RC5-64/OFB8/TBC 13:35:19,499 ERROR [main][CipherTest] transformation "RC5-64/OFB8/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,500 INFO [main][CipherTest] transformation=RC5-64/OFB8/TBCPADDING 13:35:19,500 ERROR [main][CipherTest] transformation "RC5-64/OFB8/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,500 INFO [main][CipherTest] transformation=RC5-64/OFB8/X9.23 13:35:19,500 ERROR [main][CipherTest] transformation "RC5-64/OFB8/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,500 INFO [main][CipherTest] transformation=RC5-64/OFB8/X9.23PADDING 13:35:19,500 ERROR [main][CipherTest] transformation "RC5-64/OFB8/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,500 INFO [main][CipherTest] transformation=RC5-64/OFB8/ZEROBYTE 13:35:19,500 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,500 INFO [main][CipherTest] transformation=RC5-64/OFB8/ZEROBYTEPADDING 13:35:19,500 ERROR [main][CipherTest] transformation "RC5-64/OFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,500 INFO [main][CipherTest] transformation=RC5-64/OFB80/ 13:35:19,500 ERROR [main][CipherTest] transformation "RC5-64/OFB80/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,500 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO10126 13:35:19,500 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,500 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO10126-2 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO10126-2PADDING 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO10126PADDING 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO7816-4 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/ISO7816-4PADDING 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/NOPADDING 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/PKCS5 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/PKCS5PADDING 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/PKCS7 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/PKCS7PADDING 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,501 INFO [main][CipherTest] transformation=RC5-64/OFB80/TBC 13:35:19,501 ERROR [main][CipherTest] transformation "RC5-64/OFB80/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB80/TBCPADDING 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB80/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB80/X9.23 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB80/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB80/X9.23PADDING 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB80/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB80/ZEROBYTE 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB80/ZEROBYTEPADDING 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB88/ 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB88/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO10126 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO10126-2 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO10126-2PADDING 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO10126PADDING 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,502 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO7816-4 13:35:19,502 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/ISO7816-4PADDING 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/NOPADDING 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/PKCS5 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/PKCS5PADDING 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/PKCS7 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/PKCS7PADDING 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/TBC 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/TBCPADDING 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/X9.23 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/X9.23PADDING 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/ZEROBYTE 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB88/ZEROBYTEPADDING 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB96/ 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB96/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO10126 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO10126-2 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,503 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO10126-2PADDING 13:35:19,503 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO10126PADDING 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO7816-4 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/ISO7816-4PADDING 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/NOPADDING 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/PKCS5 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/PKCS5PADDING 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/PKCS7 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/PKCS7PADDING 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/TBC 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,504 INFO [main][CipherTest] transformation=RC5-64/OFB96/TBCPADDING 13:35:19,504 ERROR [main][CipherTest] transformation "RC5-64/OFB96/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,505 INFO [main][CipherTest] transformation=RC5-64/OFB96/X9.23 13:35:19,505 ERROR [main][CipherTest] transformation "RC5-64/OFB96/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,505 INFO [main][CipherTest] transformation=RC5-64/OFB96/X9.23PADDING 13:35:19,505 ERROR [main][CipherTest] transformation "RC5-64/OFB96/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,505 INFO [main][CipherTest] transformation=RC5-64/OFB96/ZEROBYTE 13:35:19,505 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,505 INFO [main][CipherTest] transformation=RC5-64/OFB96/ZEROBYTEPADDING 13:35:19,505 ERROR [main][CipherTest] transformation "RC5-64/OFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,505 INFO [main][CipherTest] transformation=RC5-64/SIC/ 13:35:19,505 ERROR [main][CipherTest] transformation "RC5-64/SIC/": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,505 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO10126 13:35:19,505 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO10126": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,505 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO10126-2 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO10126-2": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO10126-2PADDING 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO10126-2PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO10126PADDING 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO10126PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO7816-4 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO7816-4": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/ISO7816-4PADDING 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/ISO7816-4PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/NOPADDING 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/NOPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/PKCS5 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/PKCS5": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/PKCS5PADDING 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/PKCS5PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/PKCS7 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/PKCS7": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/PKCS7PADDING 13:35:19,506 ERROR [main][CipherTest] transformation "RC5-64/SIC/PKCS7PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,506 INFO [main][CipherTest] transformation=RC5-64/SIC/TBC 13:35:19,507 ERROR [main][CipherTest] transformation "RC5-64/SIC/TBC": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,507 INFO [main][CipherTest] transformation=RC5-64/SIC/TBCPADDING 13:35:19,507 ERROR [main][CipherTest] transformation "RC5-64/SIC/TBCPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,507 INFO [main][CipherTest] transformation=RC5-64/SIC/X9.23 13:35:19,507 ERROR [main][CipherTest] transformation "RC5-64/SIC/X9.23": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,507 INFO [main][CipherTest] transformation=RC5-64/SIC/X9.23PADDING 13:35:19,507 ERROR [main][CipherTest] transformation "RC5-64/SIC/X9.23PADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,507 INFO [main][CipherTest] transformation=RC5-64/SIC/ZEROBYTE 13:35:19,507 ERROR [main][CipherTest] transformation "RC5-64/SIC/ZEROBYTE": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,507 INFO [main][CipherTest] transformation=RC5-64/SIC/ZEROBYTEPADDING 13:35:19,507 ERROR [main][CipherTest] transformation "RC5-64/SIC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: invalid parameter passed to RC564 init - org.bouncycastle.crypto.params.KeyParameter 13:35:19,507 INFO [main][CipherTest] transformation=RC6// 13:35:19,508 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6//" does not support IV => Skipping. 13:35:19,508 INFO [main][CipherTest] transformation=RC6//NOPADDING 13:35:19,508 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6//NOPADDING" does not support IV => Skipping. 13:35:19,508 INFO [main][CipherTest] transformation=RC6/CBC-CTS/ 13:35:19,508 INFO [main][CipherTest] transformation=RC6/CBC-CTS/NOPADDING 13:35:19,509 INFO [main][CipherTest] transformation=RC6/CBC/ 13:35:19,509 INFO [main][CipherTest] transformation=RC6/CBC/ISO10126 13:35:19,510 INFO [main][CipherTest] transformation=RC6/CBC/ISO10126-2 13:35:19,510 INFO [main][CipherTest] transformation=RC6/CBC/ISO10126-2PADDING 13:35:19,510 INFO [main][CipherTest] transformation=RC6/CBC/ISO10126PADDING 13:35:19,511 INFO [main][CipherTest] transformation=RC6/CBC/ISO7816-4 13:35:19,511 INFO [main][CipherTest] transformation=RC6/CBC/ISO7816-4PADDING 13:35:19,512 INFO [main][CipherTest] transformation=RC6/CBC/NOPADDING 13:35:19,512 INFO [main][CipherTest] transformation=RC6/CBC/PKCS5 13:35:19,512 INFO [main][CipherTest] transformation=RC6/CBC/PKCS5PADDING 13:35:19,513 INFO [main][CipherTest] transformation=RC6/CBC/PKCS7 13:35:19,513 INFO [main][CipherTest] transformation=RC6/CBC/PKCS7PADDING 13:35:19,514 INFO [main][CipherTest] transformation=RC6/CBC/TBC 13:35:19,514 INFO [main][CipherTest] transformation=RC6/CBC/TBCPADDING 13:35:19,514 INFO [main][CipherTest] transformation=RC6/CBC/X9.23 13:35:19,515 INFO [main][CipherTest] transformation=RC6/CBC/X9.23PADDING 13:35:19,515 INFO [main][CipherTest] transformation=RC6/CBC/ZEROBYTE 13:35:19,516 INFO [main][CipherTest] transformation=RC6/CBC/ZEROBYTEPADDING 13:35:19,516 INFO [main][CipherTest] transformation=RC6/CCM/ 13:35:19,516 INFO [main][CipherTest] transformation=RC6/CCM/NOPADDING 13:35:19,516 INFO [main][CipherTest] transformation=RC6/CFB/ 13:35:19,516 INFO [main][CipherTest] transformation=RC6/CFB/ISO10126 13:35:19,517 INFO [main][CipherTest] transformation=RC6/CFB/ISO10126-2 13:35:19,517 INFO [main][CipherTest] transformation=RC6/CFB/ISO10126-2PADDING 13:35:19,517 INFO [main][CipherTest] transformation=RC6/CFB/ISO10126PADDING 13:35:19,517 INFO [main][CipherTest] transformation=RC6/CFB/ISO7816-4 13:35:19,518 INFO [main][CipherTest] transformation=RC6/CFB/ISO7816-4PADDING 13:35:19,518 INFO [main][CipherTest] transformation=RC6/CFB/NOPADDING 13:35:19,518 INFO [main][CipherTest] transformation=RC6/CFB/PKCS5 13:35:19,519 INFO [main][CipherTest] transformation=RC6/CFB/PKCS5PADDING 13:35:19,519 INFO [main][CipherTest] transformation=RC6/CFB/PKCS7 13:35:19,519 INFO [main][CipherTest] transformation=RC6/CFB/PKCS7PADDING 13:35:19,520 INFO [main][CipherTest] transformation=RC6/CFB/TBC 13:35:19,520 INFO [main][CipherTest] transformation=RC6/CFB/TBCPADDING 13:35:19,520 INFO [main][CipherTest] transformation=RC6/CFB/X9.23 13:35:19,521 INFO [main][CipherTest] transformation=RC6/CFB/X9.23PADDING 13:35:19,521 INFO [main][CipherTest] transformation=RC6/CFB/ZEROBYTE 13:35:19,521 INFO [main][CipherTest] transformation=RC6/CFB/ZEROBYTEPADDING 13:35:19,521 INFO [main][CipherTest] transformation=RC6/CFB104/ 13:35:19,522 INFO [main][CipherTest] transformation=RC6/CFB104/ISO10126 13:35:19,522 INFO [main][CipherTest] transformation=RC6/CFB104/ISO10126-2 13:35:19,522 INFO [main][CipherTest] transformation=RC6/CFB104/ISO10126-2PADDING 13:35:19,523 INFO [main][CipherTest] transformation=RC6/CFB104/ISO10126PADDING 13:35:19,523 INFO [main][CipherTest] transformation=RC6/CFB104/ISO7816-4 13:35:19,523 INFO [main][CipherTest] transformation=RC6/CFB104/ISO7816-4PADDING 13:35:19,524 INFO [main][CipherTest] transformation=RC6/CFB104/NOPADDING 13:35:19,524 INFO [main][CipherTest] transformation=RC6/CFB104/PKCS5 13:35:19,524 INFO [main][CipherTest] transformation=RC6/CFB104/PKCS5PADDING 13:35:19,525 INFO [main][CipherTest] transformation=RC6/CFB104/PKCS7 13:35:19,525 INFO [main][CipherTest] transformation=RC6/CFB104/PKCS7PADDING 13:35:19,525 INFO [main][CipherTest] transformation=RC6/CFB104/TBC 13:35:19,526 INFO [main][CipherTest] transformation=RC6/CFB104/TBCPADDING 13:35:19,526 INFO [main][CipherTest] transformation=RC6/CFB104/X9.23 13:35:19,526 INFO [main][CipherTest] transformation=RC6/CFB104/X9.23PADDING 13:35:19,527 INFO [main][CipherTest] transformation=RC6/CFB104/ZEROBYTE 13:35:19,527 INFO [main][CipherTest] transformation=RC6/CFB104/ZEROBYTEPADDING 13:35:19,527 INFO [main][CipherTest] transformation=RC6/CFB112/ 13:35:19,528 INFO [main][CipherTest] transformation=RC6/CFB112/ISO10126 13:35:19,528 INFO [main][CipherTest] transformation=RC6/CFB112/ISO10126-2 13:35:19,528 INFO [main][CipherTest] transformation=RC6/CFB112/ISO10126-2PADDING 13:35:19,529 INFO [main][CipherTest] transformation=RC6/CFB112/ISO10126PADDING 13:35:19,529 INFO [main][CipherTest] transformation=RC6/CFB112/ISO7816-4 13:35:19,529 INFO [main][CipherTest] transformation=RC6/CFB112/ISO7816-4PADDING 13:35:19,530 INFO [main][CipherTest] transformation=RC6/CFB112/NOPADDING 13:35:19,530 INFO [main][CipherTest] transformation=RC6/CFB112/PKCS5 13:35:19,530 INFO [main][CipherTest] transformation=RC6/CFB112/PKCS5PADDING 13:35:19,531 INFO [main][CipherTest] transformation=RC6/CFB112/PKCS7 13:35:19,531 INFO [main][CipherTest] transformation=RC6/CFB112/PKCS7PADDING 13:35:19,531 INFO [main][CipherTest] transformation=RC6/CFB112/TBC 13:35:19,532 INFO [main][CipherTest] transformation=RC6/CFB112/TBCPADDING 13:35:19,532 INFO [main][CipherTest] transformation=RC6/CFB112/X9.23 13:35:19,532 INFO [main][CipherTest] transformation=RC6/CFB112/X9.23PADDING 13:35:19,532 INFO [main][CipherTest] transformation=RC6/CFB112/ZEROBYTE 13:35:19,533 INFO [main][CipherTest] transformation=RC6/CFB112/ZEROBYTEPADDING 13:35:19,533 INFO [main][CipherTest] transformation=RC6/CFB120/ 13:35:19,533 INFO [main][CipherTest] transformation=RC6/CFB120/ISO10126 13:35:19,533 INFO [main][CipherTest] transformation=RC6/CFB120/ISO10126-2 13:35:19,533 INFO [main][CipherTest] transformation=RC6/CFB120/ISO10126-2PADDING 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/ISO10126PADDING 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/ISO7816-4 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/ISO7816-4PADDING 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/NOPADDING 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/PKCS5 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/PKCS5PADDING 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/PKCS7 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/PKCS7PADDING 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/TBC 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/TBCPADDING 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/X9.23 13:35:19,534 INFO [main][CipherTest] transformation=RC6/CFB120/X9.23PADDING 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB120/ZEROBYTE 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB120/ZEROBYTEPADDING 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/ 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/ISO10126 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/ISO10126-2 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/ISO10126-2PADDING 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/ISO10126PADDING 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/ISO7816-4 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/ISO7816-4PADDING 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/NOPADDING 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/PKCS5 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/PKCS5PADDING 13:35:19,535 INFO [main][CipherTest] transformation=RC6/CFB128/PKCS7 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB128/PKCS7PADDING 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB128/TBC 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB128/TBCPADDING 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB128/X9.23 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB128/X9.23PADDING 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB128/ZEROBYTE 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB128/ZEROBYTEPADDING 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB136/ 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB136/ISO10126 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB136/ISO10126-2 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB136/ISO10126-2PADDING 13:35:19,536 INFO [main][CipherTest] transformation=RC6/CFB136/ISO10126PADDING 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/ISO7816-4 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/ISO7816-4PADDING 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/NOPADDING 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/PKCS5 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/PKCS5PADDING 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/PKCS7 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/PKCS7PADDING 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/TBC 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/TBCPADDING 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/X9.23 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/X9.23PADDING 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/ZEROBYTE 13:35:19,537 INFO [main][CipherTest] transformation=RC6/CFB136/ZEROBYTEPADDING 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/ 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/ISO10126 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/ISO10126-2 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/ISO10126-2PADDING 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/ISO10126PADDING 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/ISO7816-4 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/ISO7816-4PADDING 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/NOPADDING 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/PKCS5 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/PKCS5PADDING 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/PKCS7 13:35:19,538 INFO [main][CipherTest] transformation=RC6/CFB144/PKCS7PADDING 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB144/TBC 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB144/TBCPADDING 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB144/X9.23 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB144/X9.23PADDING 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB144/ZEROBYTE 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB144/ZEROBYTEPADDING 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB152/ 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB152/ISO10126 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB152/ISO10126-2 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB152/ISO10126-2PADDING 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB152/ISO10126PADDING 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB152/ISO7816-4 13:35:19,539 INFO [main][CipherTest] transformation=RC6/CFB152/ISO7816-4PADDING 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/NOPADDING 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/PKCS5 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/PKCS5PADDING 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/PKCS7 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/PKCS7PADDING 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/TBC 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/TBCPADDING 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/X9.23 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/X9.23PADDING 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/ZEROBYTE 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB152/ZEROBYTEPADDING 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB16/ 13:35:19,540 INFO [main][CipherTest] transformation=RC6/CFB16/ISO10126 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/ISO10126-2 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/ISO10126-2PADDING 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/ISO10126PADDING 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/ISO7816-4 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/ISO7816-4PADDING 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/NOPADDING 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/PKCS5 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/PKCS5PADDING 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/PKCS7 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/PKCS7PADDING 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/TBC 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/TBCPADDING 13:35:19,541 INFO [main][CipherTest] transformation=RC6/CFB16/X9.23 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB16/X9.23PADDING 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB16/ZEROBYTE 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB16/ZEROBYTEPADDING 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB160/ 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB160/ISO10126 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB160/ISO10126-2 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB160/ISO10126-2PADDING 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB160/ISO10126PADDING 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB160/ISO7816-4 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB160/ISO7816-4PADDING 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB160/NOPADDING 13:35:19,542 INFO [main][CipherTest] transformation=RC6/CFB160/PKCS5 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB160/PKCS5PADDING 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB160/PKCS7 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB160/PKCS7PADDING 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB160/TBC 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB160/TBCPADDING 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB160/X9.23 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB160/X9.23PADDING 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB160/ZEROBYTE 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB160/ZEROBYTEPADDING 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB168/ 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB168/ISO10126 13:35:19,543 INFO [main][CipherTest] transformation=RC6/CFB168/ISO10126-2 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/ISO10126-2PADDING 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/ISO10126PADDING 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/ISO7816-4 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/ISO7816-4PADDING 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/NOPADDING 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/PKCS5 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/PKCS5PADDING 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/PKCS7 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/PKCS7PADDING 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/TBC 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/TBCPADDING 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/X9.23 13:35:19,544 INFO [main][CipherTest] transformation=RC6/CFB168/X9.23PADDING 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB168/ZEROBYTE 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB168/ZEROBYTEPADDING 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/ 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/ISO10126 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/ISO10126-2 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/ISO10126-2PADDING 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/ISO10126PADDING 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/ISO7816-4 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/ISO7816-4PADDING 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/NOPADDING 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/PKCS5 13:35:19,545 INFO [main][CipherTest] transformation=RC6/CFB176/PKCS5PADDING 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB176/PKCS7 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB176/PKCS7PADDING 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB176/TBC 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB176/TBCPADDING 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB176/X9.23 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB176/X9.23PADDING 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB176/ZEROBYTE 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB176/ZEROBYTEPADDING 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB184/ 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB184/ISO10126 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB184/ISO10126-2 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB184/ISO10126-2PADDING 13:35:19,546 INFO [main][CipherTest] transformation=RC6/CFB184/ISO10126PADDING 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/ISO7816-4 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/ISO7816-4PADDING 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/NOPADDING 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/PKCS5 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/PKCS5PADDING 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/PKCS7 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/PKCS7PADDING 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/TBC 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/TBCPADDING 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/X9.23 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/X9.23PADDING 13:35:19,547 INFO [main][CipherTest] transformation=RC6/CFB184/ZEROBYTE 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB184/ZEROBYTEPADDING 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/ 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/ISO10126 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/ISO10126-2 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/ISO10126-2PADDING 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/ISO10126PADDING 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/ISO7816-4 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/ISO7816-4PADDING 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/NOPADDING 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/PKCS5 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/PKCS5PADDING 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/PKCS7 13:35:19,548 INFO [main][CipherTest] transformation=RC6/CFB192/PKCS7PADDING 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB192/TBC 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB192/TBCPADDING 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB192/X9.23 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB192/X9.23PADDING 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB192/ZEROBYTE 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB192/ZEROBYTEPADDING 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB200/ 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB200/ISO10126 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB200/ISO10126-2 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB200/ISO10126-2PADDING 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB200/ISO10126PADDING 13:35:19,549 INFO [main][CipherTest] transformation=RC6/CFB200/ISO7816-4 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/ISO7816-4PADDING 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/NOPADDING 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/PKCS5 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/PKCS5PADDING 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/PKCS7 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/PKCS7PADDING 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/TBC 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/TBCPADDING 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/X9.23 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/X9.23PADDING 13:35:19,550 INFO [main][CipherTest] transformation=RC6/CFB200/ZEROBYTE 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB200/ZEROBYTEPADDING 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/ 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/ISO10126 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/ISO10126-2 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/ISO10126-2PADDING 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/ISO10126PADDING 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/ISO7816-4 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/ISO7816-4PADDING 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/NOPADDING 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/PKCS5 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/PKCS5PADDING 13:35:19,551 INFO [main][CipherTest] transformation=RC6/CFB208/PKCS7 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB208/PKCS7PADDING 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB208/TBC 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB208/TBCPADDING 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB208/X9.23 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB208/X9.23PADDING 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB208/ZEROBYTE 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB208/ZEROBYTEPADDING 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB216/ 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB216/ISO10126 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB216/ISO10126-2 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB216/ISO10126-2PADDING 13:35:19,552 INFO [main][CipherTest] transformation=RC6/CFB216/ISO10126PADDING 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/ISO7816-4 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/ISO7816-4PADDING 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/NOPADDING 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/PKCS5 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/PKCS5PADDING 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/PKCS7 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/PKCS7PADDING 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/TBC 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/TBCPADDING 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/X9.23 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/X9.23PADDING 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/ZEROBYTE 13:35:19,553 INFO [main][CipherTest] transformation=RC6/CFB216/ZEROBYTEPADDING 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/ 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/ISO10126 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/ISO10126-2 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/ISO10126-2PADDING 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/ISO10126PADDING 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/ISO7816-4 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/ISO7816-4PADDING 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/NOPADDING 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/PKCS5 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/PKCS5PADDING 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/PKCS7 13:35:19,554 INFO [main][CipherTest] transformation=RC6/CFB224/PKCS7PADDING 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB224/TBC 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB224/TBCPADDING 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB224/X9.23 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB224/X9.23PADDING 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB224/ZEROBYTE 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB224/ZEROBYTEPADDING 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB232/ 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB232/ISO10126 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB232/ISO10126-2 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB232/ISO10126-2PADDING 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB232/ISO10126PADDING 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB232/ISO7816-4 13:35:19,555 INFO [main][CipherTest] transformation=RC6/CFB232/ISO7816-4PADDING 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/NOPADDING 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/PKCS5 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/PKCS5PADDING 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/PKCS7 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/PKCS7PADDING 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/TBC 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/TBCPADDING 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/X9.23 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/X9.23PADDING 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/ZEROBYTE 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB232/ZEROBYTEPADDING 13:35:19,556 INFO [main][CipherTest] transformation=RC6/CFB24/ 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/ISO10126 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/ISO10126-2 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/ISO10126-2PADDING 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/ISO10126PADDING 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/ISO7816-4 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/ISO7816-4PADDING 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/NOPADDING 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/PKCS5 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/PKCS5PADDING 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/PKCS7 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/PKCS7PADDING 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/TBC 13:35:19,557 INFO [main][CipherTest] transformation=RC6/CFB24/TBCPADDING 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB24/X9.23 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB24/X9.23PADDING 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB24/ZEROBYTE 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB24/ZEROBYTEPADDING 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB240/ 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB240/ISO10126 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB240/ISO10126-2 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB240/ISO10126-2PADDING 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB240/ISO10126PADDING 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB240/ISO7816-4 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB240/ISO7816-4PADDING 13:35:19,558 INFO [main][CipherTest] transformation=RC6/CFB240/NOPADDING 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/PKCS5 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/PKCS5PADDING 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/PKCS7 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/PKCS7PADDING 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/TBC 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/TBCPADDING 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/X9.23 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/X9.23PADDING 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/ZEROBYTE 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB240/ZEROBYTEPADDING 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB248/ 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB248/ISO10126 13:35:19,559 INFO [main][CipherTest] transformation=RC6/CFB248/ISO10126-2 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/ISO10126-2PADDING 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/ISO10126PADDING 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/ISO7816-4 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/ISO7816-4PADDING 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/NOPADDING 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/PKCS5 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/PKCS5PADDING 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/PKCS7 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/PKCS7PADDING 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/TBC 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/TBCPADDING 13:35:19,560 INFO [main][CipherTest] transformation=RC6/CFB248/X9.23 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB248/X9.23PADDING 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB248/ZEROBYTE 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB248/ZEROBYTEPADDING 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB256/ 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB256/ISO10126 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB256/ISO10126-2 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB256/ISO10126-2PADDING 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB256/ISO10126PADDING 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB256/ISO7816-4 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB256/ISO7816-4PADDING 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB256/NOPADDING 13:35:19,561 INFO [main][CipherTest] transformation=RC6/CFB256/PKCS5 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB256/PKCS5PADDING 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB256/PKCS7 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB256/PKCS7PADDING 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB256/TBC 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB256/TBCPADDING 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB256/X9.23 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB256/X9.23PADDING 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB256/ZEROBYTE 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB256/ZEROBYTEPADDING 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB32/ 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB32/ISO10126 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB32/ISO10126-2 13:35:19,562 INFO [main][CipherTest] transformation=RC6/CFB32/ISO10126-2PADDING 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/ISO10126PADDING 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/ISO7816-4 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/ISO7816-4PADDING 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/NOPADDING 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/PKCS5 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/PKCS5PADDING 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/PKCS7 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/PKCS7PADDING 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/TBC 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/TBCPADDING 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/X9.23 13:35:19,563 INFO [main][CipherTest] transformation=RC6/CFB32/X9.23PADDING 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB32/ZEROBYTE 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB32/ZEROBYTEPADDING 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/ 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/ISO10126 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/ISO10126-2 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/ISO10126-2PADDING 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/ISO10126PADDING 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/ISO7816-4 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/ISO7816-4PADDING 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/NOPADDING 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/PKCS5 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/PKCS5PADDING 13:35:19,564 INFO [main][CipherTest] transformation=RC6/CFB40/PKCS7 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB40/PKCS7PADDING 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB40/TBC 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB40/TBCPADDING 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB40/X9.23 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB40/X9.23PADDING 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB40/ZEROBYTE 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB40/ZEROBYTEPADDING 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB48/ 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB48/ISO10126 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB48/ISO10126-2 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB48/ISO10126-2PADDING 13:35:19,565 INFO [main][CipherTest] transformation=RC6/CFB48/ISO10126PADDING 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/ISO7816-4 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/ISO7816-4PADDING 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/NOPADDING 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/PKCS5 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/PKCS5PADDING 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/PKCS7 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/PKCS7PADDING 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/TBC 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/TBCPADDING 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/X9.23 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/X9.23PADDING 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/ZEROBYTE 13:35:19,566 INFO [main][CipherTest] transformation=RC6/CFB48/ZEROBYTEPADDING 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/ 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/ISO10126 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/ISO10126-2 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/ISO10126-2PADDING 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/ISO10126PADDING 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/ISO7816-4 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/ISO7816-4PADDING 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/NOPADDING 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/PKCS5 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/PKCS5PADDING 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/PKCS7 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/PKCS7PADDING 13:35:19,567 INFO [main][CipherTest] transformation=RC6/CFB56/TBC 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB56/TBCPADDING 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB56/X9.23 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB56/X9.23PADDING 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB56/ZEROBYTE 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB56/ZEROBYTEPADDING 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB64/ 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB64/ISO10126 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB64/ISO10126-2 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB64/ISO10126-2PADDING 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB64/ISO10126PADDING 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB64/ISO7816-4 13:35:19,568 INFO [main][CipherTest] transformation=RC6/CFB64/ISO7816-4PADDING 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/NOPADDING 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/PKCS5 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/PKCS5PADDING 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/PKCS7 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/PKCS7PADDING 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/TBC 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/TBCPADDING 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/X9.23 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/X9.23PADDING 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/ZEROBYTE 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB64/ZEROBYTEPADDING 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB72/ 13:35:19,569 INFO [main][CipherTest] transformation=RC6/CFB72/ISO10126 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/ISO10126-2 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/ISO10126-2PADDING 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/ISO10126PADDING 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/ISO7816-4 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/ISO7816-4PADDING 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/NOPADDING 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/PKCS5 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/PKCS5PADDING 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/PKCS7 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/PKCS7PADDING 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/TBC 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/TBCPADDING 13:35:19,570 INFO [main][CipherTest] transformation=RC6/CFB72/X9.23 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB72/X9.23PADDING 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB72/ZEROBYTE 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB72/ZEROBYTEPADDING 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB8/ 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB8/ISO10126 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB8/ISO10126-2 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB8/ISO10126-2PADDING 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB8/ISO10126PADDING 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB8/ISO7816-4 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB8/ISO7816-4PADDING 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB8/NOPADDING 13:35:19,571 INFO [main][CipherTest] transformation=RC6/CFB8/PKCS5 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB8/PKCS5PADDING 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB8/PKCS7 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB8/PKCS7PADDING 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB8/TBC 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB8/TBCPADDING 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB8/X9.23 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB8/X9.23PADDING 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB8/ZEROBYTE 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB8/ZEROBYTEPADDING 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB80/ 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB80/ISO10126 13:35:19,572 INFO [main][CipherTest] transformation=RC6/CFB80/ISO10126-2 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/ISO10126-2PADDING 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/ISO10126PADDING 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/ISO7816-4 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/ISO7816-4PADDING 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/NOPADDING 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/PKCS5 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/PKCS5PADDING 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/PKCS7 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/PKCS7PADDING 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/TBC 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/TBCPADDING 13:35:19,573 INFO [main][CipherTest] transformation=RC6/CFB80/X9.23 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB80/X9.23PADDING 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB80/ZEROBYTE 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB80/ZEROBYTEPADDING 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB88/ 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB88/ISO10126 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB88/ISO10126-2 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB88/ISO10126-2PADDING 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB88/ISO10126PADDING 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB88/ISO7816-4 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB88/ISO7816-4PADDING 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB88/NOPADDING 13:35:19,574 INFO [main][CipherTest] transformation=RC6/CFB88/PKCS5 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB88/PKCS5PADDING 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB88/PKCS7 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB88/PKCS7PADDING 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB88/TBC 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB88/TBCPADDING 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB88/X9.23 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB88/X9.23PADDING 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB88/ZEROBYTE 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB88/ZEROBYTEPADDING 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB96/ 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB96/ISO10126 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB96/ISO10126-2 13:35:19,575 INFO [main][CipherTest] transformation=RC6/CFB96/ISO10126-2PADDING 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/ISO10126PADDING 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/ISO7816-4 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/ISO7816-4PADDING 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/NOPADDING 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/PKCS5 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/PKCS5PADDING 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/PKCS7 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/PKCS7PADDING 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/TBC 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/TBCPADDING 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/X9.23 13:35:19,576 INFO [main][CipherTest] transformation=RC6/CFB96/X9.23PADDING 13:35:19,577 INFO [main][CipherTest] transformation=RC6/CFB96/ZEROBYTE 13:35:19,577 INFO [main][CipherTest] transformation=RC6/CFB96/ZEROBYTEPADDING 13:35:19,577 INFO [main][CipherTest] transformation=RC6/CTS/ 13:35:19,577 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6/CTS/" does not support IV => Skipping. 13:35:19,577 INFO [main][CipherTest] transformation=RC6/CTS/NOPADDING 13:35:19,577 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6/CTS/NOPADDING" does not support IV => Skipping. 13:35:19,577 INFO [main][CipherTest] transformation=RC6/EAX/ 13:35:19,577 INFO [main][CipherTest] transformation=RC6/EAX/NOPADDING 13:35:19,578 INFO [main][CipherTest] transformation=RC6/ECB/ 13:35:19,578 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6/ECB/" does not support IV => Skipping. 13:35:19,578 INFO [main][CipherTest] transformation=RC6/ECB/NOPADDING 13:35:19,578 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RC6/ECB/NOPADDING" does not support IV => Skipping. 13:35:19,578 INFO [main][CipherTest] transformation=RC6/GCM/ 13:35:19,578 INFO [main][CipherTest] transformation=RC6/GCM/NOPADDING 13:35:19,578 INFO [main][CipherTest] transformation=RC6/OFB/ 13:35:19,578 INFO [main][CipherTest] transformation=RC6/OFB/ISO10126 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/ISO10126-2 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/ISO10126-2PADDING 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/ISO10126PADDING 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/ISO7816-4 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/ISO7816-4PADDING 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/NOPADDING 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/PKCS5 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/PKCS5PADDING 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/PKCS7 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/PKCS7PADDING 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/TBC 13:35:19,579 INFO [main][CipherTest] transformation=RC6/OFB/TBCPADDING 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB/X9.23 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB/X9.23PADDING 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB/ZEROBYTE 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB/ZEROBYTEPADDING 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB104/ 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB104/ISO10126 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB104/ISO10126-2 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB104/ISO10126-2PADDING 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB104/ISO10126PADDING 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB104/ISO7816-4 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB104/ISO7816-4PADDING 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB104/NOPADDING 13:35:19,580 INFO [main][CipherTest] transformation=RC6/OFB104/PKCS5 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB104/PKCS5PADDING 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB104/PKCS7 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB104/PKCS7PADDING 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB104/TBC 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB104/TBCPADDING 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB104/X9.23 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB104/X9.23PADDING 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB104/ZEROBYTE 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB104/ZEROBYTEPADDING 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB112/ 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB112/ISO10126 13:35:19,581 INFO [main][CipherTest] transformation=RC6/OFB112/ISO10126-2 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/ISO10126-2PADDING 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/ISO10126PADDING 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/ISO7816-4 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/ISO7816-4PADDING 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/NOPADDING 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/PKCS5 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/PKCS5PADDING 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/PKCS7 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/PKCS7PADDING 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/TBC 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/TBCPADDING 13:35:19,582 INFO [main][CipherTest] transformation=RC6/OFB112/X9.23 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB112/X9.23PADDING 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB112/ZEROBYTE 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB112/ZEROBYTEPADDING 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB120/ 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB120/ISO10126 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB120/ISO10126-2 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB120/ISO10126-2PADDING 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB120/ISO10126PADDING 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB120/ISO7816-4 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB120/ISO7816-4PADDING 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB120/NOPADDING 13:35:19,583 INFO [main][CipherTest] transformation=RC6/OFB120/PKCS5 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB120/PKCS5PADDING 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB120/PKCS7 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB120/PKCS7PADDING 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB120/TBC 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB120/TBCPADDING 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB120/X9.23 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB120/X9.23PADDING 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB120/ZEROBYTE 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB120/ZEROBYTEPADDING 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB128/ 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB128/ISO10126 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB128/ISO10126-2 13:35:19,584 INFO [main][CipherTest] transformation=RC6/OFB128/ISO10126-2PADDING 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/ISO10126PADDING 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/ISO7816-4 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/ISO7816-4PADDING 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/NOPADDING 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/PKCS5 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/PKCS5PADDING 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/PKCS7 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/PKCS7PADDING 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/TBC 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/TBCPADDING 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/X9.23 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/X9.23PADDING 13:35:19,585 INFO [main][CipherTest] transformation=RC6/OFB128/ZEROBYTE 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB128/ZEROBYTEPADDING 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/ 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/ISO10126 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/ISO10126-2 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/ISO10126-2PADDING 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/ISO10126PADDING 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/ISO7816-4 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/ISO7816-4PADDING 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/NOPADDING 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/PKCS5 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/PKCS5PADDING 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/PKCS7 13:35:19,586 INFO [main][CipherTest] transformation=RC6/OFB136/PKCS7PADDING 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB136/TBC 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB136/TBCPADDING 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB136/X9.23 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB136/X9.23PADDING 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB136/ZEROBYTE 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB136/ZEROBYTEPADDING 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB144/ 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB144/ISO10126 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB144/ISO10126-2 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB144/ISO10126-2PADDING 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB144/ISO10126PADDING 13:35:19,587 INFO [main][CipherTest] transformation=RC6/OFB144/ISO7816-4 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/ISO7816-4PADDING 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/NOPADDING 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/PKCS5 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/PKCS5PADDING 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/PKCS7 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/PKCS7PADDING 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/TBC 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/TBCPADDING 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/X9.23 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/X9.23PADDING 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/ZEROBYTE 13:35:19,588 INFO [main][CipherTest] transformation=RC6/OFB144/ZEROBYTEPADDING 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/ 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/ISO10126 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/ISO10126-2 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/ISO10126-2PADDING 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/ISO10126PADDING 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/ISO7816-4 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/ISO7816-4PADDING 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/NOPADDING 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/PKCS5 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/PKCS5PADDING 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/PKCS7 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/PKCS7PADDING 13:35:19,589 INFO [main][CipherTest] transformation=RC6/OFB152/TBC 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB152/TBCPADDING 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB152/X9.23 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB152/X9.23PADDING 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB152/ZEROBYTE 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB152/ZEROBYTEPADDING 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB16/ 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB16/ISO10126 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB16/ISO10126-2 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB16/ISO10126-2PADDING 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB16/ISO10126PADDING 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB16/ISO7816-4 13:35:19,590 INFO [main][CipherTest] transformation=RC6/OFB16/ISO7816-4PADDING 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/NOPADDING 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/PKCS5 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/PKCS5PADDING 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/PKCS7 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/PKCS7PADDING 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/TBC 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/TBCPADDING 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/X9.23 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/X9.23PADDING 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/ZEROBYTE 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB16/ZEROBYTEPADDING 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB160/ 13:35:19,591 INFO [main][CipherTest] transformation=RC6/OFB160/ISO10126 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/ISO10126-2 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/ISO10126-2PADDING 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/ISO10126PADDING 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/ISO7816-4 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/ISO7816-4PADDING 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/NOPADDING 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/PKCS5 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/PKCS5PADDING 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/PKCS7 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/PKCS7PADDING 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/TBC 13:35:19,592 INFO [main][CipherTest] transformation=RC6/OFB160/TBCPADDING 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB160/X9.23 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB160/X9.23PADDING 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB160/ZEROBYTE 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB160/ZEROBYTEPADDING 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB168/ 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB168/ISO10126 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB168/ISO10126-2 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB168/ISO10126-2PADDING 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB168/ISO10126PADDING 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB168/ISO7816-4 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB168/ISO7816-4PADDING 13:35:19,593 INFO [main][CipherTest] transformation=RC6/OFB168/NOPADDING 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/PKCS5 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/PKCS5PADDING 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/PKCS7 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/PKCS7PADDING 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/TBC 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/TBCPADDING 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/X9.23 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/X9.23PADDING 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/ZEROBYTE 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB168/ZEROBYTEPADDING 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB176/ 13:35:19,594 INFO [main][CipherTest] transformation=RC6/OFB176/ISO10126 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/ISO10126-2 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/ISO10126-2PADDING 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/ISO10126PADDING 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/ISO7816-4 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/ISO7816-4PADDING 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/NOPADDING 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/PKCS5 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/PKCS5PADDING 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/PKCS7 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/PKCS7PADDING 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/TBC 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/TBCPADDING 13:35:19,595 INFO [main][CipherTest] transformation=RC6/OFB176/X9.23 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB176/X9.23PADDING 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB176/ZEROBYTE 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB176/ZEROBYTEPADDING 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB184/ 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB184/ISO10126 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB184/ISO10126-2 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB184/ISO10126-2PADDING 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB184/ISO10126PADDING 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB184/ISO7816-4 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB184/ISO7816-4PADDING 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB184/NOPADDING 13:35:19,596 INFO [main][CipherTest] transformation=RC6/OFB184/PKCS5 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB184/PKCS5PADDING 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB184/PKCS7 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB184/PKCS7PADDING 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB184/TBC 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB184/TBCPADDING 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB184/X9.23 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB184/X9.23PADDING 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB184/ZEROBYTE 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB184/ZEROBYTEPADDING 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB192/ 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB192/ISO10126 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB192/ISO10126-2 13:35:19,597 INFO [main][CipherTest] transformation=RC6/OFB192/ISO10126-2PADDING 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/ISO10126PADDING 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/ISO7816-4 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/ISO7816-4PADDING 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/NOPADDING 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/PKCS5 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/PKCS5PADDING 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/PKCS7 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/PKCS7PADDING 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/TBC 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/TBCPADDING 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/X9.23 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/X9.23PADDING 13:35:19,598 INFO [main][CipherTest] transformation=RC6/OFB192/ZEROBYTE 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB192/ZEROBYTEPADDING 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/ 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/ISO10126 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/ISO10126-2 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/ISO10126-2PADDING 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/ISO10126PADDING 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/ISO7816-4 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/ISO7816-4PADDING 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/NOPADDING 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/PKCS5 13:35:19,599 INFO [main][CipherTest] transformation=RC6/OFB200/PKCS5PADDING 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB200/PKCS7 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB200/PKCS7PADDING 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB200/TBC 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB200/TBCPADDING 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB200/X9.23 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB200/X9.23PADDING 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB200/ZEROBYTE 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB200/ZEROBYTEPADDING 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB208/ 13:35:19,600 INFO [main][CipherTest] transformation=RC6/OFB208/ISO10126 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/ISO10126-2 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/ISO10126-2PADDING 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/ISO10126PADDING 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/ISO7816-4 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/ISO7816-4PADDING 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/NOPADDING 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/PKCS5 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/PKCS5PADDING 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/PKCS7 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/PKCS7PADDING 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/TBC 13:35:19,601 INFO [main][CipherTest] transformation=RC6/OFB208/TBCPADDING 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB208/X9.23 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB208/X9.23PADDING 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB208/ZEROBYTE 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB208/ZEROBYTEPADDING 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB216/ 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB216/ISO10126 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB216/ISO10126-2 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB216/ISO10126-2PADDING 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB216/ISO10126PADDING 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB216/ISO7816-4 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB216/ISO7816-4PADDING 13:35:19,602 INFO [main][CipherTest] transformation=RC6/OFB216/NOPADDING 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/PKCS5 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/PKCS5PADDING 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/PKCS7 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/PKCS7PADDING 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/TBC 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/TBCPADDING 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/X9.23 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/X9.23PADDING 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/ZEROBYTE 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB216/ZEROBYTEPADDING 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB224/ 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB224/ISO10126 13:35:19,603 INFO [main][CipherTest] transformation=RC6/OFB224/ISO10126-2 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/ISO10126-2PADDING 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/ISO10126PADDING 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/ISO7816-4 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/ISO7816-4PADDING 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/NOPADDING 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/PKCS5 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/PKCS5PADDING 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/PKCS7 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/PKCS7PADDING 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/TBC 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/TBCPADDING 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/X9.23 13:35:19,604 INFO [main][CipherTest] transformation=RC6/OFB224/X9.23PADDING 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB224/ZEROBYTE 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB224/ZEROBYTEPADDING 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/ 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/ISO10126 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/ISO10126-2 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/ISO10126-2PADDING 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/ISO10126PADDING 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/ISO7816-4 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/ISO7816-4PADDING 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/NOPADDING 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/PKCS5 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/PKCS5PADDING 13:35:19,605 INFO [main][CipherTest] transformation=RC6/OFB232/PKCS7 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB232/PKCS7PADDING 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB232/TBC 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB232/TBCPADDING 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB232/X9.23 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB232/X9.23PADDING 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB232/ZEROBYTE 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB232/ZEROBYTEPADDING 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB24/ 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB24/ISO10126 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB24/ISO10126-2 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB24/ISO10126-2PADDING 13:35:19,606 INFO [main][CipherTest] transformation=RC6/OFB24/ISO10126PADDING 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/ISO7816-4 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/ISO7816-4PADDING 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/NOPADDING 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/PKCS5 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/PKCS5PADDING 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/PKCS7 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/PKCS7PADDING 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/TBC 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/TBCPADDING 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/X9.23 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/X9.23PADDING 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/ZEROBYTE 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB24/ZEROBYTEPADDING 13:35:19,607 INFO [main][CipherTest] transformation=RC6/OFB240/ 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/ISO10126 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/ISO10126-2 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/ISO10126-2PADDING 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/ISO10126PADDING 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/ISO7816-4 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/ISO7816-4PADDING 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/NOPADDING 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/PKCS5 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/PKCS5PADDING 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/PKCS7 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/PKCS7PADDING 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/TBC 13:35:19,608 INFO [main][CipherTest] transformation=RC6/OFB240/TBCPADDING 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB240/X9.23 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB240/X9.23PADDING 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB240/ZEROBYTE 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB240/ZEROBYTEPADDING 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB248/ 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB248/ISO10126 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB248/ISO10126-2 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB248/ISO10126-2PADDING 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB248/ISO10126PADDING 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB248/ISO7816-4 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB248/ISO7816-4PADDING 13:35:19,609 INFO [main][CipherTest] transformation=RC6/OFB248/NOPADDING 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/PKCS5 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/PKCS5PADDING 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/PKCS7 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/PKCS7PADDING 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/TBC 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/TBCPADDING 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/X9.23 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/X9.23PADDING 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/ZEROBYTE 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB248/ZEROBYTEPADDING 13:35:19,610 INFO [main][CipherTest] transformation=RC6/OFB256/ 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/ISO10126 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/ISO10126-2 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/ISO10126-2PADDING 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/ISO10126PADDING 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/ISO7816-4 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/ISO7816-4PADDING 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/NOPADDING 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/PKCS5 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/PKCS5PADDING 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/PKCS7 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/PKCS7PADDING 13:35:19,612 INFO [main][CipherTest] transformation=RC6/OFB256/TBC 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB256/TBCPADDING 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB256/X9.23 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB256/X9.23PADDING 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB256/ZEROBYTE 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB256/ZEROBYTEPADDING 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB32/ 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB32/ISO10126 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB32/ISO10126-2 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB32/ISO10126-2PADDING 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB32/ISO10126PADDING 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB32/ISO7816-4 13:35:19,613 INFO [main][CipherTest] transformation=RC6/OFB32/ISO7816-4PADDING 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/NOPADDING 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/PKCS5 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/PKCS5PADDING 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/PKCS7 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/PKCS7PADDING 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/TBC 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/TBCPADDING 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/X9.23 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/X9.23PADDING 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/ZEROBYTE 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB32/ZEROBYTEPADDING 13:35:19,614 INFO [main][CipherTest] transformation=RC6/OFB40/ 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/ISO10126 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/ISO10126-2 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/ISO10126-2PADDING 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/ISO10126PADDING 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/ISO7816-4 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/ISO7816-4PADDING 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/NOPADDING 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/PKCS5 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/PKCS5PADDING 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/PKCS7 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/PKCS7PADDING 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/TBC 13:35:19,615 INFO [main][CipherTest] transformation=RC6/OFB40/TBCPADDING 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB40/X9.23 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB40/X9.23PADDING 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB40/ZEROBYTE 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB40/ZEROBYTEPADDING 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB48/ 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB48/ISO10126 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB48/ISO10126-2 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB48/ISO10126-2PADDING 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB48/ISO10126PADDING 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB48/ISO7816-4 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB48/ISO7816-4PADDING 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB48/NOPADDING 13:35:19,616 INFO [main][CipherTest] transformation=RC6/OFB48/PKCS5 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB48/PKCS5PADDING 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB48/PKCS7 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB48/PKCS7PADDING 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB48/TBC 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB48/TBCPADDING 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB48/X9.23 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB48/X9.23PADDING 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB48/ZEROBYTE 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB48/ZEROBYTEPADDING 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB56/ 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB56/ISO10126 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB56/ISO10126-2 13:35:19,617 INFO [main][CipherTest] transformation=RC6/OFB56/ISO10126-2PADDING 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/ISO10126PADDING 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/ISO7816-4 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/ISO7816-4PADDING 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/NOPADDING 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/PKCS5 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/PKCS5PADDING 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/PKCS7 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/PKCS7PADDING 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/TBC 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/TBCPADDING 13:35:19,618 INFO [main][CipherTest] transformation=RC6/OFB56/X9.23 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB56/X9.23PADDING 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB56/ZEROBYTE 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB56/ZEROBYTEPADDING 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/ 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/ISO10126 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/ISO10126-2 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/ISO10126-2PADDING 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/ISO10126PADDING 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/ISO7816-4 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/ISO7816-4PADDING 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/NOPADDING 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/PKCS5 13:35:19,619 INFO [main][CipherTest] transformation=RC6/OFB64/PKCS5PADDING 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB64/PKCS7 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB64/PKCS7PADDING 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB64/TBC 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB64/TBCPADDING 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB64/X9.23 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB64/X9.23PADDING 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB64/ZEROBYTE 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB64/ZEROBYTEPADDING 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB72/ 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB72/ISO10126 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB72/ISO10126-2 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB72/ISO10126-2PADDING 13:35:19,620 INFO [main][CipherTest] transformation=RC6/OFB72/ISO10126PADDING 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/ISO7816-4 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/ISO7816-4PADDING 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/NOPADDING 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/PKCS5 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/PKCS5PADDING 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/PKCS7 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/PKCS7PADDING 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/TBC 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/TBCPADDING 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/X9.23 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/X9.23PADDING 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/ZEROBYTE 13:35:19,621 INFO [main][CipherTest] transformation=RC6/OFB72/ZEROBYTEPADDING 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/ 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/ISO10126 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/ISO10126-2 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/ISO10126-2PADDING 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/ISO10126PADDING 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/ISO7816-4 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/ISO7816-4PADDING 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/NOPADDING 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/PKCS5 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/PKCS5PADDING 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/PKCS7 13:35:19,622 INFO [main][CipherTest] transformation=RC6/OFB8/PKCS7PADDING 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB8/TBC 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB8/TBCPADDING 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB8/X9.23 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB8/X9.23PADDING 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB8/ZEROBYTE 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB8/ZEROBYTEPADDING 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB80/ 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB80/ISO10126 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB80/ISO10126-2 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB80/ISO10126-2PADDING 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB80/ISO10126PADDING 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB80/ISO7816-4 13:35:19,623 INFO [main][CipherTest] transformation=RC6/OFB80/ISO7816-4PADDING 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/NOPADDING 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/PKCS5 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/PKCS5PADDING 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/PKCS7 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/PKCS7PADDING 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/TBC 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/TBCPADDING 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/X9.23 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/X9.23PADDING 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/ZEROBYTE 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB80/ZEROBYTEPADDING 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB88/ 13:35:19,624 INFO [main][CipherTest] transformation=RC6/OFB88/ISO10126 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/ISO10126-2 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/ISO10126-2PADDING 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/ISO10126PADDING 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/ISO7816-4 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/ISO7816-4PADDING 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/NOPADDING 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/PKCS5 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/PKCS5PADDING 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/PKCS7 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/PKCS7PADDING 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/TBC 13:35:19,625 INFO [main][CipherTest] transformation=RC6/OFB88/TBCPADDING 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB88/X9.23 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB88/X9.23PADDING 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB88/ZEROBYTE 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB88/ZEROBYTEPADDING 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB96/ 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB96/ISO10126 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB96/ISO10126-2 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB96/ISO10126-2PADDING 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB96/ISO10126PADDING 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB96/ISO7816-4 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB96/ISO7816-4PADDING 13:35:19,626 INFO [main][CipherTest] transformation=RC6/OFB96/NOPADDING 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/PKCS5 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/PKCS5PADDING 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/PKCS7 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/PKCS7PADDING 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/TBC 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/TBCPADDING 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/X9.23 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/X9.23PADDING 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/ZEROBYTE 13:35:19,627 INFO [main][CipherTest] transformation=RC6/OFB96/ZEROBYTEPADDING 13:35:19,627 INFO [main][CipherTest] transformation=RC6/SIC/ 13:35:19,627 INFO [main][CipherTest] transformation=RC6/SIC/ISO10126 13:35:19,628 INFO [main][CipherTest] transformation=RC6/SIC/ISO10126-2 13:35:19,628 INFO [main][CipherTest] transformation=RC6/SIC/ISO10126-2PADDING 13:35:19,628 INFO [main][CipherTest] transformation=RC6/SIC/ISO10126PADDING 13:35:19,628 INFO [main][CipherTest] transformation=RC6/SIC/ISO7816-4 13:35:19,628 INFO [main][CipherTest] transformation=RC6/SIC/ISO7816-4PADDING 13:35:19,628 INFO [main][CipherTest] transformation=RC6/SIC/NOPADDING 13:35:19,628 INFO [main][CipherTest] transformation=RC6/SIC/PKCS5 13:35:19,628 INFO [main][CipherTest] transformation=RC6/SIC/PKCS5PADDING 13:35:19,628 INFO [main][CipherTest] transformation=RC6/SIC/PKCS7 13:35:19,629 INFO [main][CipherTest] transformation=RC6/SIC/PKCS7PADDING 13:35:19,629 INFO [main][CipherTest] transformation=RC6/SIC/TBC 13:35:19,629 INFO [main][CipherTest] transformation=RC6/SIC/TBCPADDING 13:35:19,629 INFO [main][CipherTest] transformation=RC6/SIC/X9.23 13:35:19,629 INFO [main][CipherTest] transformation=RC6/SIC/X9.23PADDING 13:35:19,629 INFO [main][CipherTest] transformation=RC6/SIC/ZEROBYTE 13:35:19,629 INFO [main][CipherTest] transformation=RC6/SIC/ZEROBYTEPADDING 13:35:19,629 INFO [main][CipherTest] transformation=RIJNDAEL// 13:35:19,630 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL//" does not support IV => Skipping. 13:35:19,630 INFO [main][CipherTest] transformation=RIJNDAEL//NOPADDING 13:35:19,630 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL//NOPADDING" does not support IV => Skipping. 13:35:19,630 INFO [main][CipherTest] transformation=RIJNDAEL/CBC-CTS/ 13:35:19,630 INFO [main][CipherTest] transformation=RIJNDAEL/CBC-CTS/NOPADDING 13:35:19,631 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ 13:35:19,631 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO10126 13:35:19,632 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO10126-2 13:35:19,632 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO10126-2PADDING 13:35:19,632 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO10126PADDING 13:35:19,633 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO7816-4 13:35:19,633 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ISO7816-4PADDING 13:35:19,633 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/NOPADDING 13:35:19,634 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/PKCS5 13:35:19,634 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/PKCS5PADDING 13:35:19,635 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/PKCS7 13:35:19,635 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/PKCS7PADDING 13:35:19,636 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/TBC 13:35:19,636 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/TBCPADDING 13:35:19,636 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/X9.23 13:35:19,637 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/X9.23PADDING 13:35:19,637 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ZEROBYTE 13:35:19,638 INFO [main][CipherTest] transformation=RIJNDAEL/CBC/ZEROBYTEPADDING 13:35:19,638 INFO [main][CipherTest] transformation=RIJNDAEL/CCM/ 13:35:19,638 INFO [main][CipherTest] transformation=RIJNDAEL/CCM/NOPADDING 13:35:19,638 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ 13:35:19,639 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO10126 13:35:19,639 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO10126-2 13:35:19,640 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO10126-2PADDING 13:35:19,640 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO10126PADDING 13:35:19,640 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO7816-4 13:35:19,641 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ISO7816-4PADDING 13:35:19,641 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/NOPADDING 13:35:19,642 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/PKCS5 13:35:19,642 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/PKCS5PADDING 13:35:19,642 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/PKCS7 13:35:19,643 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/PKCS7PADDING 13:35:19,643 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/TBC 13:35:19,644 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/TBCPADDING 13:35:19,644 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/X9.23 13:35:19,644 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/X9.23PADDING 13:35:19,645 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ZEROBYTE 13:35:19,645 INFO [main][CipherTest] transformation=RIJNDAEL/CFB/ZEROBYTEPADDING 13:35:19,646 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ 13:35:19,646 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO10126 13:35:19,647 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO10126-2 13:35:19,647 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO10126-2PADDING 13:35:19,647 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO10126PADDING 13:35:19,648 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO7816-4 13:35:19,648 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ISO7816-4PADDING 13:35:19,649 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/NOPADDING 13:35:19,649 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/PKCS5 13:35:19,650 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/PKCS5PADDING 13:35:19,650 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/PKCS7 13:35:19,650 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/PKCS7PADDING 13:35:19,651 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/TBC 13:35:19,651 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/TBCPADDING 13:35:19,652 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/X9.23 13:35:19,652 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/X9.23PADDING 13:35:19,652 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ZEROBYTE 13:35:19,653 INFO [main][CipherTest] transformation=RIJNDAEL/CFB104/ZEROBYTEPADDING 13:35:19,653 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ 13:35:19,654 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO10126 13:35:19,654 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO10126-2 13:35:19,655 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO10126-2PADDING 13:35:19,655 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO10126PADDING 13:35:19,656 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO7816-4 13:35:19,656 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ISO7816-4PADDING 13:35:19,656 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/NOPADDING 13:35:19,657 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/PKCS5 13:35:19,657 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/PKCS5PADDING 13:35:19,658 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/PKCS7 13:35:19,658 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/PKCS7PADDING 13:35:19,659 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/TBC 13:35:19,659 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/TBCPADDING 13:35:19,659 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/X9.23 13:35:19,660 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/X9.23PADDING 13:35:19,660 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ZEROBYTE 13:35:19,661 INFO [main][CipherTest] transformation=RIJNDAEL/CFB112/ZEROBYTEPADDING 13:35:19,661 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ 13:35:19,661 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO10126 13:35:19,662 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO10126-2 13:35:19,662 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO10126-2PADDING 13:35:19,663 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO10126PADDING 13:35:19,663 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO7816-4 13:35:19,664 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ISO7816-4PADDING 13:35:19,664 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/NOPADDING 13:35:19,665 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/PKCS5 13:35:19,665 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/PKCS5PADDING 13:35:19,665 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/PKCS7 13:35:19,666 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/PKCS7PADDING 13:35:19,666 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/TBC 13:35:19,667 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/TBCPADDING 13:35:19,667 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/X9.23 13:35:19,667 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/X9.23PADDING 13:35:19,668 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ZEROBYTE 13:35:19,668 INFO [main][CipherTest] transformation=RIJNDAEL/CFB120/ZEROBYTEPADDING 13:35:19,669 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ 13:35:19,669 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO10126 13:35:19,670 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO10126-2 13:35:19,670 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO10126-2PADDING 13:35:19,670 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO10126PADDING 13:35:19,671 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO7816-4 13:35:19,671 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ISO7816-4PADDING 13:35:19,672 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/NOPADDING 13:35:19,672 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/PKCS5 13:35:19,673 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/PKCS5PADDING 13:35:19,673 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/PKCS7 13:35:19,673 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/PKCS7PADDING 13:35:19,674 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/TBC 13:35:19,674 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/TBCPADDING 13:35:19,675 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/X9.23 13:35:19,675 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/X9.23PADDING 13:35:19,676 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ZEROBYTE 13:35:19,676 INFO [main][CipherTest] transformation=RIJNDAEL/CFB128/ZEROBYTEPADDING 13:35:19,676 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ 13:35:19,677 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO10126 13:35:19,677 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO10126-2 13:35:19,678 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO10126-2PADDING 13:35:19,678 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO10126PADDING 13:35:19,679 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO7816-4 13:35:19,679 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ISO7816-4PADDING 13:35:19,679 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/NOPADDING 13:35:19,680 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/PKCS5 13:35:19,680 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/PKCS5PADDING 13:35:19,681 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/PKCS7 13:35:19,681 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/PKCS7PADDING 13:35:19,682 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/TBC 13:35:19,682 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/TBCPADDING 13:35:19,682 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/X9.23 13:35:19,683 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/X9.23PADDING 13:35:19,683 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ZEROBYTE 13:35:19,684 INFO [main][CipherTest] transformation=RIJNDAEL/CFB136/ZEROBYTEPADDING 13:35:19,684 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ 13:35:19,684 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO10126 13:35:19,685 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO10126-2 13:35:19,685 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO10126-2PADDING 13:35:19,686 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO10126PADDING 13:35:19,686 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO7816-4 13:35:19,687 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ISO7816-4PADDING 13:35:19,687 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/NOPADDING 13:35:19,688 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/PKCS5 13:35:19,688 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/PKCS5PADDING 13:35:19,688 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/PKCS7 13:35:19,689 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/PKCS7PADDING 13:35:19,689 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/TBC 13:35:19,690 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/TBCPADDING 13:35:19,690 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/X9.23 13:35:19,690 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/X9.23PADDING 13:35:19,691 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ZEROBYTE 13:35:19,691 INFO [main][CipherTest] transformation=RIJNDAEL/CFB144/ZEROBYTEPADDING 13:35:19,692 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ 13:35:19,692 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO10126 13:35:19,693 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO10126-2 13:35:19,693 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO10126-2PADDING 13:35:19,694 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO10126PADDING 13:35:19,694 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO7816-4 13:35:19,694 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ISO7816-4PADDING 13:35:19,695 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/NOPADDING 13:35:19,695 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/PKCS5 13:35:19,696 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/PKCS5PADDING 13:35:19,696 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/PKCS7 13:35:19,697 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/PKCS7PADDING 13:35:19,697 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/TBC 13:35:19,697 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/TBCPADDING 13:35:19,698 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/X9.23 13:35:19,698 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/X9.23PADDING 13:35:19,699 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ZEROBYTE 13:35:19,699 INFO [main][CipherTest] transformation=RIJNDAEL/CFB152/ZEROBYTEPADDING 13:35:19,700 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ 13:35:19,700 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO10126 13:35:19,700 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO10126-2 13:35:19,701 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO10126-2PADDING 13:35:19,701 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO10126PADDING 13:35:19,702 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO7816-4 13:35:19,702 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ISO7816-4PADDING 13:35:19,703 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/NOPADDING 13:35:19,703 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/PKCS5 13:35:19,704 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/PKCS5PADDING 13:35:19,704 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/PKCS7 13:35:19,704 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/PKCS7PADDING 13:35:19,705 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/TBC 13:35:19,705 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/TBCPADDING 13:35:19,706 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/X9.23 13:35:19,706 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/X9.23PADDING 13:35:19,706 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ZEROBYTE 13:35:19,707 INFO [main][CipherTest] transformation=RIJNDAEL/CFB16/ZEROBYTEPADDING 13:35:19,707 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ 13:35:19,708 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO10126 13:35:19,708 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO10126-2 13:35:19,709 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO10126-2PADDING 13:35:19,709 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO10126PADDING 13:35:19,709 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO7816-4 13:35:19,710 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ISO7816-4PADDING 13:35:19,710 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/NOPADDING 13:35:19,711 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/PKCS5 13:35:19,711 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/PKCS5PADDING 13:35:19,712 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/PKCS7 13:35:19,712 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/PKCS7PADDING 13:35:19,712 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/TBC 13:35:19,713 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/TBCPADDING 13:35:19,713 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/X9.23 13:35:19,714 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/X9.23PADDING 13:35:19,714 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ZEROBYTE 13:35:19,714 INFO [main][CipherTest] transformation=RIJNDAEL/CFB160/ZEROBYTEPADDING 13:35:19,715 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ 13:35:19,715 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO10126 13:35:19,716 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO10126-2 13:35:19,716 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO10126-2PADDING 13:35:19,717 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO10126PADDING 13:35:19,717 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO7816-4 13:35:19,717 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ISO7816-4PADDING 13:35:19,718 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/NOPADDING 13:35:19,718 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/PKCS5 13:35:19,719 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/PKCS5PADDING 13:35:19,719 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/PKCS7 13:35:19,720 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/PKCS7PADDING 13:35:19,720 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/TBC 13:35:19,720 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/TBCPADDING 13:35:19,721 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/X9.23 13:35:19,721 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/X9.23PADDING 13:35:19,722 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ZEROBYTE 13:35:19,722 INFO [main][CipherTest] transformation=RIJNDAEL/CFB168/ZEROBYTEPADDING 13:35:19,723 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ 13:35:19,723 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO10126 13:35:19,723 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO10126-2 13:35:19,724 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO10126-2PADDING 13:35:19,724 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO10126PADDING 13:35:19,725 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO7816-4 13:35:19,725 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ISO7816-4PADDING 13:35:19,726 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/NOPADDING 13:35:19,726 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/PKCS5 13:35:19,726 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/PKCS5PADDING 13:35:19,727 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/PKCS7 13:35:19,727 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/PKCS7PADDING 13:35:19,728 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/TBC 13:35:19,728 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/TBCPADDING 13:35:19,729 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/X9.23 13:35:19,729 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/X9.23PADDING 13:35:19,729 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ZEROBYTE 13:35:19,730 INFO [main][CipherTest] transformation=RIJNDAEL/CFB176/ZEROBYTEPADDING 13:35:19,730 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ 13:35:19,731 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO10126 13:35:19,731 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO10126-2 13:35:19,732 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO10126-2PADDING 13:35:19,732 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO10126PADDING 13:35:19,732 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO7816-4 13:35:19,733 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ISO7816-4PADDING 13:35:19,733 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/NOPADDING 13:35:19,734 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/PKCS5 13:35:19,734 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/PKCS5PADDING 13:35:19,735 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/PKCS7 13:35:19,735 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/PKCS7PADDING 13:35:19,735 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/TBC 13:35:19,736 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/TBCPADDING 13:35:19,736 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/X9.23 13:35:19,737 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/X9.23PADDING 13:35:19,737 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ZEROBYTE 13:35:19,737 INFO [main][CipherTest] transformation=RIJNDAEL/CFB184/ZEROBYTEPADDING 13:35:19,738 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ 13:35:19,738 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO10126 13:35:19,739 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO10126-2 13:35:19,739 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO10126-2PADDING 13:35:19,740 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO10126PADDING 13:35:19,740 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO7816-4 13:35:19,740 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ISO7816-4PADDING 13:35:19,741 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/NOPADDING 13:35:19,741 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/PKCS5 13:35:19,742 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/PKCS5PADDING 13:35:19,742 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/PKCS7 13:35:19,743 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/PKCS7PADDING 13:35:19,743 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/TBC 13:35:19,743 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/TBCPADDING 13:35:19,744 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/X9.23 13:35:19,744 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/X9.23PADDING 13:35:19,745 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ZEROBYTE 13:35:19,745 INFO [main][CipherTest] transformation=RIJNDAEL/CFB192/ZEROBYTEPADDING 13:35:19,746 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ 13:35:19,746 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO10126 13:35:19,746 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO10126-2 13:35:19,747 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO10126-2PADDING 13:35:19,747 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO10126PADDING 13:35:19,748 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO7816-4 13:35:19,748 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ISO7816-4PADDING 13:35:19,749 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/NOPADDING 13:35:19,749 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/PKCS5 13:35:19,749 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/PKCS5PADDING 13:35:19,750 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/PKCS7 13:35:19,750 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/PKCS7PADDING 13:35:19,751 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/TBC 13:35:19,751 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/TBCPADDING 13:35:19,752 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/X9.23 13:35:19,752 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/X9.23PADDING 13:35:19,752 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ZEROBYTE 13:35:19,753 INFO [main][CipherTest] transformation=RIJNDAEL/CFB200/ZEROBYTEPADDING 13:35:19,753 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ 13:35:19,754 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO10126 13:35:19,754 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO10126-2 13:35:19,755 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO10126-2PADDING 13:35:19,755 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO10126PADDING 13:35:19,755 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO7816-4 13:35:19,756 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ISO7816-4PADDING 13:35:19,756 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/NOPADDING 13:35:19,757 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/PKCS5 13:35:19,757 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/PKCS5PADDING 13:35:19,758 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/PKCS7 13:35:19,758 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/PKCS7PADDING 13:35:19,758 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/TBC 13:35:19,759 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/TBCPADDING 13:35:19,759 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/X9.23 13:35:19,760 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/X9.23PADDING 13:35:19,760 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ZEROBYTE 13:35:19,761 INFO [main][CipherTest] transformation=RIJNDAEL/CFB208/ZEROBYTEPADDING 13:35:19,761 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ 13:35:19,761 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO10126 13:35:19,762 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO10126-2 13:35:19,762 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO10126-2PADDING 13:35:19,763 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO10126PADDING 13:35:19,763 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO7816-4 13:35:19,764 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ISO7816-4PADDING 13:35:19,764 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/NOPADDING 13:35:19,765 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/PKCS5 13:35:19,765 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/PKCS5PADDING 13:35:19,765 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/PKCS7 13:35:19,766 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/PKCS7PADDING 13:35:19,766 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/TBC 13:35:19,767 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/TBCPADDING 13:35:19,767 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/X9.23 13:35:19,768 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/X9.23PADDING 13:35:19,768 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ZEROBYTE 13:35:19,768 INFO [main][CipherTest] transformation=RIJNDAEL/CFB216/ZEROBYTEPADDING 13:35:19,769 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ 13:35:19,769 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO10126 13:35:19,770 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO10126-2 13:35:19,770 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO10126-2PADDING 13:35:19,771 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO10126PADDING 13:35:19,771 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO7816-4 13:35:19,772 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ISO7816-4PADDING 13:35:19,772 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/NOPADDING 13:35:19,772 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/PKCS5 13:35:19,773 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/PKCS5PADDING 13:35:19,773 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/PKCS7 13:35:19,774 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/PKCS7PADDING 13:35:19,774 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/TBC 13:35:19,775 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/TBCPADDING 13:35:19,775 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/X9.23 13:35:19,775 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/X9.23PADDING 13:35:19,776 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ZEROBYTE 13:35:19,776 INFO [main][CipherTest] transformation=RIJNDAEL/CFB224/ZEROBYTEPADDING 13:35:19,777 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ 13:35:19,777 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO10126 13:35:19,777 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO10126-2 13:35:19,778 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO10126-2PADDING 13:35:19,778 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO10126PADDING 13:35:19,779 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO7816-4 13:35:19,779 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ISO7816-4PADDING 13:35:19,780 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/NOPADDING 13:35:19,780 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/PKCS5 13:35:19,781 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/PKCS5PADDING 13:35:19,781 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/PKCS7 13:35:19,781 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/PKCS7PADDING 13:35:19,782 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/TBC 13:35:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/TBCPADDING 13:35:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/X9.23 13:35:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/X9.23PADDING 13:35:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ZEROBYTE 13:35:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB232/ZEROBYTEPADDING 13:35:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ 13:35:19,791 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO10126 13:35:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO10126-2 13:35:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO10126-2PADDING 13:35:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO10126PADDING 13:35:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO7816-4 13:35:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ISO7816-4PADDING 13:35:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/NOPADDING 13:35:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/PKCS5 13:35:19,792 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/PKCS5PADDING 13:35:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/PKCS7 13:35:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/PKCS7PADDING 13:35:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/TBC 13:35:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/TBCPADDING 13:35:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/X9.23 13:35:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/X9.23PADDING 13:35:19,793 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ZEROBYTE 13:35:19,795 INFO [main][CipherTest] transformation=RIJNDAEL/CFB24/ZEROBYTEPADDING 13:35:19,795 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ 13:35:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO10126 13:35:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO10126-2 13:35:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO10126-2PADDING 13:35:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO10126PADDING 13:35:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO7816-4 13:35:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ISO7816-4PADDING 13:35:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/NOPADDING 13:35:19,796 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/PKCS5 13:35:19,797 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/PKCS5PADDING 13:35:19,797 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/PKCS7 13:35:19,797 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/PKCS7PADDING 13:35:19,804 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/TBC 13:35:19,804 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/TBCPADDING 13:35:19,804 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/X9.23 13:35:19,804 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/X9.23PADDING 13:35:19,805 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ZEROBYTE 13:35:19,805 INFO [main][CipherTest] transformation=RIJNDAEL/CFB240/ZEROBYTEPADDING 13:35:19,805 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ 13:35:19,805 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO10126 13:35:19,805 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO10126-2 13:35:19,805 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO10126-2PADDING 13:35:19,805 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO10126PADDING 13:35:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO7816-4 13:35:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ISO7816-4PADDING 13:35:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/NOPADDING 13:35:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/PKCS5 13:35:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/PKCS5PADDING 13:35:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/PKCS7 13:35:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/PKCS7PADDING 13:35:19,806 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/TBC 13:35:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/TBCPADDING 13:35:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/X9.23 13:35:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/X9.23PADDING 13:35:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ZEROBYTE 13:35:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB248/ZEROBYTEPADDING 13:35:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ 13:35:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO10126 13:35:19,807 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO10126-2 13:35:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO10126-2PADDING 13:35:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO10126PADDING 13:35:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO7816-4 13:35:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ISO7816-4PADDING 13:35:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/NOPADDING 13:35:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/PKCS5 13:35:19,808 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/PKCS5PADDING 13:35:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/PKCS7 13:35:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/PKCS7PADDING 13:35:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/TBC 13:35:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/TBCPADDING 13:35:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/X9.23 13:35:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/X9.23PADDING 13:35:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ZEROBYTE 13:35:19,809 INFO [main][CipherTest] transformation=RIJNDAEL/CFB256/ZEROBYTEPADDING 13:35:19,810 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ 13:35:19,810 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO10126 13:35:19,810 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO10126-2 13:35:19,810 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO10126-2PADDING 13:35:19,810 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO10126PADDING 13:35:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO7816-4 13:35:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ISO7816-4PADDING 13:35:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/NOPADDING 13:35:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/PKCS5 13:35:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/PKCS5PADDING 13:35:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/PKCS7 13:35:19,811 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/PKCS7PADDING 13:35:19,812 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/TBC 13:35:19,812 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/TBCPADDING 13:35:19,812 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/X9.23 13:35:19,812 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/X9.23PADDING 13:35:19,812 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ZEROBYTE 13:35:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB32/ZEROBYTEPADDING 13:35:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ 13:35:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO10126 13:35:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO10126-2 13:35:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO10126-2PADDING 13:35:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO10126PADDING 13:35:19,819 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO7816-4 13:35:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ISO7816-4PADDING 13:35:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/NOPADDING 13:35:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/PKCS5 13:35:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/PKCS5PADDING 13:35:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/PKCS7 13:35:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/PKCS7PADDING 13:35:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/TBC 13:35:19,820 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/TBCPADDING 13:35:19,821 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/X9.23 13:35:19,821 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/X9.23PADDING 13:35:19,821 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ZEROBYTE 13:35:19,821 INFO [main][CipherTest] transformation=RIJNDAEL/CFB40/ZEROBYTEPADDING 13:35:19,821 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ 13:35:19,821 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO10126 13:35:19,822 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO10126-2 13:35:19,822 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO10126-2PADDING 13:35:19,822 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO10126PADDING 13:35:19,822 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO7816-4 13:35:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ISO7816-4PADDING 13:35:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/NOPADDING 13:35:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/PKCS5 13:35:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/PKCS5PADDING 13:35:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/PKCS7 13:35:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/PKCS7PADDING 13:35:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/TBC 13:35:19,823 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/TBCPADDING 13:35:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/X9.23 13:35:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/X9.23PADDING 13:35:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ZEROBYTE 13:35:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB48/ZEROBYTEPADDING 13:35:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ 13:35:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO10126 13:35:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO10126-2 13:35:19,824 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO10126-2PADDING 13:35:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO10126PADDING 13:35:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO7816-4 13:35:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ISO7816-4PADDING 13:35:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/NOPADDING 13:35:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/PKCS5 13:35:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/PKCS5PADDING 13:35:19,825 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/PKCS7 13:35:19,826 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/PKCS7PADDING 13:35:19,826 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/TBC 13:35:19,826 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/TBCPADDING 13:35:19,830 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/X9.23 13:35:19,830 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/X9.23PADDING 13:35:19,830 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ZEROBYTE 13:35:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB56/ZEROBYTEPADDING 13:35:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ 13:35:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO10126 13:35:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO10126-2 13:35:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO10126-2PADDING 13:35:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO10126PADDING 13:35:19,831 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO7816-4 13:35:19,832 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ISO7816-4PADDING 13:35:19,832 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/NOPADDING 13:35:19,832 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/PKCS5 13:35:19,857 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/PKCS5PADDING 13:35:19,857 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/PKCS7 13:35:19,857 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/PKCS7PADDING 13:35:19,857 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/TBC 13:35:19,857 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/TBCPADDING 13:35:19,857 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/X9.23 13:35:19,857 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/X9.23PADDING 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ZEROBYTE 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB64/ZEROBYTEPADDING 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO10126 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO10126-2 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO10126-2PADDING 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO10126PADDING 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO7816-4 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ISO7816-4PADDING 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/NOPADDING 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/PKCS5 13:35:19,858 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/PKCS5PADDING 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/PKCS7 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/PKCS7PADDING 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/TBC 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/TBCPADDING 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/X9.23 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/X9.23PADDING 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ZEROBYTE 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB72/ZEROBYTEPADDING 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO10126 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO10126-2 13:35:19,859 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO10126-2PADDING 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO10126PADDING 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO7816-4 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ISO7816-4PADDING 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/NOPADDING 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/PKCS5 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/PKCS5PADDING 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/PKCS7 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/PKCS7PADDING 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/TBC 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/TBCPADDING 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/X9.23 13:35:19,860 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/X9.23PADDING 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ZEROBYTE 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB8/ZEROBYTEPADDING 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO10126 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO10126-2 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO10126-2PADDING 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO10126PADDING 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO7816-4 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ISO7816-4PADDING 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/NOPADDING 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/PKCS5 13:35:19,861 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/PKCS5PADDING 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/PKCS7 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/PKCS7PADDING 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/TBC 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/TBCPADDING 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/X9.23 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/X9.23PADDING 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ZEROBYTE 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB80/ZEROBYTEPADDING 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO10126 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO10126-2 13:35:19,862 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO10126-2PADDING 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO10126PADDING 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO7816-4 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ISO7816-4PADDING 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/NOPADDING 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/PKCS5 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/PKCS5PADDING 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/PKCS7 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/PKCS7PADDING 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/TBC 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/TBCPADDING 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/X9.23 13:35:19,863 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/X9.23PADDING 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ZEROBYTE 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB88/ZEROBYTEPADDING 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO10126 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO10126-2 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO10126-2PADDING 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO10126PADDING 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO7816-4 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ISO7816-4PADDING 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/NOPADDING 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/PKCS5 13:35:19,864 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/PKCS5PADDING 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/PKCS7 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/PKCS7PADDING 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/TBC 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/TBCPADDING 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/X9.23 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/X9.23PADDING 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ZEROBYTE 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CFB96/ZEROBYTEPADDING 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CTS/ 13:35:19,865 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL/CTS/" does not support IV => Skipping. 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/CTS/NOPADDING 13:35:19,865 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL/CTS/NOPADDING" does not support IV => Skipping. 13:35:19,865 INFO [main][CipherTest] transformation=RIJNDAEL/EAX/ 13:35:19,867 INFO [main][CipherTest] transformation=RIJNDAEL/EAX/NOPADDING 13:35:19,869 INFO [main][CipherTest] transformation=RIJNDAEL/ECB/ 13:35:19,869 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL/ECB/" does not support IV => Skipping. 13:35:19,869 INFO [main][CipherTest] transformation=RIJNDAEL/ECB/NOPADDING 13:35:19,869 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "RIJNDAEL/ECB/NOPADDING" does not support IV => Skipping. 13:35:19,869 INFO [main][CipherTest] transformation=RIJNDAEL/GCM/ 13:35:19,870 INFO [main][CipherTest] transformation=RIJNDAEL/GCM/NOPADDING 13:35:19,870 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ 13:35:19,870 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO10126 13:35:19,870 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO10126-2 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO10126-2PADDING 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO10126PADDING 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO7816-4 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ISO7816-4PADDING 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/NOPADDING 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/PKCS5 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/PKCS5PADDING 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/PKCS7 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/PKCS7PADDING 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/TBC 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/TBCPADDING 13:35:19,871 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/X9.23 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/X9.23PADDING 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ZEROBYTE 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB/ZEROBYTEPADDING 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO10126 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO10126-2 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO10126-2PADDING 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO10126PADDING 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO7816-4 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ISO7816-4PADDING 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/NOPADDING 13:35:19,872 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/PKCS5 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/PKCS5PADDING 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/PKCS7 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/PKCS7PADDING 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/TBC 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/TBCPADDING 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/X9.23 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/X9.23PADDING 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ZEROBYTE 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB104/ZEROBYTEPADDING 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ 13:35:19,873 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO10126 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO10126-2 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO10126-2PADDING 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO10126PADDING 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO7816-4 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ISO7816-4PADDING 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/NOPADDING 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/PKCS5 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/PKCS5PADDING 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/PKCS7 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/PKCS7PADDING 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/TBC 13:35:19,874 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/TBCPADDING 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/X9.23 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/X9.23PADDING 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ZEROBYTE 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB112/ZEROBYTEPADDING 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO10126 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO10126-2 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO10126-2PADDING 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO10126PADDING 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO7816-4 13:35:19,875 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ISO7816-4PADDING 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/NOPADDING 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/PKCS5 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/PKCS5PADDING 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/PKCS7 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/PKCS7PADDING 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/TBC 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/TBCPADDING 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/X9.23 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/X9.23PADDING 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ZEROBYTE 13:35:19,876 INFO [main][CipherTest] transformation=RIJNDAEL/OFB120/ZEROBYTEPADDING 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO10126 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO10126-2 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO10126-2PADDING 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO10126PADDING 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO7816-4 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ISO7816-4PADDING 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/NOPADDING 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/PKCS5 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/PKCS5PADDING 13:35:19,877 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/PKCS7 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/PKCS7PADDING 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/TBC 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/TBCPADDING 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/X9.23 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/X9.23PADDING 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ZEROBYTE 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB128/ZEROBYTEPADDING 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO10126 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO10126-2 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO10126-2PADDING 13:35:19,878 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO10126PADDING 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO7816-4 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ISO7816-4PADDING 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/NOPADDING 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/PKCS5 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/PKCS5PADDING 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/PKCS7 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/PKCS7PADDING 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/TBC 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/TBCPADDING 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/X9.23 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/X9.23PADDING 13:35:19,879 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ZEROBYTE 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB136/ZEROBYTEPADDING 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO10126 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO10126-2 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO10126-2PADDING 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO10126PADDING 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO7816-4 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ISO7816-4PADDING 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/NOPADDING 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/PKCS5 13:35:19,880 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/PKCS5PADDING 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/PKCS7 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/PKCS7PADDING 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/TBC 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/TBCPADDING 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/X9.23 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/X9.23PADDING 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ZEROBYTE 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB144/ZEROBYTEPADDING 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO10126 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO10126-2 13:35:19,881 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO10126-2PADDING 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO10126PADDING 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO7816-4 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ISO7816-4PADDING 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/NOPADDING 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/PKCS5 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/PKCS5PADDING 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/PKCS7 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/PKCS7PADDING 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/TBC 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/TBCPADDING 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/X9.23 13:35:19,882 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/X9.23PADDING 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ZEROBYTE 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB152/ZEROBYTEPADDING 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO10126 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO10126-2 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO10126-2PADDING 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO10126PADDING 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO7816-4 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ISO7816-4PADDING 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/NOPADDING 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/PKCS5 13:35:19,883 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/PKCS5PADDING 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/PKCS7 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/PKCS7PADDING 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/TBC 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/TBCPADDING 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/X9.23 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/X9.23PADDING 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ZEROBYTE 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB16/ZEROBYTEPADDING 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO10126 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO10126-2 13:35:19,884 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO10126-2PADDING 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO10126PADDING 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO7816-4 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ISO7816-4PADDING 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/NOPADDING 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/PKCS5 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/PKCS5PADDING 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/PKCS7 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/PKCS7PADDING 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/TBC 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/TBCPADDING 13:35:19,885 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/X9.23 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/X9.23PADDING 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ZEROBYTE 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB160/ZEROBYTEPADDING 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO10126 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO10126-2 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO10126-2PADDING 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO10126PADDING 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO7816-4 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ISO7816-4PADDING 13:35:19,886 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/NOPADDING 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/PKCS5 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/PKCS5PADDING 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/PKCS7 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/PKCS7PADDING 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/TBC 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/TBCPADDING 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/X9.23 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/X9.23PADDING 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ZEROBYTE 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB168/ZEROBYTEPADDING 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ 13:35:19,887 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO10126 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO10126-2 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO10126-2PADDING 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO10126PADDING 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO7816-4 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ISO7816-4PADDING 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/NOPADDING 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/PKCS5 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/PKCS5PADDING 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/PKCS7 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/PKCS7PADDING 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/TBC 13:35:19,888 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/TBCPADDING 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/X9.23 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/X9.23PADDING 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ZEROBYTE 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB176/ZEROBYTEPADDING 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO10126 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO10126-2 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO10126-2PADDING 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO10126PADDING 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO7816-4 13:35:19,889 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ISO7816-4PADDING 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/NOPADDING 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/PKCS5 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/PKCS5PADDING 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/PKCS7 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/PKCS7PADDING 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/TBC 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/TBCPADDING 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/X9.23 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/X9.23PADDING 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ZEROBYTE 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB184/ZEROBYTEPADDING 13:35:19,890 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO10126 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO10126-2 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO10126-2PADDING 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO10126PADDING 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO7816-4 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ISO7816-4PADDING 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/NOPADDING 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/PKCS5 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/PKCS5PADDING 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/PKCS7 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/PKCS7PADDING 13:35:19,891 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/TBC 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/TBCPADDING 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/X9.23 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/X9.23PADDING 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ZEROBYTE 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB192/ZEROBYTEPADDING 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO10126 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO10126-2 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO10126-2PADDING 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO10126PADDING 13:35:19,892 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO7816-4 13:35:19,893 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ISO7816-4PADDING 13:35:19,893 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/NOPADDING 13:35:19,893 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/PKCS5 13:35:19,893 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/PKCS5PADDING 13:35:19,893 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/PKCS7 13:35:19,894 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/PKCS7PADDING 13:35:19,894 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/TBC 13:35:19,894 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/TBCPADDING 13:35:19,894 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/X9.23 13:35:19,894 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/X9.23PADDING 13:35:19,894 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ZEROBYTE 13:35:19,894 INFO [main][CipherTest] transformation=RIJNDAEL/OFB200/ZEROBYTEPADDING 13:35:19,894 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO10126 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO10126-2 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO10126-2PADDING 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO10126PADDING 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO7816-4 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ISO7816-4PADDING 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/NOPADDING 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/PKCS5 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/PKCS5PADDING 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/PKCS7 13:35:19,895 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/PKCS7PADDING 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/TBC 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/TBCPADDING 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/X9.23 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/X9.23PADDING 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ZEROBYTE 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB208/ZEROBYTEPADDING 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO10126 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO10126-2 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO10126-2PADDING 13:35:19,896 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO10126PADDING 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO7816-4 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ISO7816-4PADDING 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/NOPADDING 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/PKCS5 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/PKCS5PADDING 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/PKCS7 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/PKCS7PADDING 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/TBC 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/TBCPADDING 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/X9.23 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/X9.23PADDING 13:35:19,897 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ZEROBYTE 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB216/ZEROBYTEPADDING 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO10126 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO10126-2 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO10126-2PADDING 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO10126PADDING 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO7816-4 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ISO7816-4PADDING 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/NOPADDING 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/PKCS5 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/PKCS5PADDING 13:35:19,898 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/PKCS7 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/PKCS7PADDING 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/TBC 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/TBCPADDING 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/X9.23 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/X9.23PADDING 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ZEROBYTE 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB224/ZEROBYTEPADDING 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO10126 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO10126-2 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO10126-2PADDING 13:35:19,899 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO10126PADDING 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO7816-4 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ISO7816-4PADDING 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/NOPADDING 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/PKCS5 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/PKCS5PADDING 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/PKCS7 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/PKCS7PADDING 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/TBC 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/TBCPADDING 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/X9.23 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/X9.23PADDING 13:35:19,900 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ZEROBYTE 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB232/ZEROBYTEPADDING 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO10126 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO10126-2 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO10126-2PADDING 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO10126PADDING 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO7816-4 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ISO7816-4PADDING 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/NOPADDING 13:35:19,901 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/PKCS5 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/PKCS5PADDING 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/PKCS7 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/PKCS7PADDING 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/TBC 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/TBCPADDING 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/X9.23 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/X9.23PADDING 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ZEROBYTE 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB24/ZEROBYTEPADDING 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO10126 13:35:19,902 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO10126-2 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO10126-2PADDING 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO10126PADDING 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO7816-4 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ISO7816-4PADDING 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/NOPADDING 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/PKCS5 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/PKCS5PADDING 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/PKCS7 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/PKCS7PADDING 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/TBC 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/TBCPADDING 13:35:19,903 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/X9.23 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/X9.23PADDING 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ZEROBYTE 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB240/ZEROBYTEPADDING 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO10126 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO10126-2 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO10126-2PADDING 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO10126PADDING 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO7816-4 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ISO7816-4PADDING 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/NOPADDING 13:35:19,904 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/PKCS5 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/PKCS5PADDING 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/PKCS7 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/PKCS7PADDING 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/TBC 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/TBCPADDING 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/X9.23 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/X9.23PADDING 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ZEROBYTE 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB248/ZEROBYTEPADDING 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ 13:35:19,905 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO10126 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO10126-2 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO10126-2PADDING 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO10126PADDING 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO7816-4 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ISO7816-4PADDING 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/NOPADDING 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/PKCS5 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/PKCS5PADDING 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/PKCS7 13:35:19,906 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/PKCS7PADDING 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/TBC 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/TBCPADDING 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/X9.23 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/X9.23PADDING 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ZEROBYTE 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB256/ZEROBYTEPADDING 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO10126 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO10126-2 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO10126-2PADDING 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO10126PADDING 13:35:19,907 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO7816-4 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ISO7816-4PADDING 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/NOPADDING 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/PKCS5 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/PKCS5PADDING 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/PKCS7 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/PKCS7PADDING 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/TBC 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/TBCPADDING 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/X9.23 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/X9.23PADDING 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ZEROBYTE 13:35:19,908 INFO [main][CipherTest] transformation=RIJNDAEL/OFB32/ZEROBYTEPADDING 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO10126 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO10126-2 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO10126-2PADDING 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO10126PADDING 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO7816-4 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ISO7816-4PADDING 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/NOPADDING 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/PKCS5 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/PKCS5PADDING 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/PKCS7 13:35:19,909 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/PKCS7PADDING 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/TBC 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/TBCPADDING 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/X9.23 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/X9.23PADDING 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ZEROBYTE 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB40/ZEROBYTEPADDING 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO10126 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO10126-2 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO10126-2PADDING 13:35:19,910 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO10126PADDING 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO7816-4 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ISO7816-4PADDING 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/NOPADDING 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/PKCS5 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/PKCS5PADDING 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/PKCS7 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/PKCS7PADDING 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/TBC 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/TBCPADDING 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/X9.23 13:35:19,911 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/X9.23PADDING 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ZEROBYTE 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB48/ZEROBYTEPADDING 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO10126 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO10126-2 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO10126-2PADDING 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO10126PADDING 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO7816-4 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ISO7816-4PADDING 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/NOPADDING 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/PKCS5 13:35:19,912 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/PKCS5PADDING 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/PKCS7 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/PKCS7PADDING 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/TBC 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/TBCPADDING 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/X9.23 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/X9.23PADDING 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ZEROBYTE 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB56/ZEROBYTEPADDING 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ 13:35:19,913 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO10126 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO10126-2 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO10126-2PADDING 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO10126PADDING 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO7816-4 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ISO7816-4PADDING 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/NOPADDING 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/PKCS5 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/PKCS5PADDING 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/PKCS7 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/PKCS7PADDING 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/TBC 13:35:19,914 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/TBCPADDING 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/X9.23 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/X9.23PADDING 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ZEROBYTE 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB64/ZEROBYTEPADDING 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO10126 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO10126-2 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO10126-2PADDING 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO10126PADDING 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO7816-4 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ISO7816-4PADDING 13:35:19,915 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/NOPADDING 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/PKCS5 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/PKCS5PADDING 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/PKCS7 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/PKCS7PADDING 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/TBC 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/TBCPADDING 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/X9.23 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/X9.23PADDING 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ZEROBYTE 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB72/ZEROBYTEPADDING 13:35:19,916 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO10126 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO10126-2 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO10126-2PADDING 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO10126PADDING 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO7816-4 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ISO7816-4PADDING 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/NOPADDING 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/PKCS5 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/PKCS5PADDING 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/PKCS7 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/PKCS7PADDING 13:35:19,917 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/TBC 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/TBCPADDING 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/X9.23 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/X9.23PADDING 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ZEROBYTE 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB8/ZEROBYTEPADDING 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO10126 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO10126-2 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO10126-2PADDING 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO10126PADDING 13:35:19,918 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO7816-4 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ISO7816-4PADDING 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/NOPADDING 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/PKCS5 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/PKCS5PADDING 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/PKCS7 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/PKCS7PADDING 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/TBC 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/TBCPADDING 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/X9.23 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/X9.23PADDING 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ZEROBYTE 13:35:19,919 INFO [main][CipherTest] transformation=RIJNDAEL/OFB80/ZEROBYTEPADDING 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO10126 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO10126-2 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO10126-2PADDING 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO10126PADDING 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO7816-4 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ISO7816-4PADDING 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/NOPADDING 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/PKCS5 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/PKCS5PADDING 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/PKCS7 13:35:19,920 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/PKCS7PADDING 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/TBC 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/TBCPADDING 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/X9.23 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/X9.23PADDING 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ZEROBYTE 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB88/ZEROBYTEPADDING 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO10126 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO10126-2 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO10126-2PADDING 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO10126PADDING 13:35:19,921 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO7816-4 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ISO7816-4PADDING 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/NOPADDING 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/PKCS5 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/PKCS5PADDING 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/PKCS7 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/PKCS7PADDING 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/TBC 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/TBCPADDING 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/X9.23 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/X9.23PADDING 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ZEROBYTE 13:35:19,922 INFO [main][CipherTest] transformation=RIJNDAEL/OFB96/ZEROBYTEPADDING 13:35:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ 13:35:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO10126 13:35:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO10126-2 13:35:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO10126-2PADDING 13:35:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO10126PADDING 13:35:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO7816-4 13:35:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ISO7816-4PADDING 13:35:19,923 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/NOPADDING 13:35:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/PKCS5 13:35:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/PKCS5PADDING 13:35:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/PKCS7 13:35:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/PKCS7PADDING 13:35:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/TBC 13:35:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/TBCPADDING 13:35:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/X9.23 13:35:19,924 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/X9.23PADDING 13:35:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ZEROBYTE 13:35:19,925 INFO [main][CipherTest] transformation=RIJNDAEL/SIC/ZEROBYTEPADDING 13:35:19,925 INFO [main][CipherTest] transformation=SALSA20// 13:35:19,925 INFO [main][CipherTest] transformation=SALSA20//NOPADDING 13:35:19,925 INFO [main][CipherTest] transformation=SALSA20/ECB/ 13:35:19,925 INFO [main][CipherTest] transformation=SALSA20/ECB/NOPADDING 13:35:19,925 INFO [main][CipherTest] transformation=SEED// 13:35:19,926 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED//" does not support IV => Skipping. 13:35:19,926 INFO [main][CipherTest] transformation=SEED//NOPADDING 13:35:19,926 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED//NOPADDING" does not support IV => Skipping. 13:35:19,926 INFO [main][CipherTest] transformation=SEED/CBC-CTS/ 13:35:19,926 INFO [main][CipherTest] transformation=SEED/CBC-CTS/NOPADDING 13:35:19,926 INFO [main][CipherTest] transformation=SEED/CBC/ 13:35:19,926 INFO [main][CipherTest] transformation=SEED/CBC/ISO10126 13:35:19,926 INFO [main][CipherTest] transformation=SEED/CBC/ISO10126-2 13:35:19,927 INFO [main][CipherTest] transformation=SEED/CBC/ISO10126-2PADDING 13:35:19,927 INFO [main][CipherTest] transformation=SEED/CBC/ISO10126PADDING 13:35:19,927 INFO [main][CipherTest] transformation=SEED/CBC/ISO7816-4 13:35:19,927 INFO [main][CipherTest] transformation=SEED/CBC/ISO7816-4PADDING 13:35:19,927 INFO [main][CipherTest] transformation=SEED/CBC/NOPADDING 13:35:19,928 INFO [main][CipherTest] transformation=SEED/CBC/PKCS5 13:35:19,928 INFO [main][CipherTest] transformation=SEED/CBC/PKCS5PADDING 13:35:19,928 INFO [main][CipherTest] transformation=SEED/CBC/PKCS7 13:35:19,928 INFO [main][CipherTest] transformation=SEED/CBC/PKCS7PADDING 13:35:19,928 INFO [main][CipherTest] transformation=SEED/CBC/TBC 13:35:19,929 INFO [main][CipherTest] transformation=SEED/CBC/TBCPADDING 13:35:19,929 INFO [main][CipherTest] transformation=SEED/CBC/X9.23 13:35:19,929 INFO [main][CipherTest] transformation=SEED/CBC/X9.23PADDING 13:35:19,929 INFO [main][CipherTest] transformation=SEED/CBC/ZEROBYTE 13:35:19,929 INFO [main][CipherTest] transformation=SEED/CBC/ZEROBYTEPADDING 13:35:19,929 INFO [main][CipherTest] transformation=SEED/CCM/ 13:35:19,930 INFO [main][CipherTest] transformation=SEED/CCM/NOPADDING 13:35:19,930 INFO [main][CipherTest] transformation=SEED/CFB/ 13:35:19,930 INFO [main][CipherTest] transformation=SEED/CFB/ISO10126 13:35:19,930 INFO [main][CipherTest] transformation=SEED/CFB/ISO10126-2 13:35:19,930 INFO [main][CipherTest] transformation=SEED/CFB/ISO10126-2PADDING 13:35:19,930 INFO [main][CipherTest] transformation=SEED/CFB/ISO10126PADDING 13:35:19,930 INFO [main][CipherTest] transformation=SEED/CFB/ISO7816-4 13:35:19,931 INFO [main][CipherTest] transformation=SEED/CFB/ISO7816-4PADDING 13:35:19,931 INFO [main][CipherTest] transformation=SEED/CFB/NOPADDING 13:35:19,931 INFO [main][CipherTest] transformation=SEED/CFB/PKCS5 13:35:19,931 INFO [main][CipherTest] transformation=SEED/CFB/PKCS5PADDING 13:35:19,931 INFO [main][CipherTest] transformation=SEED/CFB/PKCS7 13:35:19,931 INFO [main][CipherTest] transformation=SEED/CFB/PKCS7PADDING 13:35:19,931 INFO [main][CipherTest] transformation=SEED/CFB/TBC 13:35:19,932 INFO [main][CipherTest] transformation=SEED/CFB/TBCPADDING 13:35:19,932 INFO [main][CipherTest] transformation=SEED/CFB/X9.23 13:35:19,932 INFO [main][CipherTest] transformation=SEED/CFB/X9.23PADDING 13:35:19,932 INFO [main][CipherTest] transformation=SEED/CFB/ZEROBYTE 13:35:19,932 INFO [main][CipherTest] transformation=SEED/CFB/ZEROBYTEPADDING 13:35:19,932 INFO [main][CipherTest] transformation=SEED/CFB104/ 13:35:19,933 INFO [main][CipherTest] transformation=SEED/CFB104/ISO10126 13:35:19,933 INFO [main][CipherTest] transformation=SEED/CFB104/ISO10126-2 13:35:19,933 INFO [main][CipherTest] transformation=SEED/CFB104/ISO10126-2PADDING 13:35:19,933 INFO [main][CipherTest] transformation=SEED/CFB104/ISO10126PADDING 13:35:19,933 INFO [main][CipherTest] transformation=SEED/CFB104/ISO7816-4 13:35:19,933 INFO [main][CipherTest] transformation=SEED/CFB104/ISO7816-4PADDING 13:35:19,933 INFO [main][CipherTest] transformation=SEED/CFB104/NOPADDING 13:35:19,934 INFO [main][CipherTest] transformation=SEED/CFB104/PKCS5 13:35:19,934 INFO [main][CipherTest] transformation=SEED/CFB104/PKCS5PADDING 13:35:19,934 INFO [main][CipherTest] transformation=SEED/CFB104/PKCS7 13:35:19,934 INFO [main][CipherTest] transformation=SEED/CFB104/PKCS7PADDING 13:35:19,934 INFO [main][CipherTest] transformation=SEED/CFB104/TBC 13:35:19,934 INFO [main][CipherTest] transformation=SEED/CFB104/TBCPADDING 13:35:19,935 INFO [main][CipherTest] transformation=SEED/CFB104/X9.23 13:35:19,935 INFO [main][CipherTest] transformation=SEED/CFB104/X9.23PADDING 13:35:19,935 INFO [main][CipherTest] transformation=SEED/CFB104/ZEROBYTE 13:35:19,935 INFO [main][CipherTest] transformation=SEED/CFB104/ZEROBYTEPADDING 13:35:19,935 INFO [main][CipherTest] transformation=SEED/CFB112/ 13:35:19,935 INFO [main][CipherTest] transformation=SEED/CFB112/ISO10126 13:35:19,935 INFO [main][CipherTest] transformation=SEED/CFB112/ISO10126-2 13:35:19,936 INFO [main][CipherTest] transformation=SEED/CFB112/ISO10126-2PADDING 13:35:19,936 INFO [main][CipherTest] transformation=SEED/CFB112/ISO10126PADDING 13:35:19,936 INFO [main][CipherTest] transformation=SEED/CFB112/ISO7816-4 13:35:19,936 INFO [main][CipherTest] transformation=SEED/CFB112/ISO7816-4PADDING 13:35:19,936 INFO [main][CipherTest] transformation=SEED/CFB112/NOPADDING 13:35:19,936 INFO [main][CipherTest] transformation=SEED/CFB112/PKCS5 13:35:19,936 INFO [main][CipherTest] transformation=SEED/CFB112/PKCS5PADDING 13:35:19,937 INFO [main][CipherTest] transformation=SEED/CFB112/PKCS7 13:35:19,937 INFO [main][CipherTest] transformation=SEED/CFB112/PKCS7PADDING 13:35:19,937 INFO [main][CipherTest] transformation=SEED/CFB112/TBC 13:35:19,937 INFO [main][CipherTest] transformation=SEED/CFB112/TBCPADDING 13:35:19,937 INFO [main][CipherTest] transformation=SEED/CFB112/X9.23 13:35:19,937 INFO [main][CipherTest] transformation=SEED/CFB112/X9.23PADDING 13:35:19,937 INFO [main][CipherTest] transformation=SEED/CFB112/ZEROBYTE 13:35:19,938 INFO [main][CipherTest] transformation=SEED/CFB112/ZEROBYTEPADDING 13:35:19,938 INFO [main][CipherTest] transformation=SEED/CFB120/ 13:35:19,938 INFO [main][CipherTest] transformation=SEED/CFB120/ISO10126 13:35:19,938 INFO [main][CipherTest] transformation=SEED/CFB120/ISO10126-2 13:35:19,938 INFO [main][CipherTest] transformation=SEED/CFB120/ISO10126-2PADDING 13:35:19,938 INFO [main][CipherTest] transformation=SEED/CFB120/ISO10126PADDING 13:35:19,938 INFO [main][CipherTest] transformation=SEED/CFB120/ISO7816-4 13:35:19,939 INFO [main][CipherTest] transformation=SEED/CFB120/ISO7816-4PADDING 13:35:19,939 INFO [main][CipherTest] transformation=SEED/CFB120/NOPADDING 13:35:19,939 INFO [main][CipherTest] transformation=SEED/CFB120/PKCS5 13:35:19,939 INFO [main][CipherTest] transformation=SEED/CFB120/PKCS5PADDING 13:35:19,939 INFO [main][CipherTest] transformation=SEED/CFB120/PKCS7 13:35:19,939 INFO [main][CipherTest] transformation=SEED/CFB120/PKCS7PADDING 13:35:19,939 INFO [main][CipherTest] transformation=SEED/CFB120/TBC 13:35:19,940 INFO [main][CipherTest] transformation=SEED/CFB120/TBCPADDING 13:35:19,940 INFO [main][CipherTest] transformation=SEED/CFB120/X9.23 13:35:19,940 INFO [main][CipherTest] transformation=SEED/CFB120/X9.23PADDING 13:35:19,940 INFO [main][CipherTest] transformation=SEED/CFB120/ZEROBYTE 13:35:19,940 INFO [main][CipherTest] transformation=SEED/CFB120/ZEROBYTEPADDING 13:35:19,940 INFO [main][CipherTest] transformation=SEED/CFB128/ 13:35:19,940 INFO [main][CipherTest] transformation=SEED/CFB128/ISO10126 13:35:19,941 INFO [main][CipherTest] transformation=SEED/CFB128/ISO10126-2 13:35:19,941 INFO [main][CipherTest] transformation=SEED/CFB128/ISO10126-2PADDING 13:35:19,941 INFO [main][CipherTest] transformation=SEED/CFB128/ISO10126PADDING 13:35:19,941 INFO [main][CipherTest] transformation=SEED/CFB128/ISO7816-4 13:35:19,941 INFO [main][CipherTest] transformation=SEED/CFB128/ISO7816-4PADDING 13:35:19,941 INFO [main][CipherTest] transformation=SEED/CFB128/NOPADDING 13:35:19,942 INFO [main][CipherTest] transformation=SEED/CFB128/PKCS5 13:35:19,942 INFO [main][CipherTest] transformation=SEED/CFB128/PKCS5PADDING 13:35:19,942 INFO [main][CipherTest] transformation=SEED/CFB128/PKCS7 13:35:19,942 INFO [main][CipherTest] transformation=SEED/CFB128/PKCS7PADDING 13:35:19,942 INFO [main][CipherTest] transformation=SEED/CFB128/TBC 13:35:19,942 INFO [main][CipherTest] transformation=SEED/CFB128/TBCPADDING 13:35:19,942 INFO [main][CipherTest] transformation=SEED/CFB128/X9.23 13:35:19,943 INFO [main][CipherTest] transformation=SEED/CFB128/X9.23PADDING 13:35:19,943 INFO [main][CipherTest] transformation=SEED/CFB128/ZEROBYTE 13:35:19,943 INFO [main][CipherTest] transformation=SEED/CFB128/ZEROBYTEPADDING 13:35:19,943 INFO [main][CipherTest] transformation=SEED/CFB136/ 13:35:19,943 INFO [main][CipherTest] transformation=SEED/CFB136/ISO10126 13:35:19,943 INFO [main][CipherTest] transformation=SEED/CFB136/ISO10126-2 13:35:19,943 INFO [main][CipherTest] transformation=SEED/CFB136/ISO10126-2PADDING 13:35:19,944 INFO [main][CipherTest] transformation=SEED/CFB136/ISO10126PADDING 13:35:19,944 INFO [main][CipherTest] transformation=SEED/CFB136/ISO7816-4 13:35:19,944 INFO [main][CipherTest] transformation=SEED/CFB136/ISO7816-4PADDING 13:35:19,944 INFO [main][CipherTest] transformation=SEED/CFB136/NOPADDING 13:35:19,944 INFO [main][CipherTest] transformation=SEED/CFB136/PKCS5 13:35:19,944 INFO [main][CipherTest] transformation=SEED/CFB136/PKCS5PADDING 13:35:19,944 INFO [main][CipherTest] transformation=SEED/CFB136/PKCS7 13:35:19,945 INFO [main][CipherTest] transformation=SEED/CFB136/PKCS7PADDING 13:35:19,945 INFO [main][CipherTest] transformation=SEED/CFB136/TBC 13:35:19,945 INFO [main][CipherTest] transformation=SEED/CFB136/TBCPADDING 13:35:19,945 INFO [main][CipherTest] transformation=SEED/CFB136/X9.23 13:35:19,945 INFO [main][CipherTest] transformation=SEED/CFB136/X9.23PADDING 13:35:19,945 INFO [main][CipherTest] transformation=SEED/CFB136/ZEROBYTE 13:35:19,945 INFO [main][CipherTest] transformation=SEED/CFB136/ZEROBYTEPADDING 13:35:19,946 INFO [main][CipherTest] transformation=SEED/CFB144/ 13:35:19,946 INFO [main][CipherTest] transformation=SEED/CFB144/ISO10126 13:35:19,946 INFO [main][CipherTest] transformation=SEED/CFB144/ISO10126-2 13:35:19,946 INFO [main][CipherTest] transformation=SEED/CFB144/ISO10126-2PADDING 13:35:19,946 INFO [main][CipherTest] transformation=SEED/CFB144/ISO10126PADDING 13:35:19,946 INFO [main][CipherTest] transformation=SEED/CFB144/ISO7816-4 13:35:19,947 INFO [main][CipherTest] transformation=SEED/CFB144/ISO7816-4PADDING 13:35:19,947 INFO [main][CipherTest] transformation=SEED/CFB144/NOPADDING 13:35:19,947 INFO [main][CipherTest] transformation=SEED/CFB144/PKCS5 13:35:19,947 INFO [main][CipherTest] transformation=SEED/CFB144/PKCS5PADDING 13:35:19,947 INFO [main][CipherTest] transformation=SEED/CFB144/PKCS7 13:35:19,947 INFO [main][CipherTest] transformation=SEED/CFB144/PKCS7PADDING 13:35:19,947 INFO [main][CipherTest] transformation=SEED/CFB144/TBC 13:35:19,948 INFO [main][CipherTest] transformation=SEED/CFB144/TBCPADDING 13:35:19,948 INFO [main][CipherTest] transformation=SEED/CFB144/X9.23 13:35:19,948 INFO [main][CipherTest] transformation=SEED/CFB144/X9.23PADDING 13:35:19,948 INFO [main][CipherTest] transformation=SEED/CFB144/ZEROBYTE 13:35:19,948 INFO [main][CipherTest] transformation=SEED/CFB144/ZEROBYTEPADDING 13:35:19,948 INFO [main][CipherTest] transformation=SEED/CFB152/ 13:35:19,948 INFO [main][CipherTest] transformation=SEED/CFB152/ISO10126 13:35:19,949 INFO [main][CipherTest] transformation=SEED/CFB152/ISO10126-2 13:35:19,949 INFO [main][CipherTest] transformation=SEED/CFB152/ISO10126-2PADDING 13:35:19,949 INFO [main][CipherTest] transformation=SEED/CFB152/ISO10126PADDING 13:35:19,949 INFO [main][CipherTest] transformation=SEED/CFB152/ISO7816-4 13:35:19,949 INFO [main][CipherTest] transformation=SEED/CFB152/ISO7816-4PADDING 13:35:19,949 INFO [main][CipherTest] transformation=SEED/CFB152/NOPADDING 13:35:19,949 INFO [main][CipherTest] transformation=SEED/CFB152/PKCS5 13:35:19,950 INFO [main][CipherTest] transformation=SEED/CFB152/PKCS5PADDING 13:35:19,950 INFO [main][CipherTest] transformation=SEED/CFB152/PKCS7 13:35:19,950 INFO [main][CipherTest] transformation=SEED/CFB152/PKCS7PADDING 13:35:19,950 INFO [main][CipherTest] transformation=SEED/CFB152/TBC 13:35:19,951 INFO [main][CipherTest] transformation=SEED/CFB152/TBCPADDING 13:35:19,951 INFO [main][CipherTest] transformation=SEED/CFB152/X9.23 13:35:19,951 INFO [main][CipherTest] transformation=SEED/CFB152/X9.23PADDING 13:35:19,951 INFO [main][CipherTest] transformation=SEED/CFB152/ZEROBYTE 13:35:19,951 INFO [main][CipherTest] transformation=SEED/CFB152/ZEROBYTEPADDING 13:35:19,951 INFO [main][CipherTest] transformation=SEED/CFB16/ 13:35:19,952 INFO [main][CipherTest] transformation=SEED/CFB16/ISO10126 13:35:19,952 INFO [main][CipherTest] transformation=SEED/CFB16/ISO10126-2 13:35:19,952 INFO [main][CipherTest] transformation=SEED/CFB16/ISO10126-2PADDING 13:35:19,952 INFO [main][CipherTest] transformation=SEED/CFB16/ISO10126PADDING 13:35:19,952 INFO [main][CipherTest] transformation=SEED/CFB16/ISO7816-4 13:35:19,952 INFO [main][CipherTest] transformation=SEED/CFB16/ISO7816-4PADDING 13:35:19,952 INFO [main][CipherTest] transformation=SEED/CFB16/NOPADDING 13:35:19,952 INFO [main][CipherTest] transformation=SEED/CFB16/PKCS5 13:35:19,953 INFO [main][CipherTest] transformation=SEED/CFB16/PKCS5PADDING 13:35:19,953 INFO [main][CipherTest] transformation=SEED/CFB16/PKCS7 13:35:19,953 INFO [main][CipherTest] transformation=SEED/CFB16/PKCS7PADDING 13:35:19,953 INFO [main][CipherTest] transformation=SEED/CFB16/TBC 13:35:19,953 INFO [main][CipherTest] transformation=SEED/CFB16/TBCPADDING 13:35:19,953 INFO [main][CipherTest] transformation=SEED/CFB16/X9.23 13:35:19,953 INFO [main][CipherTest] transformation=SEED/CFB16/X9.23PADDING 13:35:19,953 INFO [main][CipherTest] transformation=SEED/CFB16/ZEROBYTE 13:35:19,954 INFO [main][CipherTest] transformation=SEED/CFB16/ZEROBYTEPADDING 13:35:19,954 INFO [main][CipherTest] transformation=SEED/CFB160/ 13:35:19,954 INFO [main][CipherTest] transformation=SEED/CFB160/ISO10126 13:35:19,954 INFO [main][CipherTest] transformation=SEED/CFB160/ISO10126-2 13:35:19,954 INFO [main][CipherTest] transformation=SEED/CFB160/ISO10126-2PADDING 13:35:19,954 INFO [main][CipherTest] transformation=SEED/CFB160/ISO10126PADDING 13:35:19,954 INFO [main][CipherTest] transformation=SEED/CFB160/ISO7816-4 13:35:19,954 INFO [main][CipherTest] transformation=SEED/CFB160/ISO7816-4PADDING 13:35:19,955 INFO [main][CipherTest] transformation=SEED/CFB160/NOPADDING 13:35:19,955 INFO [main][CipherTest] transformation=SEED/CFB160/PKCS5 13:35:19,955 INFO [main][CipherTest] transformation=SEED/CFB160/PKCS5PADDING 13:35:19,955 INFO [main][CipherTest] transformation=SEED/CFB160/PKCS7 13:35:19,955 INFO [main][CipherTest] transformation=SEED/CFB160/PKCS7PADDING 13:35:19,955 INFO [main][CipherTest] transformation=SEED/CFB160/TBC 13:35:19,955 INFO [main][CipherTest] transformation=SEED/CFB160/TBCPADDING 13:35:19,955 INFO [main][CipherTest] transformation=SEED/CFB160/X9.23 13:35:19,956 INFO [main][CipherTest] transformation=SEED/CFB160/X9.23PADDING 13:35:19,956 INFO [main][CipherTest] transformation=SEED/CFB160/ZEROBYTE 13:35:19,956 INFO [main][CipherTest] transformation=SEED/CFB160/ZEROBYTEPADDING 13:35:19,956 INFO [main][CipherTest] transformation=SEED/CFB168/ 13:35:19,956 INFO [main][CipherTest] transformation=SEED/CFB168/ISO10126 13:35:19,956 INFO [main][CipherTest] transformation=SEED/CFB168/ISO10126-2 13:35:19,956 INFO [main][CipherTest] transformation=SEED/CFB168/ISO10126-2PADDING 13:35:19,956 INFO [main][CipherTest] transformation=SEED/CFB168/ISO10126PADDING 13:35:19,957 INFO [main][CipherTest] transformation=SEED/CFB168/ISO7816-4 13:35:19,957 INFO [main][CipherTest] transformation=SEED/CFB168/ISO7816-4PADDING 13:35:19,957 INFO [main][CipherTest] transformation=SEED/CFB168/NOPADDING 13:35:19,957 INFO [main][CipherTest] transformation=SEED/CFB168/PKCS5 13:35:19,957 INFO [main][CipherTest] transformation=SEED/CFB168/PKCS5PADDING 13:35:19,957 INFO [main][CipherTest] transformation=SEED/CFB168/PKCS7 13:35:19,957 INFO [main][CipherTest] transformation=SEED/CFB168/PKCS7PADDING 13:35:19,957 INFO [main][CipherTest] transformation=SEED/CFB168/TBC 13:35:19,957 INFO [main][CipherTest] transformation=SEED/CFB168/TBCPADDING 13:35:19,958 INFO [main][CipherTest] transformation=SEED/CFB168/X9.23 13:35:19,958 INFO [main][CipherTest] transformation=SEED/CFB168/X9.23PADDING 13:35:19,958 INFO [main][CipherTest] transformation=SEED/CFB168/ZEROBYTE 13:35:19,959 INFO [main][CipherTest] transformation=SEED/CFB168/ZEROBYTEPADDING 13:35:19,959 INFO [main][CipherTest] transformation=SEED/CFB176/ 13:35:19,959 INFO [main][CipherTest] transformation=SEED/CFB176/ISO10126 13:35:19,959 INFO [main][CipherTest] transformation=SEED/CFB176/ISO10126-2 13:35:19,959 INFO [main][CipherTest] transformation=SEED/CFB176/ISO10126-2PADDING 13:35:19,959 INFO [main][CipherTest] transformation=SEED/CFB176/ISO10126PADDING 13:35:19,960 INFO [main][CipherTest] transformation=SEED/CFB176/ISO7816-4 13:35:19,960 INFO [main][CipherTest] transformation=SEED/CFB176/ISO7816-4PADDING 13:35:19,960 INFO [main][CipherTest] transformation=SEED/CFB176/NOPADDING 13:35:19,960 INFO [main][CipherTest] transformation=SEED/CFB176/PKCS5 13:35:19,960 INFO [main][CipherTest] transformation=SEED/CFB176/PKCS5PADDING 13:35:19,960 INFO [main][CipherTest] transformation=SEED/CFB176/PKCS7 13:35:19,960 INFO [main][CipherTest] transformation=SEED/CFB176/PKCS7PADDING 13:35:19,960 INFO [main][CipherTest] transformation=SEED/CFB176/TBC 13:35:19,961 INFO [main][CipherTest] transformation=SEED/CFB176/TBCPADDING 13:35:19,961 INFO [main][CipherTest] transformation=SEED/CFB176/X9.23 13:35:19,961 INFO [main][CipherTest] transformation=SEED/CFB176/X9.23PADDING 13:35:19,961 INFO [main][CipherTest] transformation=SEED/CFB176/ZEROBYTE 13:35:19,961 INFO [main][CipherTest] transformation=SEED/CFB176/ZEROBYTEPADDING 13:35:19,961 INFO [main][CipherTest] transformation=SEED/CFB184/ 13:35:19,961 INFO [main][CipherTest] transformation=SEED/CFB184/ISO10126 13:35:19,961 INFO [main][CipherTest] transformation=SEED/CFB184/ISO10126-2 13:35:19,962 INFO [main][CipherTest] transformation=SEED/CFB184/ISO10126-2PADDING 13:35:19,962 INFO [main][CipherTest] transformation=SEED/CFB184/ISO10126PADDING 13:35:19,962 INFO [main][CipherTest] transformation=SEED/CFB184/ISO7816-4 13:35:19,962 INFO [main][CipherTest] transformation=SEED/CFB184/ISO7816-4PADDING 13:35:19,962 INFO [main][CipherTest] transformation=SEED/CFB184/NOPADDING 13:35:19,962 INFO [main][CipherTest] transformation=SEED/CFB184/PKCS5 13:35:19,962 INFO [main][CipherTest] transformation=SEED/CFB184/PKCS5PADDING 13:35:19,963 INFO [main][CipherTest] transformation=SEED/CFB184/PKCS7 13:35:19,963 INFO [main][CipherTest] transformation=SEED/CFB184/PKCS7PADDING 13:35:19,963 INFO [main][CipherTest] transformation=SEED/CFB184/TBC 13:35:19,963 INFO [main][CipherTest] transformation=SEED/CFB184/TBCPADDING 13:35:19,963 INFO [main][CipherTest] transformation=SEED/CFB184/X9.23 13:35:19,963 INFO [main][CipherTest] transformation=SEED/CFB184/X9.23PADDING 13:35:19,963 INFO [main][CipherTest] transformation=SEED/CFB184/ZEROBYTE 13:35:19,963 INFO [main][CipherTest] transformation=SEED/CFB184/ZEROBYTEPADDING 13:35:19,963 INFO [main][CipherTest] transformation=SEED/CFB192/ 13:35:19,964 INFO [main][CipherTest] transformation=SEED/CFB192/ISO10126 13:35:19,964 INFO [main][CipherTest] transformation=SEED/CFB192/ISO10126-2 13:35:19,964 INFO [main][CipherTest] transformation=SEED/CFB192/ISO10126-2PADDING 13:35:19,964 INFO [main][CipherTest] transformation=SEED/CFB192/ISO10126PADDING 13:35:19,964 INFO [main][CipherTest] transformation=SEED/CFB192/ISO7816-4 13:35:19,964 INFO [main][CipherTest] transformation=SEED/CFB192/ISO7816-4PADDING 13:35:19,964 INFO [main][CipherTest] transformation=SEED/CFB192/NOPADDING 13:35:19,964 INFO [main][CipherTest] transformation=SEED/CFB192/PKCS5 13:35:19,965 INFO [main][CipherTest] transformation=SEED/CFB192/PKCS5PADDING 13:35:19,965 INFO [main][CipherTest] transformation=SEED/CFB192/PKCS7 13:35:19,965 INFO [main][CipherTest] transformation=SEED/CFB192/PKCS7PADDING 13:35:19,965 INFO [main][CipherTest] transformation=SEED/CFB192/TBC 13:35:19,965 INFO [main][CipherTest] transformation=SEED/CFB192/TBCPADDING 13:35:19,965 INFO [main][CipherTest] transformation=SEED/CFB192/X9.23 13:35:19,965 INFO [main][CipherTest] transformation=SEED/CFB192/X9.23PADDING 13:35:19,965 INFO [main][CipherTest] transformation=SEED/CFB192/ZEROBYTE 13:35:19,966 INFO [main][CipherTest] transformation=SEED/CFB192/ZEROBYTEPADDING 13:35:19,966 INFO [main][CipherTest] transformation=SEED/CFB200/ 13:35:19,966 INFO [main][CipherTest] transformation=SEED/CFB200/ISO10126 13:35:19,966 INFO [main][CipherTest] transformation=SEED/CFB200/ISO10126-2 13:35:19,966 INFO [main][CipherTest] transformation=SEED/CFB200/ISO10126-2PADDING 13:35:19,966 INFO [main][CipherTest] transformation=SEED/CFB200/ISO10126PADDING 13:35:19,966 INFO [main][CipherTest] transformation=SEED/CFB200/ISO7816-4 13:35:19,967 INFO [main][CipherTest] transformation=SEED/CFB200/ISO7816-4PADDING 13:35:19,967 INFO [main][CipherTest] transformation=SEED/CFB200/NOPADDING 13:35:19,967 INFO [main][CipherTest] transformation=SEED/CFB200/PKCS5 13:35:19,967 INFO [main][CipherTest] transformation=SEED/CFB200/PKCS5PADDING 13:35:19,968 INFO [main][CipherTest] transformation=SEED/CFB200/PKCS7 13:35:19,968 INFO [main][CipherTest] transformation=SEED/CFB200/PKCS7PADDING 13:35:19,968 INFO [main][CipherTest] transformation=SEED/CFB200/TBC 13:35:19,968 INFO [main][CipherTest] transformation=SEED/CFB200/TBCPADDING 13:35:19,968 INFO [main][CipherTest] transformation=SEED/CFB200/X9.23 13:35:19,968 INFO [main][CipherTest] transformation=SEED/CFB200/X9.23PADDING 13:35:19,969 INFO [main][CipherTest] transformation=SEED/CFB200/ZEROBYTE 13:35:19,969 INFO [main][CipherTest] transformation=SEED/CFB200/ZEROBYTEPADDING 13:35:19,969 INFO [main][CipherTest] transformation=SEED/CFB208/ 13:35:19,969 INFO [main][CipherTest] transformation=SEED/CFB208/ISO10126 13:35:19,969 INFO [main][CipherTest] transformation=SEED/CFB208/ISO10126-2 13:35:19,970 INFO [main][CipherTest] transformation=SEED/CFB208/ISO10126-2PADDING 13:35:19,970 INFO [main][CipherTest] transformation=SEED/CFB208/ISO10126PADDING 13:35:19,970 INFO [main][CipherTest] transformation=SEED/CFB208/ISO7816-4 13:35:19,970 INFO [main][CipherTest] transformation=SEED/CFB208/ISO7816-4PADDING 13:35:19,970 INFO [main][CipherTest] transformation=SEED/CFB208/NOPADDING 13:35:19,971 INFO [main][CipherTest] transformation=SEED/CFB208/PKCS5 13:35:19,971 INFO [main][CipherTest] transformation=SEED/CFB208/PKCS5PADDING 13:35:19,971 INFO [main][CipherTest] transformation=SEED/CFB208/PKCS7 13:35:19,971 INFO [main][CipherTest] transformation=SEED/CFB208/PKCS7PADDING 13:35:19,971 INFO [main][CipherTest] transformation=SEED/CFB208/TBC 13:35:19,971 INFO [main][CipherTest] transformation=SEED/CFB208/TBCPADDING 13:35:19,972 INFO [main][CipherTest] transformation=SEED/CFB208/X9.23 13:35:19,972 INFO [main][CipherTest] transformation=SEED/CFB208/X9.23PADDING 13:35:19,972 INFO [main][CipherTest] transformation=SEED/CFB208/ZEROBYTE 13:35:19,972 INFO [main][CipherTest] transformation=SEED/CFB208/ZEROBYTEPADDING 13:35:19,972 INFO [main][CipherTest] transformation=SEED/CFB216/ 13:35:19,972 INFO [main][CipherTest] transformation=SEED/CFB216/ISO10126 13:35:19,973 INFO [main][CipherTest] transformation=SEED/CFB216/ISO10126-2 13:35:19,973 INFO [main][CipherTest] transformation=SEED/CFB216/ISO10126-2PADDING 13:35:19,973 INFO [main][CipherTest] transformation=SEED/CFB216/ISO10126PADDING 13:35:19,973 INFO [main][CipherTest] transformation=SEED/CFB216/ISO7816-4 13:35:19,973 INFO [main][CipherTest] transformation=SEED/CFB216/ISO7816-4PADDING 13:35:19,974 INFO [main][CipherTest] transformation=SEED/CFB216/NOPADDING 13:35:19,974 INFO [main][CipherTest] transformation=SEED/CFB216/PKCS5 13:35:19,974 INFO [main][CipherTest] transformation=SEED/CFB216/PKCS5PADDING 13:35:19,974 INFO [main][CipherTest] transformation=SEED/CFB216/PKCS7 13:35:19,974 INFO [main][CipherTest] transformation=SEED/CFB216/PKCS7PADDING 13:35:19,974 INFO [main][CipherTest] transformation=SEED/CFB216/TBC 13:35:19,975 INFO [main][CipherTest] transformation=SEED/CFB216/TBCPADDING 13:35:19,975 INFO [main][CipherTest] transformation=SEED/CFB216/X9.23 13:35:19,975 INFO [main][CipherTest] transformation=SEED/CFB216/X9.23PADDING 13:35:19,975 INFO [main][CipherTest] transformation=SEED/CFB216/ZEROBYTE 13:35:19,975 INFO [main][CipherTest] transformation=SEED/CFB216/ZEROBYTEPADDING 13:35:19,976 INFO [main][CipherTest] transformation=SEED/CFB224/ 13:35:19,976 INFO [main][CipherTest] transformation=SEED/CFB224/ISO10126 13:35:19,976 INFO [main][CipherTest] transformation=SEED/CFB224/ISO10126-2 13:35:19,976 INFO [main][CipherTest] transformation=SEED/CFB224/ISO10126-2PADDING 13:35:19,976 INFO [main][CipherTest] transformation=SEED/CFB224/ISO10126PADDING 13:35:19,977 INFO [main][CipherTest] transformation=SEED/CFB224/ISO7816-4 13:35:19,977 INFO [main][CipherTest] transformation=SEED/CFB224/ISO7816-4PADDING 13:35:19,977 INFO [main][CipherTest] transformation=SEED/CFB224/NOPADDING 13:35:19,977 INFO [main][CipherTest] transformation=SEED/CFB224/PKCS5 13:35:19,977 INFO [main][CipherTest] transformation=SEED/CFB224/PKCS5PADDING 13:35:19,977 INFO [main][CipherTest] transformation=SEED/CFB224/PKCS7 13:35:19,978 INFO [main][CipherTest] transformation=SEED/CFB224/PKCS7PADDING 13:35:19,978 INFO [main][CipherTest] transformation=SEED/CFB224/TBC 13:35:19,978 INFO [main][CipherTest] transformation=SEED/CFB224/TBCPADDING 13:35:19,978 INFO [main][CipherTest] transformation=SEED/CFB224/X9.23 13:35:19,978 INFO [main][CipherTest] transformation=SEED/CFB224/X9.23PADDING 13:35:19,979 INFO [main][CipherTest] transformation=SEED/CFB224/ZEROBYTE 13:35:19,979 INFO [main][CipherTest] transformation=SEED/CFB224/ZEROBYTEPADDING 13:35:19,979 INFO [main][CipherTest] transformation=SEED/CFB232/ 13:35:19,979 INFO [main][CipherTest] transformation=SEED/CFB232/ISO10126 13:35:19,979 INFO [main][CipherTest] transformation=SEED/CFB232/ISO10126-2 13:35:19,979 INFO [main][CipherTest] transformation=SEED/CFB232/ISO10126-2PADDING 13:35:19,980 INFO [main][CipherTest] transformation=SEED/CFB232/ISO10126PADDING 13:35:19,980 INFO [main][CipherTest] transformation=SEED/CFB232/ISO7816-4 13:35:19,980 INFO [main][CipherTest] transformation=SEED/CFB232/ISO7816-4PADDING 13:35:19,980 INFO [main][CipherTest] transformation=SEED/CFB232/NOPADDING 13:35:19,980 INFO [main][CipherTest] transformation=SEED/CFB232/PKCS5 13:35:19,981 INFO [main][CipherTest] transformation=SEED/CFB232/PKCS5PADDING 13:35:19,981 INFO [main][CipherTest] transformation=SEED/CFB232/PKCS7 13:35:19,981 INFO [main][CipherTest] transformation=SEED/CFB232/PKCS7PADDING 13:35:19,981 INFO [main][CipherTest] transformation=SEED/CFB232/TBC 13:35:19,981 INFO [main][CipherTest] transformation=SEED/CFB232/TBCPADDING 13:35:19,981 INFO [main][CipherTest] transformation=SEED/CFB232/X9.23 13:35:19,982 INFO [main][CipherTest] transformation=SEED/CFB232/X9.23PADDING 13:35:19,982 INFO [main][CipherTest] transformation=SEED/CFB232/ZEROBYTE 13:35:19,982 INFO [main][CipherTest] transformation=SEED/CFB232/ZEROBYTEPADDING 13:35:19,982 INFO [main][CipherTest] transformation=SEED/CFB24/ 13:35:19,982 INFO [main][CipherTest] transformation=SEED/CFB24/ISO10126 13:35:19,983 INFO [main][CipherTest] transformation=SEED/CFB24/ISO10126-2 13:35:19,983 INFO [main][CipherTest] transformation=SEED/CFB24/ISO10126-2PADDING 13:35:19,983 INFO [main][CipherTest] transformation=SEED/CFB24/ISO10126PADDING 13:35:19,983 INFO [main][CipherTest] transformation=SEED/CFB24/ISO7816-4 13:35:19,983 INFO [main][CipherTest] transformation=SEED/CFB24/ISO7816-4PADDING 13:35:19,983 INFO [main][CipherTest] transformation=SEED/CFB24/NOPADDING 13:35:19,984 INFO [main][CipherTest] transformation=SEED/CFB24/PKCS5 13:35:19,984 INFO [main][CipherTest] transformation=SEED/CFB24/PKCS5PADDING 13:35:19,984 INFO [main][CipherTest] transformation=SEED/CFB24/PKCS7 13:35:19,984 INFO [main][CipherTest] transformation=SEED/CFB24/PKCS7PADDING 13:35:19,984 INFO [main][CipherTest] transformation=SEED/CFB24/TBC 13:35:19,984 INFO [main][CipherTest] transformation=SEED/CFB24/TBCPADDING 13:35:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/X9.23 13:35:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/X9.23PADDING 13:35:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/ZEROBYTE 13:35:19,985 INFO [main][CipherTest] transformation=SEED/CFB24/ZEROBYTEPADDING 13:35:19,985 INFO [main][CipherTest] transformation=SEED/CFB240/ 13:35:19,986 INFO [main][CipherTest] transformation=SEED/CFB240/ISO10126 13:35:19,986 INFO [main][CipherTest] transformation=SEED/CFB240/ISO10126-2 13:35:19,986 INFO [main][CipherTest] transformation=SEED/CFB240/ISO10126-2PADDING 13:35:19,986 INFO [main][CipherTest] transformation=SEED/CFB240/ISO10126PADDING 13:35:19,986 INFO [main][CipherTest] transformation=SEED/CFB240/ISO7816-4 13:35:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/ISO7816-4PADDING 13:35:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/NOPADDING 13:35:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/PKCS5 13:35:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/PKCS5PADDING 13:35:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/PKCS7 13:35:19,987 INFO [main][CipherTest] transformation=SEED/CFB240/PKCS7PADDING 13:35:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/TBC 13:35:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/TBCPADDING 13:35:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/X9.23 13:35:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/X9.23PADDING 13:35:19,988 INFO [main][CipherTest] transformation=SEED/CFB240/ZEROBYTE 13:35:19,989 INFO [main][CipherTest] transformation=SEED/CFB240/ZEROBYTEPADDING 13:35:19,989 INFO [main][CipherTest] transformation=SEED/CFB248/ 13:35:19,989 INFO [main][CipherTest] transformation=SEED/CFB248/ISO10126 13:35:19,989 INFO [main][CipherTest] transformation=SEED/CFB248/ISO10126-2 13:35:19,989 INFO [main][CipherTest] transformation=SEED/CFB248/ISO10126-2PADDING 13:35:19,989 INFO [main][CipherTest] transformation=SEED/CFB248/ISO10126PADDING 13:35:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/ISO7816-4 13:35:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/ISO7816-4PADDING 13:35:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/NOPADDING 13:35:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/PKCS5 13:35:19,990 INFO [main][CipherTest] transformation=SEED/CFB248/PKCS5PADDING 13:35:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/PKCS7 13:35:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/PKCS7PADDING 13:35:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/TBC 13:35:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/TBCPADDING 13:35:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/X9.23 13:35:19,991 INFO [main][CipherTest] transformation=SEED/CFB248/X9.23PADDING 13:35:19,992 INFO [main][CipherTest] transformation=SEED/CFB248/ZEROBYTE 13:35:19,992 INFO [main][CipherTest] transformation=SEED/CFB248/ZEROBYTEPADDING 13:35:19,992 INFO [main][CipherTest] transformation=SEED/CFB256/ 13:35:19,992 INFO [main][CipherTest] transformation=SEED/CFB256/ISO10126 13:35:19,992 INFO [main][CipherTest] transformation=SEED/CFB256/ISO10126-2 13:35:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/ISO10126-2PADDING 13:35:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/ISO10126PADDING 13:35:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/ISO7816-4 13:35:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/ISO7816-4PADDING 13:35:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/NOPADDING 13:35:19,993 INFO [main][CipherTest] transformation=SEED/CFB256/PKCS5 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/PKCS5PADDING 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/PKCS7 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/PKCS7PADDING 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/TBC 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/TBCPADDING 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/X9.23 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/X9.23PADDING 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/ZEROBYTE 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB256/ZEROBYTEPADDING 13:35:19,994 INFO [main][CipherTest] transformation=SEED/CFB32/ 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ISO10126 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ISO10126-2 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ISO10126-2PADDING 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ISO10126PADDING 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ISO7816-4 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/ISO7816-4PADDING 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/NOPADDING 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/PKCS5 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/PKCS5PADDING 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/PKCS7 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/PKCS7PADDING 13:35:19,995 INFO [main][CipherTest] transformation=SEED/CFB32/TBC 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/TBCPADDING 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/X9.23 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/X9.23PADDING 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/ZEROBYTE 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB32/ZEROBYTEPADDING 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/ 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/ISO10126 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/ISO10126-2 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/ISO10126-2PADDING 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/ISO10126PADDING 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/ISO7816-4 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/ISO7816-4PADDING 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/NOPADDING 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/PKCS5 13:35:19,996 INFO [main][CipherTest] transformation=SEED/CFB40/PKCS5PADDING 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB40/PKCS7 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB40/PKCS7PADDING 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB40/TBC 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB40/TBCPADDING 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB40/X9.23 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB40/X9.23PADDING 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB40/ZEROBYTE 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB40/ZEROBYTEPADDING 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB48/ 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB48/ISO10126 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB48/ISO10126-2 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB48/ISO10126-2PADDING 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB48/ISO10126PADDING 13:35:19,997 INFO [main][CipherTest] transformation=SEED/CFB48/ISO7816-4 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/ISO7816-4PADDING 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/NOPADDING 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/PKCS5 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/PKCS5PADDING 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/PKCS7 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/PKCS7PADDING 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/TBC 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/TBCPADDING 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/X9.23 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/X9.23PADDING 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/ZEROBYTE 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB48/ZEROBYTEPADDING 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB56/ 13:35:19,998 INFO [main][CipherTest] transformation=SEED/CFB56/ISO10126 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/ISO10126-2 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/ISO10126-2PADDING 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/ISO10126PADDING 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/ISO7816-4 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/ISO7816-4PADDING 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/NOPADDING 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/PKCS5 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/PKCS5PADDING 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/PKCS7 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/PKCS7PADDING 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/TBC 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/TBCPADDING 13:35:19,999 INFO [main][CipherTest] transformation=SEED/CFB56/X9.23 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB56/X9.23PADDING 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB56/ZEROBYTE 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB56/ZEROBYTEPADDING 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/ 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/ISO10126 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/ISO10126-2 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/ISO10126-2PADDING 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/ISO10126PADDING 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/ISO7816-4 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/ISO7816-4PADDING 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/NOPADDING 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/PKCS5 13:35:20,000 INFO [main][CipherTest] transformation=SEED/CFB64/PKCS5PADDING 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB64/PKCS7 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB64/PKCS7PADDING 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB64/TBC 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB64/TBCPADDING 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB64/X9.23 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB64/X9.23PADDING 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB64/ZEROBYTE 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB64/ZEROBYTEPADDING 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB72/ 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB72/ISO10126 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB72/ISO10126-2 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB72/ISO10126-2PADDING 13:35:20,001 INFO [main][CipherTest] transformation=SEED/CFB72/ISO10126PADDING 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/ISO7816-4 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/ISO7816-4PADDING 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/NOPADDING 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/PKCS5 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/PKCS5PADDING 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/PKCS7 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/PKCS7PADDING 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/TBC 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/TBCPADDING 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/X9.23 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/X9.23PADDING 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/ZEROBYTE 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB72/ZEROBYTEPADDING 13:35:20,002 INFO [main][CipherTest] transformation=SEED/CFB8/ 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/ISO10126 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/ISO10126-2 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/ISO10126-2PADDING 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/ISO10126PADDING 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/ISO7816-4 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/ISO7816-4PADDING 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/NOPADDING 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/PKCS5 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/PKCS5PADDING 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/PKCS7 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/PKCS7PADDING 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/TBC 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/TBCPADDING 13:35:20,003 INFO [main][CipherTest] transformation=SEED/CFB8/X9.23 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB8/X9.23PADDING 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB8/ZEROBYTE 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB8/ZEROBYTEPADDING 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/ 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/ISO10126 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/ISO10126-2 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/ISO10126-2PADDING 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/ISO10126PADDING 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/ISO7816-4 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/ISO7816-4PADDING 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/NOPADDING 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/PKCS5 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/PKCS5PADDING 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/PKCS7 13:35:20,004 INFO [main][CipherTest] transformation=SEED/CFB80/PKCS7PADDING 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB80/TBC 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB80/TBCPADDING 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB80/X9.23 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB80/X9.23PADDING 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB80/ZEROBYTE 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB80/ZEROBYTEPADDING 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB88/ 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB88/ISO10126 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB88/ISO10126-2 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB88/ISO10126-2PADDING 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB88/ISO10126PADDING 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB88/ISO7816-4 13:35:20,005 INFO [main][CipherTest] transformation=SEED/CFB88/ISO7816-4PADDING 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/NOPADDING 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/PKCS5 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/PKCS5PADDING 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/PKCS7 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/PKCS7PADDING 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/TBC 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/TBCPADDING 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/X9.23 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/X9.23PADDING 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/ZEROBYTE 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB88/ZEROBYTEPADDING 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB96/ 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB96/ISO10126 13:35:20,006 INFO [main][CipherTest] transformation=SEED/CFB96/ISO10126-2 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/ISO10126-2PADDING 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/ISO10126PADDING 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/ISO7816-4 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/ISO7816-4PADDING 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/NOPADDING 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/PKCS5 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/PKCS5PADDING 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/PKCS7 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/PKCS7PADDING 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/TBC 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/TBCPADDING 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/X9.23 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/X9.23PADDING 13:35:20,007 INFO [main][CipherTest] transformation=SEED/CFB96/ZEROBYTE 13:35:20,008 INFO [main][CipherTest] transformation=SEED/CFB96/ZEROBYTEPADDING 13:35:20,008 INFO [main][CipherTest] transformation=SEED/CTS/ 13:35:20,008 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED/CTS/" does not support IV => Skipping. 13:35:20,008 INFO [main][CipherTest] transformation=SEED/CTS/NOPADDING 13:35:20,008 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED/CTS/NOPADDING" does not support IV => Skipping. 13:35:20,008 INFO [main][CipherTest] transformation=SEED/EAX/ 13:35:20,008 INFO [main][CipherTest] transformation=SEED/EAX/NOPADDING 13:35:20,009 INFO [main][CipherTest] transformation=SEED/ECB/ 13:35:20,009 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED/ECB/" does not support IV => Skipping. 13:35:20,009 INFO [main][CipherTest] transformation=SEED/ECB/NOPADDING 13:35:20,009 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SEED/ECB/NOPADDING" does not support IV => Skipping. 13:35:20,009 INFO [main][CipherTest] transformation=SEED/GCM/ 13:35:20,009 INFO [main][CipherTest] transformation=SEED/GCM/NOPADDING 13:35:20,009 INFO [main][CipherTest] transformation=SEED/OFB/ 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/ISO10126 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/ISO10126-2 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/ISO10126-2PADDING 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/ISO10126PADDING 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/ISO7816-4 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/ISO7816-4PADDING 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/NOPADDING 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/PKCS5 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/PKCS5PADDING 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/PKCS7 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/PKCS7PADDING 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/TBC 13:35:20,010 INFO [main][CipherTest] transformation=SEED/OFB/TBCPADDING 13:35:20,011 INFO [main][CipherTest] transformation=SEED/OFB/X9.23 13:35:20,011 INFO [main][CipherTest] transformation=SEED/OFB/X9.23PADDING 13:35:20,011 INFO [main][CipherTest] transformation=SEED/OFB/ZEROBYTE 13:35:20,011 INFO [main][CipherTest] transformation=SEED/OFB/ZEROBYTEPADDING 13:35:20,011 INFO [main][CipherTest] transformation=SEED/OFB104/ 13:35:20,011 INFO [main][CipherTest] transformation=SEED/OFB104/ISO10126 13:35:20,011 INFO [main][CipherTest] transformation=SEED/OFB104/ISO10126-2 13:35:20,011 INFO [main][CipherTest] transformation=SEED/OFB104/ISO10126-2PADDING 13:35:20,011 INFO [main][CipherTest] transformation=SEED/OFB104/ISO10126PADDING 13:35:20,012 INFO [main][CipherTest] transformation=SEED/OFB104/ISO7816-4 13:35:20,012 INFO [main][CipherTest] transformation=SEED/OFB104/ISO7816-4PADDING 13:35:20,012 INFO [main][CipherTest] transformation=SEED/OFB104/NOPADDING 13:35:20,012 INFO [main][CipherTest] transformation=SEED/OFB104/PKCS5 13:35:20,012 INFO [main][CipherTest] transformation=SEED/OFB104/PKCS5PADDING 13:35:20,012 INFO [main][CipherTest] transformation=SEED/OFB104/PKCS7 13:35:20,012 INFO [main][CipherTest] transformation=SEED/OFB104/PKCS7PADDING 13:35:20,013 INFO [main][CipherTest] transformation=SEED/OFB104/TBC 13:35:20,013 INFO [main][CipherTest] transformation=SEED/OFB104/TBCPADDING 13:35:20,013 INFO [main][CipherTest] transformation=SEED/OFB104/X9.23 13:35:20,013 INFO [main][CipherTest] transformation=SEED/OFB104/X9.23PADDING 13:35:20,013 INFO [main][CipherTest] transformation=SEED/OFB104/ZEROBYTE 13:35:20,013 INFO [main][CipherTest] transformation=SEED/OFB104/ZEROBYTEPADDING 13:35:20,013 INFO [main][CipherTest] transformation=SEED/OFB112/ 13:35:20,013 INFO [main][CipherTest] transformation=SEED/OFB112/ISO10126 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/ISO10126-2 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/ISO10126-2PADDING 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/ISO10126PADDING 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/ISO7816-4 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/ISO7816-4PADDING 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/NOPADDING 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/PKCS5 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/PKCS5PADDING 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/PKCS7 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/PKCS7PADDING 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/TBC 13:35:20,014 INFO [main][CipherTest] transformation=SEED/OFB112/TBCPADDING 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB112/X9.23 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB112/X9.23PADDING 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB112/ZEROBYTE 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB112/ZEROBYTEPADDING 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB120/ 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB120/ISO10126 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB120/ISO10126-2 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB120/ISO10126-2PADDING 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB120/ISO10126PADDING 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB120/ISO7816-4 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB120/ISO7816-4PADDING 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB120/NOPADDING 13:35:20,015 INFO [main][CipherTest] transformation=SEED/OFB120/PKCS5 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB120/PKCS5PADDING 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB120/PKCS7 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB120/PKCS7PADDING 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB120/TBC 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB120/TBCPADDING 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB120/X9.23 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB120/X9.23PADDING 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB120/ZEROBYTE 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB120/ZEROBYTEPADDING 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB128/ 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB128/ISO10126 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB128/ISO10126-2 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB128/ISO10126-2PADDING 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB128/ISO10126PADDING 13:35:20,016 INFO [main][CipherTest] transformation=SEED/OFB128/ISO7816-4 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/ISO7816-4PADDING 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/NOPADDING 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/PKCS5 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/PKCS5PADDING 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/PKCS7 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/PKCS7PADDING 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/TBC 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/TBCPADDING 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/X9.23 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/X9.23PADDING 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/ZEROBYTE 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB128/ZEROBYTEPADDING 13:35:20,017 INFO [main][CipherTest] transformation=SEED/OFB136/ 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/ISO10126 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/ISO10126-2 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/ISO10126-2PADDING 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/ISO10126PADDING 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/ISO7816-4 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/ISO7816-4PADDING 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/NOPADDING 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/PKCS5 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/PKCS5PADDING 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/PKCS7 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/PKCS7PADDING 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/TBC 13:35:20,018 INFO [main][CipherTest] transformation=SEED/OFB136/TBCPADDING 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB136/X9.23 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB136/X9.23PADDING 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB136/ZEROBYTE 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB136/ZEROBYTEPADDING 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/ 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/ISO10126 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/ISO10126-2 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/ISO10126-2PADDING 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/ISO10126PADDING 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/ISO7816-4 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/ISO7816-4PADDING 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/NOPADDING 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/PKCS5 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/PKCS5PADDING 13:35:20,019 INFO [main][CipherTest] transformation=SEED/OFB144/PKCS7 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB144/PKCS7PADDING 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB144/TBC 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB144/TBCPADDING 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB144/X9.23 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB144/X9.23PADDING 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB144/ZEROBYTE 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB144/ZEROBYTEPADDING 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB152/ 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB152/ISO10126 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB152/ISO10126-2 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB152/ISO10126-2PADDING 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB152/ISO10126PADDING 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB152/ISO7816-4 13:35:20,020 INFO [main][CipherTest] transformation=SEED/OFB152/ISO7816-4PADDING 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/NOPADDING 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/PKCS5 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/PKCS5PADDING 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/PKCS7 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/PKCS7PADDING 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/TBC 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/TBCPADDING 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/X9.23 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/X9.23PADDING 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/ZEROBYTE 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB152/ZEROBYTEPADDING 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB16/ 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB16/ISO10126 13:35:20,021 INFO [main][CipherTest] transformation=SEED/OFB16/ISO10126-2 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/ISO10126-2PADDING 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/ISO10126PADDING 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/ISO7816-4 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/ISO7816-4PADDING 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/NOPADDING 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/PKCS5 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/PKCS5PADDING 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/PKCS7 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/PKCS7PADDING 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/TBC 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/TBCPADDING 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/X9.23 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/X9.23PADDING 13:35:20,022 INFO [main][CipherTest] transformation=SEED/OFB16/ZEROBYTE 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB16/ZEROBYTEPADDING 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/ 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/ISO10126 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/ISO10126-2 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/ISO10126-2PADDING 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/ISO10126PADDING 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/ISO7816-4 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/ISO7816-4PADDING 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/NOPADDING 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/PKCS5 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/PKCS5PADDING 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/PKCS7 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/PKCS7PADDING 13:35:20,023 INFO [main][CipherTest] transformation=SEED/OFB160/TBC 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB160/TBCPADDING 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB160/X9.23 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB160/X9.23PADDING 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB160/ZEROBYTE 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB160/ZEROBYTEPADDING 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB168/ 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB168/ISO10126 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB168/ISO10126-2 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB168/ISO10126-2PADDING 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB168/ISO10126PADDING 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB168/ISO7816-4 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB168/ISO7816-4PADDING 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB168/NOPADDING 13:35:20,024 INFO [main][CipherTest] transformation=SEED/OFB168/PKCS5 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB168/PKCS5PADDING 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB168/PKCS7 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB168/PKCS7PADDING 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB168/TBC 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB168/TBCPADDING 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB168/X9.23 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB168/X9.23PADDING 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB168/ZEROBYTE 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB168/ZEROBYTEPADDING 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB176/ 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB176/ISO10126 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB176/ISO10126-2 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB176/ISO10126-2PADDING 13:35:20,025 INFO [main][CipherTest] transformation=SEED/OFB176/ISO10126PADDING 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/ISO7816-4 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/ISO7816-4PADDING 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/NOPADDING 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/PKCS5 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/PKCS5PADDING 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/PKCS7 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/PKCS7PADDING 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/TBC 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/TBCPADDING 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/X9.23 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/X9.23PADDING 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/ZEROBYTE 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB176/ZEROBYTEPADDING 13:35:20,026 INFO [main][CipherTest] transformation=SEED/OFB184/ 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/ISO10126 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/ISO10126-2 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/ISO10126-2PADDING 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/ISO10126PADDING 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/ISO7816-4 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/ISO7816-4PADDING 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/NOPADDING 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/PKCS5 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/PKCS5PADDING 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/PKCS7 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/PKCS7PADDING 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/TBC 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/TBCPADDING 13:35:20,027 INFO [main][CipherTest] transformation=SEED/OFB184/X9.23 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB184/X9.23PADDING 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB184/ZEROBYTE 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB184/ZEROBYTEPADDING 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/ 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/ISO10126 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/ISO10126-2 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/ISO10126-2PADDING 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/ISO10126PADDING 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/ISO7816-4 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/ISO7816-4PADDING 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/NOPADDING 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/PKCS5 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/PKCS5PADDING 13:35:20,028 INFO [main][CipherTest] transformation=SEED/OFB192/PKCS7 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB192/PKCS7PADDING 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB192/TBC 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB192/TBCPADDING 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB192/X9.23 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB192/X9.23PADDING 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB192/ZEROBYTE 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB192/ZEROBYTEPADDING 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB200/ 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB200/ISO10126 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB200/ISO10126-2 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB200/ISO10126-2PADDING 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB200/ISO10126PADDING 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB200/ISO7816-4 13:35:20,029 INFO [main][CipherTest] transformation=SEED/OFB200/ISO7816-4PADDING 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/NOPADDING 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/PKCS5 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/PKCS5PADDING 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/PKCS7 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/PKCS7PADDING 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/TBC 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/TBCPADDING 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/X9.23 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/X9.23PADDING 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/ZEROBYTE 13:35:20,030 INFO [main][CipherTest] transformation=SEED/OFB200/ZEROBYTEPADDING 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/ 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/ISO10126 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/ISO10126-2 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/ISO10126-2PADDING 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/ISO10126PADDING 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/ISO7816-4 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/ISO7816-4PADDING 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/NOPADDING 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/PKCS5 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/PKCS5PADDING 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/PKCS7 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/PKCS7PADDING 13:35:20,031 INFO [main][CipherTest] transformation=SEED/OFB208/TBC 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB208/TBCPADDING 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB208/X9.23 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB208/X9.23PADDING 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB208/ZEROBYTE 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB208/ZEROBYTEPADDING 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/ 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/ISO10126 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/ISO10126-2 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/ISO10126-2PADDING 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/ISO10126PADDING 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/ISO7816-4 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/ISO7816-4PADDING 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/NOPADDING 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/PKCS5 13:35:20,032 INFO [main][CipherTest] transformation=SEED/OFB216/PKCS5PADDING 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB216/PKCS7 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB216/PKCS7PADDING 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB216/TBC 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB216/TBCPADDING 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB216/X9.23 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB216/X9.23PADDING 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB216/ZEROBYTE 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB216/ZEROBYTEPADDING 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB224/ 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB224/ISO10126 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB224/ISO10126-2 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB224/ISO10126-2PADDING 13:35:20,033 INFO [main][CipherTest] transformation=SEED/OFB224/ISO10126PADDING 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/ISO7816-4 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/ISO7816-4PADDING 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/NOPADDING 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/PKCS5 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/PKCS5PADDING 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/PKCS7 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/PKCS7PADDING 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/TBC 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/TBCPADDING 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/X9.23 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/X9.23PADDING 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/ZEROBYTE 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB224/ZEROBYTEPADDING 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB232/ 13:35:20,034 INFO [main][CipherTest] transformation=SEED/OFB232/ISO10126 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/ISO10126-2 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/ISO10126-2PADDING 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/ISO10126PADDING 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/ISO7816-4 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/ISO7816-4PADDING 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/NOPADDING 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/PKCS5 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/PKCS5PADDING 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/PKCS7 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/PKCS7PADDING 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/TBC 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/TBCPADDING 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/X9.23 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/X9.23PADDING 13:35:20,035 INFO [main][CipherTest] transformation=SEED/OFB232/ZEROBYTE 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB232/ZEROBYTEPADDING 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/ 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/ISO10126 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/ISO10126-2 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/ISO10126-2PADDING 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/ISO10126PADDING 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/ISO7816-4 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/ISO7816-4PADDING 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/NOPADDING 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/PKCS5 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/PKCS5PADDING 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/PKCS7 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/PKCS7PADDING 13:35:20,036 INFO [main][CipherTest] transformation=SEED/OFB24/TBC 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB24/TBCPADDING 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB24/X9.23 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB24/X9.23PADDING 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB24/ZEROBYTE 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB24/ZEROBYTEPADDING 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB240/ 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB240/ISO10126 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB240/ISO10126-2 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB240/ISO10126-2PADDING 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB240/ISO10126PADDING 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB240/ISO7816-4 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB240/ISO7816-4PADDING 13:35:20,037 INFO [main][CipherTest] transformation=SEED/OFB240/NOPADDING 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/PKCS5 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/PKCS5PADDING 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/PKCS7 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/PKCS7PADDING 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/TBC 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/TBCPADDING 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/X9.23 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/X9.23PADDING 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/ZEROBYTE 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB240/ZEROBYTEPADDING 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB248/ 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB248/ISO10126 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB248/ISO10126-2 13:35:20,038 INFO [main][CipherTest] transformation=SEED/OFB248/ISO10126-2PADDING 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/ISO10126PADDING 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/ISO7816-4 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/ISO7816-4PADDING 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/NOPADDING 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/PKCS5 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/PKCS5PADDING 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/PKCS7 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/PKCS7PADDING 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/TBC 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/TBCPADDING 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/X9.23 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/X9.23PADDING 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/ZEROBYTE 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB248/ZEROBYTEPADDING 13:35:20,039 INFO [main][CipherTest] transformation=SEED/OFB256/ 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/ISO10126 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/ISO10126-2 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/ISO10126-2PADDING 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/ISO10126PADDING 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/ISO7816-4 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/ISO7816-4PADDING 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/NOPADDING 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/PKCS5 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/PKCS5PADDING 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/PKCS7 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/PKCS7PADDING 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/TBC 13:35:20,040 INFO [main][CipherTest] transformation=SEED/OFB256/TBCPADDING 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB256/X9.23 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB256/X9.23PADDING 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB256/ZEROBYTE 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB256/ZEROBYTEPADDING 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/ 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/ISO10126 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/ISO10126-2 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/ISO10126-2PADDING 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/ISO10126PADDING 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/ISO7816-4 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/ISO7816-4PADDING 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/NOPADDING 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/PKCS5 13:35:20,041 INFO [main][CipherTest] transformation=SEED/OFB32/PKCS5PADDING 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB32/PKCS7 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB32/PKCS7PADDING 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB32/TBC 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB32/TBCPADDING 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB32/X9.23 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB32/X9.23PADDING 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB32/ZEROBYTE 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB32/ZEROBYTEPADDING 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB40/ 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB40/ISO10126 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB40/ISO10126-2 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB40/ISO10126-2PADDING 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB40/ISO10126PADDING 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB40/ISO7816-4 13:35:20,042 INFO [main][CipherTest] transformation=SEED/OFB40/ISO7816-4PADDING 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/NOPADDING 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/PKCS5 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/PKCS5PADDING 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/PKCS7 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/PKCS7PADDING 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/TBC 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/TBCPADDING 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/X9.23 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/X9.23PADDING 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/ZEROBYTE 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB40/ZEROBYTEPADDING 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB48/ 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB48/ISO10126 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB48/ISO10126-2 13:35:20,043 INFO [main][CipherTest] transformation=SEED/OFB48/ISO10126-2PADDING 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/ISO10126PADDING 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/ISO7816-4 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/ISO7816-4PADDING 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/NOPADDING 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/PKCS5 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/PKCS5PADDING 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/PKCS7 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/PKCS7PADDING 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/TBC 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/TBCPADDING 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/X9.23 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/X9.23PADDING 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/ZEROBYTE 13:35:20,044 INFO [main][CipherTest] transformation=SEED/OFB48/ZEROBYTEPADDING 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/ 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/ISO10126 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/ISO10126-2 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/ISO10126-2PADDING 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/ISO10126PADDING 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/ISO7816-4 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/ISO7816-4PADDING 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/NOPADDING 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/PKCS5 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/PKCS5PADDING 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/PKCS7 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/PKCS7PADDING 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/TBC 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/TBCPADDING 13:35:20,045 INFO [main][CipherTest] transformation=SEED/OFB56/X9.23 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB56/X9.23PADDING 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB56/ZEROBYTE 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB56/ZEROBYTEPADDING 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/ 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/ISO10126 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/ISO10126-2 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/ISO10126-2PADDING 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/ISO10126PADDING 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/ISO7816-4 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/ISO7816-4PADDING 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/NOPADDING 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/PKCS5 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/PKCS5PADDING 13:35:20,046 INFO [main][CipherTest] transformation=SEED/OFB64/PKCS7 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/PKCS7PADDING 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/TBC 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/TBCPADDING 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/X9.23 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/X9.23PADDING 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/ZEROBYTE 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB64/ZEROBYTEPADDING 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB72/ 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB72/ISO10126 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB72/ISO10126-2 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB72/ISO10126-2PADDING 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB72/ISO10126PADDING 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB72/ISO7816-4 13:35:20,047 INFO [main][CipherTest] transformation=SEED/OFB72/ISO7816-4PADDING 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/NOPADDING 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/PKCS5 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/PKCS5PADDING 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/PKCS7 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/PKCS7PADDING 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/TBC 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/TBCPADDING 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/X9.23 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/X9.23PADDING 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/ZEROBYTE 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB72/ZEROBYTEPADDING 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB8/ 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB8/ISO10126 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB8/ISO10126-2 13:35:20,048 INFO [main][CipherTest] transformation=SEED/OFB8/ISO10126-2PADDING 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/ISO10126PADDING 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/ISO7816-4 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/ISO7816-4PADDING 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/NOPADDING 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/PKCS5 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/PKCS5PADDING 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/PKCS7 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/PKCS7PADDING 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/TBC 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/TBCPADDING 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/X9.23 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/X9.23PADDING 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/ZEROBYTE 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB8/ZEROBYTEPADDING 13:35:20,049 INFO [main][CipherTest] transformation=SEED/OFB80/ 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO10126 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO10126-2 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO10126-2PADDING 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO10126PADDING 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO7816-4 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/ISO7816-4PADDING 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/NOPADDING 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/PKCS5 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/PKCS5PADDING 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/PKCS7 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/PKCS7PADDING 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/TBC 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/TBCPADDING 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/X9.23 13:35:20,050 INFO [main][CipherTest] transformation=SEED/OFB80/X9.23PADDING 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/ZEROBYTE 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB80/ZEROBYTEPADDING 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO10126 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO10126-2 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO10126-2PADDING 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO10126PADDING 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO7816-4 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/ISO7816-4PADDING 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/NOPADDING 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/PKCS5 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/PKCS5PADDING 13:35:20,051 INFO [main][CipherTest] transformation=SEED/OFB88/PKCS7 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/PKCS7PADDING 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/TBC 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/TBCPADDING 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/X9.23 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/X9.23PADDING 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/ZEROBYTE 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB88/ZEROBYTEPADDING 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB96/ 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB96/ISO10126 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB96/ISO10126-2 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB96/ISO10126-2PADDING 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB96/ISO10126PADDING 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB96/ISO7816-4 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB96/ISO7816-4PADDING 13:35:20,052 INFO [main][CipherTest] transformation=SEED/OFB96/NOPADDING 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/PKCS5 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/PKCS5PADDING 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/PKCS7 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/PKCS7PADDING 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/TBC 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/TBCPADDING 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/X9.23 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/X9.23PADDING 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/ZEROBYTE 13:35:20,053 INFO [main][CipherTest] transformation=SEED/OFB96/ZEROBYTEPADDING 13:35:20,053 INFO [main][CipherTest] transformation=SEED/SIC/ 13:35:20,053 INFO [main][CipherTest] transformation=SEED/SIC/ISO10126 13:35:20,053 INFO [main][CipherTest] transformation=SEED/SIC/ISO10126-2 13:35:20,054 INFO [main][CipherTest] transformation=SEED/SIC/ISO10126-2PADDING 13:35:20,054 INFO [main][CipherTest] transformation=SEED/SIC/ISO10126PADDING 13:35:20,054 INFO [main][CipherTest] transformation=SEED/SIC/ISO7816-4 13:35:20,054 INFO [main][CipherTest] transformation=SEED/SIC/ISO7816-4PADDING 13:35:20,054 INFO [main][CipherTest] transformation=SEED/SIC/NOPADDING 13:35:20,054 INFO [main][CipherTest] transformation=SEED/SIC/PKCS5 13:35:20,054 INFO [main][CipherTest] transformation=SEED/SIC/PKCS5PADDING 13:35:20,054 INFO [main][CipherTest] transformation=SEED/SIC/PKCS7 13:35:20,054 INFO [main][CipherTest] transformation=SEED/SIC/PKCS7PADDING 13:35:20,055 INFO [main][CipherTest] transformation=SEED/SIC/TBC 13:35:20,055 INFO [main][CipherTest] transformation=SEED/SIC/TBCPADDING 13:35:20,055 INFO [main][CipherTest] transformation=SEED/SIC/X9.23 13:35:20,055 INFO [main][CipherTest] transformation=SEED/SIC/X9.23PADDING 13:35:20,055 INFO [main][CipherTest] transformation=SEED/SIC/ZEROBYTE 13:35:20,055 INFO [main][CipherTest] transformation=SEED/SIC/ZEROBYTEPADDING 13:35:20,055 INFO [main][CipherTest] transformation=SERPENT// 13:35:20,056 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT//" does not support IV => Skipping. 13:35:20,056 INFO [main][CipherTest] transformation=SERPENT//NOPADDING 13:35:20,056 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT//NOPADDING" does not support IV => Skipping. 13:35:20,056 INFO [main][CipherTest] transformation=SERPENT/CBC-CTS/ 13:35:20,056 INFO [main][CipherTest] transformation=SERPENT/CBC-CTS/NOPADDING 13:35:20,056 INFO [main][CipherTest] transformation=SERPENT/CBC/ 13:35:20,057 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO10126 13:35:20,057 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO10126-2 13:35:20,057 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO10126-2PADDING 13:35:20,058 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO10126PADDING 13:35:20,058 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO7816-4 13:35:20,058 INFO [main][CipherTest] transformation=SERPENT/CBC/ISO7816-4PADDING 13:35:20,059 INFO [main][CipherTest] transformation=SERPENT/CBC/NOPADDING 13:35:20,059 INFO [main][CipherTest] transformation=SERPENT/CBC/PKCS5 13:35:20,060 INFO [main][CipherTest] transformation=SERPENT/CBC/PKCS5PADDING 13:35:20,060 INFO [main][CipherTest] transformation=SERPENT/CBC/PKCS7 13:35:20,060 INFO [main][CipherTest] transformation=SERPENT/CBC/PKCS7PADDING 13:35:20,060 INFO [main][CipherTest] transformation=SERPENT/CBC/TBC 13:35:20,061 INFO [main][CipherTest] transformation=SERPENT/CBC/TBCPADDING 13:35:20,061 INFO [main][CipherTest] transformation=SERPENT/CBC/X9.23 13:35:20,061 INFO [main][CipherTest] transformation=SERPENT/CBC/X9.23PADDING 13:35:20,062 INFO [main][CipherTest] transformation=SERPENT/CBC/ZEROBYTE 13:35:20,062 INFO [main][CipherTest] transformation=SERPENT/CBC/ZEROBYTEPADDING 13:35:20,062 INFO [main][CipherTest] transformation=SERPENT/CCM/ 13:35:20,063 INFO [main][CipherTest] transformation=SERPENT/CCM/NOPADDING 13:35:20,063 INFO [main][CipherTest] transformation=SERPENT/CFB/ 13:35:20,063 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO10126 13:35:20,063 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO10126-2 13:35:20,063 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO10126-2PADDING 13:35:20,064 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO10126PADDING 13:35:20,064 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO7816-4 13:35:20,064 INFO [main][CipherTest] transformation=SERPENT/CFB/ISO7816-4PADDING 13:35:20,065 INFO [main][CipherTest] transformation=SERPENT/CFB/NOPADDING 13:35:20,065 INFO [main][CipherTest] transformation=SERPENT/CFB/PKCS5 13:35:20,065 INFO [main][CipherTest] transformation=SERPENT/CFB/PKCS5PADDING 13:35:20,065 INFO [main][CipherTest] transformation=SERPENT/CFB/PKCS7 13:35:20,066 INFO [main][CipherTest] transformation=SERPENT/CFB/PKCS7PADDING 13:35:20,066 INFO [main][CipherTest] transformation=SERPENT/CFB/TBC 13:35:20,066 INFO [main][CipherTest] transformation=SERPENT/CFB/TBCPADDING 13:35:20,067 INFO [main][CipherTest] transformation=SERPENT/CFB/X9.23 13:35:20,067 INFO [main][CipherTest] transformation=SERPENT/CFB/X9.23PADDING 13:35:20,067 INFO [main][CipherTest] transformation=SERPENT/CFB/ZEROBYTE 13:35:20,068 INFO [main][CipherTest] transformation=SERPENT/CFB/ZEROBYTEPADDING 13:35:20,068 INFO [main][CipherTest] transformation=SERPENT/CFB104/ 13:35:20,068 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO10126 13:35:20,068 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO10126-2 13:35:20,069 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO10126-2PADDING 13:35:20,069 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO10126PADDING 13:35:20,069 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO7816-4 13:35:20,070 INFO [main][CipherTest] transformation=SERPENT/CFB104/ISO7816-4PADDING 13:35:20,070 INFO [main][CipherTest] transformation=SERPENT/CFB104/NOPADDING 13:35:20,070 INFO [main][CipherTest] transformation=SERPENT/CFB104/PKCS5 13:35:20,070 INFO [main][CipherTest] transformation=SERPENT/CFB104/PKCS5PADDING 13:35:20,071 INFO [main][CipherTest] transformation=SERPENT/CFB104/PKCS7 13:35:20,071 INFO [main][CipherTest] transformation=SERPENT/CFB104/PKCS7PADDING 13:35:20,071 INFO [main][CipherTest] transformation=SERPENT/CFB104/TBC 13:35:20,071 INFO [main][CipherTest] transformation=SERPENT/CFB104/TBCPADDING 13:35:20,072 INFO [main][CipherTest] transformation=SERPENT/CFB104/X9.23 13:35:20,072 INFO [main][CipherTest] transformation=SERPENT/CFB104/X9.23PADDING 13:35:20,072 INFO [main][CipherTest] transformation=SERPENT/CFB104/ZEROBYTE 13:35:20,072 INFO [main][CipherTest] transformation=SERPENT/CFB104/ZEROBYTEPADDING 13:35:20,073 INFO [main][CipherTest] transformation=SERPENT/CFB112/ 13:35:20,073 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO10126 13:35:20,073 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO10126-2 13:35:20,074 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO10126-2PADDING 13:35:20,074 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO10126PADDING 13:35:20,074 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO7816-4 13:35:20,074 INFO [main][CipherTest] transformation=SERPENT/CFB112/ISO7816-4PADDING 13:35:20,075 INFO [main][CipherTest] transformation=SERPENT/CFB112/NOPADDING 13:35:20,075 INFO [main][CipherTest] transformation=SERPENT/CFB112/PKCS5 13:35:20,075 INFO [main][CipherTest] transformation=SERPENT/CFB112/PKCS5PADDING 13:35:20,076 INFO [main][CipherTest] transformation=SERPENT/CFB112/PKCS7 13:35:20,076 INFO [main][CipherTest] transformation=SERPENT/CFB112/PKCS7PADDING 13:35:20,076 INFO [main][CipherTest] transformation=SERPENT/CFB112/TBC 13:35:20,076 INFO [main][CipherTest] transformation=SERPENT/CFB112/TBCPADDING 13:35:20,077 INFO [main][CipherTest] transformation=SERPENT/CFB112/X9.23 13:35:20,077 INFO [main][CipherTest] transformation=SERPENT/CFB112/X9.23PADDING 13:35:20,077 INFO [main][CipherTest] transformation=SERPENT/CFB112/ZEROBYTE 13:35:20,078 INFO [main][CipherTest] transformation=SERPENT/CFB112/ZEROBYTEPADDING 13:35:20,078 INFO [main][CipherTest] transformation=SERPENT/CFB120/ 13:35:20,078 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO10126 13:35:20,079 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO10126-2 13:35:20,079 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO10126-2PADDING 13:35:20,079 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO10126PADDING 13:35:20,080 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO7816-4 13:35:20,080 INFO [main][CipherTest] transformation=SERPENT/CFB120/ISO7816-4PADDING 13:35:20,080 INFO [main][CipherTest] transformation=SERPENT/CFB120/NOPADDING 13:35:20,081 INFO [main][CipherTest] transformation=SERPENT/CFB120/PKCS5 13:35:20,081 INFO [main][CipherTest] transformation=SERPENT/CFB120/PKCS5PADDING 13:35:20,081 INFO [main][CipherTest] transformation=SERPENT/CFB120/PKCS7 13:35:20,082 INFO [main][CipherTest] transformation=SERPENT/CFB120/PKCS7PADDING 13:35:20,082 INFO [main][CipherTest] transformation=SERPENT/CFB120/TBC 13:35:20,082 INFO [main][CipherTest] transformation=SERPENT/CFB120/TBCPADDING 13:35:20,083 INFO [main][CipherTest] transformation=SERPENT/CFB120/X9.23 13:35:20,083 INFO [main][CipherTest] transformation=SERPENT/CFB120/X9.23PADDING 13:35:20,083 INFO [main][CipherTest] transformation=SERPENT/CFB120/ZEROBYTE 13:35:20,084 INFO [main][CipherTest] transformation=SERPENT/CFB120/ZEROBYTEPADDING 13:35:20,084 INFO [main][CipherTest] transformation=SERPENT/CFB128/ 13:35:20,084 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO10126 13:35:20,085 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO10126-2 13:35:20,085 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO10126-2PADDING 13:35:20,085 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO10126PADDING 13:35:20,086 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO7816-4 13:35:20,086 INFO [main][CipherTest] transformation=SERPENT/CFB128/ISO7816-4PADDING 13:35:20,086 INFO [main][CipherTest] transformation=SERPENT/CFB128/NOPADDING 13:35:20,087 INFO [main][CipherTest] transformation=SERPENT/CFB128/PKCS5 13:35:20,087 INFO [main][CipherTest] transformation=SERPENT/CFB128/PKCS5PADDING 13:35:20,087 INFO [main][CipherTest] transformation=SERPENT/CFB128/PKCS7 13:35:20,088 INFO [main][CipherTest] transformation=SERPENT/CFB128/PKCS7PADDING 13:35:20,088 INFO [main][CipherTest] transformation=SERPENT/CFB128/TBC 13:35:20,088 INFO [main][CipherTest] transformation=SERPENT/CFB128/TBCPADDING 13:35:20,089 INFO [main][CipherTest] transformation=SERPENT/CFB128/X9.23 13:35:20,089 INFO [main][CipherTest] transformation=SERPENT/CFB128/X9.23PADDING 13:35:20,089 INFO [main][CipherTest] transformation=SERPENT/CFB128/ZEROBYTE 13:35:20,090 INFO [main][CipherTest] transformation=SERPENT/CFB128/ZEROBYTEPADDING 13:35:20,090 INFO [main][CipherTest] transformation=SERPENT/CFB136/ 13:35:20,090 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO10126 13:35:20,091 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO10126-2 13:35:20,091 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO10126-2PADDING 13:35:20,091 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO10126PADDING 13:35:20,092 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO7816-4 13:35:20,092 INFO [main][CipherTest] transformation=SERPENT/CFB136/ISO7816-4PADDING 13:35:20,092 INFO [main][CipherTest] transformation=SERPENT/CFB136/NOPADDING 13:35:20,093 INFO [main][CipherTest] transformation=SERPENT/CFB136/PKCS5 13:35:20,093 INFO [main][CipherTest] transformation=SERPENT/CFB136/PKCS5PADDING 13:35:20,093 INFO [main][CipherTest] transformation=SERPENT/CFB136/PKCS7 13:35:20,094 INFO [main][CipherTest] transformation=SERPENT/CFB136/PKCS7PADDING 13:35:20,094 INFO [main][CipherTest] transformation=SERPENT/CFB136/TBC 13:35:20,094 INFO [main][CipherTest] transformation=SERPENT/CFB136/TBCPADDING 13:35:20,095 INFO [main][CipherTest] transformation=SERPENT/CFB136/X9.23 13:35:20,095 INFO [main][CipherTest] transformation=SERPENT/CFB136/X9.23PADDING 13:35:20,095 INFO [main][CipherTest] transformation=SERPENT/CFB136/ZEROBYTE 13:35:20,096 INFO [main][CipherTest] transformation=SERPENT/CFB136/ZEROBYTEPADDING 13:35:20,096 INFO [main][CipherTest] transformation=SERPENT/CFB144/ 13:35:20,096 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO10126 13:35:20,097 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO10126-2 13:35:20,097 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO10126-2PADDING 13:35:20,097 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO10126PADDING 13:35:20,098 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO7816-4 13:35:20,098 INFO [main][CipherTest] transformation=SERPENT/CFB144/ISO7816-4PADDING 13:35:20,099 INFO [main][CipherTest] transformation=SERPENT/CFB144/NOPADDING 13:35:20,099 INFO [main][CipherTest] transformation=SERPENT/CFB144/PKCS5 13:35:20,099 INFO [main][CipherTest] transformation=SERPENT/CFB144/PKCS5PADDING 13:35:20,100 INFO [main][CipherTest] transformation=SERPENT/CFB144/PKCS7 13:35:20,100 INFO [main][CipherTest] transformation=SERPENT/CFB144/PKCS7PADDING 13:35:20,100 INFO [main][CipherTest] transformation=SERPENT/CFB144/TBC 13:35:20,101 INFO [main][CipherTest] transformation=SERPENT/CFB144/TBCPADDING 13:35:20,101 INFO [main][CipherTest] transformation=SERPENT/CFB144/X9.23 13:35:20,101 INFO [main][CipherTest] transformation=SERPENT/CFB144/X9.23PADDING 13:35:20,102 INFO [main][CipherTest] transformation=SERPENT/CFB144/ZEROBYTE 13:35:20,102 INFO [main][CipherTest] transformation=SERPENT/CFB144/ZEROBYTEPADDING 13:35:20,102 INFO [main][CipherTest] transformation=SERPENT/CFB152/ 13:35:20,103 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO10126 13:35:20,103 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO10126-2 13:35:20,103 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO10126-2PADDING 13:35:20,104 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO10126PADDING 13:35:20,104 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO7816-4 13:35:20,104 INFO [main][CipherTest] transformation=SERPENT/CFB152/ISO7816-4PADDING 13:35:20,105 INFO [main][CipherTest] transformation=SERPENT/CFB152/NOPADDING 13:35:20,105 INFO [main][CipherTest] transformation=SERPENT/CFB152/PKCS5 13:35:20,105 INFO [main][CipherTest] transformation=SERPENT/CFB152/PKCS5PADDING 13:35:20,106 INFO [main][CipherTest] transformation=SERPENT/CFB152/PKCS7 13:35:20,106 INFO [main][CipherTest] transformation=SERPENT/CFB152/PKCS7PADDING 13:35:20,106 INFO [main][CipherTest] transformation=SERPENT/CFB152/TBC 13:35:20,107 INFO [main][CipherTest] transformation=SERPENT/CFB152/TBCPADDING 13:35:20,107 INFO [main][CipherTest] transformation=SERPENT/CFB152/X9.23 13:35:20,107 INFO [main][CipherTest] transformation=SERPENT/CFB152/X9.23PADDING 13:35:20,108 INFO [main][CipherTest] transformation=SERPENT/CFB152/ZEROBYTE 13:35:20,108 INFO [main][CipherTest] transformation=SERPENT/CFB152/ZEROBYTEPADDING 13:35:20,108 INFO [main][CipherTest] transformation=SERPENT/CFB16/ 13:35:20,109 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO10126 13:35:20,109 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO10126-2 13:35:20,109 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO10126-2PADDING 13:35:20,110 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO10126PADDING 13:35:20,110 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO7816-4 13:35:20,111 INFO [main][CipherTest] transformation=SERPENT/CFB16/ISO7816-4PADDING 13:35:20,111 INFO [main][CipherTest] transformation=SERPENT/CFB16/NOPADDING 13:35:20,111 INFO [main][CipherTest] transformation=SERPENT/CFB16/PKCS5 13:35:20,112 INFO [main][CipherTest] transformation=SERPENT/CFB16/PKCS5PADDING 13:35:20,112 INFO [main][CipherTest] transformation=SERPENT/CFB16/PKCS7 13:35:20,112 INFO [main][CipherTest] transformation=SERPENT/CFB16/PKCS7PADDING 13:35:20,113 INFO [main][CipherTest] transformation=SERPENT/CFB16/TBC 13:35:20,113 INFO [main][CipherTest] transformation=SERPENT/CFB16/TBCPADDING 13:35:20,113 INFO [main][CipherTest] transformation=SERPENT/CFB16/X9.23 13:35:20,114 INFO [main][CipherTest] transformation=SERPENT/CFB16/X9.23PADDING 13:35:20,114 INFO [main][CipherTest] transformation=SERPENT/CFB16/ZEROBYTE 13:35:20,114 INFO [main][CipherTest] transformation=SERPENT/CFB16/ZEROBYTEPADDING 13:35:20,115 INFO [main][CipherTest] transformation=SERPENT/CFB160/ 13:35:20,115 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO10126 13:35:20,115 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO10126-2 13:35:20,116 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO10126-2PADDING 13:35:20,116 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO10126PADDING 13:35:20,116 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO7816-4 13:35:20,117 INFO [main][CipherTest] transformation=SERPENT/CFB160/ISO7816-4PADDING 13:35:20,117 INFO [main][CipherTest] transformation=SERPENT/CFB160/NOPADDING 13:35:20,117 INFO [main][CipherTest] transformation=SERPENT/CFB160/PKCS5 13:35:20,118 INFO [main][CipherTest] transformation=SERPENT/CFB160/PKCS5PADDING 13:35:20,118 INFO [main][CipherTest] transformation=SERPENT/CFB160/PKCS7 13:35:20,119 INFO [main][CipherTest] transformation=SERPENT/CFB160/PKCS7PADDING 13:35:20,119 INFO [main][CipherTest] transformation=SERPENT/CFB160/TBC 13:35:20,119 INFO [main][CipherTest] transformation=SERPENT/CFB160/TBCPADDING 13:35:20,120 INFO [main][CipherTest] transformation=SERPENT/CFB160/X9.23 13:35:20,120 INFO [main][CipherTest] transformation=SERPENT/CFB160/X9.23PADDING 13:35:20,120 INFO [main][CipherTest] transformation=SERPENT/CFB160/ZEROBYTE 13:35:20,121 INFO [main][CipherTest] transformation=SERPENT/CFB160/ZEROBYTEPADDING 13:35:20,121 INFO [main][CipherTest] transformation=SERPENT/CFB168/ 13:35:20,121 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO10126 13:35:20,122 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO10126-2 13:35:20,122 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO10126-2PADDING 13:35:20,122 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO10126PADDING 13:35:20,123 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO7816-4 13:35:20,123 INFO [main][CipherTest] transformation=SERPENT/CFB168/ISO7816-4PADDING 13:35:20,123 INFO [main][CipherTest] transformation=SERPENT/CFB168/NOPADDING 13:35:20,124 INFO [main][CipherTest] transformation=SERPENT/CFB168/PKCS5 13:35:20,124 INFO [main][CipherTest] transformation=SERPENT/CFB168/PKCS5PADDING 13:35:20,124 INFO [main][CipherTest] transformation=SERPENT/CFB168/PKCS7 13:35:20,125 INFO [main][CipherTest] transformation=SERPENT/CFB168/PKCS7PADDING 13:35:20,125 INFO [main][CipherTest] transformation=SERPENT/CFB168/TBC 13:35:20,125 INFO [main][CipherTest] transformation=SERPENT/CFB168/TBCPADDING 13:35:20,125 INFO [main][CipherTest] transformation=SERPENT/CFB168/X9.23 13:35:20,126 INFO [main][CipherTest] transformation=SERPENT/CFB168/X9.23PADDING 13:35:20,126 INFO [main][CipherTest] transformation=SERPENT/CFB168/ZEROBYTE 13:35:20,126 INFO [main][CipherTest] transformation=SERPENT/CFB168/ZEROBYTEPADDING 13:35:20,127 INFO [main][CipherTest] transformation=SERPENT/CFB176/ 13:35:20,127 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO10126 13:35:20,128 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO10126-2 13:35:20,128 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO10126-2PADDING 13:35:20,128 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO10126PADDING 13:35:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO7816-4 13:35:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/ISO7816-4PADDING 13:35:20,129 INFO [main][CipherTest] transformation=SERPENT/CFB176/NOPADDING 13:35:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/PKCS5 13:35:20,130 INFO [main][CipherTest] transformation=SERPENT/CFB176/PKCS5PADDING 13:35:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB176/PKCS7 13:35:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB176/PKCS7PADDING 13:35:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB176/TBC 13:35:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB176/TBCPADDING 13:35:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB176/X9.23 13:35:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB176/X9.23PADDING 13:35:20,131 INFO [main][CipherTest] transformation=SERPENT/CFB176/ZEROBYTE 13:35:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB176/ZEROBYTEPADDING 13:35:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/ 13:35:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO10126 13:35:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO10126-2 13:35:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO10126-2PADDING 13:35:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO10126PADDING 13:35:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO7816-4 13:35:20,132 INFO [main][CipherTest] transformation=SERPENT/CFB184/ISO7816-4PADDING 13:35:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB184/NOPADDING 13:35:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB184/PKCS5 13:35:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB184/PKCS5PADDING 13:35:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB184/PKCS7 13:35:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB184/PKCS7PADDING 13:35:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB184/TBC 13:35:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB184/TBCPADDING 13:35:20,133 INFO [main][CipherTest] transformation=SERPENT/CFB184/X9.23 13:35:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB184/X9.23PADDING 13:35:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB184/ZEROBYTE 13:35:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB184/ZEROBYTEPADDING 13:35:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/ 13:35:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO10126 13:35:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO10126-2 13:35:20,134 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO10126-2PADDING 13:35:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO10126PADDING 13:35:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO7816-4 13:35:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB192/ISO7816-4PADDING 13:35:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB192/NOPADDING 13:35:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB192/PKCS5 13:35:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB192/PKCS5PADDING 13:35:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB192/PKCS7 13:35:20,135 INFO [main][CipherTest] transformation=SERPENT/CFB192/PKCS7PADDING 13:35:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB192/TBC 13:35:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB192/TBCPADDING 13:35:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB192/X9.23 13:35:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB192/X9.23PADDING 13:35:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB192/ZEROBYTE 13:35:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB192/ZEROBYTEPADDING 13:35:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB200/ 13:35:20,136 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO10126 13:35:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO10126-2 13:35:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO10126-2PADDING 13:35:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO10126PADDING 13:35:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO7816-4 13:35:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB200/ISO7816-4PADDING 13:35:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB200/NOPADDING 13:35:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB200/PKCS5 13:35:20,137 INFO [main][CipherTest] transformation=SERPENT/CFB200/PKCS5PADDING 13:35:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB200/PKCS7 13:35:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB200/PKCS7PADDING 13:35:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB200/TBC 13:35:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB200/TBCPADDING 13:35:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB200/X9.23 13:35:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB200/X9.23PADDING 13:35:20,138 INFO [main][CipherTest] transformation=SERPENT/CFB200/ZEROBYTE 13:35:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB200/ZEROBYTEPADDING 13:35:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB208/ 13:35:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO10126 13:35:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO10126-2 13:35:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO10126-2PADDING 13:35:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO10126PADDING 13:35:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO7816-4 13:35:20,139 INFO [main][CipherTest] transformation=SERPENT/CFB208/ISO7816-4PADDING 13:35:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB208/NOPADDING 13:35:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB208/PKCS5 13:35:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB208/PKCS5PADDING 13:35:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB208/PKCS7 13:35:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB208/PKCS7PADDING 13:35:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB208/TBC 13:35:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB208/TBCPADDING 13:35:20,140 INFO [main][CipherTest] transformation=SERPENT/CFB208/X9.23 13:35:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB208/X9.23PADDING 13:35:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB208/ZEROBYTE 13:35:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB208/ZEROBYTEPADDING 13:35:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB216/ 13:35:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO10126 13:35:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO10126-2 13:35:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO10126-2PADDING 13:35:20,141 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO10126PADDING 13:35:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO7816-4 13:35:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB216/ISO7816-4PADDING 13:35:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB216/NOPADDING 13:35:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB216/PKCS5 13:35:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB216/PKCS5PADDING 13:35:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB216/PKCS7 13:35:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB216/PKCS7PADDING 13:35:20,142 INFO [main][CipherTest] transformation=SERPENT/CFB216/TBC 13:35:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB216/TBCPADDING 13:35:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB216/X9.23 13:35:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB216/X9.23PADDING 13:35:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB216/ZEROBYTE 13:35:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB216/ZEROBYTEPADDING 13:35:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB224/ 13:35:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO10126 13:35:20,143 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO10126-2 13:35:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO10126-2PADDING 13:35:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO10126PADDING 13:35:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO7816-4 13:35:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB224/ISO7816-4PADDING 13:35:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB224/NOPADDING 13:35:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB224/PKCS5 13:35:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB224/PKCS5PADDING 13:35:20,144 INFO [main][CipherTest] transformation=SERPENT/CFB224/PKCS7 13:35:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB224/PKCS7PADDING 13:35:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB224/TBC 13:35:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB224/TBCPADDING 13:35:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB224/X9.23 13:35:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB224/X9.23PADDING 13:35:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB224/ZEROBYTE 13:35:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB224/ZEROBYTEPADDING 13:35:20,145 INFO [main][CipherTest] transformation=SERPENT/CFB232/ 13:35:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO10126 13:35:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO10126-2 13:35:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO10126-2PADDING 13:35:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO10126PADDING 13:35:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO7816-4 13:35:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB232/ISO7816-4PADDING 13:35:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB232/NOPADDING 13:35:20,146 INFO [main][CipherTest] transformation=SERPENT/CFB232/PKCS5 13:35:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB232/PKCS5PADDING 13:35:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB232/PKCS7 13:35:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB232/PKCS7PADDING 13:35:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB232/TBC 13:35:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB232/TBCPADDING 13:35:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB232/X9.23 13:35:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB232/X9.23PADDING 13:35:20,147 INFO [main][CipherTest] transformation=SERPENT/CFB232/ZEROBYTE 13:35:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB232/ZEROBYTEPADDING 13:35:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB24/ 13:35:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO10126 13:35:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO10126-2 13:35:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO10126-2PADDING 13:35:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO10126PADDING 13:35:20,148 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO7816-4 13:35:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB24/ISO7816-4PADDING 13:35:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB24/NOPADDING 13:35:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB24/PKCS5 13:35:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB24/PKCS5PADDING 13:35:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB24/PKCS7 13:35:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB24/PKCS7PADDING 13:35:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB24/TBC 13:35:20,149 INFO [main][CipherTest] transformation=SERPENT/CFB24/TBCPADDING 13:35:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB24/X9.23 13:35:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB24/X9.23PADDING 13:35:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB24/ZEROBYTE 13:35:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB24/ZEROBYTEPADDING 13:35:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB240/ 13:35:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO10126 13:35:20,150 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO10126-2 13:35:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO10126-2PADDING 13:35:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO10126PADDING 13:35:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO7816-4 13:35:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB240/ISO7816-4PADDING 13:35:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB240/NOPADDING 13:35:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB240/PKCS5 13:35:20,151 INFO [main][CipherTest] transformation=SERPENT/CFB240/PKCS5PADDING 13:35:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB240/PKCS7 13:35:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB240/PKCS7PADDING 13:35:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB240/TBC 13:35:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB240/TBCPADDING 13:35:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB240/X9.23 13:35:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB240/X9.23PADDING 13:35:20,152 INFO [main][CipherTest] transformation=SERPENT/CFB240/ZEROBYTE 13:35:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB240/ZEROBYTEPADDING 13:35:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB248/ 13:35:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO10126 13:35:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO10126-2 13:35:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO10126-2PADDING 13:35:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO10126PADDING 13:35:20,153 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO7816-4 13:35:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB248/ISO7816-4PADDING 13:35:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB248/NOPADDING 13:35:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB248/PKCS5 13:35:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB248/PKCS5PADDING 13:35:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB248/PKCS7 13:35:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB248/PKCS7PADDING 13:35:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB248/TBC 13:35:20,154 INFO [main][CipherTest] transformation=SERPENT/CFB248/TBCPADDING 13:35:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB248/X9.23 13:35:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB248/X9.23PADDING 13:35:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB248/ZEROBYTE 13:35:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB248/ZEROBYTEPADDING 13:35:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB256/ 13:35:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO10126 13:35:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO10126-2 13:35:20,155 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO10126-2PADDING 13:35:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO10126PADDING 13:35:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO7816-4 13:35:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB256/ISO7816-4PADDING 13:35:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB256/NOPADDING 13:35:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB256/PKCS5 13:35:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB256/PKCS5PADDING 13:35:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB256/PKCS7 13:35:20,156 INFO [main][CipherTest] transformation=SERPENT/CFB256/PKCS7PADDING 13:35:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB256/TBC 13:35:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB256/TBCPADDING 13:35:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB256/X9.23 13:35:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB256/X9.23PADDING 13:35:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB256/ZEROBYTE 13:35:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB256/ZEROBYTEPADDING 13:35:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB32/ 13:35:20,157 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO10126 13:35:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO10126-2 13:35:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO10126-2PADDING 13:35:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO10126PADDING 13:35:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO7816-4 13:35:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB32/ISO7816-4PADDING 13:35:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB32/NOPADDING 13:35:20,158 INFO [main][CipherTest] transformation=SERPENT/CFB32/PKCS5 13:35:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB32/PKCS5PADDING 13:35:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB32/PKCS7 13:35:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB32/PKCS7PADDING 13:35:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB32/TBC 13:35:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB32/TBCPADDING 13:35:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB32/X9.23 13:35:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB32/X9.23PADDING 13:35:20,159 INFO [main][CipherTest] transformation=SERPENT/CFB32/ZEROBYTE 13:35:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB32/ZEROBYTEPADDING 13:35:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB40/ 13:35:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO10126 13:35:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO10126-2 13:35:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO10126-2PADDING 13:35:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO10126PADDING 13:35:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO7816-4 13:35:20,160 INFO [main][CipherTest] transformation=SERPENT/CFB40/ISO7816-4PADDING 13:35:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB40/NOPADDING 13:35:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB40/PKCS5 13:35:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB40/PKCS5PADDING 13:35:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB40/PKCS7 13:35:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB40/PKCS7PADDING 13:35:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB40/TBC 13:35:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB40/TBCPADDING 13:35:20,161 INFO [main][CipherTest] transformation=SERPENT/CFB40/X9.23 13:35:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB40/X9.23PADDING 13:35:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB40/ZEROBYTE 13:35:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB40/ZEROBYTEPADDING 13:35:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB48/ 13:35:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO10126 13:35:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO10126-2 13:35:20,162 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO10126-2PADDING 13:35:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO10126PADDING 13:35:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO7816-4 13:35:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB48/ISO7816-4PADDING 13:35:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB48/NOPADDING 13:35:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB48/PKCS5 13:35:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB48/PKCS5PADDING 13:35:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB48/PKCS7 13:35:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB48/PKCS7PADDING 13:35:20,163 INFO [main][CipherTest] transformation=SERPENT/CFB48/TBC 13:35:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB48/TBCPADDING 13:35:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB48/X9.23 13:35:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB48/X9.23PADDING 13:35:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB48/ZEROBYTE 13:35:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB48/ZEROBYTEPADDING 13:35:20,164 INFO [main][CipherTest] transformation=SERPENT/CFB56/ 13:35:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO10126 13:35:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO10126-2 13:35:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO10126-2PADDING 13:35:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO10126PADDING 13:35:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO7816-4 13:35:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB56/ISO7816-4PADDING 13:35:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB56/NOPADDING 13:35:20,165 INFO [main][CipherTest] transformation=SERPENT/CFB56/PKCS5 13:35:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB56/PKCS5PADDING 13:35:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB56/PKCS7 13:35:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB56/PKCS7PADDING 13:35:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB56/TBC 13:35:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB56/TBCPADDING 13:35:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB56/X9.23 13:35:20,166 INFO [main][CipherTest] transformation=SERPENT/CFB56/X9.23PADDING 13:35:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB56/ZEROBYTE 13:35:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB56/ZEROBYTEPADDING 13:35:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB64/ 13:35:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO10126 13:35:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO10126-2 13:35:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO10126-2PADDING 13:35:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO10126PADDING 13:35:20,167 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO7816-4 13:35:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB64/ISO7816-4PADDING 13:35:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB64/NOPADDING 13:35:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB64/PKCS5 13:35:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB64/PKCS5PADDING 13:35:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB64/PKCS7 13:35:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB64/PKCS7PADDING 13:35:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB64/TBC 13:35:20,168 INFO [main][CipherTest] transformation=SERPENT/CFB64/TBCPADDING 13:35:20,169 INFO [main][CipherTest] transformation=SERPENT/CFB64/X9.23 13:35:20,169 INFO [main][CipherTest] transformation=SERPENT/CFB64/X9.23PADDING 13:35:20,169 INFO [main][CipherTest] transformation=SERPENT/CFB64/ZEROBYTE 13:35:20,169 INFO [main][CipherTest] transformation=SERPENT/CFB64/ZEROBYTEPADDING 13:35:20,169 INFO [main][CipherTest] transformation=SERPENT/CFB72/ 13:35:20,169 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO10126 13:35:20,169 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO10126-2 13:35:20,169 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO10126-2PADDING 13:35:20,170 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO10126PADDING 13:35:20,170 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO7816-4 13:35:20,170 INFO [main][CipherTest] transformation=SERPENT/CFB72/ISO7816-4PADDING 13:35:20,170 INFO [main][CipherTest] transformation=SERPENT/CFB72/NOPADDING 13:35:20,170 INFO [main][CipherTest] transformation=SERPENT/CFB72/PKCS5 13:35:20,170 INFO [main][CipherTest] transformation=SERPENT/CFB72/PKCS5PADDING 13:35:20,170 INFO [main][CipherTest] transformation=SERPENT/CFB72/PKCS7 13:35:20,171 INFO [main][CipherTest] transformation=SERPENT/CFB72/PKCS7PADDING 13:35:20,171 INFO [main][CipherTest] transformation=SERPENT/CFB72/TBC 13:35:20,171 INFO [main][CipherTest] transformation=SERPENT/CFB72/TBCPADDING 13:35:20,171 INFO [main][CipherTest] transformation=SERPENT/CFB72/X9.23 13:35:20,171 INFO [main][CipherTest] transformation=SERPENT/CFB72/X9.23PADDING 13:35:20,171 INFO [main][CipherTest] transformation=SERPENT/CFB72/ZEROBYTE 13:35:20,171 INFO [main][CipherTest] transformation=SERPENT/CFB72/ZEROBYTEPADDING 13:35:20,171 INFO [main][CipherTest] transformation=SERPENT/CFB8/ 13:35:20,172 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO10126 13:35:20,172 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO10126-2 13:35:20,172 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO10126-2PADDING 13:35:20,172 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO10126PADDING 13:35:20,172 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO7816-4 13:35:20,172 INFO [main][CipherTest] transformation=SERPENT/CFB8/ISO7816-4PADDING 13:35:20,172 INFO [main][CipherTest] transformation=SERPENT/CFB8/NOPADDING 13:35:20,172 INFO [main][CipherTest] transformation=SERPENT/CFB8/PKCS5 13:35:20,173 INFO [main][CipherTest] transformation=SERPENT/CFB8/PKCS5PADDING 13:35:20,173 INFO [main][CipherTest] transformation=SERPENT/CFB8/PKCS7 13:35:20,173 INFO [main][CipherTest] transformation=SERPENT/CFB8/PKCS7PADDING 13:35:20,173 INFO [main][CipherTest] transformation=SERPENT/CFB8/TBC 13:35:20,173 INFO [main][CipherTest] transformation=SERPENT/CFB8/TBCPADDING 13:35:20,173 INFO [main][CipherTest] transformation=SERPENT/CFB8/X9.23 13:35:20,173 INFO [main][CipherTest] transformation=SERPENT/CFB8/X9.23PADDING 13:35:20,173 INFO [main][CipherTest] transformation=SERPENT/CFB8/ZEROBYTE 13:35:20,174 INFO [main][CipherTest] transformation=SERPENT/CFB8/ZEROBYTEPADDING 13:35:20,174 INFO [main][CipherTest] transformation=SERPENT/CFB80/ 13:35:20,174 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO10126 13:35:20,174 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO10126-2 13:35:20,174 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO10126-2PADDING 13:35:20,174 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO10126PADDING 13:35:20,174 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO7816-4 13:35:20,174 INFO [main][CipherTest] transformation=SERPENT/CFB80/ISO7816-4PADDING 13:35:20,175 INFO [main][CipherTest] transformation=SERPENT/CFB80/NOPADDING 13:35:20,175 INFO [main][CipherTest] transformation=SERPENT/CFB80/PKCS5 13:35:20,175 INFO [main][CipherTest] transformation=SERPENT/CFB80/PKCS5PADDING 13:35:20,175 INFO [main][CipherTest] transformation=SERPENT/CFB80/PKCS7 13:35:20,175 INFO [main][CipherTest] transformation=SERPENT/CFB80/PKCS7PADDING 13:35:20,175 INFO [main][CipherTest] transformation=SERPENT/CFB80/TBC 13:35:20,175 INFO [main][CipherTest] transformation=SERPENT/CFB80/TBCPADDING 13:35:20,175 INFO [main][CipherTest] transformation=SERPENT/CFB80/X9.23 13:35:20,176 INFO [main][CipherTest] transformation=SERPENT/CFB80/X9.23PADDING 13:35:20,176 INFO [main][CipherTest] transformation=SERPENT/CFB80/ZEROBYTE 13:35:20,176 INFO [main][CipherTest] transformation=SERPENT/CFB80/ZEROBYTEPADDING 13:35:20,176 INFO [main][CipherTest] transformation=SERPENT/CFB88/ 13:35:20,176 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO10126 13:35:20,176 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO10126-2 13:35:20,176 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO10126-2PADDING 13:35:20,176 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO10126PADDING 13:35:20,177 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO7816-4 13:35:20,177 INFO [main][CipherTest] transformation=SERPENT/CFB88/ISO7816-4PADDING 13:35:20,177 INFO [main][CipherTest] transformation=SERPENT/CFB88/NOPADDING 13:35:20,177 INFO [main][CipherTest] transformation=SERPENT/CFB88/PKCS5 13:35:20,177 INFO [main][CipherTest] transformation=SERPENT/CFB88/PKCS5PADDING 13:35:20,177 INFO [main][CipherTest] transformation=SERPENT/CFB88/PKCS7 13:35:20,177 INFO [main][CipherTest] transformation=SERPENT/CFB88/PKCS7PADDING 13:35:20,178 INFO [main][CipherTest] transformation=SERPENT/CFB88/TBC 13:35:20,178 INFO [main][CipherTest] transformation=SERPENT/CFB88/TBCPADDING 13:35:20,178 INFO [main][CipherTest] transformation=SERPENT/CFB88/X9.23 13:35:20,178 INFO [main][CipherTest] transformation=SERPENT/CFB88/X9.23PADDING 13:35:20,178 INFO [main][CipherTest] transformation=SERPENT/CFB88/ZEROBYTE 13:35:20,178 INFO [main][CipherTest] transformation=SERPENT/CFB88/ZEROBYTEPADDING 13:35:20,178 INFO [main][CipherTest] transformation=SERPENT/CFB96/ 13:35:20,178 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO10126 13:35:20,179 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO10126-2 13:35:20,179 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO10126-2PADDING 13:35:20,179 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO10126PADDING 13:35:20,179 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO7816-4 13:35:20,179 INFO [main][CipherTest] transformation=SERPENT/CFB96/ISO7816-4PADDING 13:35:20,179 INFO [main][CipherTest] transformation=SERPENT/CFB96/NOPADDING 13:35:20,179 INFO [main][CipherTest] transformation=SERPENT/CFB96/PKCS5 13:35:20,179 INFO [main][CipherTest] transformation=SERPENT/CFB96/PKCS5PADDING 13:35:20,180 INFO [main][CipherTest] transformation=SERPENT/CFB96/PKCS7 13:35:20,180 INFO [main][CipherTest] transformation=SERPENT/CFB96/PKCS7PADDING 13:35:20,180 INFO [main][CipherTest] transformation=SERPENT/CFB96/TBC 13:35:20,180 INFO [main][CipherTest] transformation=SERPENT/CFB96/TBCPADDING 13:35:20,180 INFO [main][CipherTest] transformation=SERPENT/CFB96/X9.23 13:35:20,180 INFO [main][CipherTest] transformation=SERPENT/CFB96/X9.23PADDING 13:35:20,180 INFO [main][CipherTest] transformation=SERPENT/CFB96/ZEROBYTE 13:35:20,180 INFO [main][CipherTest] transformation=SERPENT/CFB96/ZEROBYTEPADDING 13:35:20,181 INFO [main][CipherTest] transformation=SERPENT/CTS/ 13:35:20,181 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT/CTS/" does not support IV => Skipping. 13:35:20,181 INFO [main][CipherTest] transformation=SERPENT/CTS/NOPADDING 13:35:20,181 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT/CTS/NOPADDING" does not support IV => Skipping. 13:35:20,181 INFO [main][CipherTest] transformation=SERPENT/EAX/ 13:35:20,182 INFO [main][CipherTest] transformation=SERPENT/EAX/NOPADDING 13:35:20,183 INFO [main][CipherTest] transformation=SERPENT/ECB/ 13:35:20,183 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT/ECB/" does not support IV => Skipping. 13:35:20,183 INFO [main][CipherTest] transformation=SERPENT/ECB/NOPADDING 13:35:20,183 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SERPENT/ECB/NOPADDING" does not support IV => Skipping. 13:35:20,183 INFO [main][CipherTest] transformation=SERPENT/GCM/ 13:35:20,183 INFO [main][CipherTest] transformation=SERPENT/GCM/NOPADDING 13:35:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB/ 13:35:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO10126 13:35:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO10126-2 13:35:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO10126-2PADDING 13:35:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO10126PADDING 13:35:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO7816-4 13:35:20,184 INFO [main][CipherTest] transformation=SERPENT/OFB/ISO7816-4PADDING 13:35:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB/NOPADDING 13:35:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB/PKCS5 13:35:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB/PKCS5PADDING 13:35:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB/PKCS7 13:35:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB/PKCS7PADDING 13:35:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB/TBC 13:35:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB/TBCPADDING 13:35:20,185 INFO [main][CipherTest] transformation=SERPENT/OFB/X9.23 13:35:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB/X9.23PADDING 13:35:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB/ZEROBYTE 13:35:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB/ZEROBYTEPADDING 13:35:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB104/ 13:35:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO10126 13:35:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO10126-2 13:35:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO10126-2PADDING 13:35:20,186 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO10126PADDING 13:35:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO7816-4 13:35:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB104/ISO7816-4PADDING 13:35:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB104/NOPADDING 13:35:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB104/PKCS5 13:35:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB104/PKCS5PADDING 13:35:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB104/PKCS7 13:35:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB104/PKCS7PADDING 13:35:20,187 INFO [main][CipherTest] transformation=SERPENT/OFB104/TBC 13:35:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB104/TBCPADDING 13:35:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB104/X9.23 13:35:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB104/X9.23PADDING 13:35:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB104/ZEROBYTE 13:35:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB104/ZEROBYTEPADDING 13:35:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB112/ 13:35:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO10126 13:35:20,188 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO10126-2 13:35:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO10126-2PADDING 13:35:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO10126PADDING 13:35:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO7816-4 13:35:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB112/ISO7816-4PADDING 13:35:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB112/NOPADDING 13:35:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB112/PKCS5 13:35:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB112/PKCS5PADDING 13:35:20,189 INFO [main][CipherTest] transformation=SERPENT/OFB112/PKCS7 13:35:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB112/PKCS7PADDING 13:35:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB112/TBC 13:35:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB112/TBCPADDING 13:35:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB112/X9.23 13:35:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB112/X9.23PADDING 13:35:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB112/ZEROBYTE 13:35:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB112/ZEROBYTEPADDING 13:35:20,190 INFO [main][CipherTest] transformation=SERPENT/OFB120/ 13:35:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO10126 13:35:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO10126-2 13:35:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO10126-2PADDING 13:35:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO10126PADDING 13:35:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO7816-4 13:35:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB120/ISO7816-4PADDING 13:35:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB120/NOPADDING 13:35:20,191 INFO [main][CipherTest] transformation=SERPENT/OFB120/PKCS5 13:35:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB120/PKCS5PADDING 13:35:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB120/PKCS7 13:35:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB120/PKCS7PADDING 13:35:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB120/TBC 13:35:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB120/TBCPADDING 13:35:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB120/X9.23 13:35:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB120/X9.23PADDING 13:35:20,192 INFO [main][CipherTest] transformation=SERPENT/OFB120/ZEROBYTE 13:35:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB120/ZEROBYTEPADDING 13:35:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB128/ 13:35:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO10126 13:35:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO10126-2 13:35:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO10126-2PADDING 13:35:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO10126PADDING 13:35:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO7816-4 13:35:20,193 INFO [main][CipherTest] transformation=SERPENT/OFB128/ISO7816-4PADDING 13:35:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB128/NOPADDING 13:35:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB128/PKCS5 13:35:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB128/PKCS5PADDING 13:35:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB128/PKCS7 13:35:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB128/PKCS7PADDING 13:35:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB128/TBC 13:35:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB128/TBCPADDING 13:35:20,194 INFO [main][CipherTest] transformation=SERPENT/OFB128/X9.23 13:35:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB128/X9.23PADDING 13:35:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB128/ZEROBYTE 13:35:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB128/ZEROBYTEPADDING 13:35:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB136/ 13:35:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO10126 13:35:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO10126-2 13:35:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO10126-2PADDING 13:35:20,195 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO10126PADDING 13:35:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO7816-4 13:35:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB136/ISO7816-4PADDING 13:35:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB136/NOPADDING 13:35:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB136/PKCS5 13:35:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB136/PKCS5PADDING 13:35:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB136/PKCS7 13:35:20,196 INFO [main][CipherTest] transformation=SERPENT/OFB136/PKCS7PADDING 13:35:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB136/TBC 13:35:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB136/TBCPADDING 13:35:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB136/X9.23 13:35:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB136/X9.23PADDING 13:35:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB136/ZEROBYTE 13:35:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB136/ZEROBYTEPADDING 13:35:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB144/ 13:35:20,197 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO10126 13:35:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO10126-2 13:35:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO10126-2PADDING 13:35:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO10126PADDING 13:35:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO7816-4 13:35:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB144/ISO7816-4PADDING 13:35:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB144/NOPADDING 13:35:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB144/PKCS5 13:35:20,198 INFO [main][CipherTest] transformation=SERPENT/OFB144/PKCS5PADDING 13:35:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB144/PKCS7 13:35:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB144/PKCS7PADDING 13:35:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB144/TBC 13:35:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB144/TBCPADDING 13:35:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB144/X9.23 13:35:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB144/X9.23PADDING 13:35:20,199 INFO [main][CipherTest] transformation=SERPENT/OFB144/ZEROBYTE 13:35:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB144/ZEROBYTEPADDING 13:35:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB152/ 13:35:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO10126 13:35:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO10126-2 13:35:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO10126-2PADDING 13:35:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO10126PADDING 13:35:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO7816-4 13:35:20,200 INFO [main][CipherTest] transformation=SERPENT/OFB152/ISO7816-4PADDING 13:35:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB152/NOPADDING 13:35:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB152/PKCS5 13:35:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB152/PKCS5PADDING 13:35:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB152/PKCS7 13:35:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB152/PKCS7PADDING 13:35:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB152/TBC 13:35:20,201 INFO [main][CipherTest] transformation=SERPENT/OFB152/TBCPADDING 13:35:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB152/X9.23 13:35:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB152/X9.23PADDING 13:35:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB152/ZEROBYTE 13:35:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB152/ZEROBYTEPADDING 13:35:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB16/ 13:35:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO10126 13:35:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO10126-2 13:35:20,202 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO10126-2PADDING 13:35:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO10126PADDING 13:35:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO7816-4 13:35:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB16/ISO7816-4PADDING 13:35:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB16/NOPADDING 13:35:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB16/PKCS5 13:35:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB16/PKCS5PADDING 13:35:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB16/PKCS7 13:35:20,203 INFO [main][CipherTest] transformation=SERPENT/OFB16/PKCS7PADDING 13:35:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB16/TBC 13:35:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB16/TBCPADDING 13:35:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB16/X9.23 13:35:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB16/X9.23PADDING 13:35:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB16/ZEROBYTE 13:35:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB16/ZEROBYTEPADDING 13:35:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB160/ 13:35:20,204 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO10126 13:35:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO10126-2 13:35:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO10126-2PADDING 13:35:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO10126PADDING 13:35:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO7816-4 13:35:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB160/ISO7816-4PADDING 13:35:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB160/NOPADDING 13:35:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB160/PKCS5 13:35:20,205 INFO [main][CipherTest] transformation=SERPENT/OFB160/PKCS5PADDING 13:35:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB160/PKCS7 13:35:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB160/PKCS7PADDING 13:35:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB160/TBC 13:35:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB160/TBCPADDING 13:35:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB160/X9.23 13:35:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB160/X9.23PADDING 13:35:20,206 INFO [main][CipherTest] transformation=SERPENT/OFB160/ZEROBYTE 13:35:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB160/ZEROBYTEPADDING 13:35:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB168/ 13:35:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO10126 13:35:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO10126-2 13:35:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO10126-2PADDING 13:35:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO10126PADDING 13:35:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO7816-4 13:35:20,207 INFO [main][CipherTest] transformation=SERPENT/OFB168/ISO7816-4PADDING 13:35:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB168/NOPADDING 13:35:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB168/PKCS5 13:35:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB168/PKCS5PADDING 13:35:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB168/PKCS7 13:35:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB168/PKCS7PADDING 13:35:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB168/TBC 13:35:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB168/TBCPADDING 13:35:20,208 INFO [main][CipherTest] transformation=SERPENT/OFB168/X9.23 13:35:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB168/X9.23PADDING 13:35:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB168/ZEROBYTE 13:35:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB168/ZEROBYTEPADDING 13:35:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB176/ 13:35:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO10126 13:35:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO10126-2 13:35:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO10126-2PADDING 13:35:20,209 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO10126PADDING 13:35:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO7816-4 13:35:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB176/ISO7816-4PADDING 13:35:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB176/NOPADDING 13:35:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB176/PKCS5 13:35:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB176/PKCS5PADDING 13:35:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB176/PKCS7 13:35:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB176/PKCS7PADDING 13:35:20,210 INFO [main][CipherTest] transformation=SERPENT/OFB176/TBC 13:35:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB176/TBCPADDING 13:35:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB176/X9.23 13:35:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB176/X9.23PADDING 13:35:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB176/ZEROBYTE 13:35:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB176/ZEROBYTEPADDING 13:35:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB184/ 13:35:20,211 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO10126 13:35:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO10126-2 13:35:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO10126-2PADDING 13:35:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO10126PADDING 13:35:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO7816-4 13:35:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB184/ISO7816-4PADDING 13:35:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB184/NOPADDING 13:35:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB184/PKCS5 13:35:20,212 INFO [main][CipherTest] transformation=SERPENT/OFB184/PKCS5PADDING 13:35:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB184/PKCS7 13:35:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB184/PKCS7PADDING 13:35:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB184/TBC 13:35:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB184/TBCPADDING 13:35:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB184/X9.23 13:35:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB184/X9.23PADDING 13:35:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB184/ZEROBYTE 13:35:20,213 INFO [main][CipherTest] transformation=SERPENT/OFB184/ZEROBYTEPADDING 13:35:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB192/ 13:35:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO10126 13:35:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO10126-2 13:35:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO10126-2PADDING 13:35:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO10126PADDING 13:35:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO7816-4 13:35:20,214 INFO [main][CipherTest] transformation=SERPENT/OFB192/ISO7816-4PADDING 13:35:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB192/NOPADDING 13:35:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB192/PKCS5 13:35:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB192/PKCS5PADDING 13:35:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB192/PKCS7 13:35:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB192/PKCS7PADDING 13:35:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB192/TBC 13:35:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB192/TBCPADDING 13:35:20,215 INFO [main][CipherTest] transformation=SERPENT/OFB192/X9.23 13:35:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB192/X9.23PADDING 13:35:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB192/ZEROBYTE 13:35:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB192/ZEROBYTEPADDING 13:35:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB200/ 13:35:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO10126 13:35:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO10126-2 13:35:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO10126-2PADDING 13:35:20,216 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO10126PADDING 13:35:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO7816-4 13:35:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB200/ISO7816-4PADDING 13:35:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB200/NOPADDING 13:35:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB200/PKCS5 13:35:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB200/PKCS5PADDING 13:35:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB200/PKCS7 13:35:20,217 INFO [main][CipherTest] transformation=SERPENT/OFB200/PKCS7PADDING 13:35:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB200/TBC 13:35:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB200/TBCPADDING 13:35:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB200/X9.23 13:35:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB200/X9.23PADDING 13:35:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB200/ZEROBYTE 13:35:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB200/ZEROBYTEPADDING 13:35:20,218 INFO [main][CipherTest] transformation=SERPENT/OFB208/ 13:35:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO10126 13:35:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO10126-2 13:35:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO10126-2PADDING 13:35:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO10126PADDING 13:35:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO7816-4 13:35:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB208/ISO7816-4PADDING 13:35:20,219 INFO [main][CipherTest] transformation=SERPENT/OFB208/NOPADDING 13:35:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB208/PKCS5 13:35:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB208/PKCS5PADDING 13:35:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB208/PKCS7 13:35:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB208/PKCS7PADDING 13:35:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB208/TBC 13:35:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB208/TBCPADDING 13:35:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB208/X9.23 13:35:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB208/X9.23PADDING 13:35:20,220 INFO [main][CipherTest] transformation=SERPENT/OFB208/ZEROBYTE 13:35:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB208/ZEROBYTEPADDING 13:35:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB216/ 13:35:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO10126 13:35:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO10126-2 13:35:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO10126-2PADDING 13:35:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO10126PADDING 13:35:20,221 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO7816-4 13:35:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB216/ISO7816-4PADDING 13:35:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB216/NOPADDING 13:35:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB216/PKCS5 13:35:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB216/PKCS5PADDING 13:35:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB216/PKCS7 13:35:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB216/PKCS7PADDING 13:35:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB216/TBC 13:35:20,222 INFO [main][CipherTest] transformation=SERPENT/OFB216/TBCPADDING 13:35:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB216/X9.23 13:35:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB216/X9.23PADDING 13:35:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB216/ZEROBYTE 13:35:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB216/ZEROBYTEPADDING 13:35:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB224/ 13:35:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO10126 13:35:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO10126-2 13:35:20,223 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO10126-2PADDING 13:35:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO10126PADDING 13:35:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO7816-4 13:35:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB224/ISO7816-4PADDING 13:35:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB224/NOPADDING 13:35:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB224/PKCS5 13:35:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB224/PKCS5PADDING 13:35:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB224/PKCS7 13:35:20,224 INFO [main][CipherTest] transformation=SERPENT/OFB224/PKCS7PADDING 13:35:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB224/TBC 13:35:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB224/TBCPADDING 13:35:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB224/X9.23 13:35:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB224/X9.23PADDING 13:35:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB224/ZEROBYTE 13:35:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB224/ZEROBYTEPADDING 13:35:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB232/ 13:35:20,225 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO10126 13:35:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO10126-2 13:35:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO10126-2PADDING 13:35:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO10126PADDING 13:35:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO7816-4 13:35:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB232/ISO7816-4PADDING 13:35:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB232/NOPADDING 13:35:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB232/PKCS5 13:35:20,226 INFO [main][CipherTest] transformation=SERPENT/OFB232/PKCS5PADDING 13:35:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB232/PKCS7 13:35:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB232/PKCS7PADDING 13:35:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB232/TBC 13:35:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB232/TBCPADDING 13:35:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB232/X9.23 13:35:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB232/X9.23PADDING 13:35:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB232/ZEROBYTE 13:35:20,227 INFO [main][CipherTest] transformation=SERPENT/OFB232/ZEROBYTEPADDING 13:35:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB24/ 13:35:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO10126 13:35:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO10126-2 13:35:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO10126-2PADDING 13:35:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO10126PADDING 13:35:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO7816-4 13:35:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB24/ISO7816-4PADDING 13:35:20,228 INFO [main][CipherTest] transformation=SERPENT/OFB24/NOPADDING 13:35:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB24/PKCS5 13:35:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB24/PKCS5PADDING 13:35:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB24/PKCS7 13:35:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB24/PKCS7PADDING 13:35:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB24/TBC 13:35:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB24/TBCPADDING 13:35:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB24/X9.23 13:35:20,229 INFO [main][CipherTest] transformation=SERPENT/OFB24/X9.23PADDING 13:35:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB24/ZEROBYTE 13:35:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB24/ZEROBYTEPADDING 13:35:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB240/ 13:35:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO10126 13:35:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO10126-2 13:35:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO10126-2PADDING 13:35:20,230 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO10126PADDING 13:35:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO7816-4 13:35:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB240/ISO7816-4PADDING 13:35:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB240/NOPADDING 13:35:20,231 INFO [main][CipherTest] transformation=SERPENT/OFB240/PKCS5 13:35:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB240/PKCS5PADDING 13:35:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB240/PKCS7 13:35:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB240/PKCS7PADDING 13:35:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB240/TBC 13:35:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB240/TBCPADDING 13:35:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB240/X9.23 13:35:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB240/X9.23PADDING 13:35:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB240/ZEROBYTE 13:35:20,232 INFO [main][CipherTest] transformation=SERPENT/OFB240/ZEROBYTEPADDING 13:35:20,233 INFO [main][CipherTest] transformation=SERPENT/OFB248/ 13:35:20,233 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO10126 13:35:20,233 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO10126-2 13:35:20,233 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO10126-2PADDING 13:35:20,233 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO10126PADDING 13:35:20,233 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO7816-4 13:35:20,233 INFO [main][CipherTest] transformation=SERPENT/OFB248/ISO7816-4PADDING 13:35:20,234 INFO [main][CipherTest] transformation=SERPENT/OFB248/NOPADDING 13:35:20,234 INFO [main][CipherTest] transformation=SERPENT/OFB248/PKCS5 13:35:20,234 INFO [main][CipherTest] transformation=SERPENT/OFB248/PKCS5PADDING 13:35:20,234 INFO [main][CipherTest] transformation=SERPENT/OFB248/PKCS7 13:35:20,234 INFO [main][CipherTest] transformation=SERPENT/OFB248/PKCS7PADDING 13:35:20,234 INFO [main][CipherTest] transformation=SERPENT/OFB248/TBC 13:35:20,234 INFO [main][CipherTest] transformation=SERPENT/OFB248/TBCPADDING 13:35:20,234 INFO [main][CipherTest] transformation=SERPENT/OFB248/X9.23 13:35:20,234 INFO [main][CipherTest] transformation=SERPENT/OFB248/X9.23PADDING 13:35:20,235 INFO [main][CipherTest] transformation=SERPENT/OFB248/ZEROBYTE 13:35:20,235 INFO [main][CipherTest] transformation=SERPENT/OFB248/ZEROBYTEPADDING 13:35:20,235 INFO [main][CipherTest] transformation=SERPENT/OFB256/ 13:35:20,235 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO10126 13:35:20,235 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO10126-2 13:35:20,235 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO10126-2PADDING 13:35:20,235 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO10126PADDING 13:35:20,235 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO7816-4 13:35:20,236 INFO [main][CipherTest] transformation=SERPENT/OFB256/ISO7816-4PADDING 13:35:20,236 INFO [main][CipherTest] transformation=SERPENT/OFB256/NOPADDING 13:35:20,236 INFO [main][CipherTest] transformation=SERPENT/OFB256/PKCS5 13:35:20,236 INFO [main][CipherTest] transformation=SERPENT/OFB256/PKCS5PADDING 13:35:20,236 INFO [main][CipherTest] transformation=SERPENT/OFB256/PKCS7 13:35:20,236 INFO [main][CipherTest] transformation=SERPENT/OFB256/PKCS7PADDING 13:35:20,236 INFO [main][CipherTest] transformation=SERPENT/OFB256/TBC 13:35:20,236 INFO [main][CipherTest] transformation=SERPENT/OFB256/TBCPADDING 13:35:20,236 INFO [main][CipherTest] transformation=SERPENT/OFB256/X9.23 13:35:20,237 INFO [main][CipherTest] transformation=SERPENT/OFB256/X9.23PADDING 13:35:20,237 INFO [main][CipherTest] transformation=SERPENT/OFB256/ZEROBYTE 13:35:20,237 INFO [main][CipherTest] transformation=SERPENT/OFB256/ZEROBYTEPADDING 13:35:20,237 INFO [main][CipherTest] transformation=SERPENT/OFB32/ 13:35:20,237 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO10126 13:35:20,237 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO10126-2 13:35:20,237 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO10126-2PADDING 13:35:20,237 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO10126PADDING 13:35:20,237 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO7816-4 13:35:20,238 INFO [main][CipherTest] transformation=SERPENT/OFB32/ISO7816-4PADDING 13:35:20,238 INFO [main][CipherTest] transformation=SERPENT/OFB32/NOPADDING 13:35:20,238 INFO [main][CipherTest] transformation=SERPENT/OFB32/PKCS5 13:35:20,238 INFO [main][CipherTest] transformation=SERPENT/OFB32/PKCS5PADDING 13:35:20,238 INFO [main][CipherTest] transformation=SERPENT/OFB32/PKCS7 13:35:20,238 INFO [main][CipherTest] transformation=SERPENT/OFB32/PKCS7PADDING 13:35:20,238 INFO [main][CipherTest] transformation=SERPENT/OFB32/TBC 13:35:20,238 INFO [main][CipherTest] transformation=SERPENT/OFB32/TBCPADDING 13:35:20,239 INFO [main][CipherTest] transformation=SERPENT/OFB32/X9.23 13:35:20,239 INFO [main][CipherTest] transformation=SERPENT/OFB32/X9.23PADDING 13:35:20,239 INFO [main][CipherTest] transformation=SERPENT/OFB32/ZEROBYTE 13:35:20,239 INFO [main][CipherTest] transformation=SERPENT/OFB32/ZEROBYTEPADDING 13:35:20,239 INFO [main][CipherTest] transformation=SERPENT/OFB40/ 13:35:20,239 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO10126 13:35:20,239 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO10126-2 13:35:20,239 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO10126-2PADDING 13:35:20,240 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO10126PADDING 13:35:20,240 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO7816-4 13:35:20,240 INFO [main][CipherTest] transformation=SERPENT/OFB40/ISO7816-4PADDING 13:35:20,240 INFO [main][CipherTest] transformation=SERPENT/OFB40/NOPADDING 13:35:20,240 INFO [main][CipherTest] transformation=SERPENT/OFB40/PKCS5 13:35:20,240 INFO [main][CipherTest] transformation=SERPENT/OFB40/PKCS5PADDING 13:35:20,240 INFO [main][CipherTest] transformation=SERPENT/OFB40/PKCS7 13:35:20,240 INFO [main][CipherTest] transformation=SERPENT/OFB40/PKCS7PADDING 13:35:20,241 INFO [main][CipherTest] transformation=SERPENT/OFB40/TBC 13:35:20,241 INFO [main][CipherTest] transformation=SERPENT/OFB40/TBCPADDING 13:35:20,241 INFO [main][CipherTest] transformation=SERPENT/OFB40/X9.23 13:35:20,241 INFO [main][CipherTest] transformation=SERPENT/OFB40/X9.23PADDING 13:35:20,241 INFO [main][CipherTest] transformation=SERPENT/OFB40/ZEROBYTE 13:35:20,241 INFO [main][CipherTest] transformation=SERPENT/OFB40/ZEROBYTEPADDING 13:35:20,241 INFO [main][CipherTest] transformation=SERPENT/OFB48/ 13:35:20,241 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO10126 13:35:20,242 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO10126-2 13:35:20,242 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO10126-2PADDING 13:35:20,242 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO10126PADDING 13:35:20,242 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO7816-4 13:35:20,242 INFO [main][CipherTest] transformation=SERPENT/OFB48/ISO7816-4PADDING 13:35:20,242 INFO [main][CipherTest] transformation=SERPENT/OFB48/NOPADDING 13:35:20,242 INFO [main][CipherTest] transformation=SERPENT/OFB48/PKCS5 13:35:20,242 INFO [main][CipherTest] transformation=SERPENT/OFB48/PKCS5PADDING 13:35:20,242 INFO [main][CipherTest] transformation=SERPENT/OFB48/PKCS7 13:35:20,243 INFO [main][CipherTest] transformation=SERPENT/OFB48/PKCS7PADDING 13:35:20,243 INFO [main][CipherTest] transformation=SERPENT/OFB48/TBC 13:35:20,243 INFO [main][CipherTest] transformation=SERPENT/OFB48/TBCPADDING 13:35:20,243 INFO [main][CipherTest] transformation=SERPENT/OFB48/X9.23 13:35:20,243 INFO [main][CipherTest] transformation=SERPENT/OFB48/X9.23PADDING 13:35:20,243 INFO [main][CipherTest] transformation=SERPENT/OFB48/ZEROBYTE 13:35:20,243 INFO [main][CipherTest] transformation=SERPENT/OFB48/ZEROBYTEPADDING 13:35:20,243 INFO [main][CipherTest] transformation=SERPENT/OFB56/ 13:35:20,243 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO10126 13:35:20,244 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO10126-2 13:35:20,244 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO10126-2PADDING 13:35:20,244 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO10126PADDING 13:35:20,244 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO7816-4 13:35:20,244 INFO [main][CipherTest] transformation=SERPENT/OFB56/ISO7816-4PADDING 13:35:20,244 INFO [main][CipherTest] transformation=SERPENT/OFB56/NOPADDING 13:35:20,244 INFO [main][CipherTest] transformation=SERPENT/OFB56/PKCS5 13:35:20,244 INFO [main][CipherTest] transformation=SERPENT/OFB56/PKCS5PADDING 13:35:20,245 INFO [main][CipherTest] transformation=SERPENT/OFB56/PKCS7 13:35:20,245 INFO [main][CipherTest] transformation=SERPENT/OFB56/PKCS7PADDING 13:35:20,245 INFO [main][CipherTest] transformation=SERPENT/OFB56/TBC 13:35:20,245 INFO [main][CipherTest] transformation=SERPENT/OFB56/TBCPADDING 13:35:20,245 INFO [main][CipherTest] transformation=SERPENT/OFB56/X9.23 13:35:20,245 INFO [main][CipherTest] transformation=SERPENT/OFB56/X9.23PADDING 13:35:20,245 INFO [main][CipherTest] transformation=SERPENT/OFB56/ZEROBYTE 13:35:20,245 INFO [main][CipherTest] transformation=SERPENT/OFB56/ZEROBYTEPADDING 13:35:20,245 INFO [main][CipherTest] transformation=SERPENT/OFB64/ 13:35:20,246 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO10126 13:35:20,246 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO10126-2 13:35:20,246 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO10126-2PADDING 13:35:20,246 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO10126PADDING 13:35:20,246 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO7816-4 13:35:20,246 INFO [main][CipherTest] transformation=SERPENT/OFB64/ISO7816-4PADDING 13:35:20,246 INFO [main][CipherTest] transformation=SERPENT/OFB64/NOPADDING 13:35:20,246 INFO [main][CipherTest] transformation=SERPENT/OFB64/PKCS5 13:35:20,247 INFO [main][CipherTest] transformation=SERPENT/OFB64/PKCS5PADDING 13:35:20,247 INFO [main][CipherTest] transformation=SERPENT/OFB64/PKCS7 13:35:20,247 INFO [main][CipherTest] transformation=SERPENT/OFB64/PKCS7PADDING 13:35:20,247 INFO [main][CipherTest] transformation=SERPENT/OFB64/TBC 13:35:20,247 INFO [main][CipherTest] transformation=SERPENT/OFB64/TBCPADDING 13:35:20,247 INFO [main][CipherTest] transformation=SERPENT/OFB64/X9.23 13:35:20,247 INFO [main][CipherTest] transformation=SERPENT/OFB64/X9.23PADDING 13:35:20,247 INFO [main][CipherTest] transformation=SERPENT/OFB64/ZEROBYTE 13:35:20,248 INFO [main][CipherTest] transformation=SERPENT/OFB64/ZEROBYTEPADDING 13:35:20,248 INFO [main][CipherTest] transformation=SERPENT/OFB72/ 13:35:20,248 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO10126 13:35:20,248 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO10126-2 13:35:20,248 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO10126-2PADDING 13:35:20,248 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO10126PADDING 13:35:20,248 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO7816-4 13:35:20,248 INFO [main][CipherTest] transformation=SERPENT/OFB72/ISO7816-4PADDING 13:35:20,249 INFO [main][CipherTest] transformation=SERPENT/OFB72/NOPADDING 13:35:20,249 INFO [main][CipherTest] transformation=SERPENT/OFB72/PKCS5 13:35:20,249 INFO [main][CipherTest] transformation=SERPENT/OFB72/PKCS5PADDING 13:35:20,249 INFO [main][CipherTest] transformation=SERPENT/OFB72/PKCS7 13:35:20,249 INFO [main][CipherTest] transformation=SERPENT/OFB72/PKCS7PADDING 13:35:20,249 INFO [main][CipherTest] transformation=SERPENT/OFB72/TBC 13:35:20,249 INFO [main][CipherTest] transformation=SERPENT/OFB72/TBCPADDING 13:35:20,249 INFO [main][CipherTest] transformation=SERPENT/OFB72/X9.23 13:35:20,249 INFO [main][CipherTest] transformation=SERPENT/OFB72/X9.23PADDING 13:35:20,250 INFO [main][CipherTest] transformation=SERPENT/OFB72/ZEROBYTE 13:35:20,250 INFO [main][CipherTest] transformation=SERPENT/OFB72/ZEROBYTEPADDING 13:35:20,250 INFO [main][CipherTest] transformation=SERPENT/OFB8/ 13:35:20,250 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO10126 13:35:20,250 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO10126-2 13:35:20,250 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO10126-2PADDING 13:35:20,250 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO10126PADDING 13:35:20,250 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO7816-4 13:35:20,251 INFO [main][CipherTest] transformation=SERPENT/OFB8/ISO7816-4PADDING 13:35:20,251 INFO [main][CipherTest] transformation=SERPENT/OFB8/NOPADDING 13:35:20,251 INFO [main][CipherTest] transformation=SERPENT/OFB8/PKCS5 13:35:20,251 INFO [main][CipherTest] transformation=SERPENT/OFB8/PKCS5PADDING 13:35:20,251 INFO [main][CipherTest] transformation=SERPENT/OFB8/PKCS7 13:35:20,251 INFO [main][CipherTest] transformation=SERPENT/OFB8/PKCS7PADDING 13:35:20,251 INFO [main][CipherTest] transformation=SERPENT/OFB8/TBC 13:35:20,251 INFO [main][CipherTest] transformation=SERPENT/OFB8/TBCPADDING 13:35:20,251 INFO [main][CipherTest] transformation=SERPENT/OFB8/X9.23 13:35:20,252 INFO [main][CipherTest] transformation=SERPENT/OFB8/X9.23PADDING 13:35:20,252 INFO [main][CipherTest] transformation=SERPENT/OFB8/ZEROBYTE 13:35:20,252 INFO [main][CipherTest] transformation=SERPENT/OFB8/ZEROBYTEPADDING 13:35:20,252 INFO [main][CipherTest] transformation=SERPENT/OFB80/ 13:35:20,252 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO10126 13:35:20,252 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO10126-2 13:35:20,252 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO10126-2PADDING 13:35:20,252 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO10126PADDING 13:35:20,253 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO7816-4 13:35:20,253 INFO [main][CipherTest] transformation=SERPENT/OFB80/ISO7816-4PADDING 13:35:20,253 INFO [main][CipherTest] transformation=SERPENT/OFB80/NOPADDING 13:35:20,253 INFO [main][CipherTest] transformation=SERPENT/OFB80/PKCS5 13:35:20,253 INFO [main][CipherTest] transformation=SERPENT/OFB80/PKCS5PADDING 13:35:20,253 INFO [main][CipherTest] transformation=SERPENT/OFB80/PKCS7 13:35:20,253 INFO [main][CipherTest] transformation=SERPENT/OFB80/PKCS7PADDING 13:35:20,253 INFO [main][CipherTest] transformation=SERPENT/OFB80/TBC 13:35:20,253 INFO [main][CipherTest] transformation=SERPENT/OFB80/TBCPADDING 13:35:20,254 INFO [main][CipherTest] transformation=SERPENT/OFB80/X9.23 13:35:20,254 INFO [main][CipherTest] transformation=SERPENT/OFB80/X9.23PADDING 13:35:20,254 INFO [main][CipherTest] transformation=SERPENT/OFB80/ZEROBYTE 13:35:20,254 INFO [main][CipherTest] transformation=SERPENT/OFB80/ZEROBYTEPADDING 13:35:20,254 INFO [main][CipherTest] transformation=SERPENT/OFB88/ 13:35:20,254 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO10126 13:35:20,254 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO10126-2 13:35:20,254 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO10126-2PADDING 13:35:20,255 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO10126PADDING 13:35:20,255 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO7816-4 13:35:20,255 INFO [main][CipherTest] transformation=SERPENT/OFB88/ISO7816-4PADDING 13:35:20,255 INFO [main][CipherTest] transformation=SERPENT/OFB88/NOPADDING 13:35:20,255 INFO [main][CipherTest] transformation=SERPENT/OFB88/PKCS5 13:35:20,255 INFO [main][CipherTest] transformation=SERPENT/OFB88/PKCS5PADDING 13:35:20,255 INFO [main][CipherTest] transformation=SERPENT/OFB88/PKCS7 13:35:20,255 INFO [main][CipherTest] transformation=SERPENT/OFB88/PKCS7PADDING 13:35:20,255 INFO [main][CipherTest] transformation=SERPENT/OFB88/TBC 13:35:20,256 INFO [main][CipherTest] transformation=SERPENT/OFB88/TBCPADDING 13:35:20,256 INFO [main][CipherTest] transformation=SERPENT/OFB88/X9.23 13:35:20,256 INFO [main][CipherTest] transformation=SERPENT/OFB88/X9.23PADDING 13:35:20,256 INFO [main][CipherTest] transformation=SERPENT/OFB88/ZEROBYTE 13:35:20,256 INFO [main][CipherTest] transformation=SERPENT/OFB88/ZEROBYTEPADDING 13:35:20,256 INFO [main][CipherTest] transformation=SERPENT/OFB96/ 13:35:20,256 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO10126 13:35:20,256 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO10126-2 13:35:20,257 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO10126-2PADDING 13:35:20,257 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO10126PADDING 13:35:20,257 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO7816-4 13:35:20,257 INFO [main][CipherTest] transformation=SERPENT/OFB96/ISO7816-4PADDING 13:35:20,257 INFO [main][CipherTest] transformation=SERPENT/OFB96/NOPADDING 13:35:20,257 INFO [main][CipherTest] transformation=SERPENT/OFB96/PKCS5 13:35:20,257 INFO [main][CipherTest] transformation=SERPENT/OFB96/PKCS5PADDING 13:35:20,257 INFO [main][CipherTest] transformation=SERPENT/OFB96/PKCS7 13:35:20,257 INFO [main][CipherTest] transformation=SERPENT/OFB96/PKCS7PADDING 13:35:20,258 INFO [main][CipherTest] transformation=SERPENT/OFB96/TBC 13:35:20,258 INFO [main][CipherTest] transformation=SERPENT/OFB96/TBCPADDING 13:35:20,258 INFO [main][CipherTest] transformation=SERPENT/OFB96/X9.23 13:35:20,258 INFO [main][CipherTest] transformation=SERPENT/OFB96/X9.23PADDING 13:35:20,258 INFO [main][CipherTest] transformation=SERPENT/OFB96/ZEROBYTE 13:35:20,258 INFO [main][CipherTest] transformation=SERPENT/OFB96/ZEROBYTEPADDING 13:35:20,258 INFO [main][CipherTest] transformation=SERPENT/SIC/ 13:35:20,258 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO10126 13:35:20,259 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO10126-2 13:35:20,259 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO10126-2PADDING 13:35:20,259 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO10126PADDING 13:35:20,259 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO7816-4 13:35:20,259 INFO [main][CipherTest] transformation=SERPENT/SIC/ISO7816-4PADDING 13:35:20,259 INFO [main][CipherTest] transformation=SERPENT/SIC/NOPADDING 13:35:20,260 INFO [main][CipherTest] transformation=SERPENT/SIC/PKCS5 13:35:20,260 INFO [main][CipherTest] transformation=SERPENT/SIC/PKCS5PADDING 13:35:20,260 INFO [main][CipherTest] transformation=SERPENT/SIC/PKCS7 13:35:20,260 INFO [main][CipherTest] transformation=SERPENT/SIC/PKCS7PADDING 13:35:20,260 INFO [main][CipherTest] transformation=SERPENT/SIC/TBC 13:35:20,260 INFO [main][CipherTest] transformation=SERPENT/SIC/TBCPADDING 13:35:20,261 INFO [main][CipherTest] transformation=SERPENT/SIC/X9.23 13:35:20,261 INFO [main][CipherTest] transformation=SERPENT/SIC/X9.23PADDING 13:35:20,261 INFO [main][CipherTest] transformation=SERPENT/SIC/ZEROBYTE 13:35:20,261 INFO [main][CipherTest] transformation=SERPENT/SIC/ZEROBYTEPADDING 13:35:20,261 INFO [main][CipherTest] transformation=SKIPJACK// 13:35:20,261 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK//" does not support IV => Skipping. 13:35:20,261 INFO [main][CipherTest] transformation=SKIPJACK//NOPADDING 13:35:20,262 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK//NOPADDING" does not support IV => Skipping. 13:35:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CBC-CTS/ 13:35:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CBC-CTS/NOPADDING 13:35:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ 13:35:20,262 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO10126 13:35:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO10126-2 13:35:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO10126-2PADDING 13:35:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO10126PADDING 13:35:20,263 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO7816-4 13:35:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ISO7816-4PADDING 13:35:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CBC/NOPADDING 13:35:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CBC/PKCS5 13:35:20,264 INFO [main][CipherTest] transformation=SKIPJACK/CBC/PKCS5PADDING 13:35:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CBC/PKCS7 13:35:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CBC/PKCS7PADDING 13:35:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CBC/TBC 13:35:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CBC/TBCPADDING 13:35:20,265 INFO [main][CipherTest] transformation=SKIPJACK/CBC/X9.23 13:35:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CBC/X9.23PADDING 13:35:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ZEROBYTE 13:35:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CBC/ZEROBYTEPADDING 13:35:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ 13:35:20,266 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO10126 13:35:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO10126-2 13:35:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO10126-2PADDING 13:35:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO10126PADDING 13:35:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO7816-4 13:35:20,267 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ISO7816-4PADDING 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/NOPADDING 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/PKCS5 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/PKCS5PADDING 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/PKCS7 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/PKCS7PADDING 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/TBC 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/TBCPADDING 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/X9.23 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/X9.23PADDING 13:35:20,268 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ZEROBYTE 13:35:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB/ZEROBYTEPADDING 13:35:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ 13:35:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO10126 13:35:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO10126-2 13:35:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO10126-2PADDING 13:35:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO10126PADDING 13:35:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO7816-4 13:35:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ISO7816-4PADDING 13:35:20,269 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/NOPADDING 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/PKCS5 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/PKCS5PADDING 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/PKCS7 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/PKCS7PADDING 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/TBC 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/TBCPADDING 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/X9.23 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/X9.23PADDING 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ZEROBYTE 13:35:20,270 INFO [main][CipherTest] transformation=SKIPJACK/CFB104/ZEROBYTEPADDING 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO10126 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO10126-2 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO10126-2PADDING 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO10126PADDING 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO7816-4 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ISO7816-4PADDING 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/NOPADDING 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/PKCS5 13:35:20,271 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/PKCS5PADDING 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/PKCS7 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/PKCS7PADDING 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/TBC 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/TBCPADDING 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/X9.23 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/X9.23PADDING 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ZEROBYTE 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB112/ZEROBYTEPADDING 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ 13:35:20,272 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO10126 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO10126-2 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO10126-2PADDING 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO10126PADDING 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO7816-4 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ISO7816-4PADDING 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/NOPADDING 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/PKCS5 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/PKCS5PADDING 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/PKCS7 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/PKCS7PADDING 13:35:20,273 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/TBC 13:35:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/TBCPADDING 13:35:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/X9.23 13:35:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/X9.23PADDING 13:35:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ZEROBYTE 13:35:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB120/ZEROBYTEPADDING 13:35:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ 13:35:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO10126 13:35:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO10126-2 13:35:20,274 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO10126-2PADDING 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO10126PADDING 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO7816-4 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ISO7816-4PADDING 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/NOPADDING 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/PKCS5 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/PKCS5PADDING 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/PKCS7 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/PKCS7PADDING 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/TBC 13:35:20,275 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/TBCPADDING 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/X9.23 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/X9.23PADDING 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ZEROBYTE 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB128/ZEROBYTEPADDING 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO10126 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO10126-2 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO10126-2PADDING 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO10126PADDING 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO7816-4 13:35:20,276 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ISO7816-4PADDING 13:35:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/NOPADDING 13:35:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/PKCS5 13:35:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/PKCS5PADDING 13:35:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/PKCS7 13:35:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/PKCS7PADDING 13:35:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/TBC 13:35:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/TBCPADDING 13:35:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/X9.23 13:35:20,277 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/X9.23PADDING 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ZEROBYTE 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB136/ZEROBYTEPADDING 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO10126 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO10126-2 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO10126-2PADDING 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO10126PADDING 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO7816-4 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ISO7816-4PADDING 13:35:20,278 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/NOPADDING 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/PKCS5 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/PKCS5PADDING 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/PKCS7 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/PKCS7PADDING 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/TBC 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/TBCPADDING 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/X9.23 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/X9.23PADDING 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ZEROBYTE 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB144/ZEROBYTEPADDING 13:35:20,279 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ 13:35:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO10126 13:35:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO10126-2 13:35:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO10126-2PADDING 13:35:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO10126PADDING 13:35:20,280 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO7816-4 13:35:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ISO7816-4PADDING 13:35:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/NOPADDING 13:35:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/PKCS5 13:35:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/PKCS5PADDING 13:35:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/PKCS7 13:35:20,281 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/PKCS7PADDING 13:35:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/TBC 13:35:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/TBCPADDING 13:35:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/X9.23 13:35:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/X9.23PADDING 13:35:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ZEROBYTE 13:35:20,282 INFO [main][CipherTest] transformation=SKIPJACK/CFB152/ZEROBYTEPADDING 13:35:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ 13:35:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO10126 13:35:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO10126-2 13:35:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO10126-2PADDING 13:35:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO10126PADDING 13:35:20,283 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO7816-4 13:35:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ISO7816-4PADDING 13:35:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/NOPADDING 13:35:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/PKCS5 13:35:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/PKCS5PADDING 13:35:20,284 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/PKCS7 13:35:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/PKCS7PADDING 13:35:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/TBC 13:35:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/TBCPADDING 13:35:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/X9.23 13:35:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/X9.23PADDING 13:35:20,285 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ZEROBYTE 13:35:20,286 INFO [main][CipherTest] transformation=SKIPJACK/CFB16/ZEROBYTEPADDING 13:35:20,286 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ 13:35:20,286 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO10126 13:35:20,286 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO10126-2 13:35:20,286 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO10126-2PADDING 13:35:20,287 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO10126PADDING 13:35:20,287 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO7816-4 13:35:20,287 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ISO7816-4PADDING 13:35:20,287 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/NOPADDING 13:35:20,287 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/PKCS5 13:35:20,287 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/PKCS5PADDING 13:35:20,288 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/PKCS7 13:35:20,288 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/PKCS7PADDING 13:35:20,288 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/TBC 13:35:20,288 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/TBCPADDING 13:35:20,288 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/X9.23 13:35:20,288 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/X9.23PADDING 13:35:20,289 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ZEROBYTE 13:35:20,289 INFO [main][CipherTest] transformation=SKIPJACK/CFB160/ZEROBYTEPADDING 13:35:20,289 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ 13:35:20,289 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO10126 13:35:20,289 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO10126-2 13:35:20,290 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO10126-2PADDING 13:35:20,290 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO10126PADDING 13:35:20,290 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO7816-4 13:35:20,290 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ISO7816-4PADDING 13:35:20,290 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/NOPADDING 13:35:20,290 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/PKCS5 13:35:20,291 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/PKCS5PADDING 13:35:20,291 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/PKCS7 13:35:20,291 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/PKCS7PADDING 13:35:20,291 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/TBC 13:35:20,291 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/TBCPADDING 13:35:20,291 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/X9.23 13:35:20,292 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/X9.23PADDING 13:35:20,292 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ZEROBYTE 13:35:20,292 INFO [main][CipherTest] transformation=SKIPJACK/CFB168/ZEROBYTEPADDING 13:35:20,292 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ 13:35:20,292 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO10126 13:35:20,293 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO10126-2 13:35:20,293 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO10126-2PADDING 13:35:20,293 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO10126PADDING 13:35:20,293 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO7816-4 13:35:20,293 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ISO7816-4PADDING 13:35:20,293 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/NOPADDING 13:35:20,294 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/PKCS5 13:35:20,294 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/PKCS5PADDING 13:35:20,294 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/PKCS7 13:35:20,294 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/PKCS7PADDING 13:35:20,294 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/TBC 13:35:20,295 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/TBCPADDING 13:35:20,295 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/X9.23 13:35:20,295 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/X9.23PADDING 13:35:20,295 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ZEROBYTE 13:35:20,295 INFO [main][CipherTest] transformation=SKIPJACK/CFB176/ZEROBYTEPADDING 13:35:20,296 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ 13:35:20,296 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO10126 13:35:20,296 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO10126-2 13:35:20,296 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO10126-2PADDING 13:35:20,296 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO10126PADDING 13:35:20,297 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO7816-4 13:35:20,297 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ISO7816-4PADDING 13:35:20,297 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/NOPADDING 13:35:20,297 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/PKCS5 13:35:20,297 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/PKCS5PADDING 13:35:20,298 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/PKCS7 13:35:20,298 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/PKCS7PADDING 13:35:20,298 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/TBC 13:35:20,298 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/TBCPADDING 13:35:20,298 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/X9.23 13:35:20,299 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/X9.23PADDING 13:35:20,299 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ZEROBYTE 13:35:20,299 INFO [main][CipherTest] transformation=SKIPJACK/CFB184/ZEROBYTEPADDING 13:35:20,299 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ 13:35:20,299 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO10126 13:35:20,300 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO10126-2 13:35:20,300 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO10126-2PADDING 13:35:20,300 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO10126PADDING 13:35:20,300 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO7816-4 13:35:20,300 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ISO7816-4PADDING 13:35:20,300 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/NOPADDING 13:35:20,301 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/PKCS5 13:35:20,301 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/PKCS5PADDING 13:35:20,301 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/PKCS7 13:35:20,301 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/PKCS7PADDING 13:35:20,301 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/TBC 13:35:20,302 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/TBCPADDING 13:35:20,302 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/X9.23 13:35:20,302 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/X9.23PADDING 13:35:20,302 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ZEROBYTE 13:35:20,302 INFO [main][CipherTest] transformation=SKIPJACK/CFB192/ZEROBYTEPADDING 13:35:20,303 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ 13:35:20,303 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO10126 13:35:20,303 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO10126-2 13:35:20,303 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO10126-2PADDING 13:35:20,303 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO10126PADDING 13:35:20,304 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO7816-4 13:35:20,304 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ISO7816-4PADDING 13:35:20,304 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/NOPADDING 13:35:20,304 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/PKCS5 13:35:20,304 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/PKCS5PADDING 13:35:20,305 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/PKCS7 13:35:20,305 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/PKCS7PADDING 13:35:20,305 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/TBC 13:35:20,305 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/TBCPADDING 13:35:20,305 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/X9.23 13:35:20,305 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/X9.23PADDING 13:35:20,306 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ZEROBYTE 13:35:20,306 INFO [main][CipherTest] transformation=SKIPJACK/CFB200/ZEROBYTEPADDING 13:35:20,306 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ 13:35:20,306 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO10126 13:35:20,306 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO10126-2 13:35:20,307 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO10126-2PADDING 13:35:20,307 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO10126PADDING 13:35:20,307 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO7816-4 13:35:20,307 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ISO7816-4PADDING 13:35:20,307 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/NOPADDING 13:35:20,308 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/PKCS5 13:35:20,308 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/PKCS5PADDING 13:35:20,308 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/PKCS7 13:35:20,308 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/PKCS7PADDING 13:35:20,308 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/TBC 13:35:20,309 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/TBCPADDING 13:35:20,309 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/X9.23 13:35:20,309 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/X9.23PADDING 13:35:20,309 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ZEROBYTE 13:35:20,309 INFO [main][CipherTest] transformation=SKIPJACK/CFB208/ZEROBYTEPADDING 13:35:20,309 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ 13:35:20,310 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO10126 13:35:20,310 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO10126-2 13:35:20,310 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO10126-2PADDING 13:35:20,310 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO10126PADDING 13:35:20,310 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO7816-4 13:35:20,311 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ISO7816-4PADDING 13:35:20,311 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/NOPADDING 13:35:20,311 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/PKCS5 13:35:20,311 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/PKCS5PADDING 13:35:20,311 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/PKCS7 13:35:20,312 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/PKCS7PADDING 13:35:20,312 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/TBC 13:35:20,312 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/TBCPADDING 13:35:20,312 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/X9.23 13:35:20,312 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/X9.23PADDING 13:35:20,313 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ZEROBYTE 13:35:20,313 INFO [main][CipherTest] transformation=SKIPJACK/CFB216/ZEROBYTEPADDING 13:35:20,313 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ 13:35:20,313 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO10126 13:35:20,313 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO10126-2 13:35:20,314 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO10126-2PADDING 13:35:20,314 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO10126PADDING 13:35:20,314 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO7816-4 13:35:20,314 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ISO7816-4PADDING 13:35:20,314 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/NOPADDING 13:35:20,315 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/PKCS5 13:35:20,315 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/PKCS5PADDING 13:35:20,315 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/PKCS7 13:35:20,315 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/PKCS7PADDING 13:35:20,315 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/TBC 13:35:20,316 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/TBCPADDING 13:35:20,316 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/X9.23 13:35:20,316 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/X9.23PADDING 13:35:20,316 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ZEROBYTE 13:35:20,316 INFO [main][CipherTest] transformation=SKIPJACK/CFB224/ZEROBYTEPADDING 13:35:20,317 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ 13:35:20,317 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO10126 13:35:20,317 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO10126-2 13:35:20,317 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO10126-2PADDING 13:35:20,317 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO10126PADDING 13:35:20,318 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO7816-4 13:35:20,318 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ISO7816-4PADDING 13:35:20,318 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/NOPADDING 13:35:20,318 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/PKCS5 13:35:20,318 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/PKCS5PADDING 13:35:20,319 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/PKCS7 13:35:20,319 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/PKCS7PADDING 13:35:20,319 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/TBC 13:35:20,319 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/TBCPADDING 13:35:20,319 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/X9.23 13:35:20,320 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/X9.23PADDING 13:35:20,320 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ZEROBYTE 13:35:20,320 INFO [main][CipherTest] transformation=SKIPJACK/CFB232/ZEROBYTEPADDING 13:35:20,320 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ 13:35:20,320 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO10126 13:35:20,321 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO10126-2 13:35:20,321 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO10126-2PADDING 13:35:20,321 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO10126PADDING 13:35:20,321 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO7816-4 13:35:20,321 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ISO7816-4PADDING 13:35:20,322 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/NOPADDING 13:35:20,322 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/PKCS5 13:35:20,322 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/PKCS5PADDING 13:35:20,322 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/PKCS7 13:35:20,322 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/PKCS7PADDING 13:35:20,323 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/TBC 13:35:20,323 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/TBCPADDING 13:35:20,323 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/X9.23 13:35:20,323 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/X9.23PADDING 13:35:20,323 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ZEROBYTE 13:35:20,323 INFO [main][CipherTest] transformation=SKIPJACK/CFB24/ZEROBYTEPADDING 13:35:20,324 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ 13:35:20,324 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO10126 13:35:20,324 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO10126-2 13:35:20,324 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO10126-2PADDING 13:35:20,324 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO10126PADDING 13:35:20,325 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO7816-4 13:35:20,325 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ISO7816-4PADDING 13:35:20,325 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/NOPADDING 13:35:20,325 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/PKCS5 13:35:20,325 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/PKCS5PADDING 13:35:20,326 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/PKCS7 13:35:20,326 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/PKCS7PADDING 13:35:20,326 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/TBC 13:35:20,326 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/TBCPADDING 13:35:20,326 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/X9.23 13:35:20,327 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/X9.23PADDING 13:35:20,327 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ZEROBYTE 13:35:20,327 INFO [main][CipherTest] transformation=SKIPJACK/CFB240/ZEROBYTEPADDING 13:35:20,327 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ 13:35:20,327 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO10126 13:35:20,328 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO10126-2 13:35:20,328 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO10126-2PADDING 13:35:20,328 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO10126PADDING 13:35:20,328 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO7816-4 13:35:20,328 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ISO7816-4PADDING 13:35:20,328 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/NOPADDING 13:35:20,329 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/PKCS5 13:35:20,329 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/PKCS5PADDING 13:35:20,329 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/PKCS7 13:35:20,329 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/PKCS7PADDING 13:35:20,329 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/TBC 13:35:20,330 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/TBCPADDING 13:35:20,330 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/X9.23 13:35:20,330 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/X9.23PADDING 13:35:20,330 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ZEROBYTE 13:35:20,330 INFO [main][CipherTest] transformation=SKIPJACK/CFB248/ZEROBYTEPADDING 13:35:20,331 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ 13:35:20,331 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO10126 13:35:20,331 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO10126-2 13:35:20,331 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO10126-2PADDING 13:35:20,331 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO10126PADDING 13:35:20,332 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO7816-4 13:35:20,332 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ISO7816-4PADDING 13:35:20,332 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/NOPADDING 13:35:20,332 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/PKCS5 13:35:20,332 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/PKCS5PADDING 13:35:20,332 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/PKCS7 13:35:20,333 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/PKCS7PADDING 13:35:20,333 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/TBC 13:35:20,333 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/TBCPADDING 13:35:20,333 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/X9.23 13:35:20,333 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/X9.23PADDING 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ZEROBYTE 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB256/ZEROBYTEPADDING 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO10126 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO10126-2 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO10126-2PADDING 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO10126PADDING 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO7816-4 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ISO7816-4PADDING 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/NOPADDING 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/PKCS5 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/PKCS5PADDING 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/PKCS7 13:35:20,334 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/PKCS7PADDING 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/TBC 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/TBCPADDING 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/X9.23 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/X9.23PADDING 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ZEROBYTE 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB32/ZEROBYTEPADDING 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO10126 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO10126-2 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO10126-2PADDING 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO10126PADDING 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO7816-4 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ISO7816-4PADDING 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/NOPADDING 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/PKCS5 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/PKCS5PADDING 13:35:20,335 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/PKCS7 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/PKCS7PADDING 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/TBC 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/TBCPADDING 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/X9.23 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/X9.23PADDING 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ZEROBYTE 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB40/ZEROBYTEPADDING 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO10126 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO10126-2 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO10126-2PADDING 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO10126PADDING 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO7816-4 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ISO7816-4PADDING 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/NOPADDING 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/PKCS5 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/PKCS5PADDING 13:35:20,336 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/PKCS7 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/PKCS7PADDING 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/TBC 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/TBCPADDING 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/X9.23 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/X9.23PADDING 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ZEROBYTE 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB48/ZEROBYTEPADDING 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO10126 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO10126-2 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO10126-2PADDING 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO10126PADDING 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO7816-4 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ISO7816-4PADDING 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/NOPADDING 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/PKCS5 13:35:20,337 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/PKCS5PADDING 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/PKCS7 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/PKCS7PADDING 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/TBC 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/TBCPADDING 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/X9.23 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/X9.23PADDING 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ZEROBYTE 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB56/ZEROBYTEPADDING 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO10126 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO10126-2 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO10126-2PADDING 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO10126PADDING 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO7816-4 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ISO7816-4PADDING 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/NOPADDING 13:35:20,338 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/PKCS5 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/PKCS5PADDING 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/PKCS7 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/PKCS7PADDING 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/TBC 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/TBCPADDING 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/X9.23 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/X9.23PADDING 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ZEROBYTE 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB64/ZEROBYTEPADDING 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO10126 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO10126-2 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO10126-2PADDING 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO10126PADDING 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO7816-4 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ISO7816-4PADDING 13:35:20,339 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/NOPADDING 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/PKCS5 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/PKCS5PADDING 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/PKCS7 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/PKCS7PADDING 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/TBC 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/TBCPADDING 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/X9.23 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/X9.23PADDING 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ZEROBYTE 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB72/ZEROBYTEPADDING 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO10126 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO10126-2 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO10126-2PADDING 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO10126PADDING 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO7816-4 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ISO7816-4PADDING 13:35:20,340 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/NOPADDING 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/PKCS5 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/PKCS5PADDING 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/PKCS7 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/PKCS7PADDING 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/TBC 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/TBCPADDING 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/X9.23 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/X9.23PADDING 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ZEROBYTE 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB8/ZEROBYTEPADDING 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO10126 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO10126-2 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO10126-2PADDING 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO10126PADDING 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO7816-4 13:35:20,341 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ISO7816-4PADDING 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/NOPADDING 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/PKCS5 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/PKCS5PADDING 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/PKCS7 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/PKCS7PADDING 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/TBC 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/TBCPADDING 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/X9.23 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/X9.23PADDING 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ZEROBYTE 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB80/ZEROBYTEPADDING 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO10126 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO10126-2 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO10126-2PADDING 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO10126PADDING 13:35:20,342 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO7816-4 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ISO7816-4PADDING 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/NOPADDING 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/PKCS5 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/PKCS5PADDING 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/PKCS7 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/PKCS7PADDING 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/TBC 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/TBCPADDING 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/X9.23 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/X9.23PADDING 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ZEROBYTE 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB88/ZEROBYTEPADDING 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO10126 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO10126-2 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO10126-2PADDING 13:35:20,343 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO10126PADDING 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO7816-4 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ISO7816-4PADDING 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/NOPADDING 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/PKCS5 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/PKCS5PADDING 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/PKCS7 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/PKCS7PADDING 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/TBC 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/TBCPADDING 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/X9.23 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/X9.23PADDING 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ZEROBYTE 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CFB96/ZEROBYTEPADDING 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CTS/ 13:35:20,344 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK/CTS/" does not support IV => Skipping. 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/CTS/NOPADDING 13:35:20,344 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK/CTS/NOPADDING" does not support IV => Skipping. 13:35:20,344 INFO [main][CipherTest] transformation=SKIPJACK/EAX/ 13:35:20,345 INFO [main][CipherTest] transformation=SKIPJACK/EAX/NOPADDING 13:35:20,345 INFO [main][CipherTest] transformation=SKIPJACK/ECB/ 13:35:20,345 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK/ECB/" does not support IV => Skipping. 13:35:20,345 INFO [main][CipherTest] transformation=SKIPJACK/ECB/NOPADDING 13:35:20,345 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "SKIPJACK/ECB/NOPADDING" does not support IV => Skipping. 13:35:20,345 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO10126 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO10126-2 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO10126-2PADDING 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO10126PADDING 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO7816-4 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ISO7816-4PADDING 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/NOPADDING 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/PKCS5 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/PKCS5PADDING 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/PKCS7 13:35:20,346 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/PKCS7PADDING 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/TBC 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/TBCPADDING 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/X9.23 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/X9.23PADDING 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ZEROBYTE 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/GOFB/ZEROBYTEPADDING 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO10126 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO10126-2 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO10126-2PADDING 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO10126PADDING 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO7816-4 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ISO7816-4PADDING 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/OFB/NOPADDING 13:35:20,347 INFO [main][CipherTest] transformation=SKIPJACK/OFB/PKCS5 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB/PKCS5PADDING 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB/PKCS7 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB/PKCS7PADDING 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB/TBC 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB/TBCPADDING 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB/X9.23 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB/X9.23PADDING 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ZEROBYTE 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB/ZEROBYTEPADDING 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO10126 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO10126-2 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO10126-2PADDING 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO10126PADDING 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO7816-4 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ISO7816-4PADDING 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/NOPADDING 13:35:20,348 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/PKCS5 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/PKCS5PADDING 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/PKCS7 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/PKCS7PADDING 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/TBC 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/TBCPADDING 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/X9.23 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/X9.23PADDING 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ZEROBYTE 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB104/ZEROBYTEPADDING 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO10126 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO10126-2 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO10126-2PADDING 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO10126PADDING 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO7816-4 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ISO7816-4PADDING 13:35:20,349 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/NOPADDING 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/PKCS5 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/PKCS5PADDING 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/PKCS7 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/PKCS7PADDING 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/TBC 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/TBCPADDING 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/X9.23 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/X9.23PADDING 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ZEROBYTE 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB112/ZEROBYTEPADDING 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO10126 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO10126-2 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO10126-2PADDING 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO10126PADDING 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO7816-4 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ISO7816-4PADDING 13:35:20,350 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/NOPADDING 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/PKCS5 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/PKCS5PADDING 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/PKCS7 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/PKCS7PADDING 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/TBC 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/TBCPADDING 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/X9.23 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/X9.23PADDING 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ZEROBYTE 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB120/ZEROBYTEPADDING 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO10126 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO10126-2 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO10126-2PADDING 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO10126PADDING 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO7816-4 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ISO7816-4PADDING 13:35:20,351 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/NOPADDING 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/PKCS5 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/PKCS5PADDING 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/PKCS7 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/PKCS7PADDING 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/TBC 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/TBCPADDING 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/X9.23 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/X9.23PADDING 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ZEROBYTE 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB128/ZEROBYTEPADDING 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO10126 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO10126-2 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO10126-2PADDING 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO10126PADDING 13:35:20,352 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO7816-4 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ISO7816-4PADDING 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/NOPADDING 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/PKCS5 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/PKCS5PADDING 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/PKCS7 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/PKCS7PADDING 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/TBC 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/TBCPADDING 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/X9.23 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/X9.23PADDING 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ZEROBYTE 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB136/ZEROBYTEPADDING 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO10126 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO10126-2 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO10126-2PADDING 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO10126PADDING 13:35:20,353 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO7816-4 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ISO7816-4PADDING 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/NOPADDING 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/PKCS5 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/PKCS5PADDING 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/PKCS7 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/PKCS7PADDING 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/TBC 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/TBCPADDING 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/X9.23 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/X9.23PADDING 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ZEROBYTE 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB144/ZEROBYTEPADDING 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO10126 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO10126-2 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO10126-2PADDING 13:35:20,354 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO10126PADDING 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO7816-4 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ISO7816-4PADDING 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/NOPADDING 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/PKCS5 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/PKCS5PADDING 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/PKCS7 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/PKCS7PADDING 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/TBC 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/TBCPADDING 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/X9.23 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/X9.23PADDING 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ZEROBYTE 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB152/ZEROBYTEPADDING 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO10126 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO10126-2 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO10126-2PADDING 13:35:20,355 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO10126PADDING 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO7816-4 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ISO7816-4PADDING 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/NOPADDING 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/PKCS5 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/PKCS5PADDING 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/PKCS7 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/PKCS7PADDING 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/TBC 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/TBCPADDING 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/X9.23 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/X9.23PADDING 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ZEROBYTE 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB16/ZEROBYTEPADDING 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO10126 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO10126-2 13:35:20,356 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO10126-2PADDING 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO10126PADDING 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO7816-4 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ISO7816-4PADDING 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/NOPADDING 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/PKCS5 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/PKCS5PADDING 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/PKCS7 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/PKCS7PADDING 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/TBC 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/TBCPADDING 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/X9.23 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/X9.23PADDING 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ZEROBYTE 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB160/ZEROBYTEPADDING 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO10126 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO10126-2 13:35:20,357 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO10126-2PADDING 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO10126PADDING 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO7816-4 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ISO7816-4PADDING 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/NOPADDING 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/PKCS5 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/PKCS5PADDING 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/PKCS7 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/PKCS7PADDING 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/TBC 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/TBCPADDING 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/X9.23 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/X9.23PADDING 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ZEROBYTE 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB168/ZEROBYTEPADDING 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO10126 13:35:20,358 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO10126-2 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO10126-2PADDING 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO10126PADDING 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO7816-4 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ISO7816-4PADDING 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/NOPADDING 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/PKCS5 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/PKCS5PADDING 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/PKCS7 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/PKCS7PADDING 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/TBC 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/TBCPADDING 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/X9.23 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/X9.23PADDING 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ZEROBYTE 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB176/ZEROBYTEPADDING 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO10126 13:35:20,359 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO10126-2 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO10126-2PADDING 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO10126PADDING 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO7816-4 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ISO7816-4PADDING 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/NOPADDING 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/PKCS5 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/PKCS5PADDING 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/PKCS7 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/PKCS7PADDING 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/TBC 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/TBCPADDING 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/X9.23 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/X9.23PADDING 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ZEROBYTE 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB184/ZEROBYTEPADDING 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ 13:35:20,360 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO10126 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO10126-2 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO10126-2PADDING 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO10126PADDING 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO7816-4 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ISO7816-4PADDING 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/NOPADDING 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/PKCS5 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/PKCS5PADDING 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/PKCS7 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/PKCS7PADDING 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/TBC 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/TBCPADDING 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/X9.23 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/X9.23PADDING 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ZEROBYTE 13:35:20,361 INFO [main][CipherTest] transformation=SKIPJACK/OFB192/ZEROBYTEPADDING 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO10126 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO10126-2 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO10126-2PADDING 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO10126PADDING 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO7816-4 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ISO7816-4PADDING 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/NOPADDING 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/PKCS5 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/PKCS5PADDING 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/PKCS7 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/PKCS7PADDING 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/TBC 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/TBCPADDING 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/X9.23 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/X9.23PADDING 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ZEROBYTE 13:35:20,362 INFO [main][CipherTest] transformation=SKIPJACK/OFB200/ZEROBYTEPADDING 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO10126 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO10126-2 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO10126-2PADDING 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO10126PADDING 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO7816-4 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ISO7816-4PADDING 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/NOPADDING 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/PKCS5 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/PKCS5PADDING 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/PKCS7 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/PKCS7PADDING 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/TBC 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/TBCPADDING 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/X9.23 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/X9.23PADDING 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ZEROBYTE 13:35:20,363 INFO [main][CipherTest] transformation=SKIPJACK/OFB208/ZEROBYTEPADDING 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO10126 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO10126-2 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO10126-2PADDING 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO10126PADDING 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO7816-4 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ISO7816-4PADDING 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/NOPADDING 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/PKCS5 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/PKCS5PADDING 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/PKCS7 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/PKCS7PADDING 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/TBC 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/TBCPADDING 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/X9.23 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/X9.23PADDING 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ZEROBYTE 13:35:20,364 INFO [main][CipherTest] transformation=SKIPJACK/OFB216/ZEROBYTEPADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO10126 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO10126-2 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO10126-2PADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO10126PADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO7816-4 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ISO7816-4PADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/NOPADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/PKCS5 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/PKCS5PADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/PKCS7 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/PKCS7PADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/TBC 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/TBCPADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/X9.23 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/X9.23PADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ZEROBYTE 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB224/ZEROBYTEPADDING 13:35:20,365 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO10126 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO10126-2 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO10126-2PADDING 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO10126PADDING 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO7816-4 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ISO7816-4PADDING 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/NOPADDING 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/PKCS5 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/PKCS5PADDING 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/PKCS7 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/PKCS7PADDING 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/TBC 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/TBCPADDING 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/X9.23 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/X9.23PADDING 13:35:20,366 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ZEROBYTE 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB232/ZEROBYTEPADDING 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO10126 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO10126-2 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO10126-2PADDING 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO10126PADDING 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO7816-4 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ISO7816-4PADDING 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/NOPADDING 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/PKCS5 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/PKCS5PADDING 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/PKCS7 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/PKCS7PADDING 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/TBC 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/TBCPADDING 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/X9.23 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/X9.23PADDING 13:35:20,367 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ZEROBYTE 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB24/ZEROBYTEPADDING 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO10126 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO10126-2 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO10126-2PADDING 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO10126PADDING 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO7816-4 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ISO7816-4PADDING 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/NOPADDING 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/PKCS5 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/PKCS5PADDING 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/PKCS7 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/PKCS7PADDING 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/TBC 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/TBCPADDING 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/X9.23 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/X9.23PADDING 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ZEROBYTE 13:35:20,368 INFO [main][CipherTest] transformation=SKIPJACK/OFB240/ZEROBYTEPADDING 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO10126 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO10126-2 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO10126-2PADDING 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO10126PADDING 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO7816-4 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ISO7816-4PADDING 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/NOPADDING 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/PKCS5 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/PKCS5PADDING 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/PKCS7 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/PKCS7PADDING 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/TBC 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/TBCPADDING 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/X9.23 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/X9.23PADDING 13:35:20,369 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ZEROBYTE 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB248/ZEROBYTEPADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO10126 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO10126-2 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO10126-2PADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO10126PADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO7816-4 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ISO7816-4PADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/NOPADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/PKCS5 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/PKCS5PADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/PKCS7 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/PKCS7PADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/TBC 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/TBCPADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/X9.23 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/X9.23PADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ZEROBYTE 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB256/ZEROBYTEPADDING 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO10126 13:35:20,370 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO10126-2 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO10126-2PADDING 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO10126PADDING 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO7816-4 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ISO7816-4PADDING 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/NOPADDING 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/PKCS5 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/PKCS5PADDING 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/PKCS7 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/PKCS7PADDING 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/TBC 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/TBCPADDING 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/X9.23 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/X9.23PADDING 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ZEROBYTE 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB32/ZEROBYTEPADDING 13:35:20,371 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ 13:35:20,372 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO10126 13:35:20,372 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO10126-2 13:35:20,372 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO10126-2PADDING 13:35:20,372 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO10126PADDING 13:35:20,372 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO7816-4 13:35:20,372 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ISO7816-4PADDING 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/NOPADDING 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/PKCS5 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/PKCS5PADDING 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/PKCS7 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/PKCS7PADDING 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/TBC 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/TBCPADDING 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/X9.23 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/X9.23PADDING 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ZEROBYTE 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB40/ZEROBYTEPADDING 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO10126 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO10126-2 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO10126-2PADDING 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO10126PADDING 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO7816-4 13:35:20,373 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ISO7816-4PADDING 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/NOPADDING 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/PKCS5 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/PKCS5PADDING 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/PKCS7 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/PKCS7PADDING 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/TBC 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/TBCPADDING 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/X9.23 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/X9.23PADDING 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ZEROBYTE 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB48/ZEROBYTEPADDING 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO10126 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO10126-2 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO10126-2PADDING 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO10126PADDING 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO7816-4 13:35:20,374 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ISO7816-4PADDING 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/NOPADDING 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/PKCS5 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/PKCS5PADDING 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/PKCS7 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/PKCS7PADDING 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/TBC 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/TBCPADDING 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/X9.23 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/X9.23PADDING 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ZEROBYTE 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB56/ZEROBYTEPADDING 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO10126 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO10126-2 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO10126-2PADDING 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO10126PADDING 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO7816-4 13:35:20,375 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ISO7816-4PADDING 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/NOPADDING 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/PKCS5 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/PKCS5PADDING 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/PKCS7 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/PKCS7PADDING 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/TBC 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/TBCPADDING 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/X9.23 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/X9.23PADDING 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ZEROBYTE 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB64/ZEROBYTEPADDING 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO10126 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO10126-2 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO10126-2PADDING 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO10126PADDING 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO7816-4 13:35:20,376 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ISO7816-4PADDING 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/NOPADDING 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/PKCS5 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/PKCS5PADDING 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/PKCS7 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/PKCS7PADDING 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/TBC 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/TBCPADDING 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/X9.23 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/X9.23PADDING 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ZEROBYTE 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB72/ZEROBYTEPADDING 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO10126 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO10126-2 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO10126-2PADDING 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO10126PADDING 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO7816-4 13:35:20,377 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ISO7816-4PADDING 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/NOPADDING 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/PKCS5 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/PKCS5PADDING 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/PKCS7 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/PKCS7PADDING 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/TBC 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/TBCPADDING 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/X9.23 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/X9.23PADDING 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ZEROBYTE 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB8/ZEROBYTEPADDING 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO10126 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO10126-2 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO10126-2PADDING 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO10126PADDING 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO7816-4 13:35:20,378 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ISO7816-4PADDING 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/NOPADDING 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/PKCS5 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/PKCS5PADDING 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/PKCS7 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/PKCS7PADDING 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/TBC 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/TBCPADDING 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/X9.23 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/X9.23PADDING 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ZEROBYTE 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB80/ZEROBYTEPADDING 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO10126 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO10126-2 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO10126-2PADDING 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO10126PADDING 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO7816-4 13:35:20,379 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ISO7816-4PADDING 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/NOPADDING 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/PKCS5 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/PKCS5PADDING 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/PKCS7 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/PKCS7PADDING 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/TBC 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/TBCPADDING 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/X9.23 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/X9.23PADDING 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ZEROBYTE 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB88/ZEROBYTEPADDING 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO10126 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO10126-2 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO10126-2PADDING 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO10126PADDING 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO7816-4 13:35:20,380 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ISO7816-4PADDING 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/NOPADDING 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/PKCS5 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/PKCS5PADDING 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/PKCS7 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/PKCS7PADDING 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/TBC 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/TBCPADDING 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/X9.23 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/X9.23PADDING 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ZEROBYTE 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/OFB96/ZEROBYTEPADDING 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO10126 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO10126-2 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO10126-2PADDING 13:35:20,381 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO10126PADDING 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO7816-4 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ISO7816-4PADDING 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/NOPADDING 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/PKCS5 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/PKCS5PADDING 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/PKCS7 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/PKCS7PADDING 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/TBC 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/TBCPADDING 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/X9.23 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/X9.23PADDING 13:35:20,382 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ZEROBYTE 13:35:20,383 INFO [main][CipherTest] transformation=SKIPJACK/SIC/ZEROBYTEPADDING 13:35:20,383 INFO [main][CipherTest] transformation=TEA// 13:35:20,383 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA//" does not support IV => Skipping. 13:35:20,383 INFO [main][CipherTest] transformation=TEA//NOPADDING 13:35:20,383 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA//NOPADDING" does not support IV => Skipping. 13:35:20,383 INFO [main][CipherTest] transformation=TEA/CBC-CTS/ 13:35:20,383 INFO [main][CipherTest] transformation=TEA/CBC-CTS/NOPADDING 13:35:20,383 INFO [main][CipherTest] transformation=TEA/CBC/ 13:35:20,383 INFO [main][CipherTest] transformation=TEA/CBC/ISO10126 13:35:20,383 INFO [main][CipherTest] transformation=TEA/CBC/ISO10126-2 13:35:20,383 INFO [main][CipherTest] transformation=TEA/CBC/ISO10126-2PADDING 13:35:20,383 INFO [main][CipherTest] transformation=TEA/CBC/ISO10126PADDING 13:35:20,384 INFO [main][CipherTest] transformation=TEA/CBC/ISO7816-4 13:35:20,384 INFO [main][CipherTest] transformation=TEA/CBC/ISO7816-4PADDING 13:35:20,384 INFO [main][CipherTest] transformation=TEA/CBC/NOPADDING 13:35:20,384 INFO [main][CipherTest] transformation=TEA/CBC/PKCS5 13:35:20,384 INFO [main][CipherTest] transformation=TEA/CBC/PKCS5PADDING 13:35:20,384 INFO [main][CipherTest] transformation=TEA/CBC/PKCS7 13:35:20,384 INFO [main][CipherTest] transformation=TEA/CBC/PKCS7PADDING 13:35:20,384 INFO [main][CipherTest] transformation=TEA/CBC/TBC 13:35:20,384 INFO [main][CipherTest] transformation=TEA/CBC/TBCPADDING 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CBC/X9.23 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CBC/X9.23PADDING 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CBC/ZEROBYTE 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CBC/ZEROBYTEPADDING 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CFB/ 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CFB/ISO10126 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CFB/ISO10126-2 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CFB/ISO10126-2PADDING 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CFB/ISO10126PADDING 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CFB/ISO7816-4 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CFB/ISO7816-4PADDING 13:35:20,385 INFO [main][CipherTest] transformation=TEA/CFB/NOPADDING 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/PKCS5 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/PKCS5PADDING 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/PKCS7 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/PKCS7PADDING 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/TBC 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/TBCPADDING 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/X9.23 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/X9.23PADDING 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/ZEROBYTE 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB/ZEROBYTEPADDING 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB104/ 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB104/ISO10126 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB104/ISO10126-2 13:35:20,386 INFO [main][CipherTest] transformation=TEA/CFB104/ISO10126-2PADDING 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/ISO10126PADDING 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/ISO7816-4 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/ISO7816-4PADDING 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/NOPADDING 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/PKCS5 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/PKCS5PADDING 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/PKCS7 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/PKCS7PADDING 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/TBC 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/TBCPADDING 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/X9.23 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/X9.23PADDING 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/ZEROBYTE 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB104/ZEROBYTEPADDING 13:35:20,387 INFO [main][CipherTest] transformation=TEA/CFB112/ 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/ISO10126 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/ISO10126-2 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/ISO10126-2PADDING 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/ISO10126PADDING 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/ISO7816-4 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/ISO7816-4PADDING 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/NOPADDING 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/PKCS5 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/PKCS5PADDING 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/PKCS7 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/PKCS7PADDING 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/TBC 13:35:20,388 INFO [main][CipherTest] transformation=TEA/CFB112/TBCPADDING 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB112/X9.23 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB112/X9.23PADDING 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB112/ZEROBYTE 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB112/ZEROBYTEPADDING 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/ 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/ISO10126 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/ISO10126-2 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/ISO10126-2PADDING 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/ISO10126PADDING 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/ISO7816-4 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/ISO7816-4PADDING 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/NOPADDING 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/PKCS5 13:35:20,389 INFO [main][CipherTest] transformation=TEA/CFB120/PKCS5PADDING 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB120/PKCS7 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB120/PKCS7PADDING 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB120/TBC 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB120/TBCPADDING 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB120/X9.23 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB120/X9.23PADDING 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB120/ZEROBYTE 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB120/ZEROBYTEPADDING 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB128/ 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB128/ISO10126 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB128/ISO10126-2 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB128/ISO10126-2PADDING 13:35:20,390 INFO [main][CipherTest] transformation=TEA/CFB128/ISO10126PADDING 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/ISO7816-4 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/ISO7816-4PADDING 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/NOPADDING 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/PKCS5 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/PKCS5PADDING 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/PKCS7 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/PKCS7PADDING 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/TBC 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/TBCPADDING 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/X9.23 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/X9.23PADDING 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/ZEROBYTE 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB128/ZEROBYTEPADDING 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB136/ 13:35:20,391 INFO [main][CipherTest] transformation=TEA/CFB136/ISO10126 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/ISO10126-2 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/ISO10126-2PADDING 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/ISO10126PADDING 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/ISO7816-4 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/ISO7816-4PADDING 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/NOPADDING 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/PKCS5 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/PKCS5PADDING 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/PKCS7 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/PKCS7PADDING 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/TBC 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/TBCPADDING 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/X9.23 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/X9.23PADDING 13:35:20,392 INFO [main][CipherTest] transformation=TEA/CFB136/ZEROBYTE 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB136/ZEROBYTEPADDING 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/ 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/ISO10126 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/ISO10126-2 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/ISO10126-2PADDING 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/ISO10126PADDING 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/ISO7816-4 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/ISO7816-4PADDING 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/NOPADDING 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/PKCS5 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/PKCS5PADDING 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/PKCS7 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/PKCS7PADDING 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/TBC 13:35:20,393 INFO [main][CipherTest] transformation=TEA/CFB144/TBCPADDING 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB144/X9.23 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB144/X9.23PADDING 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB144/ZEROBYTE 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB144/ZEROBYTEPADDING 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB152/ 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB152/ISO10126 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB152/ISO10126-2 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB152/ISO10126-2PADDING 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB152/ISO10126PADDING 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB152/ISO7816-4 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB152/ISO7816-4PADDING 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB152/NOPADDING 13:35:20,394 INFO [main][CipherTest] transformation=TEA/CFB152/PKCS5 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB152/PKCS5PADDING 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB152/PKCS7 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB152/PKCS7PADDING 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB152/TBC 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB152/TBCPADDING 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB152/X9.23 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB152/X9.23PADDING 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB152/ZEROBYTE 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB152/ZEROBYTEPADDING 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB16/ 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB16/ISO10126 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB16/ISO10126-2 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB16/ISO10126-2PADDING 13:35:20,395 INFO [main][CipherTest] transformation=TEA/CFB16/ISO10126PADDING 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/ISO7816-4 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/ISO7816-4PADDING 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/NOPADDING 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/PKCS5 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/PKCS5PADDING 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/PKCS7 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/PKCS7PADDING 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/TBC 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/TBCPADDING 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/X9.23 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/X9.23PADDING 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/ZEROBYTE 13:35:20,396 INFO [main][CipherTest] transformation=TEA/CFB16/ZEROBYTEPADDING 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/ 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/ISO10126 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/ISO10126-2 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/ISO10126-2PADDING 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/ISO10126PADDING 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/ISO7816-4 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/ISO7816-4PADDING 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/NOPADDING 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/PKCS5 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/PKCS5PADDING 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/PKCS7 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/PKCS7PADDING 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/TBC 13:35:20,397 INFO [main][CipherTest] transformation=TEA/CFB160/TBCPADDING 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB160/X9.23 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB160/X9.23PADDING 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB160/ZEROBYTE 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB160/ZEROBYTEPADDING 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/ 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/ISO10126 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/ISO10126-2 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/ISO10126-2PADDING 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/ISO10126PADDING 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/ISO7816-4 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/ISO7816-4PADDING 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/NOPADDING 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/PKCS5 13:35:20,398 INFO [main][CipherTest] transformation=TEA/CFB168/PKCS5PADDING 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB168/PKCS7 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB168/PKCS7PADDING 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB168/TBC 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB168/TBCPADDING 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB168/X9.23 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB168/X9.23PADDING 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB168/ZEROBYTE 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB168/ZEROBYTEPADDING 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB176/ 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB176/ISO10126 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB176/ISO10126-2 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB176/ISO10126-2PADDING 13:35:20,399 INFO [main][CipherTest] transformation=TEA/CFB176/ISO10126PADDING 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/ISO7816-4 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/ISO7816-4PADDING 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/NOPADDING 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/PKCS5 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/PKCS5PADDING 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/PKCS7 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/PKCS7PADDING 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/TBC 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/TBCPADDING 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/X9.23 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/X9.23PADDING 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/ZEROBYTE 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB176/ZEROBYTEPADDING 13:35:20,400 INFO [main][CipherTest] transformation=TEA/CFB184/ 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/ISO10126 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/ISO10126-2 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/ISO10126-2PADDING 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/ISO10126PADDING 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/ISO7816-4 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/ISO7816-4PADDING 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/NOPADDING 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/PKCS5 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/PKCS5PADDING 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/PKCS7 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/PKCS7PADDING 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/TBC 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/TBCPADDING 13:35:20,401 INFO [main][CipherTest] transformation=TEA/CFB184/X9.23 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB184/X9.23PADDING 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB184/ZEROBYTE 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB184/ZEROBYTEPADDING 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/ 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/ISO10126 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/ISO10126-2 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/ISO10126-2PADDING 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/ISO10126PADDING 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/ISO7816-4 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/ISO7816-4PADDING 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/NOPADDING 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/PKCS5 13:35:20,402 INFO [main][CipherTest] transformation=TEA/CFB192/PKCS5PADDING 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB192/PKCS7 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB192/PKCS7PADDING 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB192/TBC 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB192/TBCPADDING 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB192/X9.23 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB192/X9.23PADDING 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB192/ZEROBYTE 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB192/ZEROBYTEPADDING 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB200/ 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB200/ISO10126 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB200/ISO10126-2 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB200/ISO10126-2PADDING 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB200/ISO10126PADDING 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB200/ISO7816-4 13:35:20,403 INFO [main][CipherTest] transformation=TEA/CFB200/ISO7816-4PADDING 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/NOPADDING 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/PKCS5 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/PKCS5PADDING 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/PKCS7 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/PKCS7PADDING 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/TBC 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/TBCPADDING 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/X9.23 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/X9.23PADDING 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/ZEROBYTE 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB200/ZEROBYTEPADDING 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB208/ 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB208/ISO10126 13:35:20,404 INFO [main][CipherTest] transformation=TEA/CFB208/ISO10126-2 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/ISO10126-2PADDING 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/ISO10126PADDING 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/ISO7816-4 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/ISO7816-4PADDING 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/NOPADDING 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/PKCS5 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/PKCS5PADDING 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/PKCS7 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/PKCS7PADDING 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/TBC 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/TBCPADDING 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/X9.23 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/X9.23PADDING 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/ZEROBYTE 13:35:20,405 INFO [main][CipherTest] transformation=TEA/CFB208/ZEROBYTEPADDING 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/ 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/ISO10126 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/ISO10126-2 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/ISO10126-2PADDING 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/ISO10126PADDING 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/ISO7816-4 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/ISO7816-4PADDING 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/NOPADDING 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/PKCS5 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/PKCS5PADDING 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/PKCS7 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/PKCS7PADDING 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/TBC 13:35:20,406 INFO [main][CipherTest] transformation=TEA/CFB216/TBCPADDING 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB216/X9.23 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB216/X9.23PADDING 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB216/ZEROBYTE 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB216/ZEROBYTEPADDING 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/ 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/ISO10126 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/ISO10126-2 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/ISO10126-2PADDING 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/ISO10126PADDING 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/ISO7816-4 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/ISO7816-4PADDING 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/NOPADDING 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/PKCS5 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/PKCS5PADDING 13:35:20,407 INFO [main][CipherTest] transformation=TEA/CFB224/PKCS7 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB224/PKCS7PADDING 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB224/TBC 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB224/TBCPADDING 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB224/X9.23 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB224/X9.23PADDING 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB224/ZEROBYTE 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB224/ZEROBYTEPADDING 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB232/ 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB232/ISO10126 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB232/ISO10126-2 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB232/ISO10126-2PADDING 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB232/ISO10126PADDING 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB232/ISO7816-4 13:35:20,408 INFO [main][CipherTest] transformation=TEA/CFB232/ISO7816-4PADDING 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/NOPADDING 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/PKCS5 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/PKCS5PADDING 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/PKCS7 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/PKCS7PADDING 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/TBC 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/TBCPADDING 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/X9.23 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/X9.23PADDING 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/ZEROBYTE 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB232/ZEROBYTEPADDING 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB24/ 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB24/ISO10126 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB24/ISO10126-2 13:35:20,409 INFO [main][CipherTest] transformation=TEA/CFB24/ISO10126-2PADDING 13:35:20,410 INFO [main][CipherTest] transformation=TEA/CFB24/ISO10126PADDING 13:35:20,410 INFO [main][CipherTest] transformation=TEA/CFB24/ISO7816-4 13:35:20,410 INFO [main][CipherTest] transformation=TEA/CFB24/ISO7816-4PADDING 13:35:20,410 INFO [main][CipherTest] transformation=TEA/CFB24/NOPADDING 13:35:20,410 INFO [main][CipherTest] transformation=TEA/CFB24/PKCS5 13:35:20,410 INFO [main][CipherTest] transformation=TEA/CFB24/PKCS5PADDING 13:35:20,410 INFO [main][CipherTest] transformation=TEA/CFB24/PKCS7 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB24/PKCS7PADDING 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB24/TBC 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB24/TBCPADDING 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB24/X9.23 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB24/X9.23PADDING 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB24/ZEROBYTE 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB24/ZEROBYTEPADDING 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB240/ 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB240/ISO10126 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB240/ISO10126-2 13:35:20,412 INFO [main][CipherTest] transformation=TEA/CFB240/ISO10126-2PADDING 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/ISO10126PADDING 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/ISO7816-4 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/ISO7816-4PADDING 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/NOPADDING 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/PKCS5 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/PKCS5PADDING 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/PKCS7 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/PKCS7PADDING 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/TBC 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/TBCPADDING 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/X9.23 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/X9.23PADDING 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/ZEROBYTE 13:35:20,413 INFO [main][CipherTest] transformation=TEA/CFB240/ZEROBYTEPADDING 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/ 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/ISO10126 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/ISO10126-2 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/ISO10126-2PADDING 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/ISO10126PADDING 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/ISO7816-4 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/ISO7816-4PADDING 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/NOPADDING 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/PKCS5 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/PKCS5PADDING 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/PKCS7 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/PKCS7PADDING 13:35:20,414 INFO [main][CipherTest] transformation=TEA/CFB248/TBC 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB248/TBCPADDING 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB248/X9.23 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB248/X9.23PADDING 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB248/ZEROBYTE 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB248/ZEROBYTEPADDING 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB256/ 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB256/ISO10126 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB256/ISO10126-2 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB256/ISO10126-2PADDING 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB256/ISO10126PADDING 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB256/ISO7816-4 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB256/ISO7816-4PADDING 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB256/NOPADDING 13:35:20,415 INFO [main][CipherTest] transformation=TEA/CFB256/PKCS5 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB256/PKCS5PADDING 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB256/PKCS7 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB256/PKCS7PADDING 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB256/TBC 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB256/TBCPADDING 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB256/X9.23 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB256/X9.23PADDING 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB256/ZEROBYTE 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB256/ZEROBYTEPADDING 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB32/ 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB32/ISO10126 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB32/ISO10126-2 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB32/ISO10126-2PADDING 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB32/ISO10126PADDING 13:35:20,416 INFO [main][CipherTest] transformation=TEA/CFB32/ISO7816-4 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/ISO7816-4PADDING 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/NOPADDING 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/PKCS5 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/PKCS5PADDING 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/PKCS7 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/PKCS7PADDING 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/TBC 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/TBCPADDING 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/X9.23 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/X9.23PADDING 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/ZEROBYTE 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB32/ZEROBYTEPADDING 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB40/ 13:35:20,417 INFO [main][CipherTest] transformation=TEA/CFB40/ISO10126 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/ISO10126-2 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/ISO10126-2PADDING 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/ISO10126PADDING 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/ISO7816-4 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/ISO7816-4PADDING 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/NOPADDING 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/PKCS5 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/PKCS5PADDING 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/PKCS7 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/PKCS7PADDING 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/TBC 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/TBCPADDING 13:35:20,418 INFO [main][CipherTest] transformation=TEA/CFB40/X9.23 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB40/X9.23PADDING 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB40/ZEROBYTE 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB40/ZEROBYTEPADDING 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/ 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/ISO10126 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/ISO10126-2 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/ISO10126-2PADDING 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/ISO10126PADDING 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/ISO7816-4 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/ISO7816-4PADDING 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/NOPADDING 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/PKCS5 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/PKCS5PADDING 13:35:20,419 INFO [main][CipherTest] transformation=TEA/CFB48/PKCS7 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB48/PKCS7PADDING 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB48/TBC 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB48/TBCPADDING 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB48/X9.23 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB48/X9.23PADDING 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB48/ZEROBYTE 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB48/ZEROBYTEPADDING 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB56/ 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB56/ISO10126 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB56/ISO10126-2 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB56/ISO10126-2PADDING 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB56/ISO10126PADDING 13:35:20,420 INFO [main][CipherTest] transformation=TEA/CFB56/ISO7816-4 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/ISO7816-4PADDING 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/NOPADDING 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/PKCS5 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/PKCS5PADDING 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/PKCS7 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/PKCS7PADDING 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/TBC 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/TBCPADDING 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/X9.23 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/X9.23PADDING 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/ZEROBYTE 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB56/ZEROBYTEPADDING 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB64/ 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB64/ISO10126 13:35:20,421 INFO [main][CipherTest] transformation=TEA/CFB64/ISO10126-2 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/ISO10126-2PADDING 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/ISO10126PADDING 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/ISO7816-4 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/ISO7816-4PADDING 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/NOPADDING 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/PKCS5 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/PKCS5PADDING 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/PKCS7 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/PKCS7PADDING 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/TBC 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/TBCPADDING 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/X9.23 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/X9.23PADDING 13:35:20,422 INFO [main][CipherTest] transformation=TEA/CFB64/ZEROBYTE 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB64/ZEROBYTEPADDING 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/ 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/ISO10126 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/ISO10126-2 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/ISO10126-2PADDING 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/ISO10126PADDING 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/ISO7816-4 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/ISO7816-4PADDING 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/NOPADDING 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/PKCS5 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/PKCS5PADDING 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/PKCS7 13:35:20,423 INFO [main][CipherTest] transformation=TEA/CFB72/PKCS7PADDING 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB72/TBC 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB72/TBCPADDING 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB72/X9.23 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB72/X9.23PADDING 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB72/ZEROBYTE 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB72/ZEROBYTEPADDING 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB8/ 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB8/ISO10126 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB8/ISO10126-2 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB8/ISO10126-2PADDING 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB8/ISO10126PADDING 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB8/ISO7816-4 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB8/ISO7816-4PADDING 13:35:20,424 INFO [main][CipherTest] transformation=TEA/CFB8/NOPADDING 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/PKCS5 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/PKCS5PADDING 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/PKCS7 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/PKCS7PADDING 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/TBC 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/TBCPADDING 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/X9.23 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/X9.23PADDING 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/ZEROBYTE 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB8/ZEROBYTEPADDING 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB80/ 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB80/ISO10126 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB80/ISO10126-2 13:35:20,425 INFO [main][CipherTest] transformation=TEA/CFB80/ISO10126-2PADDING 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/ISO10126PADDING 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/ISO7816-4 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/ISO7816-4PADDING 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/NOPADDING 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/PKCS5 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/PKCS5PADDING 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/PKCS7 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/PKCS7PADDING 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/TBC 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/TBCPADDING 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/X9.23 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/X9.23PADDING 13:35:20,426 INFO [main][CipherTest] transformation=TEA/CFB80/ZEROBYTE 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB80/ZEROBYTEPADDING 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/ 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/ISO10126 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/ISO10126-2 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/ISO10126-2PADDING 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/ISO10126PADDING 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/ISO7816-4 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/ISO7816-4PADDING 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/NOPADDING 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/PKCS5 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/PKCS5PADDING 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/PKCS7 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/PKCS7PADDING 13:35:20,427 INFO [main][CipherTest] transformation=TEA/CFB88/TBC 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB88/TBCPADDING 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB88/X9.23 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB88/X9.23PADDING 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB88/ZEROBYTE 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB88/ZEROBYTEPADDING 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB96/ 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB96/ISO10126 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB96/ISO10126-2 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB96/ISO10126-2PADDING 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB96/ISO10126PADDING 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB96/ISO7816-4 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB96/ISO7816-4PADDING 13:35:20,428 INFO [main][CipherTest] transformation=TEA/CFB96/NOPADDING 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/PKCS5 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/PKCS5PADDING 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/PKCS7 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/PKCS7PADDING 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/TBC 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/TBCPADDING 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/X9.23 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/X9.23PADDING 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/ZEROBYTE 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CFB96/ZEROBYTEPADDING 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CTS/ 13:35:20,429 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA/CTS/" does not support IV => Skipping. 13:35:20,429 INFO [main][CipherTest] transformation=TEA/CTS/NOPADDING 13:35:20,429 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA/CTS/NOPADDING" does not support IV => Skipping. 13:35:20,429 INFO [main][CipherTest] transformation=TEA/EAX/ 13:35:20,430 INFO [main][CipherTest] transformation=TEA/EAX/NOPADDING 13:35:20,430 INFO [main][CipherTest] transformation=TEA/ECB/ 13:35:20,430 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA/ECB/" does not support IV => Skipping. 13:35:20,430 INFO [main][CipherTest] transformation=TEA/ECB/NOPADDING 13:35:20,430 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TEA/ECB/NOPADDING" does not support IV => Skipping. 13:35:20,430 INFO [main][CipherTest] transformation=TEA/GOFB/ 13:35:20,430 INFO [main][CipherTest] transformation=TEA/GOFB/ISO10126 13:35:20,430 INFO [main][CipherTest] transformation=TEA/GOFB/ISO10126-2 13:35:20,431 INFO [main][CipherTest] transformation=TEA/GOFB/ISO10126-2PADDING 13:35:20,431 INFO [main][CipherTest] transformation=TEA/GOFB/ISO10126PADDING 13:35:20,431 INFO [main][CipherTest] transformation=TEA/GOFB/ISO7816-4 13:35:20,431 INFO [main][CipherTest] transformation=TEA/GOFB/ISO7816-4PADDING 13:35:20,431 INFO [main][CipherTest] transformation=TEA/GOFB/NOPADDING 13:35:20,431 INFO [main][CipherTest] transformation=TEA/GOFB/PKCS5 13:35:20,431 INFO [main][CipherTest] transformation=TEA/GOFB/PKCS5PADDING 13:35:20,431 INFO [main][CipherTest] transformation=TEA/GOFB/PKCS7 13:35:20,431 INFO [main][CipherTest] transformation=TEA/GOFB/PKCS7PADDING 13:35:20,432 INFO [main][CipherTest] transformation=TEA/GOFB/TBC 13:35:20,432 INFO [main][CipherTest] transformation=TEA/GOFB/TBCPADDING 13:35:20,432 INFO [main][CipherTest] transformation=TEA/GOFB/X9.23 13:35:20,432 INFO [main][CipherTest] transformation=TEA/GOFB/X9.23PADDING 13:35:20,432 INFO [main][CipherTest] transformation=TEA/GOFB/ZEROBYTE 13:35:20,432 INFO [main][CipherTest] transformation=TEA/GOFB/ZEROBYTEPADDING 13:35:20,432 INFO [main][CipherTest] transformation=TEA/OFB/ 13:35:20,432 INFO [main][CipherTest] transformation=TEA/OFB/ISO10126 13:35:20,432 INFO [main][CipherTest] transformation=TEA/OFB/ISO10126-2 13:35:20,432 INFO [main][CipherTest] transformation=TEA/OFB/ISO10126-2PADDING 13:35:20,432 INFO [main][CipherTest] transformation=TEA/OFB/ISO10126PADDING 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/ISO7816-4 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/ISO7816-4PADDING 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/NOPADDING 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/PKCS5 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/PKCS5PADDING 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/PKCS7 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/PKCS7PADDING 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/TBC 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/TBCPADDING 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/X9.23 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/X9.23PADDING 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/ZEROBYTE 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB/ZEROBYTEPADDING 13:35:20,433 INFO [main][CipherTest] transformation=TEA/OFB104/ 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/ISO10126 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/ISO10126-2 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/ISO10126-2PADDING 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/ISO10126PADDING 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/ISO7816-4 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/ISO7816-4PADDING 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/NOPADDING 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/PKCS5 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/PKCS5PADDING 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/PKCS7 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/PKCS7PADDING 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/TBC 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/TBCPADDING 13:35:20,434 INFO [main][CipherTest] transformation=TEA/OFB104/X9.23 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB104/X9.23PADDING 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB104/ZEROBYTE 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB104/ZEROBYTEPADDING 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/ 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/ISO10126 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/ISO10126-2 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/ISO10126-2PADDING 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/ISO10126PADDING 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/ISO7816-4 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/ISO7816-4PADDING 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/NOPADDING 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/PKCS5 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/PKCS5PADDING 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/PKCS7 13:35:20,435 INFO [main][CipherTest] transformation=TEA/OFB112/PKCS7PADDING 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB112/TBC 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB112/TBCPADDING 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB112/X9.23 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB112/X9.23PADDING 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB112/ZEROBYTE 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB112/ZEROBYTEPADDING 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB120/ 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB120/ISO10126 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB120/ISO10126-2 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB120/ISO10126-2PADDING 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB120/ISO10126PADDING 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB120/ISO7816-4 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB120/ISO7816-4PADDING 13:35:20,436 INFO [main][CipherTest] transformation=TEA/OFB120/NOPADDING 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/PKCS5 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/PKCS5PADDING 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/PKCS7 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/PKCS7PADDING 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/TBC 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/TBCPADDING 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/X9.23 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/X9.23PADDING 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/ZEROBYTE 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB120/ZEROBYTEPADDING 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB128/ 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB128/ISO10126 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB128/ISO10126-2 13:35:20,437 INFO [main][CipherTest] transformation=TEA/OFB128/ISO10126-2PADDING 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/ISO10126PADDING 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/ISO7816-4 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/ISO7816-4PADDING 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/NOPADDING 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/PKCS5 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/PKCS5PADDING 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/PKCS7 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/PKCS7PADDING 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/TBC 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/TBCPADDING 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/X9.23 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/X9.23PADDING 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/ZEROBYTE 13:35:20,438 INFO [main][CipherTest] transformation=TEA/OFB128/ZEROBYTEPADDING 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/ 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/ISO10126 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/ISO10126-2 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/ISO10126-2PADDING 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/ISO10126PADDING 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/ISO7816-4 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/ISO7816-4PADDING 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/NOPADDING 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/PKCS5 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/PKCS5PADDING 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/PKCS7 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/PKCS7PADDING 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/TBC 13:35:20,439 INFO [main][CipherTest] transformation=TEA/OFB136/TBCPADDING 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB136/X9.23 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB136/X9.23PADDING 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB136/ZEROBYTE 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB136/ZEROBYTEPADDING 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/ 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/ISO10126 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/ISO10126-2 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/ISO10126-2PADDING 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/ISO10126PADDING 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/ISO7816-4 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/ISO7816-4PADDING 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/NOPADDING 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/PKCS5 13:35:20,440 INFO [main][CipherTest] transformation=TEA/OFB144/PKCS5PADDING 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB144/PKCS7 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB144/PKCS7PADDING 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB144/TBC 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB144/TBCPADDING 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB144/X9.23 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB144/X9.23PADDING 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB144/ZEROBYTE 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB144/ZEROBYTEPADDING 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB152/ 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB152/ISO10126 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB152/ISO10126-2 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB152/ISO10126-2PADDING 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB152/ISO10126PADDING 13:35:20,441 INFO [main][CipherTest] transformation=TEA/OFB152/ISO7816-4 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/ISO7816-4PADDING 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/NOPADDING 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/PKCS5 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/PKCS5PADDING 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/PKCS7 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/PKCS7PADDING 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/TBC 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/TBCPADDING 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/X9.23 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/X9.23PADDING 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/ZEROBYTE 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB152/ZEROBYTEPADDING 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB16/ 13:35:20,442 INFO [main][CipherTest] transformation=TEA/OFB16/ISO10126 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/ISO10126-2 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/ISO10126-2PADDING 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/ISO10126PADDING 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/ISO7816-4 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/ISO7816-4PADDING 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/NOPADDING 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/PKCS5 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/PKCS5PADDING 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/PKCS7 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/PKCS7PADDING 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/TBC 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/TBCPADDING 13:35:20,443 INFO [main][CipherTest] transformation=TEA/OFB16/X9.23 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB16/X9.23PADDING 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB16/ZEROBYTE 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB16/ZEROBYTEPADDING 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/ 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/ISO10126 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/ISO10126-2 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/ISO10126-2PADDING 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/ISO10126PADDING 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/ISO7816-4 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/ISO7816-4PADDING 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/NOPADDING 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/PKCS5 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/PKCS5PADDING 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/PKCS7 13:35:20,444 INFO [main][CipherTest] transformation=TEA/OFB160/PKCS7PADDING 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB160/TBC 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB160/TBCPADDING 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB160/X9.23 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB160/X9.23PADDING 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB160/ZEROBYTE 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB160/ZEROBYTEPADDING 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB168/ 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB168/ISO10126 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB168/ISO10126-2 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB168/ISO10126-2PADDING 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB168/ISO10126PADDING 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB168/ISO7816-4 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB168/ISO7816-4PADDING 13:35:20,445 INFO [main][CipherTest] transformation=TEA/OFB168/NOPADDING 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/PKCS5 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/PKCS5PADDING 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/PKCS7 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/PKCS7PADDING 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/TBC 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/TBCPADDING 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/X9.23 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/X9.23PADDING 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/ZEROBYTE 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB168/ZEROBYTEPADDING 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB176/ 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB176/ISO10126 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB176/ISO10126-2 13:35:20,446 INFO [main][CipherTest] transformation=TEA/OFB176/ISO10126-2PADDING 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/ISO10126PADDING 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/ISO7816-4 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/ISO7816-4PADDING 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/NOPADDING 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/PKCS5 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/PKCS5PADDING 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/PKCS7 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/PKCS7PADDING 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/TBC 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/TBCPADDING 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/X9.23 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/X9.23PADDING 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/ZEROBYTE 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB176/ZEROBYTEPADDING 13:35:20,447 INFO [main][CipherTest] transformation=TEA/OFB184/ 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/ISO10126 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/ISO10126-2 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/ISO10126-2PADDING 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/ISO10126PADDING 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/ISO7816-4 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/ISO7816-4PADDING 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/NOPADDING 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/PKCS5 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/PKCS5PADDING 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/PKCS7 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/PKCS7PADDING 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/TBC 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/TBCPADDING 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/X9.23 13:35:20,448 INFO [main][CipherTest] transformation=TEA/OFB184/X9.23PADDING 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB184/ZEROBYTE 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB184/ZEROBYTEPADDING 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB192/ 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB192/ISO10126 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB192/ISO10126-2 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB192/ISO10126-2PADDING 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB192/ISO10126PADDING 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB192/ISO7816-4 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB192/ISO7816-4PADDING 13:35:20,449 INFO [main][CipherTest] transformation=TEA/OFB192/NOPADDING 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/PKCS5 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/PKCS5PADDING 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/PKCS7 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/PKCS7PADDING 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/TBC 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/TBCPADDING 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/X9.23 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/X9.23PADDING 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/ZEROBYTE 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB192/ZEROBYTEPADDING 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB200/ 13:35:20,450 INFO [main][CipherTest] transformation=TEA/OFB200/ISO10126 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/ISO10126-2 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/ISO10126-2PADDING 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/ISO10126PADDING 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/ISO7816-4 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/ISO7816-4PADDING 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/NOPADDING 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/PKCS5 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/PKCS5PADDING 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/PKCS7 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/PKCS7PADDING 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/TBC 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/TBCPADDING 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/X9.23 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/X9.23PADDING 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/ZEROBYTE 13:35:20,451 INFO [main][CipherTest] transformation=TEA/OFB200/ZEROBYTEPADDING 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/ 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/ISO10126 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/ISO10126-2 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/ISO10126-2PADDING 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/ISO10126PADDING 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/ISO7816-4 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/ISO7816-4PADDING 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/NOPADDING 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/PKCS5 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/PKCS5PADDING 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/PKCS7 13:35:20,452 INFO [main][CipherTest] transformation=TEA/OFB208/PKCS7PADDING 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB208/TBC 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB208/TBCPADDING 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB208/X9.23 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB208/X9.23PADDING 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB208/ZEROBYTE 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB208/ZEROBYTEPADDING 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB216/ 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB216/ISO10126 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB216/ISO10126-2 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB216/ISO10126-2PADDING 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB216/ISO10126PADDING 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB216/ISO7816-4 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB216/ISO7816-4PADDING 13:35:20,453 INFO [main][CipherTest] transformation=TEA/OFB216/NOPADDING 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/PKCS5 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/PKCS5PADDING 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/PKCS7 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/PKCS7PADDING 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/TBC 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/TBCPADDING 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/X9.23 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/X9.23PADDING 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/ZEROBYTE 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB216/ZEROBYTEPADDING 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB224/ 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB224/ISO10126 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB224/ISO10126-2 13:35:20,454 INFO [main][CipherTest] transformation=TEA/OFB224/ISO10126-2PADDING 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/ISO10126PADDING 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/ISO7816-4 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/ISO7816-4PADDING 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/NOPADDING 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/PKCS5 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/PKCS5PADDING 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/PKCS7 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/PKCS7PADDING 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/TBC 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/TBCPADDING 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/X9.23 13:35:20,455 INFO [main][CipherTest] transformation=TEA/OFB224/X9.23PADDING 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB224/ZEROBYTE 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB224/ZEROBYTEPADDING 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/ 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/ISO10126 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/ISO10126-2 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/ISO10126-2PADDING 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/ISO10126PADDING 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/ISO7816-4 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/ISO7816-4PADDING 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/NOPADDING 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/PKCS5 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/PKCS5PADDING 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/PKCS7 13:35:20,456 INFO [main][CipherTest] transformation=TEA/OFB232/PKCS7PADDING 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB232/TBC 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB232/TBCPADDING 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB232/X9.23 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB232/X9.23PADDING 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB232/ZEROBYTE 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB232/ZEROBYTEPADDING 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB24/ 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB24/ISO10126 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB24/ISO10126-2 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB24/ISO10126-2PADDING 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB24/ISO10126PADDING 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB24/ISO7816-4 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB24/ISO7816-4PADDING 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB24/NOPADDING 13:35:20,457 INFO [main][CipherTest] transformation=TEA/OFB24/PKCS5 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB24/PKCS5PADDING 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB24/PKCS7 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB24/PKCS7PADDING 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB24/TBC 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB24/TBCPADDING 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB24/X9.23 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB24/X9.23PADDING 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB24/ZEROBYTE 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB24/ZEROBYTEPADDING 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB240/ 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB240/ISO10126 13:35:20,458 INFO [main][CipherTest] transformation=TEA/OFB240/ISO10126-2 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/ISO10126-2PADDING 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/ISO10126PADDING 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/ISO7816-4 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/ISO7816-4PADDING 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/NOPADDING 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/PKCS5 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/PKCS5PADDING 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/PKCS7 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/PKCS7PADDING 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/TBC 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/TBCPADDING 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/X9.23 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/X9.23PADDING 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/ZEROBYTE 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB240/ZEROBYTEPADDING 13:35:20,459 INFO [main][CipherTest] transformation=TEA/OFB248/ 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/ISO10126 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/ISO10126-2 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/ISO10126-2PADDING 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/ISO10126PADDING 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/ISO7816-4 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/ISO7816-4PADDING 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/NOPADDING 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/PKCS5 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/PKCS5PADDING 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/PKCS7 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/PKCS7PADDING 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/TBC 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/TBCPADDING 13:35:20,460 INFO [main][CipherTest] transformation=TEA/OFB248/X9.23 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB248/X9.23PADDING 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB248/ZEROBYTE 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB248/ZEROBYTEPADDING 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/ 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/ISO10126 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/ISO10126-2 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/ISO10126-2PADDING 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/ISO10126PADDING 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/ISO7816-4 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/ISO7816-4PADDING 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/NOPADDING 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/PKCS5 13:35:20,461 INFO [main][CipherTest] transformation=TEA/OFB256/PKCS5PADDING 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB256/PKCS7 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB256/PKCS7PADDING 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB256/TBC 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB256/TBCPADDING 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB256/X9.23 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB256/X9.23PADDING 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB256/ZEROBYTE 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB256/ZEROBYTEPADDING 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB32/ 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB32/ISO10126 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB32/ISO10126-2 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB32/ISO10126-2PADDING 13:35:20,462 INFO [main][CipherTest] transformation=TEA/OFB32/ISO10126PADDING 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/ISO7816-4 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/ISO7816-4PADDING 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/NOPADDING 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/PKCS5 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/PKCS5PADDING 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/PKCS7 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/PKCS7PADDING 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/TBC 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/TBCPADDING 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/X9.23 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/X9.23PADDING 13:35:20,463 INFO [main][CipherTest] transformation=TEA/OFB32/ZEROBYTE 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB32/ZEROBYTEPADDING 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/ 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/ISO10126 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/ISO10126-2 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/ISO10126-2PADDING 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/ISO10126PADDING 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/ISO7816-4 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/ISO7816-4PADDING 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/NOPADDING 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/PKCS5 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/PKCS5PADDING 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/PKCS7 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/PKCS7PADDING 13:35:20,464 INFO [main][CipherTest] transformation=TEA/OFB40/TBC 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB40/TBCPADDING 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB40/X9.23 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB40/X9.23PADDING 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB40/ZEROBYTE 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB40/ZEROBYTEPADDING 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/ 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/ISO10126 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/ISO10126-2 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/ISO10126-2PADDING 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/ISO10126PADDING 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/ISO7816-4 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/ISO7816-4PADDING 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/NOPADDING 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/PKCS5 13:35:20,465 INFO [main][CipherTest] transformation=TEA/OFB48/PKCS5PADDING 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB48/PKCS7 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB48/PKCS7PADDING 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB48/TBC 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB48/TBCPADDING 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB48/X9.23 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB48/X9.23PADDING 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB48/ZEROBYTE 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB48/ZEROBYTEPADDING 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB56/ 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB56/ISO10126 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB56/ISO10126-2 13:35:20,466 INFO [main][CipherTest] transformation=TEA/OFB56/ISO10126-2PADDING 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/ISO10126PADDING 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/ISO7816-4 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/ISO7816-4PADDING 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/NOPADDING 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/PKCS5 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/PKCS5PADDING 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/PKCS7 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/PKCS7PADDING 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/TBC 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/TBCPADDING 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/X9.23 13:35:20,467 INFO [main][CipherTest] transformation=TEA/OFB56/X9.23PADDING 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB56/ZEROBYTE 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB56/ZEROBYTEPADDING 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/ 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/ISO10126 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/ISO10126-2 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/ISO10126-2PADDING 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/ISO10126PADDING 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/ISO7816-4 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/ISO7816-4PADDING 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/NOPADDING 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/PKCS5 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/PKCS5PADDING 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/PKCS7 13:35:20,468 INFO [main][CipherTest] transformation=TEA/OFB64/PKCS7PADDING 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB64/TBC 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB64/TBCPADDING 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB64/X9.23 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB64/X9.23PADDING 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB64/ZEROBYTE 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB64/ZEROBYTEPADDING 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB72/ 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB72/ISO10126 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB72/ISO10126-2 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB72/ISO10126-2PADDING 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB72/ISO10126PADDING 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB72/ISO7816-4 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB72/ISO7816-4PADDING 13:35:20,469 INFO [main][CipherTest] transformation=TEA/OFB72/NOPADDING 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/PKCS5 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/PKCS5PADDING 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/PKCS7 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/PKCS7PADDING 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/TBC 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/TBCPADDING 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/X9.23 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/X9.23PADDING 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/ZEROBYTE 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB72/ZEROBYTEPADDING 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB8/ 13:35:20,470 INFO [main][CipherTest] transformation=TEA/OFB8/ISO10126 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/ISO10126-2 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/ISO10126-2PADDING 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/ISO10126PADDING 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/ISO7816-4 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/ISO7816-4PADDING 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/NOPADDING 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/PKCS5 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/PKCS5PADDING 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/PKCS7 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/PKCS7PADDING 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/TBC 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/TBCPADDING 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/X9.23 13:35:20,471 INFO [main][CipherTest] transformation=TEA/OFB8/X9.23PADDING 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB8/ZEROBYTE 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB8/ZEROBYTEPADDING 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/ 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/ISO10126 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/ISO10126-2 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/ISO10126-2PADDING 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/ISO10126PADDING 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/ISO7816-4 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/ISO7816-4PADDING 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/NOPADDING 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/PKCS5 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/PKCS5PADDING 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/PKCS7 13:35:20,472 INFO [main][CipherTest] transformation=TEA/OFB80/PKCS7PADDING 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB80/TBC 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB80/TBCPADDING 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB80/X9.23 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB80/X9.23PADDING 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB80/ZEROBYTE 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB80/ZEROBYTEPADDING 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB88/ 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB88/ISO10126 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB88/ISO10126-2 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB88/ISO10126-2PADDING 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB88/ISO10126PADDING 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB88/ISO7816-4 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB88/ISO7816-4PADDING 13:35:20,473 INFO [main][CipherTest] transformation=TEA/OFB88/NOPADDING 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/PKCS5 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/PKCS5PADDING 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/PKCS7 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/PKCS7PADDING 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/TBC 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/TBCPADDING 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/X9.23 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/X9.23PADDING 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/ZEROBYTE 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB88/ZEROBYTEPADDING 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB96/ 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB96/ISO10126 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB96/ISO10126-2 13:35:20,474 INFO [main][CipherTest] transformation=TEA/OFB96/ISO10126-2PADDING 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/ISO10126PADDING 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/ISO7816-4 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/ISO7816-4PADDING 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/NOPADDING 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/PKCS5 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/PKCS5PADDING 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/PKCS7 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/PKCS7PADDING 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/TBC 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/TBCPADDING 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/X9.23 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/X9.23PADDING 13:35:20,475 INFO [main][CipherTest] transformation=TEA/OFB96/ZEROBYTE 13:35:20,476 INFO [main][CipherTest] transformation=TEA/OFB96/ZEROBYTEPADDING 13:35:20,476 INFO [main][CipherTest] transformation=TEA/SIC/ 13:35:20,476 INFO [main][CipherTest] transformation=TEA/SIC/ISO10126 13:35:20,476 INFO [main][CipherTest] transformation=TEA/SIC/ISO10126-2 13:35:20,476 INFO [main][CipherTest] transformation=TEA/SIC/ISO10126-2PADDING 13:35:20,476 INFO [main][CipherTest] transformation=TEA/SIC/ISO10126PADDING 13:35:20,476 INFO [main][CipherTest] transformation=TEA/SIC/ISO7816-4 13:35:20,476 INFO [main][CipherTest] transformation=TEA/SIC/ISO7816-4PADDING 13:35:20,476 INFO [main][CipherTest] transformation=TEA/SIC/NOPADDING 13:35:20,477 INFO [main][CipherTest] transformation=TEA/SIC/PKCS5 13:35:20,477 INFO [main][CipherTest] transformation=TEA/SIC/PKCS5PADDING 13:35:20,477 INFO [main][CipherTest] transformation=TEA/SIC/PKCS7 13:35:20,477 INFO [main][CipherTest] transformation=TEA/SIC/PKCS7PADDING 13:35:20,477 INFO [main][CipherTest] transformation=TEA/SIC/TBC 13:35:20,478 INFO [main][CipherTest] transformation=TEA/SIC/TBCPADDING 13:35:20,478 INFO [main][CipherTest] transformation=TEA/SIC/X9.23 13:35:20,478 INFO [main][CipherTest] transformation=TEA/SIC/X9.23PADDING 13:35:20,478 INFO [main][CipherTest] transformation=TEA/SIC/ZEROBYTE 13:35:20,478 INFO [main][CipherTest] transformation=TEA/SIC/ZEROBYTEPADDING 13:35:20,478 INFO [main][CipherTest] transformation=TWOFISH// 13:35:20,479 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH//" does not support IV => Skipping. 13:35:20,479 INFO [main][CipherTest] transformation=TWOFISH//NOPADDING 13:35:20,479 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH//NOPADDING" does not support IV => Skipping. 13:35:20,479 INFO [main][CipherTest] transformation=TWOFISH/CBC-CTS/ 13:35:20,479 INFO [main][CipherTest] transformation=TWOFISH/CBC-CTS/NOPADDING 13:35:20,479 INFO [main][CipherTest] transformation=TWOFISH/CBC/ 13:35:20,479 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO10126 13:35:20,480 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO10126-2 13:35:20,480 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO10126-2PADDING 13:35:20,480 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO10126PADDING 13:35:20,480 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO7816-4 13:35:20,481 INFO [main][CipherTest] transformation=TWOFISH/CBC/ISO7816-4PADDING 13:35:20,481 INFO [main][CipherTest] transformation=TWOFISH/CBC/NOPADDING 13:35:20,481 INFO [main][CipherTest] transformation=TWOFISH/CBC/PKCS5 13:35:20,481 INFO [main][CipherTest] transformation=TWOFISH/CBC/PKCS5PADDING 13:35:20,481 INFO [main][CipherTest] transformation=TWOFISH/CBC/PKCS7 13:35:20,482 INFO [main][CipherTest] transformation=TWOFISH/CBC/PKCS7PADDING 13:35:20,482 INFO [main][CipherTest] transformation=TWOFISH/CBC/TBC 13:35:20,482 INFO [main][CipherTest] transformation=TWOFISH/CBC/TBCPADDING 13:35:20,482 INFO [main][CipherTest] transformation=TWOFISH/CBC/X9.23 13:35:20,482 INFO [main][CipherTest] transformation=TWOFISH/CBC/X9.23PADDING 13:35:20,483 INFO [main][CipherTest] transformation=TWOFISH/CBC/ZEROBYTE 13:35:20,483 INFO [main][CipherTest] transformation=TWOFISH/CBC/ZEROBYTEPADDING 13:35:20,483 INFO [main][CipherTest] transformation=TWOFISH/CCM/ 13:35:20,483 INFO [main][CipherTest] transformation=TWOFISH/CCM/NOPADDING 13:35:20,483 INFO [main][CipherTest] transformation=TWOFISH/CFB/ 13:35:20,483 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO10126 13:35:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO10126-2 13:35:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO10126-2PADDING 13:35:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO10126PADDING 13:35:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO7816-4 13:35:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB/ISO7816-4PADDING 13:35:20,484 INFO [main][CipherTest] transformation=TWOFISH/CFB/NOPADDING 13:35:20,485 INFO [main][CipherTest] transformation=TWOFISH/CFB/PKCS5 13:35:20,485 INFO [main][CipherTest] transformation=TWOFISH/CFB/PKCS5PADDING 13:35:20,485 INFO [main][CipherTest] transformation=TWOFISH/CFB/PKCS7 13:35:20,485 INFO [main][CipherTest] transformation=TWOFISH/CFB/PKCS7PADDING 13:35:20,485 INFO [main][CipherTest] transformation=TWOFISH/CFB/TBC 13:35:20,485 INFO [main][CipherTest] transformation=TWOFISH/CFB/TBCPADDING 13:35:20,486 INFO [main][CipherTest] transformation=TWOFISH/CFB/X9.23 13:35:20,486 INFO [main][CipherTest] transformation=TWOFISH/CFB/X9.23PADDING 13:35:20,486 INFO [main][CipherTest] transformation=TWOFISH/CFB/ZEROBYTE 13:35:20,486 INFO [main][CipherTest] transformation=TWOFISH/CFB/ZEROBYTEPADDING 13:35:20,486 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ 13:35:20,486 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO10126 13:35:20,487 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO10126-2 13:35:20,487 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO10126-2PADDING 13:35:20,487 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO10126PADDING 13:35:20,487 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO7816-4 13:35:20,487 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ISO7816-4PADDING 13:35:20,487 INFO [main][CipherTest] transformation=TWOFISH/CFB104/NOPADDING 13:35:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB104/PKCS5 13:35:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB104/PKCS5PADDING 13:35:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB104/PKCS7 13:35:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB104/PKCS7PADDING 13:35:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB104/TBC 13:35:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB104/TBCPADDING 13:35:20,488 INFO [main][CipherTest] transformation=TWOFISH/CFB104/X9.23 13:35:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB104/X9.23PADDING 13:35:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ZEROBYTE 13:35:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB104/ZEROBYTEPADDING 13:35:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ 13:35:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO10126 13:35:20,489 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO10126-2 13:35:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO10126-2PADDING 13:35:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO10126PADDING 13:35:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO7816-4 13:35:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ISO7816-4PADDING 13:35:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB112/NOPADDING 13:35:20,490 INFO [main][CipherTest] transformation=TWOFISH/CFB112/PKCS5 13:35:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB112/PKCS5PADDING 13:35:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB112/PKCS7 13:35:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB112/PKCS7PADDING 13:35:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB112/TBC 13:35:20,491 INFO [main][CipherTest] transformation=TWOFISH/CFB112/TBCPADDING 13:35:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB112/X9.23 13:35:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB112/X9.23PADDING 13:35:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ZEROBYTE 13:35:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB112/ZEROBYTEPADDING 13:35:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ 13:35:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO10126 13:35:20,492 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO10126-2 13:35:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO10126-2PADDING 13:35:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO10126PADDING 13:35:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO7816-4 13:35:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ISO7816-4PADDING 13:35:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB120/NOPADDING 13:35:20,493 INFO [main][CipherTest] transformation=TWOFISH/CFB120/PKCS5 13:35:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB120/PKCS5PADDING 13:35:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB120/PKCS7 13:35:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB120/PKCS7PADDING 13:35:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB120/TBC 13:35:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB120/TBCPADDING 13:35:20,494 INFO [main][CipherTest] transformation=TWOFISH/CFB120/X9.23 13:35:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB120/X9.23PADDING 13:35:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ZEROBYTE 13:35:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB120/ZEROBYTEPADDING 13:35:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ 13:35:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO10126 13:35:20,495 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO10126-2 13:35:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO10126-2PADDING 13:35:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO10126PADDING 13:35:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO7816-4 13:35:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ISO7816-4PADDING 13:35:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB128/NOPADDING 13:35:20,496 INFO [main][CipherTest] transformation=TWOFISH/CFB128/PKCS5 13:35:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB128/PKCS5PADDING 13:35:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB128/PKCS7 13:35:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB128/PKCS7PADDING 13:35:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB128/TBC 13:35:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB128/TBCPADDING 13:35:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB128/X9.23 13:35:20,497 INFO [main][CipherTest] transformation=TWOFISH/CFB128/X9.23PADDING 13:35:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ZEROBYTE 13:35:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB128/ZEROBYTEPADDING 13:35:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ 13:35:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO10126 13:35:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO10126-2 13:35:20,498 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO10126-2PADDING 13:35:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO10126PADDING 13:35:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO7816-4 13:35:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ISO7816-4PADDING 13:35:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB136/NOPADDING 13:35:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB136/PKCS5 13:35:20,499 INFO [main][CipherTest] transformation=TWOFISH/CFB136/PKCS5PADDING 13:35:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB136/PKCS7 13:35:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB136/PKCS7PADDING 13:35:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB136/TBC 13:35:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB136/TBCPADDING 13:35:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB136/X9.23 13:35:20,500 INFO [main][CipherTest] transformation=TWOFISH/CFB136/X9.23PADDING 13:35:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ZEROBYTE 13:35:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB136/ZEROBYTEPADDING 13:35:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ 13:35:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO10126 13:35:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO10126-2 13:35:20,501 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO10126-2PADDING 13:35:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO10126PADDING 13:35:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO7816-4 13:35:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ISO7816-4PADDING 13:35:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB144/NOPADDING 13:35:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB144/PKCS5 13:35:20,502 INFO [main][CipherTest] transformation=TWOFISH/CFB144/PKCS5PADDING 13:35:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB144/PKCS7 13:35:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB144/PKCS7PADDING 13:35:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB144/TBC 13:35:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB144/TBCPADDING 13:35:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB144/X9.23 13:35:20,503 INFO [main][CipherTest] transformation=TWOFISH/CFB144/X9.23PADDING 13:35:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ZEROBYTE 13:35:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB144/ZEROBYTEPADDING 13:35:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ 13:35:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO10126 13:35:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO10126-2 13:35:20,504 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO10126-2PADDING 13:35:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO10126PADDING 13:35:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO7816-4 13:35:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ISO7816-4PADDING 13:35:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB152/NOPADDING 13:35:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB152/PKCS5 13:35:20,505 INFO [main][CipherTest] transformation=TWOFISH/CFB152/PKCS5PADDING 13:35:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB152/PKCS7 13:35:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB152/PKCS7PADDING 13:35:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB152/TBC 13:35:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB152/TBCPADDING 13:35:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB152/X9.23 13:35:20,506 INFO [main][CipherTest] transformation=TWOFISH/CFB152/X9.23PADDING 13:35:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ZEROBYTE 13:35:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB152/ZEROBYTEPADDING 13:35:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ 13:35:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO10126 13:35:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO10126-2 13:35:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO10126-2PADDING 13:35:20,507 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO10126PADDING 13:35:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO7816-4 13:35:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ISO7816-4PADDING 13:35:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB16/NOPADDING 13:35:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB16/PKCS5 13:35:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB16/PKCS5PADDING 13:35:20,508 INFO [main][CipherTest] transformation=TWOFISH/CFB16/PKCS7 13:35:20,509 INFO [main][CipherTest] transformation=TWOFISH/CFB16/PKCS7PADDING 13:35:20,509 INFO [main][CipherTest] transformation=TWOFISH/CFB16/TBC 13:35:20,509 INFO [main][CipherTest] transformation=TWOFISH/CFB16/TBCPADDING 13:35:20,509 INFO [main][CipherTest] transformation=TWOFISH/CFB16/X9.23 13:35:20,509 INFO [main][CipherTest] transformation=TWOFISH/CFB16/X9.23PADDING 13:35:20,509 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ZEROBYTE 13:35:20,510 INFO [main][CipherTest] transformation=TWOFISH/CFB16/ZEROBYTEPADDING 13:35:20,510 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ 13:35:20,510 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO10126 13:35:20,510 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO10126-2 13:35:20,510 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO10126-2PADDING 13:35:20,510 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO10126PADDING 13:35:20,511 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO7816-4 13:35:20,511 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ISO7816-4PADDING 13:35:20,511 INFO [main][CipherTest] transformation=TWOFISH/CFB160/NOPADDING 13:35:20,511 INFO [main][CipherTest] transformation=TWOFISH/CFB160/PKCS5 13:35:20,512 INFO [main][CipherTest] transformation=TWOFISH/CFB160/PKCS5PADDING 13:35:20,512 INFO [main][CipherTest] transformation=TWOFISH/CFB160/PKCS7 13:35:20,512 INFO [main][CipherTest] transformation=TWOFISH/CFB160/PKCS7PADDING 13:35:20,512 INFO [main][CipherTest] transformation=TWOFISH/CFB160/TBC 13:35:20,513 INFO [main][CipherTest] transformation=TWOFISH/CFB160/TBCPADDING 13:35:20,513 INFO [main][CipherTest] transformation=TWOFISH/CFB160/X9.23 13:35:20,513 INFO [main][CipherTest] transformation=TWOFISH/CFB160/X9.23PADDING 13:35:20,513 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ZEROBYTE 13:35:20,514 INFO [main][CipherTest] transformation=TWOFISH/CFB160/ZEROBYTEPADDING 13:35:20,514 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ 13:35:20,514 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO10126 13:35:20,514 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO10126-2 13:35:20,515 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO10126-2PADDING 13:35:20,515 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO10126PADDING 13:35:20,515 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO7816-4 13:35:20,516 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ISO7816-4PADDING 13:35:20,516 INFO [main][CipherTest] transformation=TWOFISH/CFB168/NOPADDING 13:35:20,516 INFO [main][CipherTest] transformation=TWOFISH/CFB168/PKCS5 13:35:20,516 INFO [main][CipherTest] transformation=TWOFISH/CFB168/PKCS5PADDING 13:35:20,517 INFO [main][CipherTest] transformation=TWOFISH/CFB168/PKCS7 13:35:20,517 INFO [main][CipherTest] transformation=TWOFISH/CFB168/PKCS7PADDING 13:35:20,517 INFO [main][CipherTest] transformation=TWOFISH/CFB168/TBC 13:35:20,517 INFO [main][CipherTest] transformation=TWOFISH/CFB168/TBCPADDING 13:35:20,518 INFO [main][CipherTest] transformation=TWOFISH/CFB168/X9.23 13:35:20,518 INFO [main][CipherTest] transformation=TWOFISH/CFB168/X9.23PADDING 13:35:20,518 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ZEROBYTE 13:35:20,518 INFO [main][CipherTest] transformation=TWOFISH/CFB168/ZEROBYTEPADDING 13:35:20,519 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ 13:35:20,519 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO10126 13:35:20,519 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO10126-2 13:35:20,519 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO10126-2PADDING 13:35:20,520 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO10126PADDING 13:35:20,520 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO7816-4 13:35:20,520 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ISO7816-4PADDING 13:35:20,520 INFO [main][CipherTest] transformation=TWOFISH/CFB176/NOPADDING 13:35:20,520 INFO [main][CipherTest] transformation=TWOFISH/CFB176/PKCS5 13:35:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB176/PKCS5PADDING 13:35:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB176/PKCS7 13:35:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB176/PKCS7PADDING 13:35:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB176/TBC 13:35:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB176/TBCPADDING 13:35:20,521 INFO [main][CipherTest] transformation=TWOFISH/CFB176/X9.23 13:35:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB176/X9.23PADDING 13:35:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ZEROBYTE 13:35:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB176/ZEROBYTEPADDING 13:35:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ 13:35:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO10126 13:35:20,522 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO10126-2 13:35:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO10126-2PADDING 13:35:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO10126PADDING 13:35:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO7816-4 13:35:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ISO7816-4PADDING 13:35:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB184/NOPADDING 13:35:20,523 INFO [main][CipherTest] transformation=TWOFISH/CFB184/PKCS5 13:35:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB184/PKCS5PADDING 13:35:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB184/PKCS7 13:35:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB184/PKCS7PADDING 13:35:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB184/TBC 13:35:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB184/TBCPADDING 13:35:20,524 INFO [main][CipherTest] transformation=TWOFISH/CFB184/X9.23 13:35:20,525 INFO [main][CipherTest] transformation=TWOFISH/CFB184/X9.23PADDING 13:35:20,525 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ZEROBYTE 13:35:20,525 INFO [main][CipherTest] transformation=TWOFISH/CFB184/ZEROBYTEPADDING 13:35:20,525 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ 13:35:20,525 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO10126 13:35:20,525 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO10126-2 13:35:20,526 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO10126-2PADDING 13:35:20,526 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO10126PADDING 13:35:20,526 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO7816-4 13:35:20,526 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ISO7816-4PADDING 13:35:20,526 INFO [main][CipherTest] transformation=TWOFISH/CFB192/NOPADDING 13:35:20,526 INFO [main][CipherTest] transformation=TWOFISH/CFB192/PKCS5 13:35:20,527 INFO [main][CipherTest] transformation=TWOFISH/CFB192/PKCS5PADDING 13:35:20,527 INFO [main][CipherTest] transformation=TWOFISH/CFB192/PKCS7 13:35:20,527 INFO [main][CipherTest] transformation=TWOFISH/CFB192/PKCS7PADDING 13:35:20,527 INFO [main][CipherTest] transformation=TWOFISH/CFB192/TBC 13:35:20,527 INFO [main][CipherTest] transformation=TWOFISH/CFB192/TBCPADDING 13:35:20,527 INFO [main][CipherTest] transformation=TWOFISH/CFB192/X9.23 13:35:20,528 INFO [main][CipherTest] transformation=TWOFISH/CFB192/X9.23PADDING 13:35:20,528 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ZEROBYTE 13:35:20,528 INFO [main][CipherTest] transformation=TWOFISH/CFB192/ZEROBYTEPADDING 13:35:20,528 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ 13:35:20,528 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO10126 13:35:20,528 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO10126-2 13:35:20,529 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO10126-2PADDING 13:35:20,529 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO10126PADDING 13:35:20,529 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO7816-4 13:35:20,529 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ISO7816-4PADDING 13:35:20,529 INFO [main][CipherTest] transformation=TWOFISH/CFB200/NOPADDING 13:35:20,529 INFO [main][CipherTest] transformation=TWOFISH/CFB200/PKCS5 13:35:20,529 INFO [main][CipherTest] transformation=TWOFISH/CFB200/PKCS5PADDING 13:35:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/PKCS7 13:35:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/PKCS7PADDING 13:35:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/TBC 13:35:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/TBCPADDING 13:35:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/X9.23 13:35:20,530 INFO [main][CipherTest] transformation=TWOFISH/CFB200/X9.23PADDING 13:35:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ZEROBYTE 13:35:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB200/ZEROBYTEPADDING 13:35:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ 13:35:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO10126 13:35:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO10126-2 13:35:20,531 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO10126-2PADDING 13:35:20,532 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO10126PADDING 13:35:20,532 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO7816-4 13:35:20,532 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ISO7816-4PADDING 13:35:20,532 INFO [main][CipherTest] transformation=TWOFISH/CFB208/NOPADDING 13:35:20,532 INFO [main][CipherTest] transformation=TWOFISH/CFB208/PKCS5 13:35:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/PKCS5PADDING 13:35:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/PKCS7 13:35:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/PKCS7PADDING 13:35:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/TBC 13:35:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/TBCPADDING 13:35:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/X9.23 13:35:20,533 INFO [main][CipherTest] transformation=TWOFISH/CFB208/X9.23PADDING 13:35:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ZEROBYTE 13:35:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB208/ZEROBYTEPADDING 13:35:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ 13:35:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO10126 13:35:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO10126-2 13:35:20,534 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO10126-2PADDING 13:35:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO10126PADDING 13:35:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO7816-4 13:35:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ISO7816-4PADDING 13:35:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB216/NOPADDING 13:35:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB216/PKCS5 13:35:20,535 INFO [main][CipherTest] transformation=TWOFISH/CFB216/PKCS5PADDING 13:35:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/PKCS7 13:35:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/PKCS7PADDING 13:35:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/TBC 13:35:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/TBCPADDING 13:35:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/X9.23 13:35:20,536 INFO [main][CipherTest] transformation=TWOFISH/CFB216/X9.23PADDING 13:35:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ZEROBYTE 13:35:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB216/ZEROBYTEPADDING 13:35:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ 13:35:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO10126 13:35:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO10126-2 13:35:20,537 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO10126-2PADDING 13:35:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO10126PADDING 13:35:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO7816-4 13:35:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ISO7816-4PADDING 13:35:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB224/NOPADDING 13:35:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB224/PKCS5 13:35:20,538 INFO [main][CipherTest] transformation=TWOFISH/CFB224/PKCS5PADDING 13:35:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/PKCS7 13:35:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/PKCS7PADDING 13:35:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/TBC 13:35:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/TBCPADDING 13:35:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/X9.23 13:35:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/X9.23PADDING 13:35:20,539 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ZEROBYTE 13:35:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB224/ZEROBYTEPADDING 13:35:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ 13:35:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO10126 13:35:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO10126-2 13:35:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO10126-2PADDING 13:35:20,540 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO10126PADDING 13:35:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO7816-4 13:35:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ISO7816-4PADDING 13:35:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB232/NOPADDING 13:35:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB232/PKCS5 13:35:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB232/PKCS5PADDING 13:35:20,541 INFO [main][CipherTest] transformation=TWOFISH/CFB232/PKCS7 13:35:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB232/PKCS7PADDING 13:35:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB232/TBC 13:35:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB232/TBCPADDING 13:35:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB232/X9.23 13:35:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB232/X9.23PADDING 13:35:20,542 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ZEROBYTE 13:35:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB232/ZEROBYTEPADDING 13:35:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ 13:35:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO10126 13:35:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO10126-2 13:35:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO10126-2PADDING 13:35:20,543 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO10126PADDING 13:35:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO7816-4 13:35:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ISO7816-4PADDING 13:35:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB24/NOPADDING 13:35:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB24/PKCS5 13:35:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB24/PKCS5PADDING 13:35:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB24/PKCS7 13:35:20,544 INFO [main][CipherTest] transformation=TWOFISH/CFB24/PKCS7PADDING 13:35:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB24/TBC 13:35:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB24/TBCPADDING 13:35:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB24/X9.23 13:35:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB24/X9.23PADDING 13:35:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ZEROBYTE 13:35:20,545 INFO [main][CipherTest] transformation=TWOFISH/CFB24/ZEROBYTEPADDING 13:35:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ 13:35:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO10126 13:35:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO10126-2 13:35:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO10126-2PADDING 13:35:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO10126PADDING 13:35:20,546 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO7816-4 13:35:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ISO7816-4PADDING 13:35:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB240/NOPADDING 13:35:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB240/PKCS5 13:35:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB240/PKCS5PADDING 13:35:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB240/PKCS7 13:35:20,547 INFO [main][CipherTest] transformation=TWOFISH/CFB240/PKCS7PADDING 13:35:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB240/TBC 13:35:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB240/TBCPADDING 13:35:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB240/X9.23 13:35:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB240/X9.23PADDING 13:35:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ZEROBYTE 13:35:20,548 INFO [main][CipherTest] transformation=TWOFISH/CFB240/ZEROBYTEPADDING 13:35:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ 13:35:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO10126 13:35:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO10126-2 13:35:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO10126-2PADDING 13:35:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO10126PADDING 13:35:20,549 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO7816-4 13:35:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ISO7816-4PADDING 13:35:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB248/NOPADDING 13:35:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB248/PKCS5 13:35:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB248/PKCS5PADDING 13:35:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB248/PKCS7 13:35:20,550 INFO [main][CipherTest] transformation=TWOFISH/CFB248/PKCS7PADDING 13:35:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB248/TBC 13:35:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB248/TBCPADDING 13:35:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB248/X9.23 13:35:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB248/X9.23PADDING 13:35:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ZEROBYTE 13:35:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB248/ZEROBYTEPADDING 13:35:20,551 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ 13:35:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO10126 13:35:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO10126-2 13:35:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO10126-2PADDING 13:35:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO10126PADDING 13:35:20,552 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO7816-4 13:35:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ISO7816-4PADDING 13:35:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB256/NOPADDING 13:35:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB256/PKCS5 13:35:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB256/PKCS5PADDING 13:35:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB256/PKCS7 13:35:20,553 INFO [main][CipherTest] transformation=TWOFISH/CFB256/PKCS7PADDING 13:35:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB256/TBC 13:35:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB256/TBCPADDING 13:35:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB256/X9.23 13:35:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB256/X9.23PADDING 13:35:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ZEROBYTE 13:35:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB256/ZEROBYTEPADDING 13:35:20,554 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ 13:35:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO10126 13:35:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO10126-2 13:35:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO10126-2PADDING 13:35:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO10126PADDING 13:35:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO7816-4 13:35:20,555 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ISO7816-4PADDING 13:35:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB32/NOPADDING 13:35:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB32/PKCS5 13:35:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB32/PKCS5PADDING 13:35:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB32/PKCS7 13:35:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB32/PKCS7PADDING 13:35:20,556 INFO [main][CipherTest] transformation=TWOFISH/CFB32/TBC 13:35:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB32/TBCPADDING 13:35:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB32/X9.23 13:35:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB32/X9.23PADDING 13:35:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ZEROBYTE 13:35:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB32/ZEROBYTEPADDING 13:35:20,557 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ 13:35:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO10126 13:35:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO10126-2 13:35:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO10126-2PADDING 13:35:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO10126PADDING 13:35:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO7816-4 13:35:20,558 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ISO7816-4PADDING 13:35:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB40/NOPADDING 13:35:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB40/PKCS5 13:35:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB40/PKCS5PADDING 13:35:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB40/PKCS7 13:35:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB40/PKCS7PADDING 13:35:20,559 INFO [main][CipherTest] transformation=TWOFISH/CFB40/TBC 13:35:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB40/TBCPADDING 13:35:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB40/X9.23 13:35:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB40/X9.23PADDING 13:35:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ZEROBYTE 13:35:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB40/ZEROBYTEPADDING 13:35:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ 13:35:20,560 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO10126 13:35:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO10126-2 13:35:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO10126-2PADDING 13:35:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO10126PADDING 13:35:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO7816-4 13:35:20,561 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ISO7816-4PADDING 13:35:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB48/NOPADDING 13:35:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB48/PKCS5 13:35:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB48/PKCS5PADDING 13:35:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB48/PKCS7 13:35:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB48/PKCS7PADDING 13:35:20,562 INFO [main][CipherTest] transformation=TWOFISH/CFB48/TBC 13:35:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB48/TBCPADDING 13:35:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB48/X9.23 13:35:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB48/X9.23PADDING 13:35:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ZEROBYTE 13:35:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB48/ZEROBYTEPADDING 13:35:20,563 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ 13:35:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO10126 13:35:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO10126-2 13:35:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO10126-2PADDING 13:35:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO10126PADDING 13:35:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO7816-4 13:35:20,564 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ISO7816-4PADDING 13:35:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB56/NOPADDING 13:35:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB56/PKCS5 13:35:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB56/PKCS5PADDING 13:35:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB56/PKCS7 13:35:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB56/PKCS7PADDING 13:35:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB56/TBC 13:35:20,565 INFO [main][CipherTest] transformation=TWOFISH/CFB56/TBCPADDING 13:35:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB56/X9.23 13:35:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB56/X9.23PADDING 13:35:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ZEROBYTE 13:35:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB56/ZEROBYTEPADDING 13:35:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ 13:35:20,566 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO10126 13:35:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO10126-2 13:35:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO10126-2PADDING 13:35:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO10126PADDING 13:35:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO7816-4 13:35:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ISO7816-4PADDING 13:35:20,567 INFO [main][CipherTest] transformation=TWOFISH/CFB64/NOPADDING 13:35:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB64/PKCS5 13:35:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB64/PKCS5PADDING 13:35:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB64/PKCS7 13:35:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB64/PKCS7PADDING 13:35:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB64/TBC 13:35:20,568 INFO [main][CipherTest] transformation=TWOFISH/CFB64/TBCPADDING 13:35:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB64/X9.23 13:35:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB64/X9.23PADDING 13:35:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ZEROBYTE 13:35:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB64/ZEROBYTEPADDING 13:35:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ 13:35:20,569 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO10126 13:35:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO10126-2 13:35:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO10126-2PADDING 13:35:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO10126PADDING 13:35:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO7816-4 13:35:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ISO7816-4PADDING 13:35:20,570 INFO [main][CipherTest] transformation=TWOFISH/CFB72/NOPADDING 13:35:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB72/PKCS5 13:35:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB72/PKCS5PADDING 13:35:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB72/PKCS7 13:35:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB72/PKCS7PADDING 13:35:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB72/TBC 13:35:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB72/TBCPADDING 13:35:20,571 INFO [main][CipherTest] transformation=TWOFISH/CFB72/X9.23 13:35:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB72/X9.23PADDING 13:35:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ZEROBYTE 13:35:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB72/ZEROBYTEPADDING 13:35:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ 13:35:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO10126 13:35:20,572 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO10126-2 13:35:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO10126-2PADDING 13:35:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO10126PADDING 13:35:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO7816-4 13:35:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ISO7816-4PADDING 13:35:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB8/NOPADDING 13:35:20,573 INFO [main][CipherTest] transformation=TWOFISH/CFB8/PKCS5 13:35:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB8/PKCS5PADDING 13:35:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB8/PKCS7 13:35:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB8/PKCS7PADDING 13:35:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB8/TBC 13:35:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB8/TBCPADDING 13:35:20,574 INFO [main][CipherTest] transformation=TWOFISH/CFB8/X9.23 13:35:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB8/X9.23PADDING 13:35:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ZEROBYTE 13:35:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB8/ZEROBYTEPADDING 13:35:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ 13:35:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO10126 13:35:20,575 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO10126-2 13:35:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO10126-2PADDING 13:35:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO10126PADDING 13:35:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO7816-4 13:35:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ISO7816-4PADDING 13:35:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB80/NOPADDING 13:35:20,576 INFO [main][CipherTest] transformation=TWOFISH/CFB80/PKCS5 13:35:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB80/PKCS5PADDING 13:35:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB80/PKCS7 13:35:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB80/PKCS7PADDING 13:35:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB80/TBC 13:35:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB80/TBCPADDING 13:35:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB80/X9.23 13:35:20,577 INFO [main][CipherTest] transformation=TWOFISH/CFB80/X9.23PADDING 13:35:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ZEROBYTE 13:35:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB80/ZEROBYTEPADDING 13:35:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ 13:35:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO10126 13:35:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO10126-2 13:35:20,578 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO10126-2PADDING 13:35:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO10126PADDING 13:35:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO7816-4 13:35:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ISO7816-4PADDING 13:35:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB88/NOPADDING 13:35:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB88/PKCS5 13:35:20,579 INFO [main][CipherTest] transformation=TWOFISH/CFB88/PKCS5PADDING 13:35:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB88/PKCS7 13:35:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB88/PKCS7PADDING 13:35:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB88/TBC 13:35:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB88/TBCPADDING 13:35:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB88/X9.23 13:35:20,580 INFO [main][CipherTest] transformation=TWOFISH/CFB88/X9.23PADDING 13:35:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ZEROBYTE 13:35:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB88/ZEROBYTEPADDING 13:35:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ 13:35:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO10126 13:35:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO10126-2 13:35:20,581 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO10126-2PADDING 13:35:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO10126PADDING 13:35:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO7816-4 13:35:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ISO7816-4PADDING 13:35:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB96/NOPADDING 13:35:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB96/PKCS5 13:35:20,582 INFO [main][CipherTest] transformation=TWOFISH/CFB96/PKCS5PADDING 13:35:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB96/PKCS7 13:35:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB96/PKCS7PADDING 13:35:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB96/TBC 13:35:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB96/TBCPADDING 13:35:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB96/X9.23 13:35:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB96/X9.23PADDING 13:35:20,583 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ZEROBYTE 13:35:20,584 INFO [main][CipherTest] transformation=TWOFISH/CFB96/ZEROBYTEPADDING 13:35:20,584 INFO [main][CipherTest] transformation=TWOFISH/CTS/ 13:35:20,584 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH/CTS/" does not support IV => Skipping. 13:35:20,584 INFO [main][CipherTest] transformation=TWOFISH/CTS/NOPADDING 13:35:20,584 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH/CTS/NOPADDING" does not support IV => Skipping. 13:35:20,584 INFO [main][CipherTest] transformation=TWOFISH/EAX/ 13:35:20,585 INFO [main][CipherTest] transformation=TWOFISH/EAX/NOPADDING 13:35:20,585 INFO [main][CipherTest] transformation=TWOFISH/ECB/ 13:35:20,585 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH/ECB/" does not support IV => Skipping. 13:35:20,585 INFO [main][CipherTest] transformation=TWOFISH/ECB/NOPADDING 13:35:20,585 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "TWOFISH/ECB/NOPADDING" does not support IV => Skipping. 13:35:20,585 INFO [main][CipherTest] transformation=TWOFISH/GCM/ 13:35:20,586 INFO [main][CipherTest] transformation=TWOFISH/GCM/NOPADDING 13:35:20,586 INFO [main][CipherTest] transformation=TWOFISH/OFB/ 13:35:20,586 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO10126 13:35:20,586 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO10126-2 13:35:20,586 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO10126-2PADDING 13:35:20,586 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO10126PADDING 13:35:20,587 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO7816-4 13:35:20,587 INFO [main][CipherTest] transformation=TWOFISH/OFB/ISO7816-4PADDING 13:35:20,587 INFO [main][CipherTest] transformation=TWOFISH/OFB/NOPADDING 13:35:20,587 INFO [main][CipherTest] transformation=TWOFISH/OFB/PKCS5 13:35:20,587 INFO [main][CipherTest] transformation=TWOFISH/OFB/PKCS5PADDING 13:35:20,587 INFO [main][CipherTest] transformation=TWOFISH/OFB/PKCS7 13:35:20,588 INFO [main][CipherTest] transformation=TWOFISH/OFB/PKCS7PADDING 13:35:20,588 INFO [main][CipherTest] transformation=TWOFISH/OFB/TBC 13:35:20,588 INFO [main][CipherTest] transformation=TWOFISH/OFB/TBCPADDING 13:35:20,588 INFO [main][CipherTest] transformation=TWOFISH/OFB/X9.23 13:35:20,588 INFO [main][CipherTest] transformation=TWOFISH/OFB/X9.23PADDING 13:35:20,588 INFO [main][CipherTest] transformation=TWOFISH/OFB/ZEROBYTE 13:35:20,589 INFO [main][CipherTest] transformation=TWOFISH/OFB/ZEROBYTEPADDING 13:35:20,589 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ 13:35:20,589 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO10126 13:35:20,589 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO10126-2 13:35:20,589 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO10126-2PADDING 13:35:20,589 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO10126PADDING 13:35:20,590 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO7816-4 13:35:20,590 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ISO7816-4PADDING 13:35:20,590 INFO [main][CipherTest] transformation=TWOFISH/OFB104/NOPADDING 13:35:20,590 INFO [main][CipherTest] transformation=TWOFISH/OFB104/PKCS5 13:35:20,590 INFO [main][CipherTest] transformation=TWOFISH/OFB104/PKCS5PADDING 13:35:20,590 INFO [main][CipherTest] transformation=TWOFISH/OFB104/PKCS7 13:35:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB104/PKCS7PADDING 13:35:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB104/TBC 13:35:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB104/TBCPADDING 13:35:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB104/X9.23 13:35:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB104/X9.23PADDING 13:35:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ZEROBYTE 13:35:20,591 INFO [main][CipherTest] transformation=TWOFISH/OFB104/ZEROBYTEPADDING 13:35:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ 13:35:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO10126 13:35:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO10126-2 13:35:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO10126-2PADDING 13:35:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO10126PADDING 13:35:20,592 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO7816-4 13:35:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ISO7816-4PADDING 13:35:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB112/NOPADDING 13:35:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB112/PKCS5 13:35:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB112/PKCS5PADDING 13:35:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB112/PKCS7 13:35:20,593 INFO [main][CipherTest] transformation=TWOFISH/OFB112/PKCS7PADDING 13:35:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB112/TBC 13:35:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB112/TBCPADDING 13:35:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB112/X9.23 13:35:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB112/X9.23PADDING 13:35:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ZEROBYTE 13:35:20,594 INFO [main][CipherTest] transformation=TWOFISH/OFB112/ZEROBYTEPADDING 13:35:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ 13:35:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO10126 13:35:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO10126-2 13:35:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO10126-2PADDING 13:35:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO10126PADDING 13:35:20,595 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO7816-4 13:35:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ISO7816-4PADDING 13:35:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB120/NOPADDING 13:35:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB120/PKCS5 13:35:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB120/PKCS5PADDING 13:35:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB120/PKCS7 13:35:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB120/PKCS7PADDING 13:35:20,596 INFO [main][CipherTest] transformation=TWOFISH/OFB120/TBC 13:35:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB120/TBCPADDING 13:35:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB120/X9.23 13:35:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB120/X9.23PADDING 13:35:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ZEROBYTE 13:35:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB120/ZEROBYTEPADDING 13:35:20,597 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ 13:35:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO10126 13:35:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO10126-2 13:35:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO10126-2PADDING 13:35:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO10126PADDING 13:35:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO7816-4 13:35:20,598 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ISO7816-4PADDING 13:35:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB128/NOPADDING 13:35:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB128/PKCS5 13:35:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB128/PKCS5PADDING 13:35:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB128/PKCS7 13:35:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB128/PKCS7PADDING 13:35:20,599 INFO [main][CipherTest] transformation=TWOFISH/OFB128/TBC 13:35:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB128/TBCPADDING 13:35:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB128/X9.23 13:35:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB128/X9.23PADDING 13:35:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ZEROBYTE 13:35:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB128/ZEROBYTEPADDING 13:35:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ 13:35:20,600 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO10126 13:35:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO10126-2 13:35:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO10126-2PADDING 13:35:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO10126PADDING 13:35:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO7816-4 13:35:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ISO7816-4PADDING 13:35:20,601 INFO [main][CipherTest] transformation=TWOFISH/OFB136/NOPADDING 13:35:20,602 INFO [main][CipherTest] transformation=TWOFISH/OFB136/PKCS5 13:35:20,602 INFO [main][CipherTest] transformation=TWOFISH/OFB136/PKCS5PADDING 13:35:20,602 INFO [main][CipherTest] transformation=TWOFISH/OFB136/PKCS7 13:35:20,602 INFO [main][CipherTest] transformation=TWOFISH/OFB136/PKCS7PADDING 13:35:20,602 INFO [main][CipherTest] transformation=TWOFISH/OFB136/TBC 13:35:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB136/TBCPADDING 13:35:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB136/X9.23 13:35:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB136/X9.23PADDING 13:35:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ZEROBYTE 13:35:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB136/ZEROBYTEPADDING 13:35:20,603 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ 13:35:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO10126 13:35:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO10126-2 13:35:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO10126-2PADDING 13:35:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO10126PADDING 13:35:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO7816-4 13:35:20,604 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ISO7816-4PADDING 13:35:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB144/NOPADDING 13:35:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB144/PKCS5 13:35:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB144/PKCS5PADDING 13:35:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB144/PKCS7 13:35:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB144/PKCS7PADDING 13:35:20,605 INFO [main][CipherTest] transformation=TWOFISH/OFB144/TBC 13:35:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB144/TBCPADDING 13:35:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB144/X9.23 13:35:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB144/X9.23PADDING 13:35:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ZEROBYTE 13:35:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB144/ZEROBYTEPADDING 13:35:20,606 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ 13:35:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO10126 13:35:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO10126-2 13:35:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO10126-2PADDING 13:35:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO10126PADDING 13:35:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO7816-4 13:35:20,607 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ISO7816-4PADDING 13:35:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB152/NOPADDING 13:35:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB152/PKCS5 13:35:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB152/PKCS5PADDING 13:35:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB152/PKCS7 13:35:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB152/PKCS7PADDING 13:35:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB152/TBC 13:35:20,608 INFO [main][CipherTest] transformation=TWOFISH/OFB152/TBCPADDING 13:35:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB152/X9.23 13:35:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB152/X9.23PADDING 13:35:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ZEROBYTE 13:35:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB152/ZEROBYTEPADDING 13:35:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ 13:35:20,609 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO10126 13:35:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO10126-2 13:35:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO10126-2PADDING 13:35:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO10126PADDING 13:35:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO7816-4 13:35:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ISO7816-4PADDING 13:35:20,610 INFO [main][CipherTest] transformation=TWOFISH/OFB16/NOPADDING 13:35:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB16/PKCS5 13:35:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB16/PKCS5PADDING 13:35:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB16/PKCS7 13:35:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB16/PKCS7PADDING 13:35:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB16/TBC 13:35:20,611 INFO [main][CipherTest] transformation=TWOFISH/OFB16/TBCPADDING 13:35:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB16/X9.23 13:35:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB16/X9.23PADDING 13:35:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ZEROBYTE 13:35:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB16/ZEROBYTEPADDING 13:35:20,612 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ 13:35:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO10126 13:35:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO10126-2 13:35:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO10126-2PADDING 13:35:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO10126PADDING 13:35:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO7816-4 13:35:20,613 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ISO7816-4PADDING 13:35:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB160/NOPADDING 13:35:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB160/PKCS5 13:35:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB160/PKCS5PADDING 13:35:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB160/PKCS7 13:35:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB160/PKCS7PADDING 13:35:20,614 INFO [main][CipherTest] transformation=TWOFISH/OFB160/TBC 13:35:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB160/TBCPADDING 13:35:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB160/X9.23 13:35:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB160/X9.23PADDING 13:35:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ZEROBYTE 13:35:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB160/ZEROBYTEPADDING 13:35:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ 13:35:20,615 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO10126 13:35:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO10126-2 13:35:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO10126-2PADDING 13:35:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO10126PADDING 13:35:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO7816-4 13:35:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ISO7816-4PADDING 13:35:20,616 INFO [main][CipherTest] transformation=TWOFISH/OFB168/NOPADDING 13:35:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB168/PKCS5 13:35:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB168/PKCS5PADDING 13:35:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB168/PKCS7 13:35:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB168/PKCS7PADDING 13:35:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB168/TBC 13:35:20,617 INFO [main][CipherTest] transformation=TWOFISH/OFB168/TBCPADDING 13:35:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB168/X9.23 13:35:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB168/X9.23PADDING 13:35:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ZEROBYTE 13:35:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB168/ZEROBYTEPADDING 13:35:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ 13:35:20,618 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO10126 13:35:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO10126-2 13:35:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO10126-2PADDING 13:35:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO10126PADDING 13:35:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO7816-4 13:35:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ISO7816-4PADDING 13:35:20,619 INFO [main][CipherTest] transformation=TWOFISH/OFB176/NOPADDING 13:35:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB176/PKCS5 13:35:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB176/PKCS5PADDING 13:35:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB176/PKCS7 13:35:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB176/PKCS7PADDING 13:35:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB176/TBC 13:35:20,620 INFO [main][CipherTest] transformation=TWOFISH/OFB176/TBCPADDING 13:35:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB176/X9.23 13:35:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB176/X9.23PADDING 13:35:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ZEROBYTE 13:35:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB176/ZEROBYTEPADDING 13:35:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ 13:35:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO10126 13:35:20,621 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO10126-2 13:35:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO10126-2PADDING 13:35:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO10126PADDING 13:35:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO7816-4 13:35:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ISO7816-4PADDING 13:35:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB184/NOPADDING 13:35:20,622 INFO [main][CipherTest] transformation=TWOFISH/OFB184/PKCS5 13:35:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB184/PKCS5PADDING 13:35:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB184/PKCS7 13:35:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB184/PKCS7PADDING 13:35:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB184/TBC 13:35:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB184/TBCPADDING 13:35:20,623 INFO [main][CipherTest] transformation=TWOFISH/OFB184/X9.23 13:35:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB184/X9.23PADDING 13:35:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ZEROBYTE 13:35:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB184/ZEROBYTEPADDING 13:35:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ 13:35:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO10126 13:35:20,624 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO10126-2 13:35:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO10126-2PADDING 13:35:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO10126PADDING 13:35:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO7816-4 13:35:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ISO7816-4PADDING 13:35:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB192/NOPADDING 13:35:20,625 INFO [main][CipherTest] transformation=TWOFISH/OFB192/PKCS5 13:35:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB192/PKCS5PADDING 13:35:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB192/PKCS7 13:35:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB192/PKCS7PADDING 13:35:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB192/TBC 13:35:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB192/TBCPADDING 13:35:20,626 INFO [main][CipherTest] transformation=TWOFISH/OFB192/X9.23 13:35:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB192/X9.23PADDING 13:35:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ZEROBYTE 13:35:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB192/ZEROBYTEPADDING 13:35:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ 13:35:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO10126 13:35:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO10126-2 13:35:20,627 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO10126-2PADDING 13:35:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO10126PADDING 13:35:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO7816-4 13:35:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ISO7816-4PADDING 13:35:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB200/NOPADDING 13:35:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB200/PKCS5 13:35:20,628 INFO [main][CipherTest] transformation=TWOFISH/OFB200/PKCS5PADDING 13:35:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB200/PKCS7 13:35:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB200/PKCS7PADDING 13:35:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB200/TBC 13:35:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB200/TBCPADDING 13:35:20,629 INFO [main][CipherTest] transformation=TWOFISH/OFB200/X9.23 13:35:20,630 INFO [main][CipherTest] transformation=TWOFISH/OFB200/X9.23PADDING 13:35:20,630 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ZEROBYTE 13:35:20,630 INFO [main][CipherTest] transformation=TWOFISH/OFB200/ZEROBYTEPADDING 13:35:20,630 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ 13:35:20,650 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO10126 13:35:20,650 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO10126-2 13:35:20,650 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO10126-2PADDING 13:35:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO10126PADDING 13:35:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO7816-4 13:35:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ISO7816-4PADDING 13:35:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB208/NOPADDING 13:35:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB208/PKCS5 13:35:20,651 INFO [main][CipherTest] transformation=TWOFISH/OFB208/PKCS5PADDING 13:35:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB208/PKCS7 13:35:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB208/PKCS7PADDING 13:35:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB208/TBC 13:35:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB208/TBCPADDING 13:35:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB208/X9.23 13:35:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB208/X9.23PADDING 13:35:20,652 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ZEROBYTE 13:35:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB208/ZEROBYTEPADDING 13:35:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ 13:35:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO10126 13:35:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO10126-2 13:35:20,653 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO10126-2PADDING 13:35:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO10126PADDING 13:35:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO7816-4 13:35:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ISO7816-4PADDING 13:35:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB216/NOPADDING 13:35:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB216/PKCS5 13:35:20,654 INFO [main][CipherTest] transformation=TWOFISH/OFB216/PKCS5PADDING 13:35:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB216/PKCS7 13:35:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB216/PKCS7PADDING 13:35:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB216/TBC 13:35:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB216/TBCPADDING 13:35:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB216/X9.23 13:35:20,655 INFO [main][CipherTest] transformation=TWOFISH/OFB216/X9.23PADDING 13:35:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ZEROBYTE 13:35:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB216/ZEROBYTEPADDING 13:35:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ 13:35:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO10126 13:35:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO10126-2 13:35:20,656 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO10126-2PADDING 13:35:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO10126PADDING 13:35:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO7816-4 13:35:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ISO7816-4PADDING 13:35:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB224/NOPADDING 13:35:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB224/PKCS5 13:35:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB224/PKCS5PADDING 13:35:20,657 INFO [main][CipherTest] transformation=TWOFISH/OFB224/PKCS7 13:35:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB224/PKCS7PADDING 13:35:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB224/TBC 13:35:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB224/TBCPADDING 13:35:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB224/X9.23 13:35:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB224/X9.23PADDING 13:35:20,658 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ZEROBYTE 13:35:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB224/ZEROBYTEPADDING 13:35:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ 13:35:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO10126 13:35:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO10126-2 13:35:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO10126-2PADDING 13:35:20,659 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO10126PADDING 13:35:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO7816-4 13:35:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ISO7816-4PADDING 13:35:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB232/NOPADDING 13:35:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB232/PKCS5 13:35:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB232/PKCS5PADDING 13:35:20,660 INFO [main][CipherTest] transformation=TWOFISH/OFB232/PKCS7 13:35:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB232/PKCS7PADDING 13:35:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB232/TBC 13:35:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB232/TBCPADDING 13:35:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB232/X9.23 13:35:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB232/X9.23PADDING 13:35:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ZEROBYTE 13:35:20,661 INFO [main][CipherTest] transformation=TWOFISH/OFB232/ZEROBYTEPADDING 13:35:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ 13:35:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO10126 13:35:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO10126-2 13:35:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO10126-2PADDING 13:35:20,662 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO10126PADDING 13:35:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO7816-4 13:35:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ISO7816-4PADDING 13:35:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB24/NOPADDING 13:35:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB24/PKCS5 13:35:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB24/PKCS5PADDING 13:35:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB24/PKCS7 13:35:20,663 INFO [main][CipherTest] transformation=TWOFISH/OFB24/PKCS7PADDING 13:35:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB24/TBC 13:35:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB24/TBCPADDING 13:35:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB24/X9.23 13:35:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB24/X9.23PADDING 13:35:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ZEROBYTE 13:35:20,664 INFO [main][CipherTest] transformation=TWOFISH/OFB24/ZEROBYTEPADDING 13:35:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ 13:35:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO10126 13:35:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO10126-2 13:35:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO10126-2PADDING 13:35:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO10126PADDING 13:35:20,665 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO7816-4 13:35:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ISO7816-4PADDING 13:35:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB240/NOPADDING 13:35:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB240/PKCS5 13:35:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB240/PKCS5PADDING 13:35:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB240/PKCS7 13:35:20,666 INFO [main][CipherTest] transformation=TWOFISH/OFB240/PKCS7PADDING 13:35:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB240/TBC 13:35:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB240/TBCPADDING 13:35:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB240/X9.23 13:35:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB240/X9.23PADDING 13:35:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ZEROBYTE 13:35:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB240/ZEROBYTEPADDING 13:35:20,667 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ 13:35:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO10126 13:35:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO10126-2 13:35:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO10126-2PADDING 13:35:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO10126PADDING 13:35:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO7816-4 13:35:20,668 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ISO7816-4PADDING 13:35:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB248/NOPADDING 13:35:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB248/PKCS5 13:35:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB248/PKCS5PADDING 13:35:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB248/PKCS7 13:35:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB248/PKCS7PADDING 13:35:20,669 INFO [main][CipherTest] transformation=TWOFISH/OFB248/TBC 13:35:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB248/TBCPADDING 13:35:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB248/X9.23 13:35:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB248/X9.23PADDING 13:35:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ZEROBYTE 13:35:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB248/ZEROBYTEPADDING 13:35:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ 13:35:20,670 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO10126 13:35:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO10126-2 13:35:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO10126-2PADDING 13:35:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO10126PADDING 13:35:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO7816-4 13:35:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ISO7816-4PADDING 13:35:20,671 INFO [main][CipherTest] transformation=TWOFISH/OFB256/NOPADDING 13:35:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB256/PKCS5 13:35:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB256/PKCS5PADDING 13:35:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB256/PKCS7 13:35:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB256/PKCS7PADDING 13:35:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB256/TBC 13:35:20,672 INFO [main][CipherTest] transformation=TWOFISH/OFB256/TBCPADDING 13:35:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB256/X9.23 13:35:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB256/X9.23PADDING 13:35:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ZEROBYTE 13:35:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB256/ZEROBYTEPADDING 13:35:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ 13:35:20,673 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO10126 13:35:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO10126-2 13:35:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO10126-2PADDING 13:35:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO10126PADDING 13:35:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO7816-4 13:35:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ISO7816-4PADDING 13:35:20,674 INFO [main][CipherTest] transformation=TWOFISH/OFB32/NOPADDING 13:35:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB32/PKCS5 13:35:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB32/PKCS5PADDING 13:35:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB32/PKCS7 13:35:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB32/PKCS7PADDING 13:35:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB32/TBC 13:35:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB32/TBCPADDING 13:35:20,675 INFO [main][CipherTest] transformation=TWOFISH/OFB32/X9.23 13:35:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB32/X9.23PADDING 13:35:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ZEROBYTE 13:35:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB32/ZEROBYTEPADDING 13:35:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ 13:35:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO10126 13:35:20,676 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO10126-2 13:35:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO10126-2PADDING 13:35:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO10126PADDING 13:35:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO7816-4 13:35:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ISO7816-4PADDING 13:35:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB40/NOPADDING 13:35:20,677 INFO [main][CipherTest] transformation=TWOFISH/OFB40/PKCS5 13:35:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB40/PKCS5PADDING 13:35:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB40/PKCS7 13:35:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB40/PKCS7PADDING 13:35:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB40/TBC 13:35:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB40/TBCPADDING 13:35:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB40/X9.23 13:35:20,678 INFO [main][CipherTest] transformation=TWOFISH/OFB40/X9.23PADDING 13:35:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ZEROBYTE 13:35:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB40/ZEROBYTEPADDING 13:35:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ 13:35:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO10126 13:35:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO10126-2 13:35:20,679 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO10126-2PADDING 13:35:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO10126PADDING 13:35:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO7816-4 13:35:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ISO7816-4PADDING 13:35:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB48/NOPADDING 13:35:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB48/PKCS5 13:35:20,680 INFO [main][CipherTest] transformation=TWOFISH/OFB48/PKCS5PADDING 13:35:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB48/PKCS7 13:35:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB48/PKCS7PADDING 13:35:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB48/TBC 13:35:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB48/TBCPADDING 13:35:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB48/X9.23 13:35:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB48/X9.23PADDING 13:35:20,681 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ZEROBYTE 13:35:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB48/ZEROBYTEPADDING 13:35:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ 13:35:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO10126 13:35:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO10126-2 13:35:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO10126-2PADDING 13:35:20,682 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO10126PADDING 13:35:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO7816-4 13:35:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ISO7816-4PADDING 13:35:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB56/NOPADDING 13:35:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB56/PKCS5 13:35:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB56/PKCS5PADDING 13:35:20,683 INFO [main][CipherTest] transformation=TWOFISH/OFB56/PKCS7 13:35:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB56/PKCS7PADDING 13:35:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB56/TBC 13:35:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB56/TBCPADDING 13:35:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB56/X9.23 13:35:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB56/X9.23PADDING 13:35:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ZEROBYTE 13:35:20,684 INFO [main][CipherTest] transformation=TWOFISH/OFB56/ZEROBYTEPADDING 13:35:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ 13:35:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO10126 13:35:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO10126-2 13:35:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO10126-2PADDING 13:35:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO10126PADDING 13:35:20,685 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO7816-4 13:35:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ISO7816-4PADDING 13:35:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB64/NOPADDING 13:35:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB64/PKCS5 13:35:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB64/PKCS5PADDING 13:35:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB64/PKCS7 13:35:20,686 INFO [main][CipherTest] transformation=TWOFISH/OFB64/PKCS7PADDING 13:35:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB64/TBC 13:35:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB64/TBCPADDING 13:35:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB64/X9.23 13:35:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB64/X9.23PADDING 13:35:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ZEROBYTE 13:35:20,687 INFO [main][CipherTest] transformation=TWOFISH/OFB64/ZEROBYTEPADDING 13:35:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ 13:35:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO10126 13:35:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO10126-2 13:35:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO10126-2PADDING 13:35:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO10126PADDING 13:35:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO7816-4 13:35:20,688 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ISO7816-4PADDING 13:35:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB72/NOPADDING 13:35:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB72/PKCS5 13:35:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB72/PKCS5PADDING 13:35:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB72/PKCS7 13:35:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB72/PKCS7PADDING 13:35:20,689 INFO [main][CipherTest] transformation=TWOFISH/OFB72/TBC 13:35:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB72/TBCPADDING 13:35:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB72/X9.23 13:35:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB72/X9.23PADDING 13:35:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ZEROBYTE 13:35:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB72/ZEROBYTEPADDING 13:35:20,690 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ 13:35:20,691 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO10126 13:35:20,691 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO10126-2 13:35:20,691 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO10126-2PADDING 13:35:20,691 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO10126PADDING 13:35:20,691 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO7816-4 13:35:20,691 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ISO7816-4PADDING 13:35:20,692 INFO [main][CipherTest] transformation=TWOFISH/OFB8/NOPADDING 13:35:20,692 INFO [main][CipherTest] transformation=TWOFISH/OFB8/PKCS5 13:35:20,692 INFO [main][CipherTest] transformation=TWOFISH/OFB8/PKCS5PADDING 13:35:20,692 INFO [main][CipherTest] transformation=TWOFISH/OFB8/PKCS7 13:35:20,692 INFO [main][CipherTest] transformation=TWOFISH/OFB8/PKCS7PADDING 13:35:20,692 INFO [main][CipherTest] transformation=TWOFISH/OFB8/TBC 13:35:20,692 INFO [main][CipherTest] transformation=TWOFISH/OFB8/TBCPADDING 13:35:20,693 INFO [main][CipherTest] transformation=TWOFISH/OFB8/X9.23 13:35:20,693 INFO [main][CipherTest] transformation=TWOFISH/OFB8/X9.23PADDING 13:35:20,693 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ZEROBYTE 13:35:20,693 INFO [main][CipherTest] transformation=TWOFISH/OFB8/ZEROBYTEPADDING 13:35:20,693 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ 13:35:20,693 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO10126 13:35:20,694 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO10126-2 13:35:20,694 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO10126-2PADDING 13:35:20,694 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO10126PADDING 13:35:20,694 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO7816-4 13:35:20,694 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ISO7816-4PADDING 13:35:20,694 INFO [main][CipherTest] transformation=TWOFISH/OFB80/NOPADDING 13:35:20,695 INFO [main][CipherTest] transformation=TWOFISH/OFB80/PKCS5 13:35:20,695 INFO [main][CipherTest] transformation=TWOFISH/OFB80/PKCS5PADDING 13:35:20,695 INFO [main][CipherTest] transformation=TWOFISH/OFB80/PKCS7 13:35:20,695 INFO [main][CipherTest] transformation=TWOFISH/OFB80/PKCS7PADDING 13:35:20,695 INFO [main][CipherTest] transformation=TWOFISH/OFB80/TBC 13:35:20,695 INFO [main][CipherTest] transformation=TWOFISH/OFB80/TBCPADDING 13:35:20,695 INFO [main][CipherTest] transformation=TWOFISH/OFB80/X9.23 13:35:20,696 INFO [main][CipherTest] transformation=TWOFISH/OFB80/X9.23PADDING 13:35:20,696 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ZEROBYTE 13:35:20,696 INFO [main][CipherTest] transformation=TWOFISH/OFB80/ZEROBYTEPADDING 13:35:20,696 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ 13:35:20,696 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO10126 13:35:20,696 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO10126-2 13:35:20,697 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO10126-2PADDING 13:35:20,697 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO10126PADDING 13:35:20,697 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO7816-4 13:35:20,697 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ISO7816-4PADDING 13:35:20,697 INFO [main][CipherTest] transformation=TWOFISH/OFB88/NOPADDING 13:35:20,697 INFO [main][CipherTest] transformation=TWOFISH/OFB88/PKCS5 13:35:20,698 INFO [main][CipherTest] transformation=TWOFISH/OFB88/PKCS5PADDING 13:35:20,698 INFO [main][CipherTest] transformation=TWOFISH/OFB88/PKCS7 13:35:20,698 INFO [main][CipherTest] transformation=TWOFISH/OFB88/PKCS7PADDING 13:35:20,698 INFO [main][CipherTest] transformation=TWOFISH/OFB88/TBC 13:35:20,698 INFO [main][CipherTest] transformation=TWOFISH/OFB88/TBCPADDING 13:35:20,698 INFO [main][CipherTest] transformation=TWOFISH/OFB88/X9.23 13:35:20,699 INFO [main][CipherTest] transformation=TWOFISH/OFB88/X9.23PADDING 13:35:20,699 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ZEROBYTE 13:35:20,699 INFO [main][CipherTest] transformation=TWOFISH/OFB88/ZEROBYTEPADDING 13:35:20,699 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ 13:35:20,699 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO10126 13:35:20,699 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO10126-2 13:35:20,699 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO10126-2PADDING 13:35:20,700 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO10126PADDING 13:35:20,700 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO7816-4 13:35:20,700 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ISO7816-4PADDING 13:35:20,700 INFO [main][CipherTest] transformation=TWOFISH/OFB96/NOPADDING 13:35:20,700 INFO [main][CipherTest] transformation=TWOFISH/OFB96/PKCS5 13:35:20,700 INFO [main][CipherTest] transformation=TWOFISH/OFB96/PKCS5PADDING 13:35:20,701 INFO [main][CipherTest] transformation=TWOFISH/OFB96/PKCS7 13:35:20,701 INFO [main][CipherTest] transformation=TWOFISH/OFB96/PKCS7PADDING 13:35:20,701 INFO [main][CipherTest] transformation=TWOFISH/OFB96/TBC 13:35:20,701 INFO [main][CipherTest] transformation=TWOFISH/OFB96/TBCPADDING 13:35:20,701 INFO [main][CipherTest] transformation=TWOFISH/OFB96/X9.23 13:35:20,701 INFO [main][CipherTest] transformation=TWOFISH/OFB96/X9.23PADDING 13:35:20,702 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ZEROBYTE 13:35:20,702 INFO [main][CipherTest] transformation=TWOFISH/OFB96/ZEROBYTEPADDING 13:35:20,702 INFO [main][CipherTest] transformation=TWOFISH/SIC/ 13:35:20,702 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO10126 13:35:20,702 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO10126-2 13:35:20,703 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO10126-2PADDING 13:35:20,703 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO10126PADDING 13:35:20,703 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO7816-4 13:35:20,703 INFO [main][CipherTest] transformation=TWOFISH/SIC/ISO7816-4PADDING 13:35:20,703 INFO [main][CipherTest] transformation=TWOFISH/SIC/NOPADDING 13:35:20,704 INFO [main][CipherTest] transformation=TWOFISH/SIC/PKCS5 13:35:20,704 INFO [main][CipherTest] transformation=TWOFISH/SIC/PKCS5PADDING 13:35:20,704 INFO [main][CipherTest] transformation=TWOFISH/SIC/PKCS7 13:35:20,704 INFO [main][CipherTest] transformation=TWOFISH/SIC/PKCS7PADDING 13:35:20,704 INFO [main][CipherTest] transformation=TWOFISH/SIC/TBC 13:35:20,705 INFO [main][CipherTest] transformation=TWOFISH/SIC/TBCPADDING 13:35:20,705 INFO [main][CipherTest] transformation=TWOFISH/SIC/X9.23 13:35:20,705 INFO [main][CipherTest] transformation=TWOFISH/SIC/X9.23PADDING 13:35:20,705 INFO [main][CipherTest] transformation=TWOFISH/SIC/ZEROBYTE 13:35:20,705 INFO [main][CipherTest] transformation=TWOFISH/SIC/ZEROBYTEPADDING 13:35:20,706 INFO [main][CipherTest] transformation=XTEA// 13:35:20,706 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA//" does not support IV => Skipping. 13:35:20,706 INFO [main][CipherTest] transformation=XTEA//NOPADDING 13:35:20,706 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA//NOPADDING" does not support IV => Skipping. 13:35:20,706 INFO [main][CipherTest] transformation=XTEA/CBC-CTS/ 13:35:20,706 INFO [main][CipherTest] transformation=XTEA/CBC-CTS/NOPADDING 13:35:20,706 INFO [main][CipherTest] transformation=XTEA/CBC/ 13:35:20,706 INFO [main][CipherTest] transformation=XTEA/CBC/ISO10126 13:35:20,706 INFO [main][CipherTest] transformation=XTEA/CBC/ISO10126-2 13:35:20,707 INFO [main][CipherTest] transformation=XTEA/CBC/ISO10126-2PADDING 13:35:20,707 INFO [main][CipherTest] transformation=XTEA/CBC/ISO10126PADDING 13:35:20,707 INFO [main][CipherTest] transformation=XTEA/CBC/ISO7816-4 13:35:20,707 INFO [main][CipherTest] transformation=XTEA/CBC/ISO7816-4PADDING 13:35:20,707 INFO [main][CipherTest] transformation=XTEA/CBC/NOPADDING 13:35:20,707 INFO [main][CipherTest] transformation=XTEA/CBC/PKCS5 13:35:20,707 INFO [main][CipherTest] transformation=XTEA/CBC/PKCS5PADDING 13:35:20,707 INFO [main][CipherTest] transformation=XTEA/CBC/PKCS7 13:35:20,708 INFO [main][CipherTest] transformation=XTEA/CBC/PKCS7PADDING 13:35:20,708 INFO [main][CipherTest] transformation=XTEA/CBC/TBC 13:35:20,708 INFO [main][CipherTest] transformation=XTEA/CBC/TBCPADDING 13:35:20,708 INFO [main][CipherTest] transformation=XTEA/CBC/X9.23 13:35:20,708 INFO [main][CipherTest] transformation=XTEA/CBC/X9.23PADDING 13:35:20,708 INFO [main][CipherTest] transformation=XTEA/CBC/ZEROBYTE 13:35:20,708 INFO [main][CipherTest] transformation=XTEA/CBC/ZEROBYTEPADDING 13:35:20,708 INFO [main][CipherTest] transformation=XTEA/CFB/ 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/ISO10126 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/ISO10126-2 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/ISO10126-2PADDING 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/ISO10126PADDING 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/ISO7816-4 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/ISO7816-4PADDING 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/NOPADDING 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/PKCS5 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/PKCS5PADDING 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/PKCS7 13:35:20,709 INFO [main][CipherTest] transformation=XTEA/CFB/PKCS7PADDING 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB/TBC 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB/TBCPADDING 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB/X9.23 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB/X9.23PADDING 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB/ZEROBYTE 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB/ZEROBYTEPADDING 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB104/ 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO10126 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO10126-2 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO10126-2PADDING 13:35:20,710 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO10126PADDING 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO7816-4 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/ISO7816-4PADDING 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/NOPADDING 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/PKCS5 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/PKCS5PADDING 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/PKCS7 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/PKCS7PADDING 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/TBC 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/TBCPADDING 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/X9.23 13:35:20,711 INFO [main][CipherTest] transformation=XTEA/CFB104/X9.23PADDING 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB104/ZEROBYTE 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB104/ZEROBYTEPADDING 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB112/ 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO10126 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO10126-2 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO10126-2PADDING 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO10126PADDING 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO7816-4 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB112/ISO7816-4PADDING 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB112/NOPADDING 13:35:20,712 INFO [main][CipherTest] transformation=XTEA/CFB112/PKCS5 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB112/PKCS5PADDING 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB112/PKCS7 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB112/PKCS7PADDING 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB112/TBC 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB112/TBCPADDING 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB112/X9.23 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB112/X9.23PADDING 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB112/ZEROBYTE 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB112/ZEROBYTEPADDING 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB120/ 13:35:20,713 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO10126 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO10126-2 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO10126-2PADDING 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO10126PADDING 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO7816-4 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/ISO7816-4PADDING 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/NOPADDING 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/PKCS5 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/PKCS5PADDING 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/PKCS7 13:35:20,714 INFO [main][CipherTest] transformation=XTEA/CFB120/PKCS7PADDING 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB120/TBC 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB120/TBCPADDING 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB120/X9.23 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB120/X9.23PADDING 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB120/ZEROBYTE 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB120/ZEROBYTEPADDING 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB128/ 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO10126 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO10126-2 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO10126-2PADDING 13:35:20,715 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO10126PADDING 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO7816-4 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/ISO7816-4PADDING 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/NOPADDING 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/PKCS5 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/PKCS5PADDING 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/PKCS7 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/PKCS7PADDING 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/TBC 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/TBCPADDING 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/X9.23 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/X9.23PADDING 13:35:20,716 INFO [main][CipherTest] transformation=XTEA/CFB128/ZEROBYTE 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB128/ZEROBYTEPADDING 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/ 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO10126 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO10126-2 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO10126-2PADDING 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO10126PADDING 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO7816-4 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/ISO7816-4PADDING 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/NOPADDING 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/PKCS5 13:35:20,717 INFO [main][CipherTest] transformation=XTEA/CFB136/PKCS5PADDING 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB136/PKCS7 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB136/PKCS7PADDING 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB136/TBC 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB136/TBCPADDING 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB136/X9.23 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB136/X9.23PADDING 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB136/ZEROBYTE 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB136/ZEROBYTEPADDING 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB144/ 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO10126 13:35:20,718 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO10126-2 13:35:20,719 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO10126-2PADDING 13:35:20,719 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO10126PADDING 13:35:20,719 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO7816-4 13:35:20,719 INFO [main][CipherTest] transformation=XTEA/CFB144/ISO7816-4PADDING 13:35:20,719 INFO [main][CipherTest] transformation=XTEA/CFB144/NOPADDING 13:35:20,719 INFO [main][CipherTest] transformation=XTEA/CFB144/PKCS5 13:35:20,719 INFO [main][CipherTest] transformation=XTEA/CFB144/PKCS5PADDING 13:35:20,720 INFO [main][CipherTest] transformation=XTEA/CFB144/PKCS7 13:35:20,720 INFO [main][CipherTest] transformation=XTEA/CFB144/PKCS7PADDING 13:35:20,720 INFO [main][CipherTest] transformation=XTEA/CFB144/TBC 13:35:20,720 INFO [main][CipherTest] transformation=XTEA/CFB144/TBCPADDING 13:35:20,720 INFO [main][CipherTest] transformation=XTEA/CFB144/X9.23 13:35:20,720 INFO [main][CipherTest] transformation=XTEA/CFB144/X9.23PADDING 13:35:20,721 INFO [main][CipherTest] transformation=XTEA/CFB144/ZEROBYTE 13:35:20,721 INFO [main][CipherTest] transformation=XTEA/CFB144/ZEROBYTEPADDING 13:35:20,721 INFO [main][CipherTest] transformation=XTEA/CFB152/ 13:35:20,721 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO10126 13:35:20,721 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO10126-2 13:35:20,721 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO10126-2PADDING 13:35:20,722 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO10126PADDING 13:35:20,722 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO7816-4 13:35:20,722 INFO [main][CipherTest] transformation=XTEA/CFB152/ISO7816-4PADDING 13:35:20,722 INFO [main][CipherTest] transformation=XTEA/CFB152/NOPADDING 13:35:20,722 INFO [main][CipherTest] transformation=XTEA/CFB152/PKCS5 13:35:20,722 INFO [main][CipherTest] transformation=XTEA/CFB152/PKCS5PADDING 13:35:20,723 INFO [main][CipherTest] transformation=XTEA/CFB152/PKCS7 13:35:20,723 INFO [main][CipherTest] transformation=XTEA/CFB152/PKCS7PADDING 13:35:20,723 INFO [main][CipherTest] transformation=XTEA/CFB152/TBC 13:35:20,723 INFO [main][CipherTest] transformation=XTEA/CFB152/TBCPADDING 13:35:20,723 INFO [main][CipherTest] transformation=XTEA/CFB152/X9.23 13:35:20,723 INFO [main][CipherTest] transformation=XTEA/CFB152/X9.23PADDING 13:35:20,724 INFO [main][CipherTest] transformation=XTEA/CFB152/ZEROBYTE 13:35:20,724 INFO [main][CipherTest] transformation=XTEA/CFB152/ZEROBYTEPADDING 13:35:20,724 INFO [main][CipherTest] transformation=XTEA/CFB16/ 13:35:20,724 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO10126 13:35:20,724 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO10126-2 13:35:20,724 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO10126-2PADDING 13:35:20,725 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO10126PADDING 13:35:20,725 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO7816-4 13:35:20,725 INFO [main][CipherTest] transformation=XTEA/CFB16/ISO7816-4PADDING 13:35:20,725 INFO [main][CipherTest] transformation=XTEA/CFB16/NOPADDING 13:35:20,725 INFO [main][CipherTest] transformation=XTEA/CFB16/PKCS5 13:35:20,725 INFO [main][CipherTest] transformation=XTEA/CFB16/PKCS5PADDING 13:35:20,726 INFO [main][CipherTest] transformation=XTEA/CFB16/PKCS7 13:35:20,726 INFO [main][CipherTest] transformation=XTEA/CFB16/PKCS7PADDING 13:35:20,726 INFO [main][CipherTest] transformation=XTEA/CFB16/TBC 13:35:20,726 INFO [main][CipherTest] transformation=XTEA/CFB16/TBCPADDING 13:35:20,726 INFO [main][CipherTest] transformation=XTEA/CFB16/X9.23 13:35:20,726 INFO [main][CipherTest] transformation=XTEA/CFB16/X9.23PADDING 13:35:20,727 INFO [main][CipherTest] transformation=XTEA/CFB16/ZEROBYTE 13:35:20,727 INFO [main][CipherTest] transformation=XTEA/CFB16/ZEROBYTEPADDING 13:35:20,727 INFO [main][CipherTest] transformation=XTEA/CFB160/ 13:35:20,727 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO10126 13:35:20,727 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO10126-2 13:35:20,727 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO10126-2PADDING 13:35:20,728 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO10126PADDING 13:35:20,728 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO7816-4 13:35:20,728 INFO [main][CipherTest] transformation=XTEA/CFB160/ISO7816-4PADDING 13:35:20,728 INFO [main][CipherTest] transformation=XTEA/CFB160/NOPADDING 13:35:20,728 INFO [main][CipherTest] transformation=XTEA/CFB160/PKCS5 13:35:20,728 INFO [main][CipherTest] transformation=XTEA/CFB160/PKCS5PADDING 13:35:20,729 INFO [main][CipherTest] transformation=XTEA/CFB160/PKCS7 13:35:20,729 INFO [main][CipherTest] transformation=XTEA/CFB160/PKCS7PADDING 13:35:20,729 INFO [main][CipherTest] transformation=XTEA/CFB160/TBC 13:35:20,729 INFO [main][CipherTest] transformation=XTEA/CFB160/TBCPADDING 13:35:20,729 INFO [main][CipherTest] transformation=XTEA/CFB160/X9.23 13:35:20,729 INFO [main][CipherTest] transformation=XTEA/CFB160/X9.23PADDING 13:35:20,729 INFO [main][CipherTest] transformation=XTEA/CFB160/ZEROBYTE 13:35:20,730 INFO [main][CipherTest] transformation=XTEA/CFB160/ZEROBYTEPADDING 13:35:20,730 INFO [main][CipherTest] transformation=XTEA/CFB168/ 13:35:20,730 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO10126 13:35:20,730 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO10126-2 13:35:20,730 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO10126-2PADDING 13:35:20,731 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO10126PADDING 13:35:20,731 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO7816-4 13:35:20,731 INFO [main][CipherTest] transformation=XTEA/CFB168/ISO7816-4PADDING 13:35:20,731 INFO [main][CipherTest] transformation=XTEA/CFB168/NOPADDING 13:35:20,731 INFO [main][CipherTest] transformation=XTEA/CFB168/PKCS5 13:35:20,731 INFO [main][CipherTest] transformation=XTEA/CFB168/PKCS5PADDING 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB168/PKCS7 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB168/PKCS7PADDING 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB168/TBC 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB168/TBCPADDING 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB168/X9.23 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB168/X9.23PADDING 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB168/ZEROBYTE 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB168/ZEROBYTEPADDING 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB176/ 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO10126 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO10126-2 13:35:20,732 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO10126-2PADDING 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO10126PADDING 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO7816-4 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/ISO7816-4PADDING 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/NOPADDING 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/PKCS5 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/PKCS5PADDING 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/PKCS7 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/PKCS7PADDING 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/TBC 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/TBCPADDING 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/X9.23 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/X9.23PADDING 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/ZEROBYTE 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB176/ZEROBYTEPADDING 13:35:20,733 INFO [main][CipherTest] transformation=XTEA/CFB184/ 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO10126 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO10126-2 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO10126-2PADDING 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO10126PADDING 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO7816-4 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/ISO7816-4PADDING 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/NOPADDING 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/PKCS5 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/PKCS5PADDING 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/PKCS7 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/PKCS7PADDING 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/TBC 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/TBCPADDING 13:35:20,734 INFO [main][CipherTest] transformation=XTEA/CFB184/X9.23 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB184/X9.23PADDING 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB184/ZEROBYTE 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB184/ZEROBYTEPADDING 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/ 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO10126 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO10126-2 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO10126-2PADDING 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO10126PADDING 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO7816-4 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/ISO7816-4PADDING 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/NOPADDING 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/PKCS5 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/PKCS5PADDING 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/PKCS7 13:35:20,735 INFO [main][CipherTest] transformation=XTEA/CFB192/PKCS7PADDING 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB192/TBC 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB192/TBCPADDING 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB192/X9.23 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB192/X9.23PADDING 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB192/ZEROBYTE 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB192/ZEROBYTEPADDING 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB200/ 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO10126 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO10126-2 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO10126-2PADDING 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO10126PADDING 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO7816-4 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB200/ISO7816-4PADDING 13:35:20,736 INFO [main][CipherTest] transformation=XTEA/CFB200/NOPADDING 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/PKCS5 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/PKCS5PADDING 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/PKCS7 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/PKCS7PADDING 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/TBC 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/TBCPADDING 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/X9.23 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/X9.23PADDING 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/ZEROBYTE 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB200/ZEROBYTEPADDING 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB208/ 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO10126 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO10126-2 13:35:20,737 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO10126-2PADDING 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO10126PADDING 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO7816-4 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/ISO7816-4PADDING 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/NOPADDING 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/PKCS5 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/PKCS5PADDING 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/PKCS7 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/PKCS7PADDING 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/TBC 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/TBCPADDING 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/X9.23 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/X9.23PADDING 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/ZEROBYTE 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB208/ZEROBYTEPADDING 13:35:20,738 INFO [main][CipherTest] transformation=XTEA/CFB216/ 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO10126 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO10126-2 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO10126-2PADDING 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO10126PADDING 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO7816-4 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/ISO7816-4PADDING 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/NOPADDING 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/PKCS5 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/PKCS5PADDING 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/PKCS7 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/PKCS7PADDING 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/TBC 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/TBCPADDING 13:35:20,739 INFO [main][CipherTest] transformation=XTEA/CFB216/X9.23 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB216/X9.23PADDING 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB216/ZEROBYTE 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB216/ZEROBYTEPADDING 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/ 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO10126 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO10126-2 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO10126-2PADDING 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO10126PADDING 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO7816-4 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/ISO7816-4PADDING 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/NOPADDING 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/PKCS5 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/PKCS5PADDING 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/PKCS7 13:35:20,740 INFO [main][CipherTest] transformation=XTEA/CFB224/PKCS7PADDING 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB224/TBC 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB224/TBCPADDING 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB224/X9.23 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB224/X9.23PADDING 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB224/ZEROBYTE 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB224/ZEROBYTEPADDING 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB232/ 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO10126 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO10126-2 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO10126-2PADDING 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO10126PADDING 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO7816-4 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB232/ISO7816-4PADDING 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB232/NOPADDING 13:35:20,741 INFO [main][CipherTest] transformation=XTEA/CFB232/PKCS5 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB232/PKCS5PADDING 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB232/PKCS7 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB232/PKCS7PADDING 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB232/TBC 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB232/TBCPADDING 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB232/X9.23 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB232/X9.23PADDING 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB232/ZEROBYTE 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB232/ZEROBYTEPADDING 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB24/ 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO10126 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO10126-2 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO10126-2PADDING 13:35:20,742 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO10126PADDING 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO7816-4 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/ISO7816-4PADDING 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/NOPADDING 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/PKCS5 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/PKCS5PADDING 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/PKCS7 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/PKCS7PADDING 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/TBC 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/TBCPADDING 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/X9.23 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/X9.23PADDING 13:35:20,743 INFO [main][CipherTest] transformation=XTEA/CFB24/ZEROBYTE 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB24/ZEROBYTEPADDING 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/ 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO10126 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO10126-2 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO10126-2PADDING 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO10126PADDING 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO7816-4 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/ISO7816-4PADDING 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/NOPADDING 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/PKCS5 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/PKCS5PADDING 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/PKCS7 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/PKCS7PADDING 13:35:20,744 INFO [main][CipherTest] transformation=XTEA/CFB240/TBC 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB240/TBCPADDING 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB240/X9.23 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB240/X9.23PADDING 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB240/ZEROBYTE 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB240/ZEROBYTEPADDING 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB248/ 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO10126 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO10126-2 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO10126-2PADDING 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO10126PADDING 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO7816-4 13:35:20,745 INFO [main][CipherTest] transformation=XTEA/CFB248/ISO7816-4PADDING 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/NOPADDING 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/PKCS5 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/PKCS5PADDING 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/PKCS7 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/PKCS7PADDING 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/TBC 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/TBCPADDING 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/X9.23 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/X9.23PADDING 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/ZEROBYTE 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB248/ZEROBYTEPADDING 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB256/ 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO10126 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO10126-2 13:35:20,746 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO10126-2PADDING 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO10126PADDING 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO7816-4 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/ISO7816-4PADDING 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/NOPADDING 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/PKCS5 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/PKCS5PADDING 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/PKCS7 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/PKCS7PADDING 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/TBC 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/TBCPADDING 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/X9.23 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/X9.23PADDING 13:35:20,747 INFO [main][CipherTest] transformation=XTEA/CFB256/ZEROBYTE 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB256/ZEROBYTEPADDING 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/ 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO10126 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO10126-2 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO10126-2PADDING 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO10126PADDING 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO7816-4 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/ISO7816-4PADDING 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/NOPADDING 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/PKCS5 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/PKCS5PADDING 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/PKCS7 13:35:20,748 INFO [main][CipherTest] transformation=XTEA/CFB32/PKCS7PADDING 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB32/TBC 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB32/TBCPADDING 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB32/X9.23 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB32/X9.23PADDING 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB32/ZEROBYTE 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB32/ZEROBYTEPADDING 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB40/ 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO10126 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO10126-2 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO10126-2PADDING 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO10126PADDING 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO7816-4 13:35:20,749 INFO [main][CipherTest] transformation=XTEA/CFB40/ISO7816-4PADDING 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/NOPADDING 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/PKCS5 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/PKCS5PADDING 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/PKCS7 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/PKCS7PADDING 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/TBC 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/TBCPADDING 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/X9.23 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/X9.23PADDING 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/ZEROBYTE 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB40/ZEROBYTEPADDING 13:35:20,750 INFO [main][CipherTest] transformation=XTEA/CFB48/ 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO10126 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO10126-2 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO10126-2PADDING 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO10126PADDING 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO7816-4 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/ISO7816-4PADDING 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/NOPADDING 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/PKCS5 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/PKCS5PADDING 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/PKCS7 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/PKCS7PADDING 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/TBC 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/TBCPADDING 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/X9.23 13:35:20,751 INFO [main][CipherTest] transformation=XTEA/CFB48/X9.23PADDING 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB48/ZEROBYTE 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB48/ZEROBYTEPADDING 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/ 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO10126 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO10126-2 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO10126-2PADDING 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO10126PADDING 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO7816-4 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/ISO7816-4PADDING 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/NOPADDING 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/PKCS5 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/PKCS5PADDING 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/PKCS7 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/PKCS7PADDING 13:35:20,752 INFO [main][CipherTest] transformation=XTEA/CFB56/TBC 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB56/TBCPADDING 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB56/X9.23 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB56/X9.23PADDING 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB56/ZEROBYTE 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB56/ZEROBYTEPADDING 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB64/ 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO10126 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO10126-2 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO10126-2PADDING 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO10126PADDING 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO7816-4 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB64/ISO7816-4PADDING 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB64/NOPADDING 13:35:20,753 INFO [main][CipherTest] transformation=XTEA/CFB64/PKCS5 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB64/PKCS5PADDING 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB64/PKCS7 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB64/PKCS7PADDING 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB64/TBC 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB64/TBCPADDING 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB64/X9.23 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB64/X9.23PADDING 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB64/ZEROBYTE 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB64/ZEROBYTEPADDING 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB72/ 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO10126 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO10126-2 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO10126-2PADDING 13:35:20,754 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO10126PADDING 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO7816-4 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/ISO7816-4PADDING 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/NOPADDING 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/PKCS5 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/PKCS5PADDING 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/PKCS7 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/PKCS7PADDING 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/TBC 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/TBCPADDING 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/X9.23 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/X9.23PADDING 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/ZEROBYTE 13:35:20,755 INFO [main][CipherTest] transformation=XTEA/CFB72/ZEROBYTEPADDING 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/ 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO10126 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO10126-2 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO10126-2PADDING 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO10126PADDING 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO7816-4 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/ISO7816-4PADDING 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/NOPADDING 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/PKCS5 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/PKCS5PADDING 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/PKCS7 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/PKCS7PADDING 13:35:20,756 INFO [main][CipherTest] transformation=XTEA/CFB8/TBC 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB8/TBCPADDING 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB8/X9.23 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB8/X9.23PADDING 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB8/ZEROBYTE 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB8/ZEROBYTEPADDING 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB80/ 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO10126 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO10126-2 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO10126-2PADDING 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO10126PADDING 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO7816-4 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB80/ISO7816-4PADDING 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB80/NOPADDING 13:35:20,757 INFO [main][CipherTest] transformation=XTEA/CFB80/PKCS5 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB80/PKCS5PADDING 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB80/PKCS7 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB80/PKCS7PADDING 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB80/TBC 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB80/TBCPADDING 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB80/X9.23 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB80/X9.23PADDING 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB80/ZEROBYTE 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB80/ZEROBYTEPADDING 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB88/ 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO10126 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO10126-2 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO10126-2PADDING 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO10126PADDING 13:35:20,758 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO7816-4 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/ISO7816-4PADDING 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/NOPADDING 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/PKCS5 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/PKCS5PADDING 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/PKCS7 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/PKCS7PADDING 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/TBC 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/TBCPADDING 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/X9.23 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/X9.23PADDING 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/ZEROBYTE 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB88/ZEROBYTEPADDING 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB96/ 13:35:20,759 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO10126 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO10126-2 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO10126-2PADDING 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO10126PADDING 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO7816-4 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/ISO7816-4PADDING 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/NOPADDING 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/PKCS5 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/PKCS5PADDING 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/PKCS7 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/PKCS7PADDING 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/TBC 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/TBCPADDING 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/X9.23 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/X9.23PADDING 13:35:20,760 INFO [main][CipherTest] transformation=XTEA/CFB96/ZEROBYTE 13:35:20,761 INFO [main][CipherTest] transformation=XTEA/CFB96/ZEROBYTEPADDING 13:35:20,761 INFO [main][CipherTest] transformation=XTEA/CTS/ 13:35:20,761 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA/CTS/" does not support IV => Skipping. 13:35:20,761 INFO [main][CipherTest] transformation=XTEA/CTS/NOPADDING 13:35:20,761 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA/CTS/NOPADDING" does not support IV => Skipping. 13:35:20,761 INFO [main][CipherTest] transformation=XTEA/EAX/ 13:35:20,761 INFO [main][CipherTest] transformation=XTEA/EAX/NOPADDING 13:35:20,761 INFO [main][CipherTest] transformation=XTEA/ECB/ 13:35:20,761 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA/ECB/" does not support IV => Skipping. 13:35:20,761 INFO [main][CipherTest] transformation=XTEA/ECB/NOPADDING 13:35:20,761 INFO [main][CipherTest] testNullAsKeyParameter: Transformation "XTEA/ECB/NOPADDING" does not support IV => Skipping. 13:35:20,761 INFO [main][CipherTest] transformation=XTEA/GOFB/ 13:35:20,762 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO10126 13:35:20,762 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO10126-2 13:35:20,762 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO10126-2PADDING 13:35:20,762 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO10126PADDING 13:35:20,762 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO7816-4 13:35:20,762 INFO [main][CipherTest] transformation=XTEA/GOFB/ISO7816-4PADDING 13:35:20,762 INFO [main][CipherTest] transformation=XTEA/GOFB/NOPADDING 13:35:20,762 INFO [main][CipherTest] transformation=XTEA/GOFB/PKCS5 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/GOFB/PKCS5PADDING 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/GOFB/PKCS7 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/GOFB/PKCS7PADDING 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/GOFB/TBC 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/GOFB/TBCPADDING 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/GOFB/X9.23 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/GOFB/X9.23PADDING 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/GOFB/ZEROBYTE 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/GOFB/ZEROBYTEPADDING 13:35:20,763 INFO [main][CipherTest] transformation=XTEA/OFB/ 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/ISO10126 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/ISO10126-2 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/ISO10126-2PADDING 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/ISO10126PADDING 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/ISO7816-4 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/ISO7816-4PADDING 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/NOPADDING 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/PKCS5 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/PKCS5PADDING 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/PKCS7 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/PKCS7PADDING 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/TBC 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/TBCPADDING 13:35:20,764 INFO [main][CipherTest] transformation=XTEA/OFB/X9.23 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB/X9.23PADDING 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB/ZEROBYTE 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB/ZEROBYTEPADDING 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/ 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO10126 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO10126-2 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO10126-2PADDING 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO10126PADDING 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO7816-4 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/ISO7816-4PADDING 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/NOPADDING 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/PKCS5 13:35:20,765 INFO [main][CipherTest] transformation=XTEA/OFB104/PKCS5PADDING 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB104/PKCS7 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB104/PKCS7PADDING 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB104/TBC 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB104/TBCPADDING 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB104/X9.23 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB104/X9.23PADDING 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB104/ZEROBYTE 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB104/ZEROBYTEPADDING 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB112/ 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO10126 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO10126-2 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO10126-2PADDING 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO10126PADDING 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO7816-4 13:35:20,766 INFO [main][CipherTest] transformation=XTEA/OFB112/ISO7816-4PADDING 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/NOPADDING 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/PKCS5 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/PKCS5PADDING 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/PKCS7 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/PKCS7PADDING 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/TBC 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/TBCPADDING 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/X9.23 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/X9.23PADDING 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/ZEROBYTE 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB112/ZEROBYTEPADDING 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB120/ 13:35:20,767 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO10126 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO10126-2 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO10126-2PADDING 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO10126PADDING 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO7816-4 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/ISO7816-4PADDING 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/NOPADDING 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/PKCS5 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/PKCS5PADDING 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/PKCS7 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/PKCS7PADDING 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/TBC 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/TBCPADDING 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/X9.23 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/X9.23PADDING 13:35:20,768 INFO [main][CipherTest] transformation=XTEA/OFB120/ZEROBYTE 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB120/ZEROBYTEPADDING 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/ 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO10126 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO10126-2 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO10126-2PADDING 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO10126PADDING 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO7816-4 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/ISO7816-4PADDING 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/NOPADDING 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/PKCS5 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/PKCS5PADDING 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/PKCS7 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/PKCS7PADDING 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/TBC 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/TBCPADDING 13:35:20,769 INFO [main][CipherTest] transformation=XTEA/OFB128/X9.23 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB128/X9.23PADDING 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB128/ZEROBYTE 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB128/ZEROBYTEPADDING 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/ 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO10126 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO10126-2 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO10126-2PADDING 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO10126PADDING 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO7816-4 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/ISO7816-4PADDING 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/NOPADDING 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/PKCS5 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/PKCS5PADDING 13:35:20,770 INFO [main][CipherTest] transformation=XTEA/OFB136/PKCS7 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB136/PKCS7PADDING 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB136/TBC 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB136/TBCPADDING 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB136/X9.23 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB136/X9.23PADDING 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB136/ZEROBYTE 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB136/ZEROBYTEPADDING 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB144/ 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO10126 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO10126-2 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO10126-2PADDING 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO10126PADDING 13:35:20,771 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO7816-4 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/ISO7816-4PADDING 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/NOPADDING 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/PKCS5 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/PKCS5PADDING 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/PKCS7 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/PKCS7PADDING 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/TBC 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/TBCPADDING 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/X9.23 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/X9.23PADDING 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/ZEROBYTE 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB144/ZEROBYTEPADDING 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB152/ 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO10126 13:35:20,772 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO10126-2 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO10126-2PADDING 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO10126PADDING 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO7816-4 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/ISO7816-4PADDING 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/NOPADDING 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/PKCS5 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/PKCS5PADDING 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/PKCS7 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/PKCS7PADDING 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/TBC 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/TBCPADDING 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/X9.23 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/X9.23PADDING 13:35:20,773 INFO [main][CipherTest] transformation=XTEA/OFB152/ZEROBYTE 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB152/ZEROBYTEPADDING 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/ 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO10126 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO10126-2 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO10126-2PADDING 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO10126PADDING 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO7816-4 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/ISO7816-4PADDING 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/NOPADDING 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/PKCS5 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/PKCS5PADDING 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/PKCS7 13:35:20,774 INFO [main][CipherTest] transformation=XTEA/OFB16/PKCS7PADDING 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB16/TBC 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB16/TBCPADDING 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB16/X9.23 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB16/X9.23PADDING 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB16/ZEROBYTE 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB16/ZEROBYTEPADDING 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB160/ 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO10126 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO10126-2 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO10126-2PADDING 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO10126PADDING 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO7816-4 13:35:20,775 INFO [main][CipherTest] transformation=XTEA/OFB160/ISO7816-4PADDING 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/NOPADDING 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/PKCS5 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/PKCS5PADDING 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/PKCS7 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/PKCS7PADDING 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/TBC 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/TBCPADDING 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/X9.23 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/X9.23PADDING 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/ZEROBYTE 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB160/ZEROBYTEPADDING 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB168/ 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO10126 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO10126-2 13:35:20,776 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO10126-2PADDING 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO10126PADDING 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO7816-4 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/ISO7816-4PADDING 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/NOPADDING 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/PKCS5 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/PKCS5PADDING 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/PKCS7 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/PKCS7PADDING 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/TBC 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/TBCPADDING 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/X9.23 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/X9.23PADDING 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/ZEROBYTE 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB168/ZEROBYTEPADDING 13:35:20,777 INFO [main][CipherTest] transformation=XTEA/OFB176/ 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO10126 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO10126-2 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO10126-2PADDING 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO10126PADDING 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO7816-4 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/ISO7816-4PADDING 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/NOPADDING 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/PKCS5 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/PKCS5PADDING 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/PKCS7 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/PKCS7PADDING 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/TBC 13:35:20,778 INFO [main][CipherTest] transformation=XTEA/OFB176/TBCPADDING 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB176/X9.23 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB176/X9.23PADDING 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB176/ZEROBYTE 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB176/ZEROBYTEPADDING 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/ 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO10126 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO10126-2 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO10126-2PADDING 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO10126PADDING 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO7816-4 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/ISO7816-4PADDING 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/NOPADDING 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/PKCS5 13:35:20,779 INFO [main][CipherTest] transformation=XTEA/OFB184/PKCS5PADDING 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB184/PKCS7 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB184/PKCS7PADDING 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB184/TBC 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB184/TBCPADDING 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB184/X9.23 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB184/X9.23PADDING 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB184/ZEROBYTE 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB184/ZEROBYTEPADDING 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB192/ 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO10126 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO10126-2 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO10126-2PADDING 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO10126PADDING 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO7816-4 13:35:20,780 INFO [main][CipherTest] transformation=XTEA/OFB192/ISO7816-4PADDING 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/NOPADDING 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/PKCS5 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/PKCS5PADDING 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/PKCS7 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/PKCS7PADDING 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/TBC 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/TBCPADDING 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/X9.23 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/X9.23PADDING 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/ZEROBYTE 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB192/ZEROBYTEPADDING 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB200/ 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO10126 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO10126-2 13:35:20,781 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO10126-2PADDING 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO10126PADDING 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO7816-4 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/ISO7816-4PADDING 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/NOPADDING 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/PKCS5 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/PKCS5PADDING 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/PKCS7 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/PKCS7PADDING 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/TBC 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/TBCPADDING 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/X9.23 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/X9.23PADDING 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/ZEROBYTE 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB200/ZEROBYTEPADDING 13:35:20,782 INFO [main][CipherTest] transformation=XTEA/OFB208/ 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO10126 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO10126-2 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO10126-2PADDING 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO10126PADDING 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO7816-4 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/ISO7816-4PADDING 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/NOPADDING 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/PKCS5 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/PKCS5PADDING 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/PKCS7 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/PKCS7PADDING 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/TBC 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/TBCPADDING 13:35:20,783 INFO [main][CipherTest] transformation=XTEA/OFB208/X9.23 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB208/X9.23PADDING 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB208/ZEROBYTE 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB208/ZEROBYTEPADDING 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/ 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO10126 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO10126-2 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO10126-2PADDING 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO10126PADDING 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO7816-4 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/ISO7816-4PADDING 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/NOPADDING 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/PKCS5 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/PKCS5PADDING 13:35:20,784 INFO [main][CipherTest] transformation=XTEA/OFB216/PKCS7 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB216/PKCS7PADDING 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB216/TBC 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB216/TBCPADDING 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB216/X9.23 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB216/X9.23PADDING 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB216/ZEROBYTE 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB216/ZEROBYTEPADDING 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB224/ 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO10126 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO10126-2 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO10126-2PADDING 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO10126PADDING 13:35:20,785 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO7816-4 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/ISO7816-4PADDING 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/NOPADDING 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/PKCS5 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/PKCS5PADDING 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/PKCS7 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/PKCS7PADDING 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/TBC 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/TBCPADDING 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/X9.23 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/X9.23PADDING 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/ZEROBYTE 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB224/ZEROBYTEPADDING 13:35:20,786 INFO [main][CipherTest] transformation=XTEA/OFB232/ 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO10126 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO10126-2 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO10126-2PADDING 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO10126PADDING 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO7816-4 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/ISO7816-4PADDING 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/NOPADDING 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/PKCS5 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/PKCS5PADDING 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/PKCS7 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/PKCS7PADDING 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/TBC 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/TBCPADDING 13:35:20,787 INFO [main][CipherTest] transformation=XTEA/OFB232/X9.23 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB232/X9.23PADDING 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB232/ZEROBYTE 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB232/ZEROBYTEPADDING 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/ 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO10126 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO10126-2 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO10126-2PADDING 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO10126PADDING 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO7816-4 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/ISO7816-4PADDING 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/NOPADDING 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/PKCS5 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/PKCS5PADDING 13:35:20,788 INFO [main][CipherTest] transformation=XTEA/OFB24/PKCS7 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB24/PKCS7PADDING 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB24/TBC 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB24/TBCPADDING 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB24/X9.23 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB24/X9.23PADDING 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB24/ZEROBYTE 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB24/ZEROBYTEPADDING 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB240/ 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO10126 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO10126-2 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO10126-2PADDING 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO10126PADDING 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO7816-4 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB240/ISO7816-4PADDING 13:35:20,789 INFO [main][CipherTest] transformation=XTEA/OFB240/NOPADDING 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/PKCS5 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/PKCS5PADDING 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/PKCS7 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/PKCS7PADDING 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/TBC 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/TBCPADDING 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/X9.23 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/X9.23PADDING 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/ZEROBYTE 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB240/ZEROBYTEPADDING 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB248/ 13:35:20,790 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO10126 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO10126-2 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO10126-2PADDING 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO10126PADDING 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO7816-4 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/ISO7816-4PADDING 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/NOPADDING 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/PKCS5 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/PKCS5PADDING 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/PKCS7 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/PKCS7PADDING 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/TBC 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/TBCPADDING 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/X9.23 13:35:20,791 INFO [main][CipherTest] transformation=XTEA/OFB248/X9.23PADDING 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB248/ZEROBYTE 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB248/ZEROBYTEPADDING 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/ 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO10126 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO10126-2 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO10126-2PADDING 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO10126PADDING 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO7816-4 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/ISO7816-4PADDING 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/NOPADDING 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/PKCS5 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/PKCS5PADDING 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/PKCS7 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/PKCS7PADDING 13:35:20,792 INFO [main][CipherTest] transformation=XTEA/OFB256/TBC 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB256/TBCPADDING 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB256/X9.23 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB256/X9.23PADDING 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB256/ZEROBYTE 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB256/ZEROBYTEPADDING 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB32/ 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO10126 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO10126-2 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO10126-2PADDING 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO10126PADDING 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO7816-4 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB32/ISO7816-4PADDING 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB32/NOPADDING 13:35:20,793 INFO [main][CipherTest] transformation=XTEA/OFB32/PKCS5 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB32/PKCS5PADDING 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB32/PKCS7 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB32/PKCS7PADDING 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB32/TBC 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB32/TBCPADDING 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB32/X9.23 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB32/X9.23PADDING 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB32/ZEROBYTE 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB32/ZEROBYTEPADDING 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB40/ 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO10126 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO10126-2 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO10126-2PADDING 13:35:20,794 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO10126PADDING 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO7816-4 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/ISO7816-4PADDING 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/NOPADDING 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/PKCS5 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/PKCS5PADDING 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/PKCS7 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/PKCS7PADDING 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/TBC 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/TBCPADDING 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/X9.23 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/X9.23PADDING 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/ZEROBYTE 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB40/ZEROBYTEPADDING 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB48/ 13:35:20,795 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO10126 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO10126-2 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO10126-2PADDING 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO10126PADDING 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO7816-4 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/ISO7816-4PADDING 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/NOPADDING 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/PKCS5 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/PKCS5PADDING 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/PKCS7 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/PKCS7PADDING 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/TBC 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/TBCPADDING 13:35:20,796 INFO [main][CipherTest] transformation=XTEA/OFB48/X9.23 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB48/X9.23PADDING 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB48/ZEROBYTE 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB48/ZEROBYTEPADDING 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/ 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO10126 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO10126-2 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO10126-2PADDING 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO10126PADDING 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO7816-4 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/ISO7816-4PADDING 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/NOPADDING 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/PKCS5 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/PKCS5PADDING 13:35:20,797 INFO [main][CipherTest] transformation=XTEA/OFB56/PKCS7 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB56/PKCS7PADDING 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB56/TBC 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB56/TBCPADDING 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB56/X9.23 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB56/X9.23PADDING 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB56/ZEROBYTE 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB56/ZEROBYTEPADDING 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB64/ 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO10126 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO10126-2 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO10126-2PADDING 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO10126PADDING 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO7816-4 13:35:20,798 INFO [main][CipherTest] transformation=XTEA/OFB64/ISO7816-4PADDING 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/NOPADDING 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/PKCS5 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/PKCS5PADDING 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/PKCS7 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/PKCS7PADDING 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/TBC 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/TBCPADDING 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/X9.23 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/X9.23PADDING 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/ZEROBYTE 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB64/ZEROBYTEPADDING 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB72/ 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO10126 13:35:20,799 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO10126-2 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO10126-2PADDING 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO10126PADDING 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO7816-4 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/ISO7816-4PADDING 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/NOPADDING 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/PKCS5 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/PKCS5PADDING 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/PKCS7 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/PKCS7PADDING 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/TBC 13:35:20,800 INFO [main][CipherTest] transformation=XTEA/OFB72/TBCPADDING 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB72/X9.23 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB72/X9.23PADDING 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB72/ZEROBYTE 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB72/ZEROBYTEPADDING 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/ 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO10126 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO10126-2 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO10126-2PADDING 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO10126PADDING 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO7816-4 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/ISO7816-4PADDING 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/NOPADDING 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/PKCS5 13:35:20,801 INFO [main][CipherTest] transformation=XTEA/OFB8/PKCS5PADDING 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB8/PKCS7 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB8/PKCS7PADDING 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB8/TBC 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB8/TBCPADDING 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB8/X9.23 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB8/X9.23PADDING 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB8/ZEROBYTE 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB8/ZEROBYTEPADDING 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB80/ 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO10126 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO10126-2 13:35:20,802 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO10126-2PADDING 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO10126PADDING 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO7816-4 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/ISO7816-4PADDING 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/NOPADDING 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/PKCS5 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/PKCS5PADDING 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/PKCS7 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/PKCS7PADDING 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/TBC 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/TBCPADDING 13:35:20,803 INFO [main][CipherTest] transformation=XTEA/OFB80/X9.23 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB80/X9.23PADDING 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB80/ZEROBYTE 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB80/ZEROBYTEPADDING 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/ 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO10126 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO10126-2 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO10126-2PADDING 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO10126PADDING 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO7816-4 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/ISO7816-4PADDING 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/NOPADDING 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/PKCS5 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/PKCS5PADDING 13:35:20,804 INFO [main][CipherTest] transformation=XTEA/OFB88/PKCS7 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB88/PKCS7PADDING 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB88/TBC 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB88/TBCPADDING 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB88/X9.23 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB88/X9.23PADDING 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB88/ZEROBYTE 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB88/ZEROBYTEPADDING 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB96/ 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO10126 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO10126-2 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO10126-2PADDING 13:35:20,805 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO10126PADDING 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO7816-4 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/ISO7816-4PADDING 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/NOPADDING 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/PKCS5 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/PKCS5PADDING 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/PKCS7 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/PKCS7PADDING 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/TBC 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/TBCPADDING 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/X9.23 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/X9.23PADDING 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/ZEROBYTE 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/OFB96/ZEROBYTEPADDING 13:35:20,806 INFO [main][CipherTest] transformation=XTEA/SIC/ 13:35:20,807 INFO [main][CipherTest] transformation=XTEA/SIC/ISO10126 13:35:20,807 INFO [main][CipherTest] transformation=XTEA/SIC/ISO10126-2 13:35:20,807 INFO [main][CipherTest] transformation=XTEA/SIC/ISO10126-2PADDING 13:35:20,807 INFO [main][CipherTest] transformation=XTEA/SIC/ISO10126PADDING 13:35:20,807 INFO [main][CipherTest] transformation=XTEA/SIC/ISO7816-4 13:35:20,807 INFO [main][CipherTest] transformation=XTEA/SIC/ISO7816-4PADDING 13:35:20,807 INFO [main][CipherTest] transformation=XTEA/SIC/NOPADDING 13:35:20,807 INFO [main][CipherTest] transformation=XTEA/SIC/PKCS5 13:35:20,807 INFO [main][CipherTest] transformation=XTEA/SIC/PKCS5PADDING 13:35:20,808 INFO [main][CipherTest] transformation=XTEA/SIC/PKCS7 13:35:20,808 INFO [main][CipherTest] transformation=XTEA/SIC/PKCS7PADDING 13:35:20,808 INFO [main][CipherTest] transformation=XTEA/SIC/TBC 13:35:20,808 INFO [main][CipherTest] transformation=XTEA/SIC/TBCPADDING 13:35:20,808 INFO [main][CipherTest] transformation=XTEA/SIC/X9.23 13:35:20,808 INFO [main][CipherTest] transformation=XTEA/SIC/X9.23PADDING 13:35:20,808 INFO [main][CipherTest] transformation=XTEA/SIC/ZEROBYTE 13:35:20,808 INFO [main][CipherTest] transformation=XTEA/SIC/ZEROBYTEPADDING 13:35:20,809 ERROR [main][CipherTest] >>>>>>>>>>>>>>>>>>>>>>>>>>>> 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC-CTS/": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/ISO10126": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/ISO10126-2": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/ISO7816-4": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/NOPADDING": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/PKCS5": java.lang.NullPointerException 13:35:20,809 ERROR [main][CipherTest] transformation "AES.FAST/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CBC/PKCS7": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CBC/TBC": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CBC/TBCPADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CBC/X9.23": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/ISO10126": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/ISO10126-2": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/ISO7816-4": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/NOPADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/PKCS5": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/PKCS7": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/TBC": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/TBCPADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/X9.23": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/": java.lang.NullPointerException 13:35:20,810 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/ISO10126": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/NOPADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/PKCS5": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/PKCS7": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/TBC": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/X9.23": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/ISO10126": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/NOPADDING": java.lang.NullPointerException 13:35:20,811 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/PKCS5": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/PKCS7": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/TBC": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/X9.23": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/ISO10126": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/NOPADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/PKCS5": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/PKCS7": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/TBC": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/X9.23": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/ISO10126": java.lang.NullPointerException 13:35:20,812 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/NOPADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/PKCS5": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/PKCS7": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/TBC": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/X9.23": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/ISO10126": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/NOPADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/PKCS5": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/PKCS7": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/TBC": java.lang.NullPointerException 13:35:20,813 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/X9.23": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/ISO10126": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/NOPADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/PKCS5": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/PKCS7": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/TBC": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/X9.23": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/ISO10126": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/NOPADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/PKCS5": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/PKCS7": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/TBC": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/X9.23": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:20,814 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/ISO10126": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/NOPADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/PKCS5": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/PKCS7": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/TBC": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/X9.23": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/ISO10126": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:20,815 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/NOPADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/PKCS5": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/PKCS7": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/TBC": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/X9.23": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/ISO10126": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/NOPADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/PKCS5": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/PKCS7": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/TBC": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:20,816 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/X9.23": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/ISO10126": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/NOPADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/PKCS5": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/PKCS7": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/TBC": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/X9.23": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/ISO10126": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,817 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/NOPADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/PKCS5": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/PKCS7": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/TBC": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/X9.23": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/ISO10126": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/NOPADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/PKCS5": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/PKCS7": java.lang.NullPointerException 13:35:20,818 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/TBC": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/X9.23": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/ISO10126": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/NOPADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/PKCS5": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/PKCS7": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/TBC": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/X9.23": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,819 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/ISO10126": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/NOPADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/PKCS5": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/PKCS7": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/TBC": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/X9.23": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/ISO10126": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,820 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/NOPADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/PKCS5": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/PKCS7": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/TBC": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/X9.23": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/ISO10126": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/NOPADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/PKCS5": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/PKCS7": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/TBC": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/X9.23": java.lang.NullPointerException 13:35:20,821 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/ISO10126": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/NOPADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/PKCS5": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/PKCS7": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/TBC": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/X9.23": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/ISO10126": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,822 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/NOPADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/PKCS5": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/PKCS7": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/TBC": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/X9.23": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/ISO10126": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/NOPADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/PKCS5": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/PKCS7": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/TBC": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/X9.23": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,823 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/ISO10126": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/NOPADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/PKCS5": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/PKCS7": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/TBC": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/X9.23": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/ISO10126": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/NOPADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/PKCS5": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/PKCS7": java.lang.NullPointerException 13:35:20,824 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/TBC": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/X9.23": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/ISO10126": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/NOPADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/PKCS5": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/PKCS7": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/TBC": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/X9.23": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,825 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/ISO10126": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/NOPADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/PKCS5": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/PKCS7": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/TBC": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/X9.23": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/ISO10126": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,826 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/NOPADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/PKCS5": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/PKCS7": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/TBC": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/X9.23": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/ISO10126": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/NOPADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/PKCS5": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/PKCS7": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/TBC": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/X9.23": java.lang.NullPointerException 13:35:20,827 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/ISO10126": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/NOPADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/PKCS5": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/PKCS7": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/TBC": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/X9.23": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/ISO10126": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,828 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/NOPADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/PKCS5": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/PKCS7": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/TBC": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/X9.23": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/ISO10126": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/NOPADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/PKCS5": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/PKCS7": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:20,829 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/TBC": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/X9.23": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/ISO10126": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/NOPADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/PKCS5": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/PKCS7": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/TBC": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/X9.23": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/ISO10126": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:20,830 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/NOPADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/PKCS5": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/PKCS7": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/TBC": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/X9.23": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/ISO10126": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/NOPADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/PKCS5": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/PKCS7": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/TBC": java.lang.NullPointerException 13:35:20,831 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/X9.23": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/EAX/": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/EAX/NOPADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/GCM/": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/GCM/NOPADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/ISO10126": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/ISO10126-2": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/ISO7816-4": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/NOPADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/PKCS5": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/PKCS7": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/TBC": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/TBCPADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/X9.23": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/ISO10126": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/NOPADDING": java.lang.NullPointerException 13:35:20,832 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/PKCS5": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/PKCS7": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/TBC": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/X9.23": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/ISO10126": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/NOPADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/PKCS5": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/PKCS7": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/TBC": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/X9.23": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/ISO10126": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,833 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/NOPADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/PKCS5": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/PKCS7": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/TBC": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/X9.23": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/ISO10126": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/NOPADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/PKCS5": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/PKCS7": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:20,834 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/TBC": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/X9.23": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/ISO10126": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/NOPADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/PKCS5": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/PKCS7": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/TBC": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/X9.23": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/ISO10126": java.lang.NullPointerException 13:35:20,835 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/NOPADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/PKCS5": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/PKCS7": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/TBC": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/X9.23": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/ISO10126": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/NOPADDING": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/PKCS5": java.lang.NullPointerException 13:35:20,836 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/PKCS7": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/TBC": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/X9.23": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/ISO10126": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/NOPADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/PKCS5": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/PKCS7": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/TBC": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/X9.23": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:20,837 ERROR [main][CipherTest] transformation "AES.FAST/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/ISO10126": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/NOPADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/PKCS5": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/PKCS7": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/TBC": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/X9.23": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/ISO10126": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/NOPADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/PKCS5": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/PKCS7": java.lang.NullPointerException 13:35:20,838 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/TBC": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/X9.23": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/ISO10126": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/NOPADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/PKCS5": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/PKCS7": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/TBC": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/X9.23": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,839 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/ISO10126": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/NOPADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/PKCS5": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/PKCS7": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/TBC": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/X9.23": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/ISO10126": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/NOPADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/PKCS5": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/PKCS7": java.lang.NullPointerException 13:35:20,840 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/TBC": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/X9.23": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/ISO10126": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/NOPADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/PKCS5": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/PKCS7": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/TBC": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/X9.23": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/": java.lang.NullPointerException 13:35:20,841 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/ISO10126": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/NOPADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/PKCS5": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/PKCS7": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/TBC": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/X9.23": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/ISO10126": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/NOPADDING": java.lang.NullPointerException 13:35:20,842 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/PKCS5": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/PKCS7": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/TBC": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/X9.23": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/ISO10126": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/NOPADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/PKCS5": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/PKCS7": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/TBC": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/X9.23": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:20,843 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/ISO10126": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/NOPADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/PKCS5": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/PKCS7": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/TBC": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/X9.23": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/ISO10126": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/NOPADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/PKCS5": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/PKCS7": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/TBC": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:20,844 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/X9.23": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/ISO10126": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/NOPADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/PKCS5": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/PKCS7": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/TBC": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/X9.23": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/ISO10126": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/NOPADDING": java.lang.NullPointerException 13:35:20,845 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/PKCS5": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/PKCS7": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/TBC": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/X9.23": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/ISO10126": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/NOPADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/PKCS5": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/PKCS7": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/TBC": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/X9.23": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,846 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/ISO10126": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/NOPADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/PKCS5": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/PKCS7": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/TBC": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/X9.23": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/ISO10126": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,847 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/NOPADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/PKCS5": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/PKCS7": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/TBC": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/X9.23": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/ISO10126": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/NOPADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/PKCS5": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/PKCS7": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/TBC": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/X9.23": java.lang.NullPointerException 13:35:20,848 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/ISO10126": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/NOPADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/PKCS5": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/PKCS7": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/TBC": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/X9.23": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/ISO10126": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,849 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/NOPADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/PKCS5": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/PKCS7": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/TBC": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/X9.23": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/ISO10126": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/NOPADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/PKCS5": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/PKCS7": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/TBC": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/X9.23": java.lang.NullPointerException 13:35:20,850 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/ISO10126": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/NOPADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/PKCS5": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/PKCS7": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/TBC": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/X9.23": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/ISO10126": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,851 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/NOPADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/PKCS5": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/PKCS7": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/TBC": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/X9.23": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/ISO10126": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/NOPADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/PKCS5": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/PKCS7": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:20,852 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/TBC": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/X9.23": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/ISO10126": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/NOPADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/PKCS5": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/PKCS7": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/TBC": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/X9.23": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/SIC/": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/SIC/ISO10126": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/SIC/ISO10126-2": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/SIC/ISO7816-4": java.lang.NullPointerException 13:35:20,853 ERROR [main][CipherTest] transformation "AES.FAST/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/NOPADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/PKCS5": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/PKCS7": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/TBC": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/TBCPADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/X9.23": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.FAST/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC-CTS/": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/ISO10126": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/ISO10126-2": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/ISO7816-4": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/NOPADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/PKCS5": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/PKCS7": java.lang.NullPointerException 13:35:20,854 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/TBC": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/TBCPADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/X9.23": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/ISO10126": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/ISO10126-2": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/ISO7816-4": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/NOPADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/PKCS5": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/PKCS7": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/TBC": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/TBCPADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/X9.23": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/ISO10126": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,855 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/NOPADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/PKCS5": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/PKCS7": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/TBC": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/X9.23": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/ISO10126": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/NOPADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/PKCS5": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/PKCS7": java.lang.NullPointerException 13:35:20,856 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/TBC": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/X9.23": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/ISO10126": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/NOPADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/PKCS5": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/PKCS7": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/TBC": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/X9.23": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/": java.lang.NullPointerException 13:35:20,857 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/ISO10126": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/NOPADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/PKCS5": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/PKCS7": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/TBC": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/X9.23": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/ISO10126": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/NOPADDING": java.lang.NullPointerException 13:35:20,858 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/PKCS5": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/PKCS7": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/TBC": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/X9.23": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/ISO10126": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/NOPADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/PKCS5": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/PKCS7": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/TBC": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/X9.23": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:20,859 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/ISO10126": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/NOPADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/PKCS5": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/PKCS7": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/TBC": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/X9.23": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/ISO10126": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:20,860 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/NOPADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/PKCS5": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/PKCS7": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/TBC": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/X9.23": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/ISO10126": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/NOPADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/PKCS5": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/PKCS7": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/TBC": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/X9.23": java.lang.NullPointerException 13:35:20,861 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/ISO10126": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/NOPADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/PKCS5": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/PKCS7": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/TBC": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/X9.23": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/ISO10126": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/NOPADDING": java.lang.NullPointerException 13:35:20,862 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/PKCS5": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/PKCS7": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/TBC": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/X9.23": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/ISO10126": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/NOPADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/PKCS5": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/PKCS7": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/TBC": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/X9.23": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/": java.lang.NullPointerException 13:35:20,863 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/ISO10126": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/NOPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/PKCS5": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/PKCS7": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/TBC": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/X9.23": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/ISO10126": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/NOPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/PKCS5": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/PKCS7": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/TBC": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/X9.23": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/ISO10126": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/NOPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/PKCS5": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/PKCS7": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/TBC": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/X9.23": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/ISO10126": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/NOPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/PKCS5": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/PKCS7": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/TBC": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/X9.23": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/ISO10126": java.lang.NullPointerException 13:35:20,864 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/NOPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/PKCS5": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/PKCS7": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/TBC": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/X9.23": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/ISO10126": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/NOPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/PKCS5": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/PKCS7": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/TBC": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/X9.23": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/ISO10126": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/NOPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/PKCS5": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/PKCS7": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/TBC": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/X9.23": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/ISO10126": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/NOPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/PKCS5": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/PKCS7": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/TBC": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/X9.23": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/ISO10126": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:20,865 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/NOPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/PKCS5": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/PKCS7": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/TBC": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/X9.23": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/ISO10126": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/NOPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/PKCS5": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/PKCS7": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/TBC": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/X9.23": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/ISO10126": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/NOPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/PKCS5": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/PKCS7": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/TBC": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/X9.23": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/ISO10126": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/NOPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/PKCS5": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/PKCS7": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/TBC": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/X9.23": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/ISO10126": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,866 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/NOPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/PKCS5": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/PKCS7": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/TBC": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/X9.23": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/ISO10126": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/NOPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/PKCS5": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/PKCS7": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/TBC": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/X9.23": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/ISO10126": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/NOPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/PKCS5": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/PKCS7": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/TBC": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/X9.23": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/ISO10126": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/NOPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/PKCS5": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/PKCS7": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/TBC": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/X9.23": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/ISO10126": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/NOPADDING": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/PKCS5": java.lang.NullPointerException 13:35:20,867 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/PKCS7": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/TBC": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/X9.23": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/ISO10126": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/NOPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/PKCS5": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/PKCS7": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/TBC": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/X9.23": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/ISO10126": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/NOPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/PKCS5": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/PKCS7": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/TBC": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/X9.23": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/ISO10126": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/NOPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/PKCS5": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/PKCS7": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/TBC": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/X9.23": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/EAX/": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/EAX/NOPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/GCM/": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/GCM/NOPADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/ISO10126": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/ISO10126-2": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/ISO7816-4": java.lang.NullPointerException 13:35:20,868 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/NOPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/PKCS5": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/PKCS7": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/TBC": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/TBCPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/X9.23": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/ISO10126": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/NOPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/PKCS5": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/PKCS7": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/TBC": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/X9.23": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/ISO10126": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/NOPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/PKCS5": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/PKCS7": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/TBC": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/X9.23": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/ISO10126": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/NOPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/PKCS5": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/PKCS7": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/TBC": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/X9.23": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/ISO10126": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,869 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/NOPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/PKCS5": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/PKCS7": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/TBC": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/X9.23": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/ISO10126": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/NOPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/PKCS5": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/PKCS7": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/TBC": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/X9.23": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/ISO10126": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/NOPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/PKCS5": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/PKCS7": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/TBC": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/X9.23": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/ISO10126": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/NOPADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/PKCS5": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:20,870 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/PKCS7": java.lang.NullPointerException 13:35:20,874 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:20,874 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/TBC": java.lang.NullPointerException 13:35:20,874 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/X9.23": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/ISO10126": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/NOPADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/PKCS5": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/PKCS7": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/TBC": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/X9.23": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/ISO10126": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,875 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/NOPADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/PKCS5": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/PKCS7": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/TBC": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/X9.23": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/ISO10126": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/NOPADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/PKCS5": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/PKCS7": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/TBC": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:20,876 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/X9.23": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/ISO10126": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/NOPADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/PKCS5": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/PKCS7": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/TBC": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/X9.23": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/ISO10126": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:20,877 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/NOPADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/PKCS5": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/PKCS7": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/TBC": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/X9.23": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/ISO10126": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/NOPADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/PKCS5": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/PKCS7": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/TBC": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:20,878 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/X9.23": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/ISO10126": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/NOPADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/PKCS5": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/PKCS7": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/TBC": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/X9.23": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/ISO10126": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/NOPADDING": java.lang.NullPointerException 13:35:20,879 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/PKCS5": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/PKCS7": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/TBC": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/X9.23": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/ISO10126": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/NOPADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/PKCS5": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/PKCS7": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/TBC": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/X9.23": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:20,880 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/ISO10126": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/NOPADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/PKCS5": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/PKCS7": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/TBC": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/X9.23": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/ISO10126": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:20,881 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/NOPADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/PKCS5": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/PKCS7": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/TBC": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/X9.23": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/ISO10126": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/NOPADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/PKCS5": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/PKCS7": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:20,882 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/TBC": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/X9.23": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/ISO10126": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/NOPADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/PKCS5": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/PKCS7": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/TBC": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/X9.23": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/": java.lang.NullPointerException 13:35:20,883 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/ISO10126": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/NOPADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/PKCS5": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/PKCS7": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/TBC": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/X9.23": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/ISO10126": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/NOPADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/PKCS5": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/PKCS7": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:20,884 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/TBC": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/X9.23": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/ISO10126": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/NOPADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/PKCS5": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/PKCS7": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/TBC": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/X9.23": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/ISO10126": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/NOPADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/PKCS5": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/PKCS7": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/TBC": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/X9.23": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:20,885 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/ISO10126": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/NOPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/PKCS5": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/PKCS7": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/TBC": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/X9.23": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/ISO10126": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/NOPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/PKCS5": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/PKCS7": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/TBC": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/X9.23": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/ISO10126": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/NOPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/PKCS5": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/PKCS7": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/TBC": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/X9.23": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/ISO10126": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/NOPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/PKCS5": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/PKCS7": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/TBC": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/X9.23": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/": java.lang.NullPointerException 13:35:20,886 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/ISO10126": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/NOPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/PKCS5": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/PKCS7": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/TBC": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/X9.23": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/ISO10126": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/NOPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/PKCS5": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/PKCS7": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/TBC": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/X9.23": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/ISO10126": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/NOPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/PKCS5": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/PKCS7": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/TBC": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/X9.23": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/ISO10126": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/NOPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/PKCS5": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/PKCS7": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/TBC": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/X9.23": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/ISO10126": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/ISO10126-2": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,887 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/ISO7816-4": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/NOPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/PKCS5": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/PKCS7": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/TBC": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/TBCPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/X9.23": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES.LIGHT/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC-CTS/": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/ISO10126": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/ISO10126-2": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/ISO7816-4": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/NOPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/PKCS5": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/PKCS7": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/TBC": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/TBCPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/X9.23": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/ISO10126": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/ISO10126-2": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/ISO7816-4": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/NOPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/PKCS5": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/PKCS7": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/TBC": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/TBCPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/X9.23": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/ISO10126": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/NOPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/PKCS5": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/PKCS7": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/TBC": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/X9.23": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB112/": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB112/ISO10126": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:20,888 ERROR [main][CipherTest] transformation "AES/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/NOPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/PKCS5": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/PKCS7": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/TBC": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/X9.23": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/ISO10126": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/NOPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/PKCS5": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/PKCS7": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/TBC": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/X9.23": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/ISO10126": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/NOPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/PKCS5": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/PKCS7": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/TBC": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/X9.23": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/ISO10126": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/NOPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/PKCS5": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/PKCS7": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/TBC": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/X9.23": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB144/": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB144/ISO10126": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB144/NOPADDING": java.lang.NullPointerException 13:35:20,889 ERROR [main][CipherTest] transformation "AES/CFB144/PKCS5": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB144/PKCS7": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB144/TBC": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB144/X9.23": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/ISO10126": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/NOPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/PKCS5": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/PKCS7": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/TBC": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/X9.23": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/ISO10126": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/NOPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/PKCS5": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/PKCS7": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/TBC": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/X9.23": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/ISO10126": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/NOPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/PKCS5": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/PKCS7": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/TBC": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/X9.23": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/ISO10126": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/NOPADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/PKCS5": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:20,890 ERROR [main][CipherTest] transformation "AES/CFB168/PKCS7": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB168/TBC": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB168/X9.23": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/ISO10126": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/NOPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/PKCS5": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/PKCS7": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/TBC": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/X9.23": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/ISO10126": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/NOPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/PKCS5": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/PKCS7": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/TBC": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/X9.23": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/ISO10126": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/NOPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/PKCS5": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/PKCS7": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/TBC": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/X9.23": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/ISO10126": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/NOPADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/PKCS5": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/PKCS7": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/TBC": java.lang.NullPointerException 13:35:20,891 ERROR [main][CipherTest] transformation "AES/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB200/X9.23": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/ISO10126": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/NOPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/PKCS5": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/PKCS7": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/TBC": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/X9.23": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/ISO10126": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/NOPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/PKCS5": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/PKCS7": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/TBC": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/X9.23": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/ISO10126": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/NOPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/PKCS5": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/PKCS7": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/TBC": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/X9.23": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/ISO10126": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/NOPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/PKCS5": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/PKCS7": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/TBC": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/X9.23": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:20,892 ERROR [main][CipherTest] transformation "AES/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/ISO10126": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/NOPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/PKCS5": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/PKCS7": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/TBC": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/X9.23": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/ISO10126": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/NOPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/PKCS5": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/PKCS7": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/TBC": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/X9.23": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/ISO10126": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/NOPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/PKCS5": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/PKCS7": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/TBC": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/X9.23": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/ISO10126": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/NOPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/PKCS5": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/PKCS7": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/TBC": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/X9.23": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB32/": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB32/ISO10126": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:20,893 ERROR [main][CipherTest] transformation "AES/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/NOPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/PKCS5": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/PKCS7": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/TBC": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/X9.23": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/ISO10126": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/NOPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/PKCS5": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/PKCS7": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/TBC": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/X9.23": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/ISO10126": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/NOPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/PKCS5": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/PKCS7": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/TBC": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/X9.23": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/ISO10126": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/NOPADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/PKCS5": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:20,894 ERROR [main][CipherTest] transformation "AES/CFB56/PKCS7": java.lang.NullPointerException 13:35:20,898 ERROR [main][CipherTest] transformation "AES/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:20,898 ERROR [main][CipherTest] transformation "AES/CFB56/TBC": java.lang.NullPointerException 13:35:20,898 ERROR [main][CipherTest] transformation "AES/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:20,898 ERROR [main][CipherTest] transformation "AES/CFB56/X9.23": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/ISO10126": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/NOPADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/PKCS5": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/PKCS7": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/TBC": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/X9.23": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB72/": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB72/ISO10126": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:20,899 ERROR [main][CipherTest] transformation "AES/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/NOPADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/PKCS5": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/PKCS7": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/TBC": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/X9.23": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/ISO10126": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/NOPADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/PKCS5": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/PKCS7": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/TBC": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/X9.23": java.lang.NullPointerException 13:35:20,900 ERROR [main][CipherTest] transformation "AES/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/ISO10126": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/NOPADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/PKCS5": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/PKCS7": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/TBC": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/X9.23": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB88/": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB88/ISO10126": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:20,901 ERROR [main][CipherTest] transformation "AES/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/NOPADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/PKCS5": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/PKCS7": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/TBC": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/X9.23": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/ISO10126": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/NOPADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/PKCS5": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/PKCS7": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/TBC": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/X9.23": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:20,902 ERROR [main][CipherTest] transformation "AES/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/EAX/": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/EAX/NOPADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/GCM/": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/GCM/NOPADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/ISO10126": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/ISO10126-2": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/ISO7816-4": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/NOPADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/PKCS5": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/PKCS7": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/TBC": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/TBCPADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/X9.23": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB104/": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB104/ISO10126": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:20,903 ERROR [main][CipherTest] transformation "AES/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/NOPADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/PKCS5": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/PKCS7": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/TBC": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/X9.23": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/ISO10126": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/NOPADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/PKCS5": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/PKCS7": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:20,904 ERROR [main][CipherTest] transformation "AES/OFB112/TBC": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB112/X9.23": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/ISO10126": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/NOPADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/PKCS5": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/PKCS7": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/TBC": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/X9.23": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB128/": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB128/ISO10126": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:20,905 ERROR [main][CipherTest] transformation "AES/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/NOPADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/PKCS5": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/PKCS7": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/TBC": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/X9.23": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/ISO10126": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/NOPADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/PKCS5": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/PKCS7": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:20,906 ERROR [main][CipherTest] transformation "AES/OFB136/TBC": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB136/X9.23": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/ISO10126": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/NOPADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/PKCS5": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/PKCS7": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/TBC": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/X9.23": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB152/": java.lang.NullPointerException 13:35:20,907 ERROR [main][CipherTest] transformation "AES/OFB152/ISO10126": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/NOPADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/PKCS5": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/PKCS7": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/TBC": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/X9.23": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB16/": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB16/ISO10126": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB16/NOPADDING": java.lang.NullPointerException 13:35:20,908 ERROR [main][CipherTest] transformation "AES/OFB16/PKCS5": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB16/PKCS7": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB16/TBC": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB16/X9.23": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/ISO10126": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/NOPADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/PKCS5": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/PKCS7": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/TBC": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/X9.23": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB168/": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB168/ISO10126": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:20,909 ERROR [main][CipherTest] transformation "AES/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/NOPADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/PKCS5": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/PKCS7": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/TBC": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/X9.23": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/ISO10126": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/NOPADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/PKCS5": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:20,910 ERROR [main][CipherTest] transformation "AES/OFB176/PKCS7": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB176/TBC": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB176/X9.23": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/ISO10126": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/NOPADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/PKCS5": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/PKCS7": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/TBC": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/X9.23": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB192/": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB192/ISO10126": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:20,911 ERROR [main][CipherTest] transformation "AES/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/NOPADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/PKCS5": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/PKCS7": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/TBC": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/X9.23": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/ISO10126": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/NOPADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/PKCS5": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:20,912 ERROR [main][CipherTest] transformation "AES/OFB200/PKCS7": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB200/TBC": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB200/X9.23": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/ISO10126": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/NOPADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/PKCS5": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/PKCS7": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/TBC": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/X9.23": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB216/": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB216/ISO10126": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,913 ERROR [main][CipherTest] transformation "AES/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/NOPADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/PKCS5": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/PKCS7": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/TBC": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/X9.23": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/ISO10126": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/NOPADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/PKCS5": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/PKCS7": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/TBC": java.lang.NullPointerException 13:35:20,914 ERROR [main][CipherTest] transformation "AES/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB224/X9.23": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/ISO10126": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/NOPADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/PKCS5": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/PKCS7": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/TBC": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/X9.23": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB24/": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB24/ISO10126": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:20,915 ERROR [main][CipherTest] transformation "AES/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/NOPADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/PKCS5": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/PKCS7": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/TBC": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/X9.23": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/ISO10126": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/NOPADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/PKCS5": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/PKCS7": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/TBC": java.lang.NullPointerException 13:35:20,916 ERROR [main][CipherTest] transformation "AES/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB240/X9.23": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/ISO10126": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/NOPADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/PKCS5": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/PKCS7": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/TBC": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/X9.23": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB256/": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB256/ISO10126": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:20,917 ERROR [main][CipherTest] transformation "AES/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/NOPADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/PKCS5": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/PKCS7": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/TBC": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/X9.23": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/ISO10126": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/NOPADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/PKCS5": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:20,918 ERROR [main][CipherTest] transformation "AES/OFB32/PKCS7": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB32/TBC": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB32/X9.23": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/ISO10126": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/NOPADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/PKCS5": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/PKCS7": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/TBC": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/X9.23": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB48/": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB48/ISO10126": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:20,919 ERROR [main][CipherTest] transformation "AES/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/NOPADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/PKCS5": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/PKCS7": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/TBC": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/X9.23": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/ISO10126": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/NOPADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/PKCS5": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/PKCS7": java.lang.NullPointerException 13:35:20,920 ERROR [main][CipherTest] transformation "AES/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB56/TBC": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB56/X9.23": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/ISO10126": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/NOPADDING": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/PKCS5": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/PKCS7": java.lang.NullPointerException 13:35:20,921 ERROR [main][CipherTest] transformation "AES/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB64/TBC": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB64/X9.23": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/ISO10126": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/NOPADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/PKCS5": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/PKCS7": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/TBC": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/X9.23": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,922 ERROR [main][CipherTest] transformation "AES/OFB8/": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/ISO10126": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/NOPADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/PKCS5": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/PKCS7": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/TBC": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/X9.23": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB80/": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB80/ISO10126": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB80/NOPADDING": java.lang.NullPointerException 13:35:20,923 ERROR [main][CipherTest] transformation "AES/OFB80/PKCS5": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB80/PKCS7": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB80/TBC": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB80/X9.23": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/ISO10126": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/NOPADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/PKCS5": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/PKCS7": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/TBC": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/X9.23": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,924 ERROR [main][CipherTest] transformation "AES/OFB96/": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/ISO10126": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/NOPADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/PKCS5": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/PKCS7": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/TBC": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/X9.23": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/ISO10126": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/ISO10126-2": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/ISO7816-4": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/NOPADDING": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/PKCS5": java.lang.NullPointerException 13:35:20,925 ERROR [main][CipherTest] transformation "AES/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "AES/SIC/PKCS7": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "AES/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "AES/SIC/TBC": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "AES/SIC/TBCPADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "AES/SIC/X9.23": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "AES/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "AES/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "AES/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC-CTS/": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/ISO10126": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/ISO10126-2": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/ISO7816-4": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/NOPADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/PKCS5": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/PKCS7": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/TBC": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/TBCPADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/X9.23": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:20,926 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/ISO10126": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/ISO10126-2": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/ISO7816-4": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/NOPADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/PKCS5": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/PKCS7": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/TBC": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/TBCPADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/X9.23": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/ISO10126": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:20,927 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/NOPADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/PKCS5": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/PKCS7": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/TBC": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/X9.23": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/ISO10126": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/NOPADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/PKCS5": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/PKCS7": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/TBC": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/X9.23": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,928 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/ISO10126": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/NOPADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/PKCS5": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/PKCS7": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/TBC": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/X9.23": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/ISO10126": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/NOPADDING": java.lang.NullPointerException 13:35:20,929 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/PKCS5": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/PKCS7": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/TBC": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/X9.23": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/ISO10126": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/NOPADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/PKCS5": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/PKCS7": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/TBC": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/X9.23": java.lang.NullPointerException 13:35:20,930 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/ISO10126": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/NOPADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/PKCS5": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/PKCS7": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/TBC": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/X9.23": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/ISO10126": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:20,931 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/NOPADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/PKCS5": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/PKCS7": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/TBC": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/X9.23": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/ISO10126": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/NOPADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/PKCS5": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/PKCS7": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/TBC": java.lang.NullPointerException 13:35:20,932 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/X9.23": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/ISO10126": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/NOPADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/PKCS5": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/PKCS7": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/TBC": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/X9.23": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/ISO10126": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:20,933 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/NOPADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/PKCS5": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/PKCS7": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/TBC": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/X9.23": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/ISO10126": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/NOPADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/PKCS5": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/PKCS7": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/TBC": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/X9.23": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/ISO10126": java.lang.NullPointerException 13:35:20,934 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/NOPADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/PKCS5": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/PKCS7": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/TBC": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/X9.23": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/ISO10126": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/NOPADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/PKCS5": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:20,935 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/PKCS7": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/TBC": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/X9.23": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/ISO10126": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/NOPADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/PKCS5": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/PKCS7": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/TBC": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/X9.23": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/ISO10126": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:20,936 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/NOPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/PKCS5": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/PKCS7": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/TBC": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/X9.23": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/ISO10126": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/NOPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/PKCS5": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/PKCS7": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/TBC": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/X9.23": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/ISO10126": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/NOPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/PKCS5": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/PKCS7": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/TBC": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/X9.23": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/ISO10126": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/NOPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/PKCS5": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/PKCS7": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/TBC": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/X9.23": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/ISO10126": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/NOPADDING": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/PKCS5": java.lang.NullPointerException 13:35:20,937 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/PKCS7": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/TBC": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/X9.23": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/ISO10126": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/NOPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/PKCS5": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/PKCS7": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/TBC": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/X9.23": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/ISO10126": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/NOPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/PKCS5": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/PKCS7": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/TBC": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/X9.23": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/ISO10126": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/NOPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/PKCS5": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/PKCS7": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/TBC": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/X9.23": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/ISO10126": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/NOPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/PKCS5": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/PKCS7": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/TBC": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/X9.23": java.lang.NullPointerException 13:35:20,938 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/ISO10126": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/NOPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/PKCS5": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/PKCS7": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/TBC": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/X9.23": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/ISO10126": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/NOPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/PKCS5": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/PKCS7": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/TBC": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/X9.23": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/ISO10126": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/NOPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/PKCS5": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/PKCS7": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/TBC": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/X9.23": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/ISO10126": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/NOPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/PKCS5": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/PKCS7": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/TBC": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/X9.23": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/ISO10126": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:20,939 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/NOPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/PKCS5": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/PKCS7": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/TBC": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/X9.23": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/ISO10126": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/NOPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/PKCS5": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/PKCS7": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/TBC": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/X9.23": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/ISO10126": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/NOPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/PKCS5": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/PKCS7": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/TBC": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/X9.23": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/ISO10126": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/NOPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/PKCS5": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/PKCS7": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/TBC": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/X9.23": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/ISO10126": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/NOPADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/PKCS5": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/PKCS7": java.lang.NullPointerException 13:35:20,940 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/TBC": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/X9.23": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/EAX/": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/EAX/NOPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/ISO10126": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/ISO10126-2": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/ISO10126PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/ISO7816-4": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/NOPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/PKCS5": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/PKCS5PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/PKCS7": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/PKCS7PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/TBC": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/TBCPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/X9.23": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/X9.23PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/ZEROBYTE": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/GOFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/ISO10126": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/ISO10126-2": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/ISO7816-4": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/NOPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/PKCS5": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/PKCS7": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/TBC": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/TBCPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/X9.23": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/ISO10126": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/NOPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/PKCS5": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/PKCS7": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/TBC": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/X9.23": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/ISO10126": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/NOPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/PKCS5": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/PKCS7": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/TBC": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/X9.23": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:20,941 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/ISO10126": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/NOPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/PKCS5": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/PKCS7": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/TBC": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/X9.23": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/ISO10126": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/NOPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/PKCS5": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/PKCS7": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/TBC": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/X9.23": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/ISO10126": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/NOPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/PKCS5": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/PKCS7": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/TBC": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/X9.23": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/ISO10126": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/NOPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/PKCS5": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/PKCS7": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/TBC": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/X9.23": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/ISO10126": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:20,942 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/NOPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/PKCS5": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/PKCS7": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/TBC": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/X9.23": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/ISO10126": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/NOPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/PKCS5": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/PKCS7": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/TBC": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/X9.23": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/ISO10126": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/NOPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/PKCS5": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/PKCS7": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/TBC": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/X9.23": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/ISO10126": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/NOPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/PKCS5": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/PKCS7": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/TBC": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/X9.23": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/ISO10126": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,943 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/NOPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/PKCS5": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/PKCS7": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/TBC": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/X9.23": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/ISO10126": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/NOPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/PKCS5": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/PKCS7": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/TBC": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/X9.23": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/ISO10126": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/NOPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/PKCS5": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/PKCS7": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/TBC": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/X9.23": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/ISO10126": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/NOPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/PKCS5": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/PKCS7": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/TBC": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/X9.23": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/ISO10126": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/NOPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/PKCS5": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/PKCS7": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/TBC": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/X9.23": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:20,944 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/ISO10126": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/NOPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/PKCS5": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/PKCS7": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/TBC": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/X9.23": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/ISO10126": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/NOPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/PKCS5": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/PKCS7": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/TBC": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/X9.23": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/ISO10126": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/NOPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/PKCS5": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/PKCS7": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/TBC": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/X9.23": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/ISO10126": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/NOPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/PKCS5": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/PKCS7": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/TBC": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/X9.23": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/ISO10126": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/NOPADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/PKCS5": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:20,945 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/PKCS7": java.lang.NullPointerException 13:35:20,946 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:20,946 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/TBC": java.lang.NullPointerException 13:35:20,946 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:20,946 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/X9.23": java.lang.NullPointerException 13:35:20,946 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:20,946 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:20,946 ERROR [main][CipherTest] transformation "BLOWFISH/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/ISO10126": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/NOPADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/PKCS5": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/PKCS7": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/TBC": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/X9.23": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/ISO10126": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:20,949 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/NOPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/PKCS5": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/PKCS7": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/TBC": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/X9.23": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/ISO10126": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/NOPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/PKCS5": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/PKCS7": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/TBC": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/X9.23": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/ISO10126": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/NOPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/PKCS5": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/PKCS7": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/TBC": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/X9.23": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/ISO10126": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/NOPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/PKCS5": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/PKCS7": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/TBC": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/X9.23": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/ISO10126": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/NOPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/PKCS5": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/PKCS7": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/TBC": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:20,950 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/X9.23": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/ISO10126": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/NOPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/PKCS5": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/PKCS7": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/TBC": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/X9.23": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/ISO10126": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/NOPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/PKCS5": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/PKCS7": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/TBC": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/X9.23": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/ISO10126": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/NOPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/PKCS5": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/PKCS7": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/TBC": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/X9.23": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/ISO10126": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/NOPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/PKCS5": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/PKCS7": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/TBC": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/X9.23": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/ISO10126": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/NOPADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/PKCS5": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:20,951 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/PKCS7": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/TBC": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/X9.23": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/ISO10126": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/NOPADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/PKCS5": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/PKCS7": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/TBC": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/X9.23": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/ISO10126": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/ISO10126-2": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/ISO7816-4": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/NOPADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/PKCS5": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/PKCS7": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/TBC": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/TBCPADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/X9.23": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "BLOWFISH/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC-CTS/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC-CTS/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CBC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,952 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,953 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,954 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,955 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,956 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,956 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,956 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,956 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,956 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,957 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,958 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,959 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,963 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,964 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,965 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,966 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/CFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/EAX/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/EAX/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/GCM/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/GCM/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,967 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,968 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,969 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,970 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,971 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,972 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,973 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,974 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,975 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,979 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,980 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,981 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,982 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/OFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA.LIGHT/SIC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA/CBC-CTS/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA/CBC-CTS/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,983 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CBC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,984 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,985 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,986 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,986 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,986 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,986 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,988 ERROR [main][CipherTest] transformation "CAMELLIA/CFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,994 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,994 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,994 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,994 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,994 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,994 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,994 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,995 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,996 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,997 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,998 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:20,999 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,000 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,001 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,002 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,003 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,004 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,004 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,004 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,005 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,006 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,007 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,008 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,009 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,010 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/CFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/EAX/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/EAX/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/GCM/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/GCM/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB104/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,011 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,012 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB112/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB120/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB128/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,013 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,014 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB136/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB144/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB152/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,015 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB16/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,016 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB160/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,017 ERROR [main][CipherTest] transformation "CAMELLIA/OFB168/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB176/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB184/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,018 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,019 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,019 ERROR [main][CipherTest] transformation "CAMELLIA/OFB192/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,019 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,019 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,019 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,019 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB200/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB208/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,020 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB216/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB224/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB232/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,030 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB24/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,031 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB240/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB248/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB256/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,032 ERROR [main][CipherTest] transformation "CAMELLIA/OFB32/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB40/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,033 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB48/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,034 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB56/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB64/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,036 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB72/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,037 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB8/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB80/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB88/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,038 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/OFB96/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/ISO10126": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/ISO10126-2": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/ISO10126-2PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/ISO10126PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/ISO7816-4": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/ISO7816-4PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/NOPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/PKCS5": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/PKCS5PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/PKCS7": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/PKCS7PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/TBC": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/TBCPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/X9.23": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/X9.23PADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/ZEROBYTE": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAMELLIA/SIC/ZEROBYTEPADDING": java.lang.IllegalArgumentException: only simple KeyParameter expected. 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC-CTS/": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/ISO10126": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/PKCS5": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/PKCS7": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/TBC": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/X9.23": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/ISO10126": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/PKCS5": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/PKCS7": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/TBC": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/X9.23": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,050 ERROR [main][CipherTest] transformation "CAST5/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,051 ERROR [main][CipherTest] transformation "CAST5/CFB104/": java.lang.NullPointerException 13:35:21,051 ERROR [main][CipherTest] transformation "CAST5/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,051 ERROR [main][CipherTest] transformation "CAST5/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,051 ERROR [main][CipherTest] transformation "CAST5/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/TBC": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/X9.23": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/TBC": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/X9.23": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/TBC": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/X9.23": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/TBC": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/X9.23": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB136/": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,052 ERROR [main][CipherTest] transformation "CAST5/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/TBC": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/X9.23": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/TBC": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/X9.23": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/TBC": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/X9.23": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/TBC": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/X9.23": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB160/": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,054 ERROR [main][CipherTest] transformation "CAST5/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/TBC": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/X9.23": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,055 ERROR [main][CipherTest] transformation "CAST5/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/TBC": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/X9.23": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/TBC": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/X9.23": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/TBC": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/X9.23": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,056 ERROR [main][CipherTest] transformation "CAST5/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB192/TBC": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB192/X9.23": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/TBC": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/X9.23": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,057 ERROR [main][CipherTest] transformation "CAST5/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB208/TBC": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB208/X9.23": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/TBC": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/X9.23": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,058 ERROR [main][CipherTest] transformation "CAST5/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB224/TBC": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB224/X9.23": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/TBC": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/X9.23": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/TBC": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/X9.23": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/TBC": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/X9.23": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB248/": java.lang.NullPointerException 13:35:21,059 ERROR [main][CipherTest] transformation "CAST5/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/TBC": java.lang.NullPointerException 13:35:21,060 ERROR [main][CipherTest] transformation "CAST5/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB248/X9.23": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/TBC": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/X9.23": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/TBC": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/X9.23": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/TBC": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/X9.23": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/TBC": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/X9.23": java.lang.NullPointerException 13:35:21,061 ERROR [main][CipherTest] transformation "CAST5/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/TBC": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/X9.23": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/TBC": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/X9.23": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/TBC": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/X9.23": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/TBC": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/X9.23": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,063 ERROR [main][CipherTest] transformation "CAST5/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/TBC": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/X9.23": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB88/": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,064 ERROR [main][CipherTest] transformation "CAST5/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/TBC": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/X9.23": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/TBC": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/X9.23": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/EAX/": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/ISO10126": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/ISO10126-2": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/ISO7816-4": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/NOPADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/PKCS5": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/PKCS7": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/TBC": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/TBCPADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/X9.23": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,065 ERROR [main][CipherTest] transformation "CAST5/GOFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/ISO10126": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/PKCS5": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/PKCS7": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/TBC": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/X9.23": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/TBC": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/X9.23": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,066 ERROR [main][CipherTest] transformation "CAST5/OFB112/": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/TBC": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/X9.23": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/TBC": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/X9.23": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB128/": java.lang.NullPointerException 13:35:21,067 ERROR [main][CipherTest] transformation "CAST5/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/TBC": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/X9.23": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/TBC": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/X9.23": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/TBC": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/X9.23": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB152/": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,068 ERROR [main][CipherTest] transformation "CAST5/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/TBC": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/X9.23": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB16/": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,069 ERROR [main][CipherTest] transformation "CAST5/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/TBC": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/X9.23": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/TBC": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/X9.23": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/TBC": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/X9.23": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/TBC": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/X9.23": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB184/": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,070 ERROR [main][CipherTest] transformation "CAST5/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,071 ERROR [main][CipherTest] transformation "CAST5/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,071 ERROR [main][CipherTest] transformation "CAST5/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/TBC": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/X9.23": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/TBC": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/X9.23": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/TBC": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/X9.23": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/TBC": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/X9.23": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB216/": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,072 ERROR [main][CipherTest] transformation "CAST5/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,073 ERROR [main][CipherTest] transformation "CAST5/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,073 ERROR [main][CipherTest] transformation "CAST5/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,073 ERROR [main][CipherTest] transformation "CAST5/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,073 ERROR [main][CipherTest] transformation "CAST5/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,073 ERROR [main][CipherTest] transformation "CAST5/OFB216/TBC": java.lang.NullPointerException 13:35:21,073 ERROR [main][CipherTest] transformation "CAST5/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,073 ERROR [main][CipherTest] transformation "CAST5/OFB216/X9.23": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/TBC": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/X9.23": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/TBC": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/X9.23": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/TBC": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/X9.23": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,074 ERROR [main][CipherTest] transformation "CAST5/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB240/TBC": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB240/X9.23": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,075 ERROR [main][CipherTest] transformation "CAST5/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB248/TBC": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB248/X9.23": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/TBC": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/X9.23": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/TBC": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/X9.23": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,076 ERROR [main][CipherTest] transformation "CAST5/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB40/TBC": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB40/X9.23": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/TBC": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/X9.23": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/TBC": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/X9.23": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,077 ERROR [main][CipherTest] transformation "CAST5/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/TBC": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/X9.23": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/TBC": java.lang.NullPointerException 13:35:21,078 ERROR [main][CipherTest] transformation "CAST5/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB72/X9.23": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/TBC": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/X9.23": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/TBC": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/X9.23": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/TBC": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/X9.23": java.lang.NullPointerException 13:35:21,079 ERROR [main][CipherTest] transformation "CAST5/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/TBC": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/X9.23": java.lang.NullPointerException 13:35:21,080 ERROR [main][CipherTest] transformation "CAST5/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/ISO10126": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/PKCS5": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/PKCS7": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/TBC": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/X9.23": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST5/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC-CTS/": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/ISO10126": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/PKCS5": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/PKCS7": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/TBC": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/X9.23": java.lang.NullPointerException 13:35:21,081 ERROR [main][CipherTest] transformation "CAST6/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/ISO10126": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/PKCS5": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/PKCS7": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/TBC": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/X9.23": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/TBC": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/X9.23": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,082 ERROR [main][CipherTest] transformation "CAST6/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/TBC": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/X9.23": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/TBC": java.lang.NullPointerException 13:35:21,083 ERROR [main][CipherTest] transformation "CAST6/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB120/X9.23": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/TBC": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/X9.23": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/TBC": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/X9.23": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,084 ERROR [main][CipherTest] transformation "CAST6/CFB144/": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/TBC": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/X9.23": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/TBC": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/X9.23": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/TBC": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/X9.23": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/TBC": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/X9.23": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB168/": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,092 ERROR [main][CipherTest] transformation "CAST6/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/TBC": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/X9.23": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/TBC": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/X9.23": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/TBC": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/X9.23": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/TBC": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/X9.23": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB200/": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,094 ERROR [main][CipherTest] transformation "CAST6/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/TBC": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/X9.23": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/TBC": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/X9.23": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/TBC": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/X9.23": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/TBC": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/X9.23": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB232/": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,096 ERROR [main][CipherTest] transformation "CAST6/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/TBC": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/X9.23": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/TBC": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/X9.23": java.lang.NullPointerException 13:35:21,098 ERROR [main][CipherTest] transformation "CAST6/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/TBC": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/X9.23": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/TBC": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/X9.23": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB256/": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,099 ERROR [main][CipherTest] transformation "CAST6/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB256/TBC": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB256/X9.23": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/TBC": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/X9.23": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,100 ERROR [main][CipherTest] transformation "CAST6/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/TBC": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/X9.23": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/TBC": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/X9.23": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,101 ERROR [main][CipherTest] transformation "CAST6/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB56/TBC": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB56/X9.23": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/TBC": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,102 ERROR [main][CipherTest] transformation "CAST6/CFB64/X9.23": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/TBC": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/X9.23": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/TBC": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/X9.23": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,103 ERROR [main][CipherTest] transformation "CAST6/CFB80/TBC": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB80/X9.23": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB88/": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,104 ERROR [main][CipherTest] transformation "CAST6/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/TBC": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/X9.23": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/TBC": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/X9.23": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/EAX/": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/GCM/": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/GCM/NOPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/ISO10126": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/PKCS5": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/PKCS7": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/TBC": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/X9.23": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,105 ERROR [main][CipherTest] transformation "CAST6/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,106 ERROR [main][CipherTest] transformation "CAST6/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,106 ERROR [main][CipherTest] transformation "CAST6/OFB104/TBC": java.lang.NullPointerException 13:35:21,106 ERROR [main][CipherTest] transformation "CAST6/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,106 ERROR [main][CipherTest] transformation "CAST6/OFB104/X9.23": java.lang.NullPointerException 13:35:21,106 ERROR [main][CipherTest] transformation "CAST6/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,106 ERROR [main][CipherTest] transformation "CAST6/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,106 ERROR [main][CipherTest] transformation "CAST6/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,106 ERROR [main][CipherTest] transformation "CAST6/OFB112/": java.lang.NullPointerException 13:35:21,106 ERROR [main][CipherTest] transformation "CAST6/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/TBC": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/X9.23": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/TBC": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/X9.23": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/TBC": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/X9.23": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,107 ERROR [main][CipherTest] transformation "CAST6/OFB136/TBC": java.lang.NullPointerException 13:35:21,108 ERROR [main][CipherTest] transformation "CAST6/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,108 ERROR [main][CipherTest] transformation "CAST6/OFB136/X9.23": java.lang.NullPointerException 13:35:21,108 ERROR [main][CipherTest] transformation "CAST6/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,108 ERROR [main][CipherTest] transformation "CAST6/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,108 ERROR [main][CipherTest] transformation "CAST6/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/TBC": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/X9.23": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/TBC": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/X9.23": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/TBC": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/X9.23": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/TBC": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,109 ERROR [main][CipherTest] transformation "CAST6/OFB160/X9.23": java.lang.NullPointerException 13:35:21,110 ERROR [main][CipherTest] transformation "CAST6/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,110 ERROR [main][CipherTest] transformation "CAST6/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,110 ERROR [main][CipherTest] transformation "CAST6/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,110 ERROR [main][CipherTest] transformation "CAST6/OFB168/": java.lang.NullPointerException 13:35:21,110 ERROR [main][CipherTest] transformation "CAST6/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,110 ERROR [main][CipherTest] transformation "CAST6/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,110 ERROR [main][CipherTest] transformation "CAST6/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/TBC": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/X9.23": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/TBC": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/X9.23": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/TBC": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/X9.23": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/TBC": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/X9.23": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,111 ERROR [main][CipherTest] transformation "CAST6/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/TBC": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/X9.23": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/TBC": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/X9.23": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/TBC": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/X9.23": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/TBC": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/X9.23": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,113 ERROR [main][CipherTest] transformation "CAST6/OFB232/": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/TBC": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/X9.23": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/TBC": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/X9.23": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/TBC": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/X9.23": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/TBC": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/X9.23": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB256/": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,115 ERROR [main][CipherTest] transformation "CAST6/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/TBC": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/X9.23": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/TBC": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/X9.23": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/TBC": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/X9.23": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/TBC": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/X9.23": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB56/": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,117 ERROR [main][CipherTest] transformation "CAST6/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/TBC": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/X9.23": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/TBC": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/X9.23": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/TBC": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/X9.23": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/TBC": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,119 ERROR [main][CipherTest] transformation "CAST6/OFB8/X9.23": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/TBC": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/X9.23": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/TBC": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/X9.23": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/TBC": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/X9.23": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/ISO10126": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/PKCS5": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/PKCS7": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/TBC": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/X9.23": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "CAST6/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "DESEDE/CBC-CTS/": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "DESEDE/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "DESEDE/CBC/": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "DESEDE/CBC/ISO10126": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "DESEDE/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "DESEDE/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "DESEDE/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "DESEDE/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,120 ERROR [main][CipherTest] transformation "DESEDE/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/PKCS5": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/PKCS7": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/TBC": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/X9.23": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/ISO10126": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/PKCS5": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/PKCS7": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/TBC": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/X9.23": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/TBC": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/X9.23": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/TBC": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/X9.23": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB120/": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,122 ERROR [main][CipherTest] transformation "DESEDE/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/TBC": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/X9.23": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/TBC": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/X9.23": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/TBC": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/X9.23": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/TBC": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/X9.23": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB152/": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,124 ERROR [main][CipherTest] transformation "DESEDE/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/TBC": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/X9.23": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/TBC": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/X9.23": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,132 ERROR [main][CipherTest] transformation "DESEDE/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB160/TBC": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB160/X9.23": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/TBC": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/X9.23": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB176/": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,133 ERROR [main][CipherTest] transformation "DESEDE/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/TBC": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/X9.23": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/TBC": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/X9.23": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/TBC": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/X9.23": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,134 ERROR [main][CipherTest] transformation "DESEDE/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/TBC": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/X9.23": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/TBC": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/X9.23": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/TBC": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/X9.23": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/TBC": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/X9.23": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/TBC": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/X9.23": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/TBC": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/X9.23": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB240/": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,135 ERROR [main][CipherTest] transformation "DESEDE/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/TBC": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/X9.23": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/TBC": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/X9.23": java.lang.NullPointerException 13:35:21,136 ERROR [main][CipherTest] transformation "DESEDE/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/TBC": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/X9.23": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/TBC": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/X9.23": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/TBC": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/X9.23": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/TBC": java.lang.NullPointerException 13:35:21,137 ERROR [main][CipherTest] transformation "DESEDE/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB48/X9.23": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/TBC": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/X9.23": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/TBC": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/X9.23": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/TBC": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/X9.23": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/TBC": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/X9.23": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,138 ERROR [main][CipherTest] transformation "DESEDE/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/TBC": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/X9.23": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/TBC": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/X9.23": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/TBC": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/X9.23": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/EAX/": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/ISO10126": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/ISO10126-2": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/ISO7816-4": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/NOPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/PKCS5": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/PKCS7": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/TBC": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/TBCPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/X9.23": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/GOFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,139 ERROR [main][CipherTest] transformation "DESEDE/OFB/": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/ISO10126": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/PKCS5": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/PKCS7": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/TBC": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/X9.23": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/TBC": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/X9.23": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/TBC": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/X9.23": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/TBC": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/X9.23": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB128/": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,140 ERROR [main][CipherTest] transformation "DESEDE/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/TBC": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/X9.23": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/TBC": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/X9.23": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/TBC": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/X9.23": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/TBC": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/X9.23": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB16/": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,141 ERROR [main][CipherTest] transformation "DESEDE/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/TBC": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/X9.23": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/TBC": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/X9.23": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/TBC": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/X9.23": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/TBC": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/X9.23": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB184/": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,142 ERROR [main][CipherTest] transformation "DESEDE/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/TBC": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/X9.23": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/TBC": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/X9.23": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/TBC": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/X9.23": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,143 ERROR [main][CipherTest] transformation "DESEDE/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB208/TBC": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB208/X9.23": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,144 ERROR [main][CipherTest] transformation "DESEDE/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB216/TBC": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB216/X9.23": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/TBC": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/X9.23": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/TBC": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/X9.23": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/TBC": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/X9.23": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,145 ERROR [main][CipherTest] transformation "DESEDE/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB240/TBC": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB240/X9.23": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/TBC": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/X9.23": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/TBC": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/X9.23": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/TBC": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/X9.23": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB40/": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,146 ERROR [main][CipherTest] transformation "DESEDE/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB40/TBC": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB40/X9.23": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/TBC": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/X9.23": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/TBC": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/X9.23": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/TBC": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/X9.23": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,147 ERROR [main][CipherTest] transformation "DESEDE/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB72/TBC": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB72/X9.23": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/TBC": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/X9.23": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/TBC": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/X9.23": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/TBC": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/X9.23": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/TBC": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/X9.23": java.lang.NullPointerException 13:35:21,148 ERROR [main][CipherTest] transformation "DESEDE/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/ISO10126": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/PKCS5": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/PKCS7": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/TBC": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/X9.23": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "DESEDE/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "GRAIN-128//": java.lang.IllegalArgumentException: Grain-128 Init parameters must include a key 13:35:21,149 ERROR [main][CipherTest] transformation "GRAIN-128//NOPADDING": java.lang.IllegalArgumentException: Grain-128 Init parameters must include a key 13:35:21,149 ERROR [main][CipherTest] transformation "GRAIN-128/ECB/": java.lang.IllegalArgumentException: Grain-128 Init parameters must include a key 13:35:21,149 ERROR [main][CipherTest] transformation "GRAIN-128/ECB/NOPADDING": java.lang.IllegalArgumentException: Grain-128 Init parameters must include a key 13:35:21,149 ERROR [main][CipherTest] transformation "GRAIN-V1//": java.lang.IllegalArgumentException: Grain v1 Init parameters must include a key 13:35:21,149 ERROR [main][CipherTest] transformation "GRAIN-V1//NOPADDING": java.lang.IllegalArgumentException: Grain v1 Init parameters must include a key 13:35:21,149 ERROR [main][CipherTest] transformation "GRAIN-V1/ECB/": java.lang.IllegalArgumentException: Grain v1 Init parameters must include a key 13:35:21,149 ERROR [main][CipherTest] transformation "GRAIN-V1/ECB/NOPADDING": java.lang.IllegalArgumentException: Grain v1 Init parameters must include a key 13:35:21,149 ERROR [main][CipherTest] transformation "HC-128//": java.lang.IllegalArgumentException: Invalid parameter passed to HC128 init - org.bouncycastle.crypto.params.ParametersWithIV 13:35:21,149 ERROR [main][CipherTest] transformation "HC-128//NOPADDING": java.lang.IllegalArgumentException: Invalid parameter passed to HC128 init - org.bouncycastle.crypto.params.ParametersWithIV 13:35:21,149 ERROR [main][CipherTest] transformation "HC-128/ECB/": java.lang.IllegalArgumentException: Invalid parameter passed to HC128 init - org.bouncycastle.crypto.params.ParametersWithIV 13:35:21,149 ERROR [main][CipherTest] transformation "HC-128/ECB/NOPADDING": java.lang.IllegalArgumentException: Invalid parameter passed to HC128 init - org.bouncycastle.crypto.params.ParametersWithIV 13:35:21,149 ERROR [main][CipherTest] transformation "HC-256//": java.lang.IllegalArgumentException: Invalid parameter passed to HC256 init - org.bouncycastle.crypto.params.ParametersWithIV 13:35:21,149 ERROR [main][CipherTest] transformation "HC-256//NOPADDING": java.lang.IllegalArgumentException: Invalid parameter passed to HC256 init - org.bouncycastle.crypto.params.ParametersWithIV 13:35:21,149 ERROR [main][CipherTest] transformation "HC-256/ECB/": java.lang.IllegalArgumentException: Invalid parameter passed to HC256 init - org.bouncycastle.crypto.params.ParametersWithIV 13:35:21,149 ERROR [main][CipherTest] transformation "HC-256/ECB/NOPADDING": java.lang.IllegalArgumentException: Invalid parameter passed to HC256 init - org.bouncycastle.crypto.params.ParametersWithIV 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC-CTS/": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/ISO10126": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/PKCS5": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/PKCS7": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/TBC": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/X9.23": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/ISO10126": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/PKCS5": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/PKCS7": java.lang.NullPointerException 13:35:21,149 ERROR [main][CipherTest] transformation "NOEKEON/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB/TBC": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB/X9.23": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/TBC": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/X9.23": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/TBC": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/X9.23": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/TBC": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/X9.23": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,150 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/TBC": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/X9.23": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/TBC": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/X9.23": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/TBC": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/X9.23": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,151 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/TBC": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/X9.23": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/TBC": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/X9.23": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/TBC": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/X9.23": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/TBC": java.lang.NullPointerException 13:35:21,155 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/X9.23": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,156 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/TBC": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/X9.23": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/TBC": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/X9.23": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/TBC": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/X9.23": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/TBC": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/X9.23": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,157 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,158 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,158 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,158 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,158 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,158 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,158 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/TBC": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/X9.23": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/TBC": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/X9.23": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/TBC": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/X9.23": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/TBC": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/X9.23": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,159 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/TBC": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/X9.23": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/TBC": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/X9.23": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/TBC": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/X9.23": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/TBC": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/X9.23": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,161 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/TBC": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/X9.23": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/TBC": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/X9.23": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/TBC": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/X9.23": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/TBC": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/X9.23": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,163 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/TBC": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/X9.23": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/TBC": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/X9.23": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/TBC": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/X9.23": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/TBC": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/X9.23": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,165 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/TBC": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/X9.23": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/TBC": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/X9.23": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/EAX/": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/GCM/": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/GCM/NOPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/ISO10126": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/PKCS5": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/PKCS7": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/TBC": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/X9.23": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/TBC": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/X9.23": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,167 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,168 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,168 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,168 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,168 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,168 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,168 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,168 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/TBC": java.lang.NullPointerException 13:35:21,168 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,168 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/X9.23": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/TBC": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/X9.23": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/TBC": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/X9.23": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/TBC": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/X9.23": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,169 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/TBC": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/X9.23": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,170 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/TBC": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/X9.23": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/TBC": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/X9.23": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/TBC": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/X9.23": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,171 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/TBC": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/X9.23": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/TBC": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/X9.23": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,172 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/TBC": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/X9.23": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/TBC": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/X9.23": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,173 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/TBC": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/X9.23": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/TBC": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/X9.23": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,174 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/TBC": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/X9.23": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/TBC": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/X9.23": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,175 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/TBC": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/X9.23": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/TBC": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/X9.23": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/TBC": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/X9.23": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,176 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/TBC": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/X9.23": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,177 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/TBC": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/X9.23": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/TBC": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/X9.23": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/TBC": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/X9.23": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/TBC": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/X9.23": java.lang.NullPointerException 13:35:21,178 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,179 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,179 ERROR [main][CipherTest] transformation "NOEKEON/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,179 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/": java.lang.NullPointerException 13:35:21,179 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,179 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,179 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,179 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,179 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/TBC": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/X9.23": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/TBC": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/X9.23": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/TBC": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/X9.23": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/TBC": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/X9.23": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,180 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/TBC": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/X9.23": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/TBC": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/X9.23": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/TBC": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/X9.23": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/ISO10126": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/PKCS5": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/PKCS7": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/TBC": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/X9.23": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "NOEKEON/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "RC2/CBC-CTS/": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "RC2/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "RC2/CBC/": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "RC2/CBC/ISO10126": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "RC2/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "RC2/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,182 ERROR [main][CipherTest] transformation "RC2/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/PKCS5": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/PKCS7": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/TBC": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/X9.23": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/ISO10126": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/PKCS5": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/PKCS7": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/TBC": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/X9.23": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/TBC": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/X9.23": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/TBC": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/X9.23": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB120/": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,184 ERROR [main][CipherTest] transformation "RC2/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/TBC": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/X9.23": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/TBC": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/X9.23": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/TBC": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/X9.23": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/TBC": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/X9.23": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,186 ERROR [main][CipherTest] transformation "RC2/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB152/TBC": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB152/X9.23": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/TBC": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/X9.23": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/TBC": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/X9.23": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/TBC": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/X9.23": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,188 ERROR [main][CipherTest] transformation "RC2/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB176/TBC": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB176/X9.23": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB184/": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,189 ERROR [main][CipherTest] transformation "RC2/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/TBC": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/X9.23": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/TBC": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/X9.23": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/TBC": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/X9.23": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/TBC": java.lang.NullPointerException 13:35:21,190 ERROR [main][CipherTest] transformation "RC2/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB208/X9.23": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/TBC": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/X9.23": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB224/": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,191 ERROR [main][CipherTest] transformation "RC2/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/TBC": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/X9.23": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/TBC": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/X9.23": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/TBC": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/X9.23": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/TBC": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/X9.23": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/TBC": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/X9.23": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,192 ERROR [main][CipherTest] transformation "RC2/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/TBC": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/X9.23": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/TBC": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/X9.23": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/TBC": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/X9.23": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/TBC": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/X9.23": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/TBC": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/X9.23": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/TBC": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/X9.23": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB72/": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,194 ERROR [main][CipherTest] transformation "RC2/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/TBC": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/X9.23": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/TBC": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/X9.23": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB80/": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,195 ERROR [main][CipherTest] transformation "RC2/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/TBC": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/X9.23": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/TBC": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/X9.23": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/TBC": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,196 ERROR [main][CipherTest] transformation "RC2/CFB96/X9.23": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/EAX/": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/ISO10126": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/ISO10126-2": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/ISO7816-4": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/NOPADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/PKCS5": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/PKCS7": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/TBC": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/TBCPADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/X9.23": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/GOFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/OFB/": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/OFB/ISO10126": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,197 ERROR [main][CipherTest] transformation "RC2/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/PKCS5": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/PKCS7": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/TBC": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/X9.23": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/TBC": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/X9.23": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/TBC": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/X9.23": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB120/": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,198 ERROR [main][CipherTest] transformation "RC2/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/TBC": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/X9.23": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,199 ERROR [main][CipherTest] transformation "RC2/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB128/TBC": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB128/X9.23": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/TBC": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/X9.23": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/TBC": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/X9.23": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/TBC": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/X9.23": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB16/": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,200 ERROR [main][CipherTest] transformation "RC2/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,201 ERROR [main][CipherTest] transformation "RC2/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,201 ERROR [main][CipherTest] transformation "RC2/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,201 ERROR [main][CipherTest] transformation "RC2/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,201 ERROR [main][CipherTest] transformation "RC2/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,201 ERROR [main][CipherTest] transformation "RC2/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,201 ERROR [main][CipherTest] transformation "RC2/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,201 ERROR [main][CipherTest] transformation "RC2/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,201 ERROR [main][CipherTest] transformation "RC2/OFB16/TBC": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB16/X9.23": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/TBC": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/X9.23": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB168/": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,203 ERROR [main][CipherTest] transformation "RC2/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/TBC": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/X9.23": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/TBC": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/X9.23": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/TBC": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,204 ERROR [main][CipherTest] transformation "RC2/OFB184/X9.23": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/TBC": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/X9.23": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/TBC": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/X9.23": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB208/": java.lang.NullPointerException 13:35:21,205 ERROR [main][CipherTest] transformation "RC2/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/TBC": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/X9.23": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/TBC": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/X9.23": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,206 ERROR [main][CipherTest] transformation "RC2/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/TBC": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/X9.23": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/TBC": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/X9.23": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,207 ERROR [main][CipherTest] transformation "RC2/OFB24/": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/TBC": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/X9.23": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/TBC": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/X9.23": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,208 ERROR [main][CipherTest] transformation "RC2/OFB248/": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/TBC": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/X9.23": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/TBC": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/X9.23": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/TBC": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/X9.23": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,209 ERROR [main][CipherTest] transformation "RC2/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/TBC": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/X9.23": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB48/": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,210 ERROR [main][CipherTest] transformation "RC2/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/TBC": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/X9.23": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/TBC": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/X9.23": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/TBC": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/X9.23": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/TBC": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,211 ERROR [main][CipherTest] transformation "RC2/OFB72/X9.23": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB8/": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,212 ERROR [main][CipherTest] transformation "RC2/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/TBC": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/X9.23": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/TBC": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/X9.23": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/TBC": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/X9.23": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/TBC": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/X9.23": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/SIC/": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/SIC/ISO10126": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,213 ERROR [main][CipherTest] transformation "RC2/SIC/PKCS5": java.lang.NullPointerException 13:35:21,214 ERROR [main][CipherTest] transformation "RC2/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,214 ERROR [main][CipherTest] transformation "RC2/SIC/PKCS7": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC2/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC2/SIC/TBC": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC2/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC2/SIC/X9.23": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC2/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC2/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC2/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC-CTS/": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/ISO10126": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/PKCS5": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/PKCS7": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/TBC": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/X9.23": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/ISO10126": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/PKCS5": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/PKCS7": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/TBC": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/X9.23": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/TBC": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/X9.23": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,215 ERROR [main][CipherTest] transformation "RC5-32/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB112/TBC": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB112/X9.23": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/TBC": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/X9.23": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/TBC": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/X9.23": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/TBC": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/X9.23": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,217 ERROR [main][CipherTest] transformation "RC5-32/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB144/TBC": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB144/X9.23": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/TBC": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/X9.23": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/TBC": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/X9.23": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/TBC": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/X9.23": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,219 ERROR [main][CipherTest] transformation "RC5-32/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB168/TBC": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB168/X9.23": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/TBC": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/X9.23": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/TBC": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/X9.23": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/TBC": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/X9.23": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,220 ERROR [main][CipherTest] transformation "RC5-32/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB200/TBC": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB200/X9.23": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/TBC": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/X9.23": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/TBC": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/X9.23": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,221 ERROR [main][CipherTest] transformation "RC5-32/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/TBC": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/X9.23": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/TBC": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/X9.23": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/TBC": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/X9.23": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/TBC": java.lang.NullPointerException 13:35:21,222 ERROR [main][CipherTest] transformation "RC5-32/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB240/X9.23": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/TBC": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/X9.23": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/TBC": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/X9.23": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/TBC": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/X9.23": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB40/": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,223 ERROR [main][CipherTest] transformation "RC5-32/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/TBC": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/X9.23": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/TBC": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/X9.23": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/TBC": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/X9.23": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/TBC": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/X9.23": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,224 ERROR [main][CipherTest] transformation "RC5-32/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/TBC": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/X9.23": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/TBC": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/X9.23": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/TBC": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/X9.23": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/TBC": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/X9.23": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/TBC": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/X9.23": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/EAX/": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,225 ERROR [main][CipherTest] transformation "RC5-32/GOFB/": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/ISO10126": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/ISO10126-2": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/ISO7816-4": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/NOPADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/PKCS5": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/PKCS7": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/TBC": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/TBCPADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/X9.23": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/GOFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/ISO10126": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/PKCS5": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/PKCS7": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,226 ERROR [main][CipherTest] transformation "RC5-32/OFB/TBC": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB/X9.23": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/TBC": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/X9.23": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/TBC": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/X9.23": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/TBC": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/X9.23": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,227 ERROR [main][CipherTest] transformation "RC5-32/OFB128/TBC": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB128/X9.23": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/TBC": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/X9.23": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/TBC": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/X9.23": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/TBC": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/X9.23": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,228 ERROR [main][CipherTest] transformation "RC5-32/OFB16/TBC": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB16/X9.23": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/TBC": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/X9.23": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/TBC": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/X9.23": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/TBC": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/X9.23": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,229 ERROR [main][CipherTest] transformation "RC5-32/OFB184/TBC": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB184/X9.23": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/TBC": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/X9.23": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/TBC": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/X9.23": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/TBC": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/X9.23": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,230 ERROR [main][CipherTest] transformation "RC5-32/OFB216/TBC": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB216/X9.23": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/TBC": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/X9.23": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/TBC": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/X9.23": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/TBC": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/X9.23": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,231 ERROR [main][CipherTest] transformation "RC5-32/OFB240/TBC": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB240/X9.23": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/TBC": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/X9.23": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/TBC": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/X9.23": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/TBC": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/X9.23": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/TBC": java.lang.NullPointerException 13:35:21,232 ERROR [main][CipherTest] transformation "RC5-32/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB40/X9.23": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/TBC": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/X9.23": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/TBC": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/X9.23": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/TBC": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/X9.23": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/TBC": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/X9.23": java.lang.NullPointerException 13:35:21,233 ERROR [main][CipherTest] transformation "RC5-32/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/TBC": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/X9.23": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/TBC": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/X9.23": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/TBC": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/X9.23": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/TBC": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/X9.23": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,234 ERROR [main][CipherTest] transformation "RC5-32/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/ISO10126": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/PKCS5": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/PKCS7": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/TBC": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/X9.23": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC5-32/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC-CTS/": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/ISO10126": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/PKCS5": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/PKCS7": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/TBC": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/X9.23": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/ISO10126": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/PKCS5": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/PKCS7": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/TBC": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/X9.23": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/TBC": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/X9.23": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB112/": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,235 ERROR [main][CipherTest] transformation "RC6/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/TBC": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/X9.23": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/TBC": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/X9.23": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/TBC": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/X9.23": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/TBC": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/X9.23": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/TBC": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/X9.23": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/TBC": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/X9.23": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB16/": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,236 ERROR [main][CipherTest] transformation "RC6/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/TBC": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/X9.23": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/TBC": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/X9.23": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/TBC": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/X9.23": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB176/": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,237 ERROR [main][CipherTest] transformation "RC6/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/TBC": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/X9.23": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/TBC": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/X9.23": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/TBC": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/X9.23": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/TBC": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/X9.23": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/TBC": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/X9.23": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/TBC": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/X9.23": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/TBC": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/X9.23": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/TBC": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/X9.23": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/TBC": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/X9.23": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB240/": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,238 ERROR [main][CipherTest] transformation "RC6/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/TBC": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/X9.23": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/TBC": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/X9.23": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,239 ERROR [main][CipherTest] transformation "RC6/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/TBC": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/X9.23": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/TBC": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/X9.23": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/TBC": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/X9.23": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/TBC": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/X9.23": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB56/": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,240 ERROR [main][CipherTest] transformation "RC6/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/TBC": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/X9.23": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/TBC": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/X9.23": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/TBC": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/X9.23": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/TBC": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/X9.23": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB80/": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,241 ERROR [main][CipherTest] transformation "RC6/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/TBC": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/X9.23": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/TBC": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/X9.23": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/TBC": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/X9.23": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/EAX/": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/GCM/": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/GCM/NOPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/ISO10126": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/PKCS5": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/PKCS7": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/TBC": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/X9.23": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,242 ERROR [main][CipherTest] transformation "RC6/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/TBC": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/X9.23": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/TBC": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/X9.23": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/TBC": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/X9.23": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB128/": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,243 ERROR [main][CipherTest] transformation "RC6/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/TBC": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/X9.23": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB136/": java.lang.NullPointerException 13:35:21,244 ERROR [main][CipherTest] transformation "RC6/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/TBC": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/X9.23": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/TBC": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/X9.23": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/TBC": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/X9.23": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/TBC": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/X9.23": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB160/": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,245 ERROR [main][CipherTest] transformation "RC6/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/TBC": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/X9.23": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/TBC": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/X9.23": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/TBC": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/X9.23": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/TBC": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/X9.23": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB192/": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,246 ERROR [main][CipherTest] transformation "RC6/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/TBC": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/X9.23": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/TBC": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/X9.23": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/TBC": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/X9.23": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/TBC": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/X9.23": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB224/": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,247 ERROR [main][CipherTest] transformation "RC6/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/TBC": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/X9.23": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/TBC": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/X9.23": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/TBC": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/X9.23": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/TBC": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/X9.23": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB248/": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,248 ERROR [main][CipherTest] transformation "RC6/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/TBC": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/X9.23": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/TBC": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/X9.23": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/TBC": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/X9.23": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/TBC": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/X9.23": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB48/": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,249 ERROR [main][CipherTest] transformation "RC6/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/TBC": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/X9.23": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/TBC": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/X9.23": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/TBC": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/X9.23": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/TBC": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/X9.23": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB8/": java.lang.NullPointerException 13:35:21,250 ERROR [main][CipherTest] transformation "RC6/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/TBC": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/X9.23": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/TBC": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/X9.23": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/TBC": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/X9.23": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/TBC": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/X9.23": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/SIC/": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/SIC/ISO10126": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,251 ERROR [main][CipherTest] transformation "RC6/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/PKCS5": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/PKCS7": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/TBC": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/X9.23": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RC6/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC-CTS/": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/ISO10126": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/PKCS5": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/PKCS7": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/TBC": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/X9.23": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/ISO10126": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/PKCS5": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/PKCS7": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/TBC": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/X9.23": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/TBC": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/X9.23": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,252 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/TBC": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/X9.23": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/TBC": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/X9.23": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/TBC": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/X9.23": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/TBC": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/X9.23": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,253 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/TBC": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/X9.23": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/TBC": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/X9.23": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/TBC": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/X9.23": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/TBC": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/X9.23": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,254 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/TBC": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/X9.23": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/TBC": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/X9.23": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/TBC": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/X9.23": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/TBC": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/X9.23": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,255 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/TBC": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/X9.23": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/TBC": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/X9.23": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/TBC": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/X9.23": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/TBC": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/X9.23": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,256 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/TBC": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/X9.23": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/TBC": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/X9.23": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/TBC": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/X9.23": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/TBC": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/X9.23": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,257 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/TBC": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/X9.23": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/TBC": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/X9.23": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/TBC": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/X9.23": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/TBC": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/X9.23": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,258 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/TBC": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/X9.23": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/TBC": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/X9.23": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/TBC": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/X9.23": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/TBC": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/X9.23": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,259 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/TBC": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/X9.23": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/TBC": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/X9.23": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/TBC": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/X9.23": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/EAX/": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/GCM/": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/GCM/NOPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/ISO10126": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/PKCS5": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/PKCS7": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/TBC": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/X9.23": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,260 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/TBC": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/X9.23": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/TBC": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/X9.23": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/TBC": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/X9.23": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/TBC": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/X9.23": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,261 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/TBC": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/X9.23": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/TBC": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/X9.23": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/TBC": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/X9.23": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/TBC": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/X9.23": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,262 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/TBC": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/X9.23": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/TBC": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/X9.23": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/TBC": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/X9.23": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/TBC": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/X9.23": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,263 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/TBC": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/X9.23": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/TBC": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/X9.23": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/TBC": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/X9.23": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/TBC": java.lang.NullPointerException 13:35:21,264 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/X9.23": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/TBC": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/X9.23": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/TBC": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/X9.23": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/TBC": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/X9.23": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,265 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/TBC": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/X9.23": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/TBC": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/X9.23": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/TBC": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/X9.23": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/TBC": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/X9.23": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,266 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/TBC": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/X9.23": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/TBC": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/X9.23": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/TBC": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/X9.23": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,267 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/TBC": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/X9.23": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/TBC": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/X9.23": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/TBC": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/X9.23": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/TBC": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/X9.23": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,268 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/TBC": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/X9.23": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/TBC": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/X9.23": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/ISO10126": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/PKCS5": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/PKCS7": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/TBC": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/X9.23": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "RIJNDAEL/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SALSA20//": java.lang.IllegalArgumentException: Salsa20 Init parameters must include a key 13:35:21,269 ERROR [main][CipherTest] transformation "SALSA20//NOPADDING": java.lang.IllegalArgumentException: Salsa20 Init parameters must include a key 13:35:21,269 ERROR [main][CipherTest] transformation "SALSA20/ECB/": java.lang.IllegalArgumentException: Salsa20 Init parameters must include a key 13:35:21,269 ERROR [main][CipherTest] transformation "SALSA20/ECB/NOPADDING": java.lang.IllegalArgumentException: Salsa20 Init parameters must include a key 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC-CTS/": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/ISO10126": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/PKCS5": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/PKCS7": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/TBC": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/X9.23": java.lang.NullPointerException 13:35:21,269 ERROR [main][CipherTest] transformation "SEED/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/ISO10126": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/PKCS5": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/PKCS7": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/TBC": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/X9.23": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/TBC": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/X9.23": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/TBC": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/X9.23": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/TBC": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/X9.23": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,270 ERROR [main][CipherTest] transformation "SEED/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/TBC": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/X9.23": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/TBC": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/X9.23": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/TBC": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/X9.23": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/TBC": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/X9.23": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB16/": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,271 ERROR [main][CipherTest] transformation "SEED/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/TBC": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/X9.23": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/TBC": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/X9.23": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/TBC": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/X9.23": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/TBC": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/X9.23": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB184/": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,272 ERROR [main][CipherTest] transformation "SEED/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/TBC": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/X9.23": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/TBC": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/X9.23": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/TBC": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/X9.23": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/TBC": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/X9.23": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,273 ERROR [main][CipherTest] transformation "SEED/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB216/TBC": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB216/X9.23": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/TBC": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/X9.23": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/TBC": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/X9.23": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/TBC": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/X9.23": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB240/": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,274 ERROR [main][CipherTest] transformation "SEED/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB240/TBC": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB240/X9.23": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/TBC": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/X9.23": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/TBC": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/X9.23": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/TBC": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/X9.23": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB40/": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,275 ERROR [main][CipherTest] transformation "SEED/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/TBC": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/X9.23": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/TBC": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/X9.23": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/TBC": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/X9.23": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,276 ERROR [main][CipherTest] transformation "SEED/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB64/TBC": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB64/X9.23": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/TBC": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/X9.23": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/TBC": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/X9.23": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/TBC": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/X9.23": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/TBC": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/X9.23": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/TBC": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/X9.23": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/EAX/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/GCM/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/GCM/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/ISO10126": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/PKCS5": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/PKCS7": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/TBC": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/X9.23": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/TBC": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/X9.23": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/TBC": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/X9.23": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,277 ERROR [main][CipherTest] transformation "SEED/OFB120/": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/TBC": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/X9.23": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/TBC": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/X9.23": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/TBC": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/X9.23": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/TBC": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/X9.23": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,278 ERROR [main][CipherTest] transformation "SEED/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB152/TBC": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB152/X9.23": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/TBC": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/X9.23": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/TBC": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/X9.23": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/TBC": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/X9.23": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,279 ERROR [main][CipherTest] transformation "SEED/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB176/TBC": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB176/X9.23": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/TBC": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/X9.23": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/TBC": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/X9.23": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/TBC": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/X9.23": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/TBC": java.lang.NullPointerException 13:35:21,280 ERROR [main][CipherTest] transformation "SEED/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB208/X9.23": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/TBC": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/X9.23": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/TBC": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/X9.23": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/TBC": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/X9.23": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/TBC": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/X9.23": java.lang.NullPointerException 13:35:21,281 ERROR [main][CipherTest] transformation "SEED/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/TBC": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/X9.23": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/TBC": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/X9.23": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/TBC": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/X9.23": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/TBC": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/X9.23": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,282 ERROR [main][CipherTest] transformation "SEED/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/TBC": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/X9.23": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/TBC": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/X9.23": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/TBC": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/X9.23": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/TBC": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/X9.23": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB72/": java.lang.NullPointerException 13:35:21,283 ERROR [main][CipherTest] transformation "SEED/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/TBC": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/X9.23": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/TBC": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/X9.23": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/TBC": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/X9.23": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/TBC": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/X9.23": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB96/": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,284 ERROR [main][CipherTest] transformation "SEED/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/TBC": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/X9.23": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/ISO10126": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/PKCS5": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/PKCS7": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/TBC": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/X9.23": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SEED/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC-CTS/": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/ISO10126": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/PKCS5": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/PKCS7": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/TBC": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/X9.23": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/ISO10126": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/PKCS5": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/PKCS7": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/TBC": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/X9.23": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB104/": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,285 ERROR [main][CipherTest] transformation "SERPENT/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/TBC": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/X9.23": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/TBC": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/X9.23": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/TBC": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/X9.23": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/TBC": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/X9.23": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB136/": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,286 ERROR [main][CipherTest] transformation "SERPENT/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/TBC": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/X9.23": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/TBC": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/X9.23": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/TBC": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/X9.23": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/TBC": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/X9.23": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB160/": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,288 ERROR [main][CipherTest] transformation "SERPENT/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/TBC": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/X9.23": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/TBC": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/X9.23": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/TBC": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/X9.23": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/TBC": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/X9.23": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB192/": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,289 ERROR [main][CipherTest] transformation "SERPENT/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/TBC": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/X9.23": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/TBC": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/X9.23": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/TBC": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/X9.23": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/TBC": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/X9.23": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB224/": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,290 ERROR [main][CipherTest] transformation "SERPENT/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/TBC": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/X9.23": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/TBC": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/X9.23": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/TBC": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/X9.23": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/TBC": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/X9.23": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB248/": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,291 ERROR [main][CipherTest] transformation "SERPENT/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/TBC": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/X9.23": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/TBC": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/X9.23": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/TBC": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/X9.23": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/TBC": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/X9.23": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB48/": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,292 ERROR [main][CipherTest] transformation "SERPENT/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/TBC": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/X9.23": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/TBC": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/X9.23": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/TBC": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/X9.23": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/TBC": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/X9.23": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB8/": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,293 ERROR [main][CipherTest] transformation "SERPENT/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/TBC": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/X9.23": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/TBC": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/X9.23": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/TBC": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/X9.23": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/TBC": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/X9.23": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/EAX/": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/GCM/": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/GCM/NOPADDING": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/OFB/": java.lang.NullPointerException 13:35:21,294 ERROR [main][CipherTest] transformation "SERPENT/OFB/ISO10126": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/PKCS5": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/PKCS7": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/TBC": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/X9.23": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/TBC": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/X9.23": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/TBC": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/X9.23": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/TBC": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/X9.23": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB128/": java.lang.NullPointerException 13:35:21,295 ERROR [main][CipherTest] transformation "SERPENT/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/TBC": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/X9.23": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/TBC": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/X9.23": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/TBC": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/X9.23": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/TBC": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/X9.23": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB16/": java.lang.NullPointerException 13:35:21,296 ERROR [main][CipherTest] transformation "SERPENT/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/TBC": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/X9.23": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/TBC": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/X9.23": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/TBC": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/X9.23": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/TBC": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/X9.23": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB184/": java.lang.NullPointerException 13:35:21,297 ERROR [main][CipherTest] transformation "SERPENT/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/TBC": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/X9.23": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/TBC": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/X9.23": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/TBC": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/X9.23": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/TBC": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/X9.23": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB216/": java.lang.NullPointerException 13:35:21,298 ERROR [main][CipherTest] transformation "SERPENT/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/TBC": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/X9.23": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/TBC": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/X9.23": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/TBC": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/X9.23": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/TBC": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/X9.23": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB240/": java.lang.NullPointerException 13:35:21,299 ERROR [main][CipherTest] transformation "SERPENT/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/TBC": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/X9.23": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/TBC": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/X9.23": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/TBC": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/X9.23": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/TBC": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/X9.23": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB40/": java.lang.NullPointerException 13:35:21,300 ERROR [main][CipherTest] transformation "SERPENT/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/TBC": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/X9.23": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/TBC": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/X9.23": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/TBC": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/X9.23": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/TBC": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/X9.23": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB72/": java.lang.NullPointerException 13:35:21,301 ERROR [main][CipherTest] transformation "SERPENT/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/TBC": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/X9.23": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/TBC": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/X9.23": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/TBC": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/X9.23": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/TBC": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/X9.23": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB96/": java.lang.NullPointerException 13:35:21,302 ERROR [main][CipherTest] transformation "SERPENT/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/TBC": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/X9.23": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/ISO10126": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/PKCS5": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/PKCS7": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/TBC": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/X9.23": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SERPENT/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC-CTS/": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/ISO10126": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/PKCS5": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/PKCS7": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/TBC": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/X9.23": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/ISO10126": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/PKCS5": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/PKCS7": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/TBC": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/X9.23": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,303 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/TBC": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/X9.23": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/TBC": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/X9.23": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/TBC": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/X9.23": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/TBC": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/X9.23": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/": java.lang.NullPointerException 13:35:21,304 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/TBC": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/X9.23": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/TBC": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/X9.23": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/TBC": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/X9.23": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/TBC": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/X9.23": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/": java.lang.NullPointerException 13:35:21,305 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/TBC": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/X9.23": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/TBC": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/X9.23": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/TBC": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/X9.23": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/TBC": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/X9.23": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/": java.lang.NullPointerException 13:35:21,306 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/TBC": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/X9.23": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/TBC": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/X9.23": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/TBC": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/X9.23": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/TBC": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/X9.23": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/": java.lang.NullPointerException 13:35:21,307 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/TBC": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/X9.23": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/TBC": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/X9.23": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/TBC": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/X9.23": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/TBC": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/X9.23": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/": java.lang.NullPointerException 13:35:21,308 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/TBC": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/X9.23": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/TBC": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/X9.23": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/TBC": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/X9.23": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/TBC": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/X9.23": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/": java.lang.NullPointerException 13:35:21,309 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/TBC": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/X9.23": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/TBC": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/X9.23": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/TBC": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/X9.23": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/TBC": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/X9.23": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/": java.lang.NullPointerException 13:35:21,310 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/TBC": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/X9.23": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/TBC": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/X9.23": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/TBC": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/X9.23": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/TBC": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/X9.23": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/EAX/": java.lang.NullPointerException 13:35:21,311 ERROR [main][CipherTest] transformation "SKIPJACK/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/ISO10126": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/ISO10126-2": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/ISO7816-4": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/NOPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/PKCS5": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/PKCS7": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/TBC": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/TBCPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/X9.23": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/GOFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/ISO10126": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/PKCS5": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/PKCS7": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/TBC": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/X9.23": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/TBC": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/X9.23": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/TBC": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/X9.23": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,312 ERROR [main][CipherTest] transformation "SKIPJACK/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/TBC": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/X9.23": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/TBC": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/X9.23": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/TBC": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/X9.23": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/TBC": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/X9.23": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,313 ERROR [main][CipherTest] transformation "SKIPJACK/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/TBC": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/X9.23": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/TBC": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/X9.23": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/TBC": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/X9.23": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/TBC": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/X9.23": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,314 ERROR [main][CipherTest] transformation "SKIPJACK/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/TBC": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/X9.23": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/TBC": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/X9.23": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/TBC": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/X9.23": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/TBC": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/X9.23": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,315 ERROR [main][CipherTest] transformation "SKIPJACK/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/TBC": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/X9.23": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/TBC": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/X9.23": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/TBC": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/X9.23": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/TBC": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/X9.23": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/TBC": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,316 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/X9.23": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/TBC": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/X9.23": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/TBC": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/X9.23": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/TBC": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/X9.23": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/TBC": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/X9.23": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/TBC": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/X9.23": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/TBC": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/X9.23": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/TBC": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/X9.23": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,317 ERROR [main][CipherTest] transformation "SKIPJACK/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/TBC": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/X9.23": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/TBC": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/X9.23": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/TBC": java.lang.NullPointerException 13:35:21,318 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/X9.23": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/TBC": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/X9.23": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/TBC": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/X9.23": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/TBC": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/X9.23": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/ISO10126": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/PKCS5": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/PKCS7": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/TBC": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/X9.23": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "SKIPJACK/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC-CTS/": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/ISO10126": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/PKCS5": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/PKCS7": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/TBC": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/X9.23": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/ISO10126": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/PKCS5": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/PKCS7": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/TBC": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/X9.23": java.lang.NullPointerException 13:35:21,319 ERROR [main][CipherTest] transformation "TEA/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/TBC": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/X9.23": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/TBC": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/X9.23": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/TBC": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/X9.23": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/TBC": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/X9.23": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB136/": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,320 ERROR [main][CipherTest] transformation "TEA/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/TBC": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/X9.23": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/TBC": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/X9.23": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/TBC": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/X9.23": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/TBC": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/X9.23": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB160/": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,321 ERROR [main][CipherTest] transformation "TEA/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB160/TBC": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB160/X9.23": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/TBC": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/X9.23": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/TBC": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/X9.23": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/TBC": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/X9.23": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,322 ERROR [main][CipherTest] transformation "TEA/CFB192/TBC": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB192/X9.23": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/TBC": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/X9.23": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/TBC": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/X9.23": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/TBC": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/X9.23": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,323 ERROR [main][CipherTest] transformation "TEA/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB224/TBC": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB224/X9.23": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/TBC": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/X9.23": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/TBC": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/X9.23": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/TBC": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/X9.23": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/TBC": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/X9.23": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB256/": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,324 ERROR [main][CipherTest] transformation "TEA/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/TBC": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/X9.23": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/TBC": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/X9.23": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/TBC": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/X9.23": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/TBC": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/X9.23": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB56/": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,325 ERROR [main][CipherTest] transformation "TEA/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/TBC": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/X9.23": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/TBC": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/X9.23": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/TBC": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/X9.23": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/TBC": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/X9.23": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,326 ERROR [main][CipherTest] transformation "TEA/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB80/TBC": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB80/X9.23": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/TBC": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/X9.23": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/TBC": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/X9.23": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/EAX/": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/ISO10126": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/ISO10126-2": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/ISO7816-4": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/NOPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/PKCS5": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/PKCS7": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/TBC": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/TBCPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/X9.23": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/GOFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/ISO10126": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/PKCS5": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/PKCS7": java.lang.NullPointerException 13:35:21,327 ERROR [main][CipherTest] transformation "TEA/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB/TBC": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB/X9.23": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/TBC": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/X9.23": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/TBC": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/X9.23": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/TBC": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/X9.23": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/TBC": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/X9.23": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB136/": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,328 ERROR [main][CipherTest] transformation "TEA/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/TBC": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/X9.23": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/TBC": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/X9.23": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/TBC": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/X9.23": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/TBC": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/X9.23": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB160/": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,329 ERROR [main][CipherTest] transformation "TEA/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/TBC": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/X9.23": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/TBC": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/X9.23": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/TBC": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/X9.23": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/TBC": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/X9.23": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB192/": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,331 ERROR [main][CipherTest] transformation "TEA/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB192/TBC": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB192/X9.23": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/TBC": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/X9.23": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/TBC": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/X9.23": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/TBC": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/X9.23": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,332 ERROR [main][CipherTest] transformation "TEA/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB224/TBC": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB224/X9.23": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/TBC": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/X9.23": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/TBC": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/X9.23": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/TBC": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/X9.23": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,333 ERROR [main][CipherTest] transformation "TEA/OFB248/TBC": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB248/X9.23": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/TBC": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/X9.23": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/TBC": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/X9.23": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/TBC": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/X9.23": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/TBC": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/X9.23": java.lang.NullPointerException 13:35:21,334 ERROR [main][CipherTest] transformation "TEA/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/TBC": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/X9.23": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/TBC": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/X9.23": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/TBC": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/X9.23": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/TBC": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/X9.23": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB80/": java.lang.NullPointerException 13:35:21,335 ERROR [main][CipherTest] transformation "TEA/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/TBC": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/X9.23": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/TBC": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/X9.23": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/TBC": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/X9.23": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/ISO10126": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/PKCS5": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/PKCS7": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/TBC": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/X9.23": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TEA/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TWOFISH/CBC-CTS/": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TWOFISH/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TWOFISH/CBC/": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TWOFISH/CBC/ISO10126": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TWOFISH/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,336 ERROR [main][CipherTest] transformation "TWOFISH/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/PKCS5": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/PKCS7": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/TBC": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/X9.23": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/ISO10126": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/PKCS5": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/PKCS7": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/TBC": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/X9.23": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/TBC": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/X9.23": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/TBC": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/X9.23": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,337 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/TBC": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/X9.23": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/TBC": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/X9.23": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/TBC": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/X9.23": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/TBC": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/X9.23": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,338 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/TBC": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/X9.23": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/TBC": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/X9.23": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/TBC": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/X9.23": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/TBC": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/X9.23": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,339 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/TBC": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/X9.23": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/TBC": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/X9.23": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/TBC": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/X9.23": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/TBC": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/X9.23": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,340 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/TBC": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/X9.23": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/TBC": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/X9.23": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/TBC": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/X9.23": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/TBC": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/X9.23": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,341 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/TBC": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/X9.23": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/TBC": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/X9.23": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/TBC": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/X9.23": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/TBC": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/X9.23": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,342 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/TBC": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/X9.23": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/TBC": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/X9.23": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/TBC": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/X9.23": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/TBC": java.lang.NullPointerException 13:35:21,343 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/X9.23": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/TBC": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/X9.23": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/TBC": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/X9.23": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/TBC": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/X9.23": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,344 ERROR [main][CipherTest] transformation "TWOFISH/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/TBC": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/X9.23": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/TBC": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/X9.23": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/TBC": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/X9.23": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/EAX/": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/GCM/": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/GCM/NOPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/ISO10126": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/PKCS5": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/PKCS7": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/TBC": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/X9.23": java.lang.NullPointerException 13:35:21,345 ERROR [main][CipherTest] transformation "TWOFISH/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/TBC": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/X9.23": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/TBC": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/X9.23": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/TBC": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/X9.23": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/TBC": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,346 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/X9.23": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/TBC": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/X9.23": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/TBC": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/X9.23": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/TBC": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/X9.23": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,347 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/TBC": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/X9.23": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/TBC": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/X9.23": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/TBC": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/X9.23": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/TBC": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/X9.23": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,348 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/TBC": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/X9.23": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/TBC": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/X9.23": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/TBC": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/X9.23": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/TBC": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/X9.23": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,349 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/TBC": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/X9.23": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/TBC": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/X9.23": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/TBC": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/X9.23": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/TBC": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,350 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/X9.23": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/TBC": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/X9.23": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/TBC": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/X9.23": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/TBC": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/X9.23": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,351 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/TBC": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/X9.23": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/TBC": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/X9.23": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/TBC": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/X9.23": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/TBC": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/X9.23": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,352 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/TBC": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/X9.23": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/TBC": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/X9.23": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/TBC": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/X9.23": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,353 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/TBC": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/X9.23": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/TBC": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/X9.23": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/TBC": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/X9.23": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/ISO10126": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/PKCS5": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/PKCS7": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/TBC": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/X9.23": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "TWOFISH/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC-CTS/": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC-CTS/NOPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/ISO10126": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/ISO10126-2": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/ISO7816-4": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/NOPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/PKCS5": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/PKCS7": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/TBC": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/TBCPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/X9.23": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/X9.23PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/ZEROBYTE": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CBC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/ISO10126": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/ISO10126-2": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/ISO7816-4": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/NOPADDING": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/PKCS5": java.lang.NullPointerException 13:35:21,354 ERROR [main][CipherTest] transformation "XTEA/CFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB/PKCS7": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB/TBC": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB/TBCPADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB/X9.23": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/ISO10126": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/NOPADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/PKCS5": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/PKCS7": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/TBC": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/X9.23": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/ISO10126": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/NOPADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/PKCS5": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/PKCS7": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/TBC": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/X9.23": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB120/": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB120/ISO10126": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,355 ERROR [main][CipherTest] transformation "XTEA/CFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/NOPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/PKCS5": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/PKCS7": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/TBC": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/X9.23": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/ISO10126": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/NOPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/PKCS5": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/PKCS7": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/TBC": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/X9.23": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/ISO10126": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/NOPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/PKCS5": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/PKCS7": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/TBC": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/X9.23": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/ISO10126": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/NOPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/PKCS5": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/PKCS7": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/TBC": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/X9.23": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB152/": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB152/ISO10126": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,356 ERROR [main][CipherTest] transformation "XTEA/CFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/NOPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/PKCS5": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/PKCS7": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/TBC": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/X9.23": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/ISO10126": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/NOPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/PKCS5": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/PKCS7": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/TBC": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/X9.23": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/ISO10126": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/NOPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/PKCS5": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/PKCS7": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/TBC": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/X9.23": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/ISO10126": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/NOPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/PKCS5": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/PKCS7": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/TBC": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/X9.23": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB176/": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB176/ISO10126": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,357 ERROR [main][CipherTest] transformation "XTEA/CFB176/NOPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/PKCS5": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/PKCS7": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/TBC": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/X9.23": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/ISO10126": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/NOPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/PKCS5": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/PKCS7": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/TBC": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/X9.23": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/ISO10126": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/NOPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/PKCS5": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/PKCS7": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/TBC": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/X9.23": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/ISO10126": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/NOPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/PKCS5": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/PKCS7": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/TBC": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/X9.23": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/ISO10126": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/NOPADDING": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/PKCS5": java.lang.NullPointerException 13:35:21,358 ERROR [main][CipherTest] transformation "XTEA/CFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB208/PKCS7": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB208/TBC": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB208/X9.23": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/ISO10126": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/NOPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/PKCS5": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/PKCS7": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/TBC": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/X9.23": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/ISO10126": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/NOPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/PKCS5": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/PKCS7": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/TBC": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/X9.23": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/ISO10126": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/NOPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/PKCS5": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/PKCS7": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/TBC": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/X9.23": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/ISO10126": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/NOPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/PKCS5": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/PKCS7": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/TBC": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/X9.23": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/ISO10126": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/NOPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/PKCS5": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/PKCS7": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/TBC": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/X9.23": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/ISO10126": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/NOPADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/PKCS5": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/PKCS7": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,359 ERROR [main][CipherTest] transformation "XTEA/CFB248/TBC": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB248/X9.23": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/ISO10126": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/NOPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/PKCS5": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/PKCS7": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/TBC": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/X9.23": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/ISO10126": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/NOPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/PKCS5": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/PKCS7": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/TBC": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/X9.23": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/ISO10126": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/NOPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/PKCS5": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/PKCS7": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/TBC": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/X9.23": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/ISO10126": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/NOPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/PKCS5": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/PKCS7": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/TBC": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/X9.23": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/ISO10126": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/NOPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/PKCS5": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/PKCS7": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/TBC": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/X9.23": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,360 ERROR [main][CipherTest] transformation "XTEA/CFB64/": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/ISO10126": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/NOPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/PKCS5": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/PKCS7": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/TBC": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/X9.23": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/ISO10126": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/NOPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/PKCS5": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/PKCS7": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/TBC": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/X9.23": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/ISO10126": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/NOPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/PKCS5": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/PKCS7": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/TBC": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/X9.23": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/ISO10126": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/NOPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/PKCS5": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/PKCS7": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/TBC": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/X9.23": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/ISO10126": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/NOPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/PKCS5": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/PKCS7": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/TBC": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/X9.23": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/ISO10126": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/NOPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/PKCS5": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/PKCS7": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/TBC": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/X9.23": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/CFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/EAX/": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/EAX/NOPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/ISO10126": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/ISO10126-2": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/ISO7816-4": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/NOPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/PKCS5": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/PKCS7": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/TBC": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/TBCPADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/X9.23": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,361 ERROR [main][CipherTest] transformation "XTEA/GOFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/ISO10126": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/ISO10126-2": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/ISO10126PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/ISO7816-4": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/NOPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/PKCS5": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/PKCS5PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/PKCS7": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/PKCS7PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/TBC": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/TBCPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/X9.23": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/X9.23PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/ZEROBYTE": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/ISO10126": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/ISO10126-2": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/ISO10126PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/ISO7816-4": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/NOPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/PKCS5": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/PKCS5PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/PKCS7": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/PKCS7PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/TBC": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/TBCPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/X9.23": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/X9.23PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/ZEROBYTE": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB104/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/ISO10126": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/ISO10126-2": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/ISO10126PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/ISO7816-4": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/NOPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/PKCS5": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/PKCS5PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/PKCS7": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/PKCS7PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/TBC": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/TBCPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/X9.23": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/X9.23PADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/ZEROBYTE": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB112/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB120/": java.lang.NullPointerException 13:35:21,362 ERROR [main][CipherTest] transformation "XTEA/OFB120/ISO10126": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/ISO10126-2": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/ISO10126PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/ISO7816-4": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/NOPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/PKCS5": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/PKCS5PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/PKCS7": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/PKCS7PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/TBC": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/TBCPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/X9.23": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/X9.23PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/ZEROBYTE": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB120/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/ISO10126": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/ISO10126-2": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/ISO10126PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/ISO7816-4": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/NOPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/PKCS5": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/PKCS5PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/PKCS7": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/PKCS7PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/TBC": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/TBCPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/X9.23": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/X9.23PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/ZEROBYTE": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB128/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/ISO10126": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/ISO10126-2": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/ISO10126PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/ISO7816-4": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/NOPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/PKCS5": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/PKCS5PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/PKCS7": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/PKCS7PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/TBC": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/TBCPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/X9.23": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/X9.23PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/ZEROBYTE": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB136/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/ISO10126": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/ISO10126-2": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/ISO10126PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/ISO7816-4": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/NOPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/PKCS5": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/PKCS5PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/PKCS7": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/PKCS7PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/TBC": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/TBCPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/X9.23": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/X9.23PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/ZEROBYTE": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB144/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB152/": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB152/ISO10126": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB152/ISO10126-2": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB152/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB152/ISO10126PADDING": java.lang.NullPointerException 13:35:21,363 ERROR [main][CipherTest] transformation "XTEA/OFB152/ISO7816-4": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/NOPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/PKCS5": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/PKCS5PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/PKCS7": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/PKCS7PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/TBC": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/TBCPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/X9.23": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/X9.23PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/ZEROBYTE": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB152/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/ISO10126": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/ISO10126-2": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/ISO10126PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/ISO7816-4": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/NOPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/PKCS5": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/PKCS5PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/PKCS7": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/PKCS7PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/TBC": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/TBCPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/X9.23": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/X9.23PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/ZEROBYTE": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB16/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/ISO10126": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/ISO10126-2": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/ISO10126PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/ISO7816-4": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/NOPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/PKCS5": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/PKCS5PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/PKCS7": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/PKCS7PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/TBC": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/TBCPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/X9.23": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/X9.23PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/ZEROBYTE": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB160/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/ISO10126": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/ISO10126-2": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/ISO10126PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/ISO7816-4": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/NOPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/PKCS5": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/PKCS5PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/PKCS7": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/PKCS7PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/TBC": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/TBCPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/X9.23": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/X9.23PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/ZEROBYTE": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB168/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB176/": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB176/ISO10126": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB176/ISO10126-2": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB176/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB176/ISO10126PADDING": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB176/ISO7816-4": java.lang.NullPointerException 13:35:21,364 ERROR [main][CipherTest] transformation "XTEA/OFB176/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/NOPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/PKCS5": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/PKCS5PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/PKCS7": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/PKCS7PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/TBC": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/TBCPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/X9.23": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/X9.23PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/ZEROBYTE": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB176/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/ISO10126": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/ISO10126-2": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/ISO10126PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/ISO7816-4": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/NOPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/PKCS5": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/PKCS5PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/PKCS7": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/PKCS7PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/TBC": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/TBCPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/X9.23": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/X9.23PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/ZEROBYTE": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB184/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/ISO10126": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/ISO10126-2": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/ISO10126PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/ISO7816-4": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/NOPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/PKCS5": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/PKCS5PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/PKCS7": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/PKCS7PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/TBC": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/TBCPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/X9.23": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/X9.23PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/ZEROBYTE": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB192/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/ISO10126": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/ISO10126-2": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/ISO10126PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/ISO7816-4": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/NOPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/PKCS5": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/PKCS5PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/PKCS7": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/PKCS7PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/TBC": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/TBCPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/X9.23": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/X9.23PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/ZEROBYTE": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB200/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/ISO10126": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/ISO10126-2": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/ISO10126PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/ISO7816-4": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/NOPADDING": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/PKCS5": java.lang.NullPointerException 13:35:21,365 ERROR [main][CipherTest] transformation "XTEA/OFB208/PKCS5PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB208/PKCS7": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB208/PKCS7PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB208/TBC": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB208/TBCPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB208/X9.23": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB208/X9.23PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB208/ZEROBYTE": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB208/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/ISO10126": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/ISO10126-2": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/ISO10126PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/ISO7816-4": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/NOPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/PKCS5": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/PKCS5PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/PKCS7": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/PKCS7PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/TBC": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/TBCPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/X9.23": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/X9.23PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/ZEROBYTE": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB216/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/ISO10126": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/ISO10126-2": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/ISO10126PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/ISO7816-4": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/NOPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/PKCS5": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/PKCS5PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/PKCS7": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/PKCS7PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/TBC": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/TBCPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/X9.23": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/X9.23PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/ZEROBYTE": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB224/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/ISO10126": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/ISO10126-2": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/ISO10126PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/ISO7816-4": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/NOPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/PKCS5": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/PKCS5PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/PKCS7": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/PKCS7PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/TBC": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/TBCPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/X9.23": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/X9.23PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/ZEROBYTE": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB232/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB24/": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB24/ISO10126": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB24/ISO10126-2": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB24/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB24/ISO10126PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB24/ISO7816-4": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB24/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB24/NOPADDING": java.lang.NullPointerException 13:35:21,366 ERROR [main][CipherTest] transformation "XTEA/OFB24/PKCS5": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB24/PKCS5PADDING": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB24/PKCS7": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB24/PKCS7PADDING": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB24/TBC": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB24/TBCPADDING": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB24/X9.23": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB24/X9.23PADDING": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB24/ZEROBYTE": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB24/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/ISO10126": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/ISO10126-2": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/ISO10126PADDING": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/ISO7816-4": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/NOPADDING": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/PKCS5": java.lang.NullPointerException 13:35:21,367 ERROR [main][CipherTest] transformation "XTEA/OFB240/PKCS5PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB240/PKCS7": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB240/PKCS7PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB240/TBC": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB240/TBCPADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB240/X9.23": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB240/X9.23PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB240/ZEROBYTE": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB240/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/ISO10126": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/ISO10126-2": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/ISO10126PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/ISO7816-4": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/NOPADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/PKCS5": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/PKCS5PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/PKCS7": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/PKCS7PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/TBC": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/TBCPADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/X9.23": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/X9.23PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/ZEROBYTE": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB248/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/ISO10126": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/ISO10126-2": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/ISO10126PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/ISO7816-4": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/NOPADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/PKCS5": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/PKCS5PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/PKCS7": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/PKCS7PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/TBC": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/TBCPADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/X9.23": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/X9.23PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/ZEROBYTE": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB256/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/ISO10126": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/ISO10126-2": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/ISO10126PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/ISO7816-4": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/NOPADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/PKCS5": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/PKCS5PADDING": java.lang.NullPointerException 13:35:21,368 ERROR [main][CipherTest] transformation "XTEA/OFB32/PKCS7": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB32/PKCS7PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB32/TBC": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB32/TBCPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB32/X9.23": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB32/X9.23PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB32/ZEROBYTE": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB32/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/ISO10126": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/ISO10126-2": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/ISO10126PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/ISO7816-4": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/NOPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/PKCS5": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/PKCS5PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/PKCS7": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/PKCS7PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/TBC": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/TBCPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/X9.23": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/X9.23PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/ZEROBYTE": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB40/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/ISO10126": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/ISO10126-2": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/ISO10126PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/ISO7816-4": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/NOPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/PKCS5": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/PKCS5PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/PKCS7": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/PKCS7PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/TBC": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/TBCPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/X9.23": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/X9.23PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/ZEROBYTE": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB48/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/ISO10126": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/ISO10126-2": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/ISO10126PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/ISO7816-4": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/NOPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/PKCS5": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/PKCS5PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/PKCS7": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/PKCS7PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/TBC": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/TBCPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/X9.23": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/X9.23PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/ZEROBYTE": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB56/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/ISO10126": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/ISO10126-2": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/ISO10126PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/ISO7816-4": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/NOPADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/PKCS5": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/PKCS5PADDING": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/PKCS7": java.lang.NullPointerException 13:35:21,369 ERROR [main][CipherTest] transformation "XTEA/OFB64/PKCS7PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB64/TBC": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB64/TBCPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB64/X9.23": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB64/X9.23PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB64/ZEROBYTE": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB64/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/ISO10126": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/ISO10126-2": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/ISO10126PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/ISO7816-4": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/NOPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/PKCS5": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/PKCS5PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/PKCS7": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/PKCS7PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/TBC": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/TBCPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/X9.23": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/X9.23PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/ZEROBYTE": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB72/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/ISO10126": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/ISO10126-2": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/ISO10126PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/ISO7816-4": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/NOPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/PKCS5": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/PKCS5PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/PKCS7": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/PKCS7PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/TBC": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/TBCPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/X9.23": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/X9.23PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/ZEROBYTE": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB8/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/ISO10126": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/ISO10126-2": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/ISO10126PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/ISO7816-4": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/NOPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/PKCS5": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/PKCS5PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/PKCS7": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/PKCS7PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/TBC": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/TBCPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/X9.23": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/X9.23PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/ZEROBYTE": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB80/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/ISO10126": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/ISO10126-2": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/ISO10126PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/ISO7816-4": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/NOPADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/PKCS5": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/PKCS5PADDING": java.lang.NullPointerException 13:35:21,370 ERROR [main][CipherTest] transformation "XTEA/OFB88/PKCS7": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB88/PKCS7PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB88/TBC": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB88/TBCPADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB88/X9.23": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB88/X9.23PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB88/ZEROBYTE": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB88/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/ISO10126": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/ISO10126-2": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/ISO10126PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/ISO7816-4": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/NOPADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/PKCS5": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/PKCS5PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/PKCS7": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/PKCS7PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/TBC": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/TBCPADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/X9.23": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/X9.23PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/ZEROBYTE": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/OFB96/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/ISO10126": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/ISO10126-2": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/ISO10126-2PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/ISO10126PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/ISO7816-4": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/ISO7816-4PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/NOPADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/PKCS5": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/PKCS5PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/PKCS7": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/PKCS7PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/TBC": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/TBCPADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/X9.23": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/X9.23PADDING": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/ZEROBYTE": java.lang.NullPointerException 13:35:21,371 ERROR [main][CipherTest] transformation "XTEA/SIC/ZEROBYTEPADDING": java.lang.NullPointerException 13:35:21,372 ERROR [main][CipherTest] <<<<<<<<<<<<<<<<<<<<<<<<<<<< Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.432 sec Results : Tests in error: testEncryptionWithCipher(org.cumulus4j.crypto.test.GCMTest) Tests run: 8, Failures: 0, Errors: 1, Skipped: 0 [ERROR] There are test failures. Please refer to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/surefire-reports for the individual test results. [JENKINS] Recording test results log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter). log4j:WARN Please initialize the log4j system properly. [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.crypto --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.crypto --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/crypto already added, skipping [INFO] org/cumulus4j/crypto/internal already added, skipping [INFO] org/cumulus4j/crypto/internal/asymmetric already added, skipping [INFO] org/cumulus4j/crypto/internal/asymmetric/keypairgenerator already added, skipping [INFO] org/cumulus4j/crypto/internal/symmetric already added, skipping [INFO] org/cumulus4j/crypto/internal/symmetric/mode already added, skipping [INFO] org/cumulus4j/crypto/internal/mac already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/crypto already added, skipping [INFO] org/cumulus4j/crypto/internal already added, skipping [INFO] org/cumulus4j/crypto/internal/asymmetric already added, skipping [INFO] org/cumulus4j/crypto/internal/asymmetric/keypairgenerator already added, skipping [INFO] org/cumulus4j/crypto/internal/symmetric already added, skipping [INFO] org/cumulus4j/crypto/internal/symmetric/mode already added, skipping [INFO] org/cumulus4j/crypto/internal/mac already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.crypto --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.crypto --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.pom Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.pom Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.pom (4 KB at 64.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.jar Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.jar Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/maven-datanucleus-plugin/3.2.0-m1/maven-datanucleus-plugin-3.2.0-m1.jar (22 KB at 725.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/jdo/jdo-api/maven-metadata.xml Downloading: http://www.datanucleus.org/downloads/maven2-nightly/javax/jdo/jdo-api/maven-metadata.xml Downloading: http://download.java.net/maven/2/javax/jdo/jdo-api/maven-metadata.xml Downloading: http://repo.maven.apache.org/maven2/javax/jdo/jdo-api/maven-metadata.xml Downloaded: http://repo.maven.apache.org/maven2/javax/jdo/jdo-api/maven-metadata.xml (358 B at 12.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/jdo/jdo-api/3.0/jdo-api-3.0.pom Downloading: http://download.java.net/maven/2/javax/jdo/jdo-api/3.0/jdo-api-3.0.pom Downloading: http://repo.maven.apache.org/maven2/javax/jdo/jdo-api/3.0/jdo-api-3.0.pom Downloaded: http://repo.maven.apache.org/maven2/javax/jdo/jdo-api/3.0/jdo-api-3.0.pom (6 KB at 217.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/transaction/transaction-api/1.1/transaction-api-1.1.pom Downloading: http://download.java.net/maven/2/javax/transaction/transaction-api/1.1/transaction-api-1.1.pom Downloading: http://repo.maven.apache.org/maven2/javax/transaction/transaction-api/1.1/transaction-api-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/javax/transaction/transaction-api/1.1/transaction-api-1.1.pom (165 B at 7.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/jdo/jdo-api/3.1-rc1/jdo-api-3.1-rc1.pom Downloading: http://download.java.net/maven/2/javax/jdo/jdo-api/3.1-rc1/jdo-api-3.1-rc1.pom Downloading: http://repo.maven.apache.org/maven2/javax/jdo/jdo-api/3.1-rc1/jdo-api-3.1-rc1.pom Downloaded: http://repo.maven.apache.org/maven2/javax/jdo/jdo-api/3.1-rc1/jdo-api-3.1-rc1.pom (7 KB at 270.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/jdo/parent-pom/3.1-rc1/parent-pom-3.1-rc1.pom Downloading: http://download.java.net/maven/2/org/apache/jdo/parent-pom/3.1-rc1/parent-pom-3.1-rc1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/jdo/parent-pom/3.1-rc1/parent-pom-3.1-rc1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/jdo/parent-pom/3.1-rc1/parent-pom-3.1-rc1.pom (9 KB at 324.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.pom Downloading: http://download.java.net/maven/2/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.pom Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.pom (10 KB at 45.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading: http://download.java.net/maven/2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (5 KB at 196.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.pom Downloading: http://download.java.net/maven/2/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.pom Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.pom (14 KB at 683.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/javax/jdo/jdo-api/3.1-rc1/jdo-api-3.1-rc1.jar Downloaded: http://repo.maven.apache.org/maven2/javax/jdo/jdo-api/3.1-rc1/jdo-api-3.1-rc1.jar (217 KB at 1264.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/transaction/transaction-api/1.1/transaction-api-1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar Downloading: http://download.java.net/maven/2/javax/transaction/transaction-api/1.1/transaction-api-1.1.jar Downloading: http://download.java.net/maven/2/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar Downloading: http://download.java.net/maven/2/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar Downloading: http://repo.maven.apache.org/maven2/javax/transaction/transaction-api/1.1/transaction-api-1.1.jar Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar Downloaded: http://repo.maven.apache.org/maven2/javax/transaction/transaction-api/1.1/transaction-api-1.1.jar (15 KB at 545.1 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar (330 KB at 1169.2 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar (1763 KB at 3582.8 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/src/main/resources [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store --- [INFO] Compiling 146 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/classes [INFO] [INFO] --- maven-datanucleus-plugin:3.2.0-m1:enhance (default) @ org.cumulus4j.store --- Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.pom (8 KB at 281.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/4.0/asm-4.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/4.0/asm-4.0.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom (2 KB at 82.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (6 KB at 214.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/ow2/1.3/ow2-1.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/ow2/1.3/ow2-1.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/ow2/1.3/ow2-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/ow2/1.3/ow2-1.3.pom (10 KB at 403.7 KB/sec) Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/jdo/jdo-api/maven-metadata.xml Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/jdo/jdo-api/maven-metadata.xml Downloading: http://www.datanucleus.org/downloads/maven2/javax/jdo/jdo-api/maven-metadata.xml Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.pom (6 KB at 240.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (6 KB at 223.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 KB at 695.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 KB at 719.5 KB/sec) Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/maven-metadata.xml Downloading: http://www.datanucleus.org/downloads/maven2-nightly/org/ow2/asm/asm/maven-metadata.xml Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/maven-metadata.xml Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/maven-metadata.xml Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/maven-metadata.xml Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/maven-metadata.xml Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/maven-metadata.xml (568 B at 20.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/4.1/asm-4.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/4.1/asm-4.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/4.1/asm-4.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.1/asm-4.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.1/asm-4.1.pom (2 KB at 82.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.1/asm-parent-4.1.pom (6 KB at 298.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/4.2/asm-4.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/4.2/asm-4.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/4.2/asm-4.2.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.2/asm-4.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.2/asm-4.2.pom (2 KB at 78.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/4.2/asm-parent-4.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm-parent/4.2/asm-parent-4.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm-parent/4.2/asm-parent-4.2.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.2/asm-parent-4.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.2/asm-parent-4.2.pom (6 KB at 233.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/5.0/asm-5.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/5.0/asm-5.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/5.0/asm-5.0.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0/asm-5.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0/asm-5.0.pom (2 KB at 16.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/5.0/asm-parent-5.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm-parent/5.0/asm-parent-5.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm-parent/5.0/asm-parent-5.0.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0/asm-parent-5.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0/asm-parent-5.0.pom (6 KB at 214.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/5.0_ALPHA/asm-5.0_ALPHA.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/5.0_ALPHA/asm-5.0_ALPHA.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/5.0_ALPHA/asm-5.0_ALPHA.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_ALPHA/asm-5.0_ALPHA.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_ALPHA/asm-5.0_ALPHA.pom (2 KB at 16.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/5.0_ALPHA/asm-parent-5.0_ALPHA.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm-parent/5.0_ALPHA/asm-parent-5.0_ALPHA.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm-parent/5.0_ALPHA/asm-parent-5.0_ALPHA.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_ALPHA/asm-parent-5.0_ALPHA.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_ALPHA/asm-parent-5.0_ALPHA.pom (6 KB at 233.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom (2 KB at 82.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom (6 KB at 223.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.1/asm-5.0.1.pom (2 KB at 82.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom (6 KB at 223.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.2/asm-5.0.2.pom (2 KB at 82.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.2/asm-parent-5.0.2.pom (6 KB at 233.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.pom (2 KB at 82.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0.3/asm-parent-5.0.3.pom (6 KB at 223.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (4 KB at 127.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 KB at 762.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.4/maven-artifact-3.0.4.pom (2 KB at 72.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 KB at 888.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 1072.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/apache/10/apache-10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/apache/10/apache-10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/apache/10/apache-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/apache/10/apache-10.pom (15 KB at 656.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (3 KB at 128.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.4/maven-plugin-api-3.0.4.pom (3 KB at 118.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.pom (4 KB at 161.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6 KB at 260.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (4 KB at 168.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3 KB at 129.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (2 KB at 50.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (4 KB at 137.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 KB at 450.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 36.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (5 KB at 197.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (4 KB at 164.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4 KB at 179.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 371.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 371.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7 KB at 302.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 KB at 413.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 KB at 444.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (2 KB at 50.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 KB at 467.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.5.5/plexus-container-default-1.5.5.pom (3 KB at 122.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (3 KB at 96.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4 KB at 179.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (3 KB at 124.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 KB at 754.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/log4j/log4j/1.2.12/log4j-1.2.12.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/log4j/log4j/1.2.12/log4j-1.2.12.pom Downloading: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 6.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (6 KB at 237.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloading: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.pom (3 KB at 110.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/google/google/1/google-1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/google/google/1/google-1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/google/google/1/google-1.pom Downloading: http://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom Downloaded: http://repo.maven.apache.org/maven2/com/google/google/1/google-1.pom (2 KB at 69.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/junit/junit/3.8.2/junit-3.8.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/junit/junit/3.8.2/junit-3.8.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/junit/junit/3.8.2/junit-3.8.2.pom Downloading: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom Downloaded: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 33.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar Downloading: http://www.datanucleus.org/downloads/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar Downloading: http://www.datanucleus.org/downloads/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/junit/junit/3.8.2/junit-3.8.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/log4j/log4j/1.2.12/log4j-1.2.12.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/google/collections/google-collections/1.0/google-collections-1.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/junit/junit/3.8.2/junit-3.8.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/log4j/log4j/1.2.12/log4j-1.2.12.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/google/collections/google-collections/1.0/google-collections-1.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/junit/junit/3.8.2/junit-3.8.2.jar Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.jar Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-enhancer/3.1.1/datanucleus-enhancer-3.1.1.jar (189 KB at 3760.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (5 KB at 67.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar (52 KB at 525.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (283 KB at 3814.7 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jpa_2.0_spec/1.0/geronimo-jpa_2.0_spec-1.0.jar (113 KB at 897.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (227 KB at 1316.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.jar (131 KB at 1921.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (350 KB at 2585.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar Downloaded: http://repo.maven.apache.org/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.jar (44 KB at 854.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/log4j/log4j/1.2.12/log4j-1.2.12.jar (350 KB at 2069.2 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/junit/junit/3.8.2/junit-3.8.2.jar (118 KB at 1491.3 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/com/google/collections/google-collections/1.0/google-collections-1.0.jar (625 KB at 5338.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1473 KB at 2516.7 KB/sec) DataNucleus Enhancer (version 3.2.4) for API "JDO" using JRE "1.7" DataNucleus Enhancer completed with success for 25 classes. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.store --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.store --- [INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.store --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.store.model.IndexValueTest >>> indexValue1 >>> * 0 * 1 * 999999 * 190 * 85674 * 25 * 1000000 * 1000001 * 5700 * 12396244721123 * 647211 <<< indexValue1 <<< >>> indexValue2 >>> * 0 * 1 * 999999 * 190 * 85674 * 25 * 1000000 * 1000001 * 5700 * 12396244721123 * 647211 <<< indexValue2 <<< counterLowWriteRead firstDataEntryID=0 counterMidWriteRead firstDataEntryID=549755846656 counterHighWriteRead firstDataEntryID=9223372036844775807 Tests run: 4, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 2,544.106 sec <<< FAILURE! Results : Tests in error: counterLowWriteRead(org.cumulus4j.store.model.IndexValueTest): Java heap space counterMidWriteRead(org.cumulus4j.store.model.IndexValueTest): Java heap space counterHighWriteRead(org.cumulus4j.store.model.IndexValueTest): Java heap space Tests run: 4, Failures: 0, Errors: 3, Skipped: 0 [ERROR] There are test failures. Please refer to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/surefire-reports for the individual test results. [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.store --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.store --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/model already added, skipping [INFO] org/cumulus4j/store/resource already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/util already added, skipping [INFO] org/cumulus4j/store/crypto already added, skipping [INFO] org/cumulus4j/store/query already added, skipping [INFO] org/cumulus4j/store/query/method already added, skipping [INFO] org/cumulus4j/store/query/eval already added, skipping [INFO] org/cumulus4j/store/reflectionwrapper already added, skipping [INFO] org/cumulus4j/store/reflectionwrapper/gae already added, skipping [INFO] org/cumulus4j/store/datastoreversion already added, skipping [INFO] org/cumulus4j/store/datastoreversion/command already added, skipping [INFO] org/cumulus4j/store/model already added, skipping [INFO] org/cumulus4j/store/resource already added, skipping [INFO] org/cumulus4j/store/fieldmanager already added, skipping [INFO] org/cumulus4j/store/annotation already added, skipping [INFO] org/cumulus4j/store/annotation/datanucleus already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] org/cumulus4j/store/resource/cumulus4j-backend.properties already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/model already added, skipping [INFO] org/cumulus4j/store/resource already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/util already added, skipping [INFO] org/cumulus4j/store/crypto already added, skipping [INFO] org/cumulus4j/store/query already added, skipping [INFO] org/cumulus4j/store/query/method already added, skipping [INFO] org/cumulus4j/store/query/eval already added, skipping [INFO] org/cumulus4j/store/reflectionwrapper already added, skipping [INFO] org/cumulus4j/store/reflectionwrapper/gae already added, skipping [INFO] org/cumulus4j/store/datastoreversion already added, skipping [INFO] org/cumulus4j/store/datastoreversion/command already added, skipping [INFO] org/cumulus4j/store/model already added, skipping [INFO] org/cumulus4j/store/resource already added, skipping [INFO] org/cumulus4j/store/fieldmanager already added, skipping [INFO] org/cumulus4j/store/annotation already added, skipping [INFO] org/cumulus4j/store/annotation/datanucleus already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] org/cumulus4j/store/resource/cumulus4j-backend.properties already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.store --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.store --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store.test 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.pom (6 KB at 16.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-jar-plugin/2.3.1/maven-jar-plugin-2.3.1.jar (32 KB at 1207.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.pom Downloading: http://download.java.net/maven/2/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.pom Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.pom (13 KB at 593.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/mysql/mysql-connector-java/5.1.12/mysql-connector-java-5.1.12.pom Downloading: http://download.java.net/maven/2/mysql/mysql-connector-java/5.1.12/mysql-connector-java-5.1.12.pom Downloading: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.12/mysql-connector-java-5.1.12.pom Downloaded: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.12/mysql-connector-java-5.1.12.pom (2 KB at 56.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/derby/derby/10.7.1.1/derby-10.7.1.1.pom Downloading: http://download.java.net/maven/2/org/apache/derby/derby/10.7.1.1/derby-10.7.1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/derby/derby/10.7.1.1/derby-10.7.1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/derby/derby/10.7.1.1/derby-10.7.1.1.pom (3 KB at 34.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/derby/derby-project/10.7.1.1/derby-project-10.7.1.1.pom Downloading: http://download.java.net/maven/2/org/apache/derby/derby-project/10.7.1.1/derby-project-10.7.1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/derby/derby-project/10.7.1.1/derby-project-10.7.1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/derby/derby-project/10.7.1.1/derby-project-10.7.1.1.pom (7 KB at 192.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar Downloading: http://www.datanucleus.org/downloads/maven2/mysql/mysql-connector-java/5.1.12/mysql-connector-java-5.1.12.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/derby/derby/10.7.1.1/derby-10.7.1.1.jar Downloading: http://download.java.net/maven/2/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar Downloading: http://download.java.net/maven/2/mysql/mysql-connector-java/5.1.12/mysql-connector-java-5.1.12.jar Downloading: http://download.java.net/maven/2/org/apache/derby/derby/10.7.1.1/derby-10.7.1.1.jar Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar Downloading: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.12/mysql-connector-java-5.1.12.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/derby/derby/10.7.1.1/derby-10.7.1.1.jar Downloaded: http://repo.maven.apache.org/maven2/mysql/mysql-connector-java/5.1.12/mysql-connector-java-5.1.12.jar (716 KB at 4284.6 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/derby/derby/10.7.1.1/derby-10.7.1.1.jar (2574 KB at 7968.7 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar (1732 KB at 3037.9 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store.test --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test (includes = [*.log, *.xls, *.odf, *.ods, *.ooxml, *.xlsx], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store.test --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/src/main/resources [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store.test --- [INFO] Compiling 86 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/classes [INFO] [INFO] --- maven-datanucleus-plugin:3.2.0-m1:enhance (default) @ org.cumulus4j.store.test --- DataNucleus Enhancer (version 3.2.4) for API "JDO" using JRE "1.7" DataNucleus Enhancer completed with success for 68 classes. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.store.test --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 5 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.store.test --- [INFO] Compiling 38 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.store.test --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.store.test.onetoone.mappedby.OneToOneMappedByQueryTest loadProperties: File /home/tomcat/cumulus4j-test-log4j.properties does not exist. Thus not overriding any settings with user-specific ones. 14:19:58,104 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:19:59,942 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:19:59,951 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:19:59,996 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:19:59,997 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:20:00,049 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:20:00,061 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:20:01,259 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:20:32,558 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:20:32,559 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:20:32,559 INFO [main][Cumulus4jStoreManager] ======================================================= 14:20:32,664 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerEnabled: Property 'cumulus4j.cryptoSessionExpiryTimer.enabled' is not set. Using default value true. 14:20:32,665 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:20:32,689 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:20:35,159 INFO [main][MinimumCumulus4jVersion] version=10100001 14:20:35,930 INFO [main][MinimumCumulus4jVersion] version=10100001 14:20:36,817 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.onetoone.mappedby.Root" not found ! 14:20:36,843 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.onetoone.mappedby.LevelA" not found ! 14:20:36,988 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.onetoone.mappedby.LevelB" not found ! 14:20:39,366 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:20:39,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,432 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameEquals: found 1 objects: 14:20:39,432 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 14:20:39,445 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:39,447 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:39,481 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:20:39,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,504 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,542 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: found 4 objects: 14:20:39,543 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 14:20:39,543 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 14:20:39,544 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 14:20:39,544 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 14:20:39,553 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:39,556 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:39,565 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:20:39,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,624 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: found 4 objects: 14:20:39,625 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 14:20:39,626 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 14:20:39,626 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 14:20:39,627 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 14:20:39,637 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:39,639 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:39,649 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:20:39,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,665 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameNotEquals: found 1 objects: 14:20:39,665 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameNotEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 14:20:39,673 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:39,675 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:39,684 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:20:39,692 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,700 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameEquals: found 1 objects: 14:20:39,701 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 14:20:39,709 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:39,711 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:39,728 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:20:39,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,784 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: found 4 objects: 14:20:39,785 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 14:20:39,785 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 14:20:39,786 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 14:20:39,786 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 14:20:39,795 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:39,797 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:39,807 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:20:39,817 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,830 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,865 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: found 4 objects: 14:20:39,865 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 14:20:39,866 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 14:20:39,866 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 14:20:39,867 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 14:20:39,876 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:39,878 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:39,888 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:20:39,895 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:39,903 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameNotEquals: found 1 objects: 14:20:39,904 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameNotEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 14:20:40,178 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:20:40,179 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:20:40,475 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:20:45,976 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:20:45,977 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:20:45,977 INFO [main][Cumulus4jStoreManager] ======================================================= 14:20:45,979 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:20:45,980 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:20:46,095 INFO [main][MinimumCumulus4jVersion] version=10100001 14:20:46,098 INFO [main][MinimumCumulus4jVersion] version=10100001 14:20:46,152 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.onetoone.mappedby.Root" not found ! 14:20:46,167 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.onetoone.mappedby.LevelA" not found ! 14:20:46,279 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.onetoone.mappedby.LevelB" not found ! 14:20:46,882 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:20:46,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:46,897 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameEquals: found 1 objects: 14:20:46,898 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 14:20:46,915 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:46,923 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:46,945 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:20:46,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:46,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:46,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:46,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,024 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: found 4 objects: 14:20:47,025 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 14:20:47,026 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 14:20:47,026 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 14:20:47,027 INFO [main][OneToOneMappedByQueryTest] queryLevelBNameNotEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 14:20:47,042 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:47,044 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:47,053 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:20:47,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,106 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: found 4 objects: 14:20:47,107 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 14:20:47,107 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 14:20:47,108 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 14:20:47,108 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 14:20:47,116 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:47,117 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:47,125 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:20:47,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,139 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameNotEquals: found 1 objects: 14:20:47,140 INFO [main][OneToOneMappedByQueryTest] queryNotLevelBNameNotEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 14:20:47,146 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:47,148 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:47,155 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:20:47,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,169 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameEquals: found 1 objects: 14:20:47,169 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 14:20:47,176 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:47,178 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:47,186 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:20:47,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,235 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: found 4 objects: 14:20:47,236 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 14:20:47,236 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 14:20:47,237 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 14:20:47,237 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryLevelBNameNotEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 14:20:47,245 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:47,247 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:47,255 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:20:47,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,306 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: found 4 objects: 14:20:47,307 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 2 (root.levelA.name="a 2" root.levelA.levelB.name="b 2") 14:20:47,308 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 4 (root.levelA.name="a 4" root.levelA.levelB.name="b 4") 14:20:47,309 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 3 (root.levelA.name="a 3" root.levelA.levelB.name="b 3") 14:20:47,309 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameEquals: * r 5 (root.levelA.name="a 5" root.levelA.levelB.name="b 5") 14:20:47,319 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:20:47,321 INFO [main][OneToOneMappedByQueryTest] createTestData: There is already test data. Skipping creation. 14:20:47,329 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:20:47,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:20:47,343 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameNotEquals: found 1 objects: 14:20:47,344 INFO [main][OneToOneMappedByQueryTest] rightToLeft_queryNotLevelBNameNotEquals: * r 1 (root.levelA.name="a 1" root.levelA.levelB.name="b 1") 14:20:47,345 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 50.276 sec Running org.cumulus4j.store.test.compatibility.CompatibilityTest 14:20:47,648 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:21:09,265 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:21:09,265 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:21:09,266 INFO [main][Cumulus4jStoreManager] ======================================================= 14:21:09,423 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:21:09,423 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:21:10,242 INFO [main][MinimumCumulus4jVersion] version=10100001 14:21:10,896 INFO [main][MinimumCumulus4jVersion] version=10100001 14:21:11,402 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementABMapOwner" not found ! 14:21:11,413 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:21:11,524 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementB" not found ! 14:21:12,521 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner2" not found ! 14:21:13,256 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner3" not found ! 14:21:14,171 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner1" not found ! 14:21:14,909 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element2MapOwner" not found ! 14:21:14,913 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element2" not found ! 14:21:15,799 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.StringStringMapOwner.id" not found ! 14:21:16,323 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element1SetOwner" not found ! 14:21:16,328 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element1" not found ! 14:21:16,983 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 14:21:17,061 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 14:21:17,347 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.StringSetOwner.id" not found ! 14:21:17,786 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element3MapOwner" not found ! 14:21:17,789 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element3" not found ! 14:21:18,389 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementASetOwner" not found ! 14:21:18,793 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.InheritanceHierarchy0.i0" not found ! 14:21:20,439 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:20,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:20,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,504 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:21:20,506 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:21:20,510 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:20,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:20,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,530 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:21:20,531 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:20,532 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:20,532 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:20,536 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:20,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:20,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,560 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:20,570 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:21:20,570 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:20,570 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:20,570 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:20,571 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:21:20,571 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:20,575 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:20,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:20,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,587 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:20,593 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:21:20,593 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:21:20,593 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:20,593 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:21:20,626 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:20,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,763 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:21:20,763 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:20,764 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:20,764 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:21:20,764 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:20,768 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:20,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:20,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,795 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:21:20,795 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:21:20,799 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:20,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:20,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,813 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:21:20,813 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:20,813 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:21:20,823 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:20,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,841 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:21:20,842 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:20,842 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:20,842 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:20,866 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:20,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:20,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,062 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:21:21,063 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:21,063 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:21,063 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:21,074 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:21,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,234 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:21:21,235 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:21,235 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:21,236 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:21,239 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,252 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:21,259 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:21:21,260 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:21,260 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:21,260 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:21,260 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 14:21:21,260 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:21,264 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,276 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:21,282 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:21:21,282 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:21,282 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:21,282 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 14:21:21,282 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:21,292 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:21,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,338 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:21:21,339 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:21,339 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:21,340 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:21:21,340 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:21,350 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:21,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,391 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:21:21,391 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:21:21,392 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:21,392 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:21:21,392 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:21,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,412 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:21:21,413 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 14:21:21,414 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:21:21,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,422 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:21,432 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:21:21,433 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 14:21:21,433 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:21:21,433 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd 14:21:21,434 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a 14:21:21,441 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:21,448 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:21:21,449 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 14:21:21,449 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd 14:21:21,449 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:21:21,453 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,466 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:21:21,466 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a 14:21:21,469 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,483 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:21:21,484 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 14:21:21,484 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a 14:21:21,487 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,501 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:21,507 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:21:21,508 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 14:21:21,508 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd 14:21:21,508 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:21:21,508 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:21:21,508 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:21:21,512 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,524 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:21,529 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:21:21,530 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:21:21,530 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:21:21,530 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd 14:21:21,530 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:21:21,540 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:21,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,605 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:21:21,606 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa 14:21:21,606 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd 14:21:21,606 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:21:21,610 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,624 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:21:21,625 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:21:21,629 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,647 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:21:21,648 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:21,648 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:21,649 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:21,652 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,664 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:21,673 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:21:21,673 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:21,674 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:21,674 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:21,674 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:21,675 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:21:21,678 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,691 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:21,696 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:21:21,696 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:21:21,696 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:21,696 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:21:21,706 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:21,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,812 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:21:21,812 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:21,812 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:21:21,813 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:21,813 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:21,817 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,831 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:21:21,831 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:21:21,835 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:21,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:21,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,849 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:21:21,849 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:21,850 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:21:21,859 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:21,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,920 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:21:21,920 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:21,921 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:21,921 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:21,931 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:21,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:21,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,077 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:21:22,078 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:22,078 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:22,079 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:22,089 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:22,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,227 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:21:22,228 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:22,228 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:22,228 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:22,231 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:22,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:22,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,243 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:22,249 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:21:22,250 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:22,250 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:22,250 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:22,250 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:22,251 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:21:22,254 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:22,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:22,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,265 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:22,271 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:21:22,271 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:22,271 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:22,272 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:22,272 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:21:22,282 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:22,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,439 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,478 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:21:22,478 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:21:22,478 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:22,479 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:22,479 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:22,489 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:22,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,682 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:21:22,682 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:21:22,682 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:22,683 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:21:22,683 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:22,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,693 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:21:22,694 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:21:22,694 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:21:22,701 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:22,708 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:21:22,709 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:21:22,710 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:21:22,710 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:21:22,714 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:22,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:22,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,728 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:21:22,729 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:21:22,732 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:22,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:22,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,746 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:21:22,747 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:21:22,747 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:21:22,758 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:22,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,805 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,818 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:21:22,819 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:21:22,819 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:21:22,820 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:21:22,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,827 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:22,834 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:21:22,834 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 14:21:22,835 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:21:22,835 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:21:22,835 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:21:22,842 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:22,854 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:21:22,855 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:21:22,855 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:21:22,856 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:21:22,856 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:21:22,863 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:22,870 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:21:22,871 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:21:22,871 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:21:22,872 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:21:22,872 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:21:22,875 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:22,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:22,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,888 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:22,895 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:21:22,895 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:21:22,895 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:21:22,896 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:21:22,896 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:21:22,896 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:21:22,900 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:22,905 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:22,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:22,912 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:22,918 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:21:22,919 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:21:22,919 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:21:22,919 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:21:22,920 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:21:22,930 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,205 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:21:23,215 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:21:23,215 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:21:23,215 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:21:23,216 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:21:23,233 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,418 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:21:23,418 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:21:23,419 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:21:23,419 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:21:23,419 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:21:23,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,445 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:21:23,445 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:21:23,446 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:21:23,453 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:23,473 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:21:23,474 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:21:23,474 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:21:23,474 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:21:23,477 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:23,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:23,503 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:21:23,504 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:21:23,513 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:23,528 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:21:23,528 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:21:23,529 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:21:23,529 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:21:23,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,540 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:23,547 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:21:23,547 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:21:23,547 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:21:23,548 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:21:23,548 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:21:23,554 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,597 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:21:23,597 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:21:23,598 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:21:23,598 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:21:23,598 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:21:23,605 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,633 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:21:23,633 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:21:23,633 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:21:23,634 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:21:23,634 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:21:23,637 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:23,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:23,652 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:23,659 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:21:23,659 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:21:23,659 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:21:23,659 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:21:23,659 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:21:23,660 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:21:23,668 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,707 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:21:23,707 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:21:23,707 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:21:23,707 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:21:23,708 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:21:23,717 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,745 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:21:23,745 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:21:23,746 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:21:23,746 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:21:23,746 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:21:23,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,757 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 14:21:23,758 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 14:21:23,758 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,758 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,764 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:23,774 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 14:21:23,775 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 14:21:23,775 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 14:21:23,775 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 14:21:23,776 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 14:21:23,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,783 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 14:21:23,783 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 14:21:23,784 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:23,790 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:23,797 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 14:21:23,797 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 14:21:23,798 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 14:21:23,798 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 14:21:23,798 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,798 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 14:21:23,805 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:23,812 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:21:23,812 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,812 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,812 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 14:21:23,818 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:23,822 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:23,827 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:21:23,828 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 14:21:23,828 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 14:21:23,828 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 14:21:23,828 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:21:23,835 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,842 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 14:21:23,842 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 14:21:23,842 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 14:21:23,843 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,843 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:21:23,843 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,849 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,856 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 14:21:23,857 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 14:21:23,857 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 14:21:23,857 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,858 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:21:23,858 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,864 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:23,870 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:21:23,871 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 14:21:23,871 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 14:21:23,871 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,878 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:23,881 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:23,887 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:21:23,887 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:21:23,887 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 14:21:23,887 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,888 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 14:21:23,894 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,904 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 14:21:23,904 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,905 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:21:23,905 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,905 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 14:21:23,911 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:23,918 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 14:21:23,918 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,919 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:21:23,919 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,919 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 14:21:23,925 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:23,929 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 14:21:23,929 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,929 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 14:21:23,929 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,949 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:21:23,956 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 14:21:23,956 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 14:21:23,956 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 14:21:23,957 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,957 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:21:23,957 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,957 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 14:21:23,963 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:21:23,970 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 14:21:23,970 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 14:21:23,970 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 14:21:23,970 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,971 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:21:23,971 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,971 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 14:21:23,977 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:23,980 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 14:21:23,980 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 14:21:23,980 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,986 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:21:23,994 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 14:21:23,994 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 14:21:23,995 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:23,995 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:21:23,995 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 14:21:23,995 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 14:21:24,001 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:21:24,009 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 14:21:24,009 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 14:21:24,009 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:21:24,009 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:21:24,009 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 14:21:24,010 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 14:21:24,012 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,018 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:24,030 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:21:24,030 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.1, Element 3.2, Element 3.3 14:21:24,039 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:24,054 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:21:24,054 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 14:21:24,055 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.4, Element 2.1, Element 2.3, Element 2.2 14:21:24,055 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 14:21:24,058 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:24,069 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:21:24,069 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.1, Element 3.2, Element 3.3 14:21:24,072 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:24,081 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,088 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:21:24,088 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 14:21:24,089 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.4, Element 2.1, Element 2.3, Element 2.2 14:21:24,089 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 14:21:24,089 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 14:21:24,099 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:24,126 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:21:24,127 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.1, Element 3.2, Element 3.3 14:21:24,127 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.4, Element 2.1, Element 2.3, Element 2.2 14:21:24,128 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 14:21:24,137 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:24,161 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:21:24,161 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.1, Element 3.2, Element 3.3 14:21:24,161 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.4, Element 2.1, Element 2.3, Element 2.2 14:21:24,161 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 14:21:24,164 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,183 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:21:24,211 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 14:21:24,211 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.1, Element 3.2, Element 3.3 14:21:24,212 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 14:21:24,212 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.4, Element 2.1, Element 2.3, Element 2.2 14:21:24,212 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 14:21:24,215 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,220 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:21:24,247 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 14:21:24,247 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.1, Element 3.2, Element 3.3 14:21:24,247 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.4, Element 2.1, Element 2.3, Element 2.2 14:21:24,247 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 14:21:24,250 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:24,262 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,267 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:21:24,267 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 14:21:24,268 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.4, Element 2.1, Element 2.3, Element 2.2 14:21:24,268 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 14:21:24,268 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.3, Element 1.4, Element 1.1, Element 1.2 14:21:24,278 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:24,287 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,290 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:21:24,290 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.1, Element 3.2, Element 3.3 14:21:24,290 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 14:21:24,293 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,305 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,312 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,329 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 14:21:24,329 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 14:21:24,329 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 14:21:24,336 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:24,343 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 14:21:24,343 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:21:24,343 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 14:21:24,343 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 14:21:24,349 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,352 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:21:24,352 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:21:24,352 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 14:21:24,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,359 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,371 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 14:21:24,371 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 14:21:24,371 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 14:21:24,372 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 14:21:24,372 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 14:21:24,372 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 14:21:24,378 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:24,390 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 14:21:24,390 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 14:21:24,391 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 14:21:24,391 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:21:24,391 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 14:21:24,398 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:24,404 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 14:21:24,404 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 14:21:24,404 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 14:21:24,404 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:21:24,404 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 14:21:24,410 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:21:24,417 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 14:21:24,418 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 14:21:24,418 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 14:21:24,418 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 14:21:24,418 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 14:21:24,418 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 14:21:24,424 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:21:24,431 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 14:21:24,431 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 14:21:24,432 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 14:21:24,432 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:21:24,432 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 14:21:24,432 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 14:21:24,438 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,440 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,447 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:21:24,447 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 14:21:24,447 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 14:21:24,447 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 14:21:24,447 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 14:21:24,447 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 14:21:24,466 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 14:21:24,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,492 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:21:24,493 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 14:21:24,494 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:21:24,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,504 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,513 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:21:24,514 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc 14:21:24,515 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="a", name="Element 3.1"]=a, Element3[value="b", name="Element 3.2"]=b 14:21:24,515 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:21:24,515 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:21:24,521 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:24,536 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:21:24,536 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc 14:21:24,536 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:21:24,537 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 14:21:24,540 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:24,552 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:21:24,553 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="a", name="Element 3.1"]=a, Element3[value="b", name="Element 3.2"]=b 14:21:24,555 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:24,564 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,570 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:21:24,571 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc 14:21:24,571 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:21:24,571 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 14:21:24,572 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:21:24,572 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:21:24,581 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:24,597 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:21:24,598 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc 14:21:24,598 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:21:24,598 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 14:21:24,601 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,607 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,613 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 14:21:24,618 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 14:21:24,618 INFO [main][General] >> result=Owner 5 14:21:24,618 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 5: 14:21:24,621 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,641 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == :compareToArgument" since the connection used is closing 14:21:24,646 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 14:21:24,647 INFO [main][General] >> result=Owner 3 14:21:24,647 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:21:24,650 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:24,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,660 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:21:24,661 INFO [main][General] >> result=Owner 3 14:21:24,661 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:21:24,670 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:24,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,728 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:21:24,728 INFO [main][General] >> result=Owner 2 14:21:24,728 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.3, S.Element 2.1 14:21:24,729 INFO [main][General] >> result=Owner 1 14:21:24,729 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.2, S.Element 1.3, S.Element 1.4, S.Element 1.1 14:21:24,729 INFO [main][General] >> result=Owner 4 14:21:24,729 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 4: S.Element 4.3 14:21:24,732 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:24,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,744 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:21:24,744 INFO [main][General] >> result=Owner 3 14:21:24,744 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:21:24,747 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:24,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:24,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,757 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:24,762 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:21:24,762 INFO [main][General] >> result=Owner 2 14:21:24,763 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.3, S.Element 2.1 14:21:24,763 INFO [main][General] >> result=Owner 4 14:21:24,763 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 4: S.Element 4.3 14:21:24,763 INFO [main][General] >> result=Owner 1 14:21:24,764 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.2, S.Element 1.3, S.Element 1.4, S.Element 1.1 14:21:24,764 INFO [main][General] >> result=Owner 5 14:21:24,764 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 5: 14:21:24,773 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:24,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:24,947 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:21:24,947 INFO [main][General] >> result=Owner 3 14:21:24,948 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:21:24,948 INFO [main][General] >> result=Owner 2 14:21:24,948 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.3, S.Element 2.1 14:21:24,948 INFO [main][General] >> result=Owner 1 14:21:24,949 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.2, S.Element 1.3, S.Element 1.4, S.Element 1.1 14:21:24,958 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:21:25,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,055 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,166 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:21:25,167 INFO [main][General] >> result=Owner 3 14:21:25,167 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:21:25,167 INFO [main][General] >> result=Owner 2 14:21:25,167 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.3, S.Element 2.1 14:21:25,168 INFO [main][General] >> result=Owner 1 14:21:25,168 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.2, S.Element 1.3, S.Element 1.4, S.Element 1.1 14:21:25,171 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:25,179 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:21:25,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,364 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 14:21:25,365 INFO [main][General] >> result=Owner 3 14:21:25,365 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:21:25,365 INFO [main][General] >> result=Owner 2 14:21:25,366 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.3, S.Element 2.1 14:21:25,366 INFO [main][General] >> result=Owner 1 14:21:25,366 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.2, S.Element 1.3, S.Element 1.4, S.Element 1.1 14:21:25,366 INFO [main][General] >> result=Owner 4 14:21:25,367 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 4: S.Element 4.3 14:21:25,370 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:25,376 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:21:25,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,560 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 14:21:25,561 INFO [main][General] >> result=Owner 3 14:21:25,561 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:21:25,561 INFO [main][General] >> result=Owner 2 14:21:25,561 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.3, S.Element 2.1 14:21:25,562 INFO [main][General] >> result=Owner 1 14:21:25,562 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.2, S.Element 1.3, S.Element 1.4, S.Element 1.1 14:21:25,565 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:21:25,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:21:25,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,578 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:25,583 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:21:25,584 INFO [main][General] >> result=Owner 2 14:21:25,584 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.3, S.Element 2.1 14:21:25,584 INFO [main][General] >> result=Owner 4 14:21:25,584 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 4: S.Element 4.3 14:21:25,585 INFO [main][General] >> result=Owner 1 14:21:25,585 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 1: S.Element 1.2, S.Element 1.3, S.Element 1.4, S.Element 1.1 14:21:25,585 INFO [main][General] >> result=Owner 5 14:21:25,585 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 5: 14:21:25,594 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:21:25,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:21:25,642 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:21:25,645 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:21:25,646 INFO [main][General] >> result=Owner 3 14:21:25,646 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:21:25,646 INFO [main][General] >> result=Owner 5 14:21:25,646 INFO [main][ElementASetQueryTest] createDatastoreCurrentVersion: * Owner 5: 14:21:25,685 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 14:21:25,709 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:21:32,555 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrycontainersize' indexName='indexentrycontainersize_fk1' 14:21:32,667 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:21:32,684 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryuri' indexName='indexentryuri_fk1' 14:21:32,722 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='classmeta' indexName='classmeta_fk1' 14:21:32,774 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryshort' indexName='indexentryshort_fk1' 14:21:32,811 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryfloat' indexName='indexentryfloat_fk1' 14:21:32,840 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='fieldmeta' indexName='fieldmeta_fk2' 14:21:32,867 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='fieldmeta' indexName='fieldmeta_fk1' 14:21:32,964 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryuuid' indexName='indexentryuuid_fk1' 14:21:33,012 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrystringlong' indexName='indexentrystringlong_fk1' 14:21:33,045 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrylong' indexName='indexentrylong_fk1' 14:21:33,118 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='dataentry' indexName='dataentry_fk1' 14:21:33,163 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrybyte' indexName='indexentrybyte_fk1' 14:21:33,196 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrystringshort' indexName='indexentrystringshort_fk1' 14:21:33,265 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrycurrency' indexName='indexentrycurrency_fk1' 14:21:33,312 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryurl' indexName='indexentryurl_fk1' 14:21:33,345 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentryinteger' indexName='indexentryinteger_fk1' 14:21:33,420 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrydate' indexName='indexentrydate_fk1' 14:21:33,463 INFO [main][CompatibilityTest] dropAllIndices: Dropping foreign key: tableName='indexentrydouble' indexName='indexentrydouble_fk1' 14:21:34,235 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryshort' indexName='SQL121214162506830' 14:21:34,235 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrycontainersize' indexName='indexentrycontainersize_n49' 14:21:34,391 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='sequence_table' indexName='SQL121214162507600' 14:21:34,391 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrylong' indexName='indexentrylong_u1' 14:21:34,524 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='encryptioncoordinateset' indexName='SQL121214162506330' 14:21:34,525 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='classmeta' indexName='classmeta_n49' 14:21:34,635 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrycontainersize' indexName='SQL121214162506410' 14:21:34,636 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryshort' indexName='indexentryshort_n49' 14:21:34,747 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrydate' indexName='indexentrydate_u1' 14:21:34,858 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrystringlong' indexName='indexentrystringlong_n49' 14:21:34,969 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrycontainersize' indexName='indexentrycontainersize_u1' 14:21:35,080 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrylong' indexName='SQL121214162506680' 14:21:35,081 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryuuid' indexName='SQL121214162507110' 14:21:35,081 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='dataentry' indexName='dataentry_n49' 14:21:35,198 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrybyte' indexName='SQL121214162506900' 14:21:35,198 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrydate' indexName='SQL121214162506980' 14:21:35,199 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrylong' indexName='indexentrylong_n49' 14:21:35,303 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrycurrency' indexName='indexentrycurrency_u1' 14:21:35,425 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrystringshort' indexName='indexentrystringshort_n49' 14:21:35,536 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryfloat' indexName='indexentryfloat_n49' 14:21:35,647 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryurl' indexName='indexentryurl_n49' 14:21:35,758 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrystringshort' indexName='indexentrystringshort_u1' 14:21:35,892 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryshort' indexName='indexentryshort_u1' 14:21:36,003 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='dataentry' indexName='dataentry_classmeta_objectid' 14:21:36,110 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='fieldmeta' indexName='fieldmeta_n49' 14:21:36,214 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryinteger' indexName='indexentryinteger_u1' 14:21:36,321 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='classmeta' indexName='SQL121214162506000' 14:21:36,321 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrybyte' indexName='indexentrybyte_n49' 14:21:36,477 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryurl' indexName='SQL121214162507230' 14:21:36,477 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryinteger' indexName='SQL121214162506760' 14:21:36,477 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryuuid' indexName='indexentryuuid_n49' 14:21:36,588 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrydouble' indexName='indexentrydouble_u1' 14:21:36,693 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryurl' indexName='indexentryurl_u1' 14:21:36,815 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='encryptioncoordinateset' indexName='encryptioncoordinateset_allalgorithms' 14:21:36,926 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='dataentry' indexName='SQL121214162506210' 14:21:36,926 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrystringlong' indexName='SQL121214162507310' 14:21:36,926 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrycurrency' indexName='indexentrycurrency_n49' 14:21:37,037 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrycurrency' indexName='SQL121214162507050' 14:21:37,038 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrydouble' indexName='indexentrydouble_n49' 14:21:37,193 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryuri' indexName='SQL121214162507170' 14:21:37,193 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentryfloat' indexName='SQL121214162506600' 14:21:37,193 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrystringshort' indexName='SQL121214162507370' 14:21:37,193 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='sequence' indexName='SQL121214162506290' 14:21:37,193 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrybyte' indexName='indexentrybyte_u1' 14:21:37,304 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryfloat' indexName='indexentryfloat_u1' 14:21:37,404 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='fieldmeta' indexName='fieldmeta_classmeta_ownerfieldmeta_fieldname_role' 14:21:37,511 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryuri' indexName='indexentryuri_u1' 14:21:37,627 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='fieldmeta' indexName='SQL121214162505940' 14:21:37,627 INFO [main][CompatibilityTest] dropAllIndices: Skipping internal index: tableName='indexentrydouble' indexName='SQL121214162506510' 14:21:37,627 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='classmeta' indexName='classmeta_fullyqualifiedclassname' 14:21:37,733 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentrydate' indexName='indexentrydate_n49' 14:21:37,920 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryuuid' indexName='indexentryuuid_u1' 14:21:38,049 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryinteger' indexName='indexentryinteger_n49' 14:21:38,171 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='indexentryuri' indexName='indexentryuri_n49' 14:21:38,289 INFO [main][CompatibilityTest] dropAllIndices: Dropping index: tableName='fieldmeta' indexName='fieldmeta_n50' 14:21:38,471 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:21:38,471 INFO [main][Persistence] Property cumulus4j.datanucleus.rdbms.useLegacyNativeValueStrategy unknown - will be ignored 14:21:50,435 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:21:50,435 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:21:50,435 INFO [main][Cumulus4jStoreManager] ======================================================= 14:21:50,439 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:21:50,439 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:21:50,918 INFO [main][ValueGeneration] Error encountered allocating block of IDs : Couldnt obtain a new sequence (unique id) : Schema 'root' does not exist 14:21:50,919 INFO [main][ValueGeneration] Creating Repository for IDs in the datastore 14:21:50,976 INFO [main][MinimumCumulus4jVersion] version=10100001 14:21:50,978 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.DatastoreVersion.datastoreVersionID has been specified to use sequence DatastoreVersionSequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:50,982 INFO [main][ValueGeneration] Error encountered allocating block of IDs : Couldnt obtain a new sequence (unique id) : SEQUENCE 'root.datastoreversionsequence' does not exist. 14:21:50,983 INFO [main][ValueGeneration] Creating Repository for IDs in the datastore 14:21:51,372 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.DatastoreVersion.datastoreVersionID has been specified to use sequence DatastoreVersionSequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:51,497 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementAMapOwner2" not found ! 14:21:51,531 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:21:51,534 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementABMapOwner" not found ! 14:21:51,538 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementB" not found ! 14:21:51,542 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.inheritance.InheritanceHierarchy0.i0" not found ! 14:21:51,547 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element2MapOwner" not found ! 14:21:51,551 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element2" not found ! 14:21:51,556 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.StringSetOwner.id" not found ! 14:21:51,560 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element3MapOwner" not found ! 14:21:51,564 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element3" not found ! 14:21:51,568 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementAMapOwner3" not found ! 14:21:51,571 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementAMapOwner1" not found ! 14:21:51,575 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 14:21:51,579 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 14:21:51,583 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.ElementASetOwner" not found ! 14:21:51,588 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element1SetOwner" not found ! 14:21:51,593 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.mappedby.Element1" not found ! 14:21:51,597 INFO [main][Retrieve] Object with id "0.org.cumulus4j.store.test.collection.join.StringStringMapOwner.id" not found ! 14:21:51,603 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.DatastoreVersion.datastoreVersionID has been specified to use sequence DatastoreVersionSequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:51,608 INFO [main][MinimumCumulus4jVersion] version=10100001 14:21:51,824 INFO [main][RecreateIndex] deleteIndex: first run: minIndexEntryID=1 maxIndexEntryID=470 14:21:51,824 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=1 toIndexEntryIDExcl=101 14:21:52,200 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=1 toIndexEntryIDExcl=101 14:21:52,201 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=101 toIndexEntryIDExcl=201 14:21:52,324 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=101 toIndexEntryIDExcl=201 14:21:52,325 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=201 toIndexEntryIDExcl=301 14:21:52,450 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=201 toIndexEntryIDExcl=301 14:21:52,450 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=301 toIndexEntryIDExcl=401 14:21:52,544 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=301 toIndexEntryIDExcl=401 14:21:52,544 INFO [main][RecreateIndex] deleteIndexForRange: Entered. fromIndexEntryIDIncl=401 toIndexEntryIDExcl=null 14:21:52,908 INFO [main][RecreateIndex] deleteIndexForRange: Leaving. fromIndexEntryIDIncl=401 toIndexEntryIDExcl=null 14:21:53,098 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,101 INFO [main][ValueGeneration] Error encountered allocating block of IDs : Couldnt obtain a new sequence (unique id) : SEQUENCE 'root.indexentrysequence' does not exist. 14:21:53,101 INFO [main][ValueGeneration] Creating Repository for IDs in the datastore 14:21:53,184 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,202 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,212 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,225 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,232 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,240 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,247 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,267 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,280 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,298 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,306 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,317 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,325 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,333 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,340 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,347 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,355 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,362 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,369 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,376 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,383 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,403 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,411 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,418 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,425 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,433 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,454 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,461 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,468 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,477 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,496 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,504 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,512 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,519 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,528 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,543 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,551 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,559 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,567 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,575 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,582 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,591 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,598 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,606 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,632 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,640 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,647 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,655 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,662 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,669 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,676 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,683 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,690 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,697 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,705 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,722 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,731 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,739 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,746 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,768 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,776 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,785 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,793 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,800 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,807 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,813 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,821 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,828 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,835 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,846 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,858 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,865 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,872 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,879 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,890 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,897 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,904 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,912 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,922 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,929 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,937 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,945 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,953 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,960 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,967 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,979 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,987 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:53,995 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,002 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,010 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,018 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,027 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,036 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,045 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,052 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,060 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,068 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,076 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,084 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,091 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,121 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,135 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,173 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,183 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,191 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,198 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,206 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,213 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,246 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,253 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,260 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,268 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,275 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,282 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,290 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,298 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,306 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,314 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,321 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,328 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,368 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,375 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,382 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,389 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,397 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,405 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,414 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,422 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,430 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,437 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,444 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,459 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,468 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,476 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,483 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,490 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,499 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,505 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,512 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,520 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,528 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,536 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,543 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,550 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,559 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,566 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,573 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,580 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,588 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,595 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,602 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,609 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,660 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,667 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,674 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,681 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,689 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,698 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,705 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,712 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,720 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,727 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,737 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,744 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,750 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,760 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,767 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,776 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,783 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,790 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,797 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,805 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,813 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,821 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,889 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,899 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,906 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,914 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,921 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,928 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,938 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,951 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:54,997 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,050 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,065 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,084 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,096 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,104 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,117 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,124 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,136 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,143 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,152 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,160 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,168 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,176 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,185 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,193 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,201 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,208 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,220 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,228 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,240 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,248 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,256 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,281 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,288 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,308 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,334 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,350 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,370 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,400 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,423 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,448 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,455 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,463 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,474 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,523 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,539 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,552 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,569 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,577 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,585 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,596 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,603 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,612 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,620 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,627 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,634 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,652 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,659 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,667 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,678 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,687 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,703 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,710 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,719 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,726 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,755 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,779 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,786 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,793 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,801 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,812 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,821 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,831 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,873 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,884 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,892 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,900 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,908 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,916 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,923 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,931 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,938 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,945 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,953 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,964 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,972 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,982 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:55,993 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,000 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,008 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,014 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,021 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,029 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,037 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,044 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,060 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,068 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,078 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,087 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,097 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,126 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,133 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,141 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,148 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,154 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,161 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,167 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,175 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,183 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,190 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,199 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,208 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,215 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,225 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,233 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,244 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,253 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,273 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,285 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,292 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,298 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,305 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,311 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,318 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,325 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,336 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,343 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,350 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,357 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,367 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,374 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,380 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,387 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,398 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,405 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,412 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,420 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,426 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,434 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,443 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,453 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,461 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,468 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,476 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,484 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,492 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,499 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,507 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,515 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,522 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,596 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,604 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,612 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,626 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,639 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,652 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,698 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,709 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,721 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,729 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,736 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,756 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,763 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,770 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,776 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,783 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,791 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,799 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,806 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,814 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,822 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,829 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,836 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,843 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,849 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,856 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,863 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,869 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,880 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,888 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,894 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,901 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,908 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,915 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,925 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,931 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,943 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,949 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,956 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,964 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,970 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,982 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:56,992 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,000 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,007 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,015 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,022 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,030 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,038 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,045 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,053 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,102 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,109 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,116 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,123 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,129 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,146 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,154 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,162 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,181 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,188 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,217 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,223 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,240 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,257 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,263 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,274 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,292 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,314 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,321 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,327 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,334 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,341 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,348 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,355 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,363 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,371 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,378 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,387 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,393 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,400 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,407 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,417 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,425 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,431 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,438 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,444 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,451 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,459 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,465 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,472 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,480 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,486 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,494 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,502 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,509 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,517 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,524 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,533 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,540 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,548 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,570 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,589 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,596 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,603 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,615 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,627 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,639 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,647 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,655 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,663 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,671 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,677 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,686 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,697 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,709 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,720 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,727 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,735 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,742 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,751 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,820 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,852 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,860 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,867 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,874 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,881 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,888 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,896 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,903 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,916 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,932 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,939 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,948 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,955 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,966 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,978 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,989 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:57,996 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:58,004 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:58,023 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:58,031 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:58,053 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:58,063 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:58,072 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:58,093 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.IndexEntry.indexEntryID has been specified to use sequence IndexEntrySequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:58,098 WARN [main][ValueGeneration] Field org.cumulus4j.store.model.DatastoreVersion.datastoreVersionID has been specified to use sequence DatastoreVersionSequence but there is no specified in the MetaData. Falling back to use a sequence in the datastore with this name directly. 14:21:58,160 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:21:58,187 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:21:58,214 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:21:58,248 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:58,278 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:58,286 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:58,341 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:21:58,355 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:58,370 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:58,375 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:58,379 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:21:58,385 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:58,426 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:21:58,426 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:21:58,427 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:21:58,427 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:58,640 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:21:58,640 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:58,641 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:21:58,647 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:58,647 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:58,657 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:21:58,664 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:21:58,681 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:21:58,691 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:58,691 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:21:58,727 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:21:58,727 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:58,728 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:58,728 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:58,924 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:21:58,925 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:58,925 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:58,926 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:59,032 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:21:59,032 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:59,032 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:59,032 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:59,043 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:21:59,044 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:59,044 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:59,044 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:59,044 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 14:21:59,044 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:59,055 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:21:59,055 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:59,055 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 14:21:59,055 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:59,055 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:21:59,091 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:21:59,091 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:59,092 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:59,092 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:21:59,092 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:59,124 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:21:59,124 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:21:59,124 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:21:59,125 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:21:59,125 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:21:59,136 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:21:59,144 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:21:59,164 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb 14:21:59,184 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:21:59,188 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 14:21:59,194 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:21:59,211 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb 14:21:59,221 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c 14:21:59,229 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:21:59,229 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb 14:21:59,230 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb 14:21:59,230 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:21:59,239 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:21:59,239 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c 14:21:59,247 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:21:59,248 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb 14:21:59,248 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c 14:21:59,259 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:21:59,259 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:21:59,259 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:21:59,259 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb 14:21:59,259 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:21:59,259 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb 14:21:59,270 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:21:59,270 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:21:59,270 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:21:59,270 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:21:59,270 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb 14:21:59,319 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:21:59,319 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb 14:21:59,320 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb 14:21:59,320 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:21:59,336 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:21:59,355 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:21:59,378 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:21:59,405 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:59,413 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:59,438 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:21:59,456 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:21:59,457 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:59,467 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:59,471 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:21:59,471 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:59,472 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:21:59,484 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:21:59,484 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:59,485 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:21:59,485 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:21:59,565 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:21:59,566 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:21:59,566 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:59,566 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:21:59,567 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:59,576 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:21:59,576 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:21:59,585 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:21:59,585 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:21:59,586 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:21:59,637 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:21:59,637 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:21:59,638 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:59,638 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:59,745 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:21:59,745 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:21:59,746 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:59,746 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:59,852 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:21:59,853 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:21:59,853 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:59,854 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:59,865 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:21:59,865 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:59,865 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:59,866 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:21:59,866 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:21:59,866 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:21:59,877 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:21:59,877 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:21:59,878 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:21:59,878 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:21:59,878 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:22:00,102 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:22:00,107 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:22:00,107 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:00,107 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:22:00,108 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:22:00,302 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:22:00,302 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:22:00,303 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:00,303 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:22:00,304 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:22:00,315 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:22:00,322 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:00,340 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:00,355 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:22:00,362 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:00,363 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:00,379 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:00,396 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:22:00,404 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:00,428 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:22:00,429 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:00,429 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:00,526 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:22:00,528 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:00,529 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:00,529 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:00,546 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:22:00,549 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 14:22:00,549 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:00,549 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:00,550 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:00,559 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:22:00,559 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:00,560 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:00,560 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:00,560 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:00,568 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:22:00,568 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:00,568 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:00,568 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:00,568 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:00,578 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:22:00,578 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:00,579 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:00,579 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:22:00,579 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:00,579 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:00,588 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:22:00,589 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:00,589 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:22:00,589 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:00,589 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:00,730 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:22:00,730 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:00,730 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:00,730 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:00,731 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:00,854 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:22:00,855 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:00,855 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:00,855 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:00,855 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:00,869 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:22:00,889 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:00,931 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:00,947 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:22:00,948 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:00,960 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:01,008 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:01,036 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:22:01,052 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:01,065 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:22:01,065 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:01,066 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:01,066 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:01,076 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:22:01,076 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:01,076 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:01,077 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:01,083 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:22:01,099 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:22:01,099 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:01,099 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:01,100 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:01,100 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:01,113 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:22:01,113 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:01,114 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:01,114 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:01,114 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:01,123 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:22:01,123 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:01,123 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:01,123 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:22:01,124 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:01,124 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:01,143 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:22:01,144 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:01,144 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:01,144 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:01,145 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:01,163 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:22:01,163 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:01,163 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:01,164 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:01,164 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:01,175 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 14:22:01,178 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,182 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 14:22:01,185 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,200 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 14:22:01,203 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 14:22:01,207 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 14:22:01,210 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 14:22:01,213 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 14:22:01,217 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 14:22:01,217 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 14:22:01,218 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,224 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 14:22:01,224 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 14:22:01,224 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 14:22:01,224 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 14:22:01,225 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 14:22:01,225 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,231 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:22:01,232 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,232 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,232 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 14:22:01,241 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:22:01,242 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 14:22:01,242 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 14:22:01,242 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 14:22:01,242 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:22:01,249 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 14:22:01,249 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 14:22:01,249 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,250 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 14:22:01,250 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:22:01,250 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,257 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 14:22:01,258 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 14:22:01,258 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,258 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 14:22:01,258 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:22:01,259 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,265 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:22:01,266 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 14:22:01,266 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,266 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 14:22:01,275 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:22:01,276 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 14:22:01,276 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:22:01,276 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 14:22:01,276 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,284 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 14:22:01,284 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,285 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:22:01,285 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,285 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 14:22:01,293 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 14:22:01,293 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,293 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:22:01,294 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,294 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 14:22:01,300 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 14:22:01,300 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,300 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 14:22:01,301 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,320 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 14:22:01,320 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 14:22:01,321 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,321 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 14:22:01,321 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:22:01,321 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,322 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 14:22:01,328 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 14:22:01,329 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 14:22:01,329 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,329 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 14:22:01,329 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:22:01,330 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,330 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 14:22:01,336 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 14:22:01,336 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 14:22:01,336 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,344 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 14:22:01,344 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,345 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 14:22:01,345 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:22:01,345 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,345 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 14:22:01,353 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 14:22:01,353 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:01,353 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 14:22:01,354 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:22:01,354 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:01,354 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 14:22:01,464 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:22:01,465 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:22:01,477 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:22:01,477 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:22:01,478 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.3, Element 2.4, Element 2.1, Element 2.2 14:22:01,478 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 14:22:01,487 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:22:01,488 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:22:01,496 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:22:01,497 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 14:22:01,497 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.3, Element 2.4, Element 2.1, Element 2.2 14:22:01,497 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 14:22:01,498 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:22:01,515 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:22:01,516 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:22:01,516 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.3, Element 2.4, Element 2.1, Element 2.2 14:22:01,516 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:22:01,532 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:22:01,532 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:22:01,533 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.3, Element 2.4, Element 2.1, Element 2.2 14:22:01,533 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:22:01,574 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 14:22:01,574 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:22:01,574 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.3, Element 2.4, Element 2.1, Element 2.2 14:22:01,575 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:22:01,575 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 14:22:01,588 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 14:22:01,588 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:22:01,588 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.3, Element 2.4, Element 2.1, Element 2.2 14:22:01,589 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:22:01,600 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:22:01,600 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 14:22:01,601 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.3, Element 2.4, Element 2.1, Element 2.2 14:22:01,601 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 14:22:01,601 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:22:01,616 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:22:01,616 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 14:22:01,616 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:22:01,675 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 14:22:01,679 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 14:22:01,683 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 14:22:01,692 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 14:22:01,693 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 14:22:01,693 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:22:01,696 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 14:22:01,702 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:22:01,702 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 14:22:01,703 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:22:01,718 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 14:22:01,722 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 14:22:01,722 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 14:22:01,725 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 14:22:01,729 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 14:22:01,732 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 14:22:01,742 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 14:22:01,742 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 14:22:01,743 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:22:01,743 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 14:22:01,743 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 14:22:01,751 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 14:22:01,751 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 14:22:01,751 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:22:01,752 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 14:22:01,752 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 14:22:01,760 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 14:22:01,760 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 14:22:01,760 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 14:22:01,761 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 14:22:01,761 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 14:22:01,761 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 14:22:01,768 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 14:22:01,769 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 14:22:01,769 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:22:01,769 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 14:22:01,770 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 14:22:01,770 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 14:22:01,779 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:22:01,779 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 14:22:01,779 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 14:22:01,780 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 14:22:01,780 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 14:22:01,780 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 14:22:01,808 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:22:01,819 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:22:01,839 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa 14:22:01,859 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:22:01,870 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:22:01,891 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 14:22:01,908 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="b", name="Element 3.2"]=b, Element3[value="a", name="Element 3.1"]=a 14:22:01,915 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:22:01,924 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:22:01,925 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 14:22:01,925 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa 14:22:01,925 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:22:01,933 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:22:01,933 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="b", name="Element 3.2"]=b, Element3[value="a", name="Element 3.1"]=a 14:22:01,942 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:22:01,943 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 14:22:01,943 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:22:01,944 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:22:01,944 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:22:01,944 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa 14:22:01,956 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:22:01,957 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 14:22:01,957 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa 14:22:01,957 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:22:02,031 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 14:22:02,031 INFO [main][General] >> result=Owner 5 14:22:02,031 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 14:22:02,050 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 14:22:02,050 INFO [main][General] >> result=Owner 3 14:22:02,050 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:22:02,058 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:22:02,058 INFO [main][General] >> result=Owner 3 14:22:02,058 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:22:02,101 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:22:02,102 INFO [main][General] >> result=Owner 1 14:22:02,102 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.2, S.Element 1.4, S.Element 1.1, S.Element 1.3 14:22:02,102 INFO [main][General] >> result=Owner 4 14:22:02,102 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 14:22:02,102 INFO [main][General] >> result=Owner 2 14:22:02,102 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.1, S.Element 2.2 14:22:02,112 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:22:02,112 INFO [main][General] >> result=Owner 3 14:22:02,112 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:22:02,121 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:22:02,122 INFO [main][General] >> result=Owner 5 14:22:02,122 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 14:22:02,122 INFO [main][General] >> result=Owner 1 14:22:02,122 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.2, S.Element 1.4, S.Element 1.1, S.Element 1.3 14:22:02,122 INFO [main][General] >> result=Owner 4 14:22:02,122 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 14:22:02,122 INFO [main][General] >> result=Owner 2 14:22:02,123 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.1, S.Element 2.2 14:22:02,241 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:22:02,241 INFO [main][General] >> result=Owner 1 14:22:02,241 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.2, S.Element 1.4, S.Element 1.1, S.Element 1.3 14:22:02,241 INFO [main][General] >> result=Owner 3 14:22:02,241 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:22:02,241 INFO [main][General] >> result=Owner 2 14:22:02,242 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.1, S.Element 2.2 14:22:02,356 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:22:02,356 INFO [main][General] >> result=Owner 1 14:22:02,356 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.2, S.Element 1.4, S.Element 1.1, S.Element 1.3 14:22:02,356 INFO [main][General] >> result=Owner 3 14:22:02,357 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:22:02,357 INFO [main][General] >> result=Owner 2 14:22:02,357 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.1, S.Element 2.2 14:22:02,503 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 14:22:02,503 INFO [main][General] >> result=Owner 1 14:22:02,503 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.2, S.Element 1.4, S.Element 1.1, S.Element 1.3 14:22:02,504 INFO [main][General] >> result=Owner 4 14:22:02,504 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 14:22:02,504 INFO [main][General] >> result=Owner 3 14:22:02,504 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:22:02,504 INFO [main][General] >> result=Owner 2 14:22:02,504 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.1, S.Element 2.2 14:22:02,635 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 14:22:02,635 INFO [main][General] >> result=Owner 1 14:22:02,635 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.2, S.Element 1.4, S.Element 1.1, S.Element 1.3 14:22:02,635 INFO [main][General] >> result=Owner 3 14:22:02,635 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:22:02,635 INFO [main][General] >> result=Owner 2 14:22:02,635 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.1, S.Element 2.2 14:22:02,647 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:22:02,647 INFO [main][General] >> result=Owner 5 14:22:02,647 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 14:22:02,648 INFO [main][General] >> result=Owner 1 14:22:02,648 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.2, S.Element 1.4, S.Element 1.1, S.Element 1.3 14:22:02,648 INFO [main][General] >> result=Owner 4 14:22:02,648 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 14:22:02,648 INFO [main][General] >> result=Owner 2 14:22:02,648 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.1, S.Element 2.2 14:22:02,692 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:22:02,692 INFO [main][General] >> result=Owner 5 14:22:02,692 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 14:22:02,693 INFO [main][General] >> result=Owner 3 14:22:02,693 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:22:05,842 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/cumulus4j_527/derby-cumulus4j-1.0.0" was deleted successfully. 14:22:05,842 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:22:06,041 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:22:11,354 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:22:11,355 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:22:11,355 INFO [main][Cumulus4jStoreManager] ======================================================= 14:22:11,359 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:22:11,359 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:22:11,430 INFO [main][MinimumCumulus4jVersion] version=10100001 14:22:11,433 INFO [main][MinimumCumulus4jVersion] version=10100001 14:22:11,630 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:22:11,684 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 14:22:11,709 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:22:11,716 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:22:11,745 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:11,774 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:11,800 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:22:11,810 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:22:11,813 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:22:11,813 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:22:11,814 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:11,814 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:11,823 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:22:11,823 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 14:22:11,823 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:22:11,823 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:22:11,907 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:22:11,908 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 14:22:11,908 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:22:11,908 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:11,908 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:11,916 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:22:11,917 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 14:22:11,924 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:22:11,924 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:11,925 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 14:22:11,941 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:22:11,941 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:22:11,942 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:11,942 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:12,051 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:22:12,051 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:22:12,052 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:12,052 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:12,138 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:22:12,138 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:22:12,138 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:12,138 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:12,147 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:22:12,148 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:22:12,148 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 14:22:12,148 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:22:12,149 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:12,149 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:12,158 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:22:12,158 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:22:12,158 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 14:22:12,158 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:22:12,158 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:12,189 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:22:12,190 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:22:12,190 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 14:22:12,191 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:12,191 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:12,219 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:22:12,220 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:22:12,220 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 14:22:12,220 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:22:12,221 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:22:12,251 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:22:12,258 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:22:12,277 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd 14:22:12,298 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:22:12,316 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b 14:22:12,324 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:22:12,342 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 14:22:12,345 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 14:22:12,352 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:22:12,352 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 14:22:12,352 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd 14:22:12,352 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:22:12,360 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:22:12,360 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b 14:22:12,367 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:22:12,368 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd 14:22:12,368 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b 14:22:12,377 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:22:12,377 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:22:12,378 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:22:12,378 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:22:12,378 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 14:22:12,379 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd 14:22:12,388 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:22:12,388 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:22:12,389 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:22:12,389 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 14:22:12,389 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:22:12,431 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:22:12,432 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 14:22:12,432 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd 14:22:12,432 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:22:12,461 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:22:12,482 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:22:12,505 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:22:12,544 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:12,551 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:22:12,577 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:12,594 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:22:12,605 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:12,607 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:22:12,608 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:22:12,608 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:12,608 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:12,617 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:22:12,617 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:22:12,618 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:12,618 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:22:12,685 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:22:12,685 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:22:12,685 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:22:12,686 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:12,686 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:12,693 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:22:12,693 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:22:12,701 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:22:12,701 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:12,701 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:22:12,743 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:22:12,743 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:22:12,743 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:12,744 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:12,836 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:22:12,836 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:12,836 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:12,836 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:12,923 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:22:12,923 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:12,924 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:12,924 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:12,934 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:22:12,934 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:12,935 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:22:12,935 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:22:12,935 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:12,936 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:12,959 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:22:12,959 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:12,959 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:22:12,960 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:22:12,960 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:13,081 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:22:13,082 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:13,082 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:22:13,082 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:13,083 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:13,190 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:22:13,190 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:22:13,191 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:22:13,191 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:22:13,191 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:22:13,219 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:22:13,236 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:13,243 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:13,257 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:22:13,257 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:13,274 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:13,280 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:13,295 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:22:13,302 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:13,311 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:22:13,311 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:13,311 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:13,352 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:22:13,353 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:13,353 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:13,353 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:13,362 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:22:13,362 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:13,363 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:13,365 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 14:22:13,365 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:13,374 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:22:13,374 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:13,375 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:13,375 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:13,375 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:13,382 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:22:13,382 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:13,382 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:13,382 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:13,383 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:13,391 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:22:13,392 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:13,392 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:13,392 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:13,392 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:22:13,392 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:13,400 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:22:13,401 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:22:13,401 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:13,401 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:22:13,401 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:13,516 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:22:13,516 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:13,517 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:13,517 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:13,517 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:13,627 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:22:13,628 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:22:13,628 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:22:13,628 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:22:13,629 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:22:13,669 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:22:13,680 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:13,705 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:13,723 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:22:13,758 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:13,759 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:13,768 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:13,789 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:22:13,807 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:13,818 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:22:13,819 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:13,819 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:13,819 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:13,829 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:22:13,830 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:13,830 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:13,836 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:22:13,837 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:13,859 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:22:13,860 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:13,860 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:13,860 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:13,861 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:13,889 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:22:13,890 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:13,890 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:13,890 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:13,891 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:13,907 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:22:13,908 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:13,908 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:13,909 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:22:13,909 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:13,909 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:22:13,926 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:22:13,926 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:13,926 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:13,926 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:13,927 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:13,941 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:22:13,942 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:22:13,942 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:22:13,942 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:22:13,942 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:22:13,971 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 14:22:13,974 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, first=Adam, third=Claudia 14:22:13,977 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 14:22:13,980 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:13,998 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 14:22:14,001 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 14:22:14,004 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 14:22:14,007 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 14:22:14,010 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 14:22:14,014 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 14:22:14,014 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 14:22:14,015 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,020 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 14:22:14,020 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 14:22:14,021 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 14:22:14,021 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 14:22:14,021 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,021 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 14:22:14,027 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:22:14,027 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 14:22:14,027 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,028 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,035 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:22:14,035 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 14:22:14,036 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 14:22:14,036 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 14:22:14,036 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:22:14,042 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 14:22:14,042 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 14:22:14,042 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 14:22:14,043 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,043 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:22:14,043 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,049 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 14:22:14,049 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 14:22:14,049 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 14:22:14,050 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,050 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:22:14,050 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,056 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:22:14,056 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 14:22:14,057 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 14:22:14,057 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,065 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:22:14,065 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 14:22:14,065 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 14:22:14,065 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,065 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:22:14,073 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 14:22:14,073 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 14:22:14,073 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,073 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:22:14,074 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,080 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 14:22:14,080 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 14:22:14,080 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,080 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:22:14,081 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,086 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 14:22:14,086 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,087 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 14:22:14,087 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,103 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 14:22:14,103 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 14:22:14,103 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 14:22:14,103 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 14:22:14,104 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,104 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:22:14,104 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,110 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 14:22:14,110 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 14:22:14,110 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 14:22:14,110 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 14:22:14,110 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,111 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:22:14,111 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,116 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 14:22:14,116 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 14:22:14,116 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,123 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 14:22:14,123 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 14:22:14,123 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 14:22:14,123 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,123 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:22:14,123 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,130 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 14:22:14,130 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 14:22:14,130 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 14:22:14,130 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, first=Adam, third=Claudia 14:22:14,130 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:22:14,131 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:22:14,255 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:22:14,255 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.3, Element 3.2, Element 3.1 14:22:14,266 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:22:14,266 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.1, Element 2.2, Element 2.4, Element 2.3 14:22:14,267 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 14:22:14,267 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.1, Element 1.3, Element 1.4, Element 1.2 14:22:14,275 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:22:14,275 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.3, Element 3.2, Element 3.1 14:22:14,283 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:22:14,283 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.1, Element 2.2, Element 2.4, Element 2.3 14:22:14,283 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 14:22:14,283 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.1, Element 1.3, Element 1.4, Element 1.2 14:22:14,284 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 14:22:14,310 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:22:14,310 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.3, Element 3.2, Element 3.1 14:22:14,311 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.1, Element 2.2, Element 2.4, Element 2.3 14:22:14,311 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.1, Element 1.3, Element 1.4, Element 1.2 14:22:14,324 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:22:14,324 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.3, Element 3.2, Element 3.1 14:22:14,324 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.1, Element 2.2, Element 2.4, Element 2.3 14:22:14,324 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.1, Element 1.3, Element 1.4, Element 1.2 14:22:14,348 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 14:22:14,348 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.3, Element 3.2, Element 3.1 14:22:14,348 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.1, Element 2.2, Element 2.4, Element 2.3 14:22:14,349 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 14:22:14,349 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.1, Element 1.3, Element 1.4, Element 1.2 14:22:14,359 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 14:22:14,359 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.3, Element 3.2, Element 3.1 14:22:14,359 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.1, Element 2.2, Element 2.4, Element 2.3 14:22:14,359 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.1, Element 1.3, Element 1.4, Element 1.2 14:22:14,369 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:22:14,369 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.1, Element 2.2, Element 2.4, Element 2.3 14:22:14,369 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 14:22:14,370 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.1, Element 1.3, Element 1.4, Element 1.2 14:22:14,370 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 14:22:14,382 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:22:14,382 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.3, Element 3.2, Element 3.1 14:22:14,382 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 14:22:14,476 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 14:22:14,480 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 14:22:14,483 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 14:22:14,493 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 14:22:14,496 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 14:22:14,496 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:22:14,496 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 14:22:14,502 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:22:14,502 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:22:14,503 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 14:22:14,520 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 14:22:14,520 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 14:22:14,523 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 14:22:14,527 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 14:22:14,529 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 14:22:14,532 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 14:22:14,540 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 14:22:14,540 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 14:22:14,540 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 14:22:14,540 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 14:22:14,541 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:22:14,547 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 14:22:14,547 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 14:22:14,547 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 14:22:14,548 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 14:22:14,548 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:22:14,554 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 14:22:14,554 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 14:22:14,555 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 14:22:14,555 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 14:22:14,555 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 14:22:14,555 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 14:22:14,562 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 14:22:14,562 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 14:22:14,562 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 14:22:14,562 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 14:22:14,562 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 14:22:14,562 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:22:14,570 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:22:14,570 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 14:22:14,570 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 14:22:14,570 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 14:22:14,570 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 14:22:14,570 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 14:22:14,624 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:22:14,643 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc 14:22:14,652 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:22:14,671 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:22:14,688 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="b", name="Element 3.2"]=b, Element3[value="a", name="Element 3.1"]=a 14:22:14,698 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:22:14,704 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:22:14,724 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa 14:22:14,732 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:22:14,732 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc 14:22:14,732 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:22:14,732 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa 14:22:14,739 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:22:14,739 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="b", name="Element 3.2"]=b, Element3[value="a", name="Element 3.1"]=a 14:22:14,747 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:22:14,747 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:22:14,747 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:22:14,747 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:22:14,747 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc 14:22:14,748 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa 14:22:14,758 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:22:14,758 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc 14:22:14,759 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:22:14,759 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa 14:22:14,846 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 14:22:14,847 INFO [main][General] >> result=Owner 5 14:22:14,847 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 14:22:14,863 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 14:22:14,863 INFO [main][General] >> result=Owner 3 14:22:14,863 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:22:14,871 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:22:14,871 INFO [main][General] >> result=Owner 3 14:22:14,871 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:22:14,913 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:22:14,913 INFO [main][General] >> result=Owner 1 14:22:14,913 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 14:22:14,914 INFO [main][General] >> result=Owner 2 14:22:14,914 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.1, S.Element 2.3 14:22:14,914 INFO [main][General] >> result=Owner 4 14:22:14,914 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 14:22:14,924 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:22:14,924 INFO [main][General] >> result=Owner 3 14:22:14,924 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:22:14,934 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:22:14,934 INFO [main][General] >> result=Owner 4 14:22:14,934 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 14:22:14,934 INFO [main][General] >> result=Owner 5 14:22:14,935 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 14:22:14,935 INFO [main][General] >> result=Owner 1 14:22:14,935 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 14:22:14,935 INFO [main][General] >> result=Owner 2 14:22:14,936 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.1, S.Element 2.3 14:22:15,046 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:22:15,046 INFO [main][General] >> result=Owner 1 14:22:15,047 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 14:22:15,047 INFO [main][General] >> result=Owner 2 14:22:15,047 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.1, S.Element 2.3 14:22:15,047 INFO [main][General] >> result=Owner 3 14:22:15,047 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:22:15,151 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:22:15,151 INFO [main][General] >> result=Owner 1 14:22:15,151 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 14:22:15,151 INFO [main][General] >> result=Owner 2 14:22:15,152 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.1, S.Element 2.3 14:22:15,152 INFO [main][General] >> result=Owner 3 14:22:15,152 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:22:15,276 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 14:22:15,276 INFO [main][General] >> result=Owner 1 14:22:15,276 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 14:22:15,277 INFO [main][General] >> result=Owner 2 14:22:15,277 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.1, S.Element 2.3 14:22:15,277 INFO [main][General] >> result=Owner 3 14:22:15,277 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:22:15,277 INFO [main][General] >> result=Owner 4 14:22:15,277 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 14:22:15,398 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 14:22:15,399 INFO [main][General] >> result=Owner 1 14:22:15,399 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 14:22:15,399 INFO [main][General] >> result=Owner 2 14:22:15,399 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.1, S.Element 2.3 14:22:15,399 INFO [main][General] >> result=Owner 3 14:22:15,399 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:22:15,411 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:22:15,411 INFO [main][General] >> result=Owner 4 14:22:15,411 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 4: S.Element 4.3 14:22:15,411 INFO [main][General] >> result=Owner 5 14:22:15,411 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 14:22:15,411 INFO [main][General] >> result=Owner 1 14:22:15,411 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.3, S.Element 1.2 14:22:15,412 INFO [main][General] >> result=Owner 2 14:22:15,412 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.1, S.Element 2.3 14:22:15,451 INFO [main][ElementASetQueryTest] tryToReadDatastore: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:22:15,451 INFO [main][General] >> result=Owner 5 14:22:15,451 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 5: 14:22:15,451 INFO [main][General] >> result=Owner 3 14:22:15,451 INFO [main][ElementASetQueryTest] tryToReadDatastore: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:22:17,189 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/cumulus4j_cd2/derby-cumulus4j-1.1.0" was deleted successfully. 14:22:17,189 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 89.611 sec Running org.cumulus4j.store.test.movie.MovieQueryTest 14:22:17,208 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:22:17,217 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:22:17,221 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:22:17,248 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:22:17,249 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:22:17,255 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:22:17,259 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:22:17,328 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:22:40,661 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:22:40,661 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:22:40,661 INFO [main][Cumulus4jStoreManager] ======================================================= 14:22:40,663 INFO [main][MovieQueryTest] importDataCsv: entered 14:22:40,670 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:22:40,671 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:22:41,166 INFO [main][MinimumCumulus4jVersion] version=10100001 14:22:41,708 INFO [main][MinimumCumulus4jVersion] version=10100001 14:22:42,025 INFO [main][MovieQueryTest] importDataCsv: nothing imported before => importing now. 14:22:42,045 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 14:22:42,146 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Person.personID" not found ! 14:22:42,226 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Language.languageID" not found ! 14:22:45,980 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:22:49,000 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 14:22:50,439 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:23:09,423 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:25:20,418 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=1346 minTime=1346 maxTime=1346 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=9 minTime=9 maxTime=9 50.importMovies invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=158392 minTime=158392 maxTime=158392 55.finalFlush invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 14:25:21,876 INFO [main][MovieQueryTest] query0: entered 14:25:21,908 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:25:21,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:25:21,949 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:25:21,992 INFO [main][MovieQueryTest] query0: found 39 movies with rating "R (USA)": 14:25:21,993 INFO [main][MovieQueryTest] query0: * 328: Bloodline: Sibling Rivalry 14:25:21,993 INFO [main][MovieQueryTest] query0: * 362: Riot 14:25:21,993 INFO [main][MovieQueryTest] query0: * 59: The Monster 14:25:21,994 INFO [main][MovieQueryTest] query0: * 416: Lovers and Other Strangers 14:25:21,994 INFO [main][MovieQueryTest] query0: * 122: Mary Reilly 14:25:21,994 INFO [main][MovieQueryTest] query0: * 12: The Big Lebowski 14:25:21,994 INFO [main][MovieQueryTest] query0: * 40: Greenfingers 14:25:21,995 INFO [main][MovieQueryTest] query0: * 326: The Killing Kind 14:25:21,995 INFO [main][MovieQueryTest] query0: * 340: No Code of Conduct 14:25:21,995 INFO [main][MovieQueryTest] query0: * 407: The Young Unknowns 14:25:21,995 INFO [main][MovieQueryTest] query0: * 331: The Drop 14:25:21,996 INFO [main][MovieQueryTest] query0: * 268: Dead In The Water 14:25:21,996 INFO [main][MovieQueryTest] query0: * 433: Posers 14:25:21,996 INFO [main][MovieQueryTest] query0: * 290: Rock Star 14:25:21,996 INFO [main][MovieQueryTest] query0: * 66: Carrington 14:25:21,997 INFO [main][MovieQueryTest] query0: * 149: Savage Dawn 14:25:21,997 INFO [main][MovieQueryTest] query0: * 29: All about the Benjamins 14:25:21,997 INFO [main][MovieQueryTest] query0: * 408: Strip n Run 14:25:21,997 INFO [main][MovieQueryTest] query0: * 543: Wilbur Wants to Kill Himself 14:25:21,998 INFO [main][MovieQueryTest] query0: * 431: The Three Amigos 14:25:21,998 INFO [main][MovieQueryTest] query0: * 342: Kinsey 14:25:21,998 INFO [main][MovieQueryTest] query0: * 316: Jack Brooks: Monster Slayer 14:25:21,998 INFO [main][MovieQueryTest] query0: * 45: Bloody Sunday 14:25:21,999 INFO [main][MovieQueryTest] query0: * 32: Dirty Deeds 14:25:21,999 INFO [main][MovieQueryTest] query0: * 419: RoboCop: Resurrection 14:25:21,999 INFO [main][MovieQueryTest] query0: * 344: Late Last Night 14:25:21,999 INFO [main][MovieQueryTest] query0: * 500: Death Race 2000 14:25:22,000 INFO [main][MovieQueryTest] query0: * 303: Heist 14:25:22,000 INFO [main][MovieQueryTest] query0: * 489: Rollerball 14:25:22,000 INFO [main][MovieQueryTest] query0: * 475: Killing Machine 14:25:22,000 INFO [main][MovieQueryTest] query0: * 356: The King of the Mountain 14:25:22,000 INFO [main][MovieQueryTest] query0: * 538: Then She Found Me 14:25:22,000 INFO [main][MovieQueryTest] query0: * 428: Wonderful World 14:25:22,001 INFO [main][MovieQueryTest] query0: * 297: Just the Two of Us 14:25:22,001 INFO [main][MovieQueryTest] query0: * 492: The Healer 14:25:22,001 INFO [main][MovieQueryTest] query0: * 155: Never Die Alone 14:25:22,001 INFO [main][MovieQueryTest] query0: * 237: Street Dreams 14:25:22,001 INFO [main][MovieQueryTest] query0: * 368: Bride of Re-Animator 14:25:22,001 INFO [main][MovieQueryTest] query0: * 381: Performance 14:25:22,008 INFO [main][MovieQueryTest] importDataCsv: entered 14:25:22,015 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:25:22,099 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:25:22,099 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=86 minTime=86 maxTime=86 14:25:22,121 INFO [main][MovieQueryTest] query1: entered 14:25:22,149 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:25:22,158 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,161 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,243 INFO [main][MovieQueryTest] query1: found 34 movies with rating.name containing "G": 14:25:22,243 INFO [main][MovieQueryTest] query1: * 271: Behind the Sun (PG-13 (USA)) 14:25:22,243 INFO [main][MovieQueryTest] query1: * 427: A Christmas Story (PG (USA)) 14:25:22,244 INFO [main][MovieQueryTest] query1: * 28: Red Sonja (PG-13 (USA)) 14:25:22,244 INFO [main][MovieQueryTest] query1: * 400: Waterproof (PG-13 (USA)) 14:25:22,244 INFO [main][MovieQueryTest] query1: * 58: School of Life (PG (USA)) 14:25:22,244 INFO [main][MovieQueryTest] query1: * 493: Dirty Laundry (PG-13 (USA)) 14:25:22,244 INFO [main][MovieQueryTest] query1: * 434: Alice in Wonderland (PG (USA)) 14:25:22,244 INFO [main][MovieQueryTest] query1: * 352: August Evening (PG-13 (USA)) 14:25:22,245 INFO [main][MovieQueryTest] query1: * 47: Burlesque (PG-13 (USA)) 14:25:22,245 INFO [main][MovieQueryTest] query1: * 305: Be My Baby (PG-13 (USA)) 14:25:22,245 INFO [main][MovieQueryTest] query1: * 37: Hoodwinked (PG (USA)) 14:25:22,245 INFO [main][MovieQueryTest] query1: * 459: MegaMind (PG (USA)) 14:25:22,245 INFO [main][MovieQueryTest] query1: * 138: The Roommate (PG-13 (USA)) 14:25:22,246 INFO [main][MovieQueryTest] query1: * 497: That's Dancing! (G (USA)) 14:25:22,246 INFO [main][MovieQueryTest] query1: * 375: Plein Soleil (PG-13 (USA)) 14:25:22,246 INFO [main][MovieQueryTest] query1: * 424: Windrunner (PG (USA)) 14:25:22,246 INFO [main][MovieQueryTest] query1: * 51: Dude, Where's the Party? (PG-13 (USA)) 14:25:22,247 INFO [main][MovieQueryTest] query1: * 65: The Hunchback of Notre Dame (PG (USA)) 14:25:22,247 INFO [main][MovieQueryTest] query1: * 231: Walt & El Grupo (PG (USA)) 14:25:22,247 INFO [main][MovieQueryTest] query1: * 405: Repossessed (PG-13 (USA)) 14:25:22,247 INFO [main][MovieQueryTest] query1: * 81: Rookie of the Year (PG (USA)) 14:25:22,248 INFO [main][MovieQueryTest] query1: * 507: Funland (PG-13 (USA)) 14:25:22,248 INFO [main][MovieQueryTest] query1: * 485: Cover (PG-13 (USA)) 14:25:22,248 INFO [main][MovieQueryTest] query1: * 525: Love Field (PG-13 (USA)) 14:25:22,248 INFO [main][MovieQueryTest] query1: * 24: That's Entertainment, Part II (G (USA)) 14:25:22,249 INFO [main][MovieQueryTest] query1: * 393: Hell in the Pacific (G (USA)) 14:25:22,249 INFO [main][MovieQueryTest] query1: * 404: The Wizard (PG (USA)) 14:25:22,249 INFO [main][MovieQueryTest] query1: * 338: Swarmed (PG-13 (USA)) 14:25:22,250 INFO [main][MovieQueryTest] query1: * 394: Follow the River (PG (USA)) 14:25:22,250 INFO [main][MovieQueryTest] query1: * 522: Anzio (PG-13 (USA)) 14:25:22,250 INFO [main][MovieQueryTest] query1: * 418: Sparks: The Price of Passion (PG-13 (USA)) 14:25:22,250 INFO [main][MovieQueryTest] query1: * 50: Goodbye, Columbus (PG (USA)) 14:25:22,251 INFO [main][MovieQueryTest] query1: * 131: Black Beauty (G (USA)) 14:25:22,251 INFO [main][MovieQueryTest] query1: * 60: Faraway, So Close! (PG-13 (USA)) 14:25:22,255 INFO [main][MovieQueryTest] importDataCsv: entered 14:25:22,257 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:25:22,327 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:25:22,330 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=75 minTime=75 maxTime=75 14:25:22,350 INFO [main][MovieQueryTest] query2: entered 14:25:22,355 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:25:22,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,402 INFO [main][MovieQueryTest] query2: found 18 movies with rating.name == "PG-13 (USA)": 14:25:22,403 INFO [main][MovieQueryTest] query2: * 271: Behind the Sun (PG-13 (USA)) 14:25:22,403 INFO [main][MovieQueryTest] query2: * 51: Dude, Where's the Party? (PG-13 (USA)) 14:25:22,403 INFO [main][MovieQueryTest] query2: * 28: Red Sonja (PG-13 (USA)) 14:25:22,406 INFO [main][MovieQueryTest] query2: * 405: Repossessed (PG-13 (USA)) 14:25:22,407 INFO [main][MovieQueryTest] query2: * 507: Funland (PG-13 (USA)) 14:25:22,407 INFO [main][MovieQueryTest] query2: * 400: Waterproof (PG-13 (USA)) 14:25:22,407 INFO [main][MovieQueryTest] query2: * 485: Cover (PG-13 (USA)) 14:25:22,408 INFO [main][MovieQueryTest] query2: * 493: Dirty Laundry (PG-13 (USA)) 14:25:22,408 INFO [main][MovieQueryTest] query2: * 525: Love Field (PG-13 (USA)) 14:25:22,408 INFO [main][MovieQueryTest] query2: * 352: August Evening (PG-13 (USA)) 14:25:22,408 INFO [main][MovieQueryTest] query2: * 47: Burlesque (PG-13 (USA)) 14:25:22,409 INFO [main][MovieQueryTest] query2: * 305: Be My Baby (PG-13 (USA)) 14:25:22,409 INFO [main][MovieQueryTest] query2: * 338: Swarmed (PG-13 (USA)) 14:25:22,409 INFO [main][MovieQueryTest] query2: * 138: The Roommate (PG-13 (USA)) 14:25:22,409 INFO [main][MovieQueryTest] query2: * 522: Anzio (PG-13 (USA)) 14:25:22,410 INFO [main][MovieQueryTest] query2: * 418: Sparks: The Price of Passion (PG-13 (USA)) 14:25:22,410 INFO [main][MovieQueryTest] query2: * 375: Plein Soleil (PG-13 (USA)) 14:25:22,410 INFO [main][MovieQueryTest] query2: * 60: Faraway, So Close! (PG-13 (USA)) 14:25:22,413 INFO [main][MovieQueryTest] importDataCsv: entered 14:25:22,420 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:25:22,469 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:25:22,469 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=50 minTime=50 maxTime=50 14:25:22,481 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:25:22,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:25:22,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,495 INFO [main][MovieQueryTest] query3: found 2 movies with starring.contains("Katharine Hepburn"): 14:25:22,496 INFO [main][MovieQueryTest] query3: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 14:25:22,497 INFO [main][MovieQueryTest] query3: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 14:25:22,500 INFO [main][MovieQueryTest] importDataCsv: entered 14:25:22,502 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:25:22,547 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:25:22,549 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=49 minTime=49 maxTime=49 14:25:22,562 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:25:22,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,569 INFO [main][MovieQueryTest] query4: found 2 movies query="SELECT FROM org.cumulus4j.store.test.movie.Movie WHERE this.starring.contains(personVariable) && personVariable.name == :personName VARIABLES org.cumulus4j.store.test.movie.Person personVariable" and personName="Katharine Hepburn"): 14:25:22,570 INFO [main][MovieQueryTest] query4: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 14:25:22,571 INFO [main][MovieQueryTest] query4: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 14:25:22,574 INFO [main][MovieQueryTest] importDataCsv: entered 14:25:22,576 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:25:22,613 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:25:22,613 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=39 minTime=39 maxTime=39 14:25:22,643 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:25:22,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:25:22,718 INFO [main][MovieQueryTest] query5: found 16 movies query="SELECT FROM org.cumulus4j.store.test.movie.Movie WHERE this.starring.contains(personVariable) && personVariable.name.indexOf(:personNamePart) >= 0 VARIABLES org.cumulus4j.store.test.movie.Person personVariable" and personNamePart="Kat"): 14:25:22,723 INFO [main][MovieQueryTest] query5: * 1: The Misfortunates (Kenneth Vanbaeden, Johan Heldenbergh, Koen De Graeve, Sten Van Gestel, Pauline Grossen, Bert Haelvoet, Ehsan Hemat, Sara Debosschere, Katrien Deklerq, Natali Broods, Sofie Palmers, Valentijn Dhaenens, Sachli Gholamalizad, Gilda De Bal, Lynn Van Royen, Yves Degryse, Charlotte Vandermeersch, Robbie Cleiren, Jos Geens, Wouter Hendrickx, Wout Kelchtermans) 14:25:22,726 INFO [main][MovieQueryTest] query5: * 122: Mary Reilly (Kathy Staff, Linda Bassett, Julia Roberts, George Cole, Glenn Close, John Malkovich, Michael Gambon) 14:25:22,727 INFO [main][MovieQueryTest] query5: * 58: School of Life (Alexander Pollock, Kate Vernon, David Paymer, Ryan Reynolds, John Astin) 14:25:22,727 INFO [main][MovieQueryTest] query5: * 222: Meat Pushin in the Seat Cushion 4 (Katie Gold) 14:25:22,727 INFO [main][MovieQueryTest] query5: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 14:25:22,728 INFO [main][MovieQueryTest] query5: * 47: Burlesque (Cher, Dianna Agron, Stephen Lee, Baldeep Singh, Terrence Jenkins, Alan Cumming, Christina Aguilera, Stanley Tucci, David Walton, Peter Gallagher, Tanee McCall, Chelsea Traille, Katelynn Tilley, Julianne Hough, Eric Dane, Glynn Turman, Kristen Bell, Cam Gigandet) 14:25:22,728 INFO [main][MovieQueryTest] query5: * 461: Boogie Town (Corbin Bernsen, Brenda Song, Mykal Anthony Bean, Vanessa Simmons, Katerina Graham, Khleo Thomas, Marques Houston) 14:25:22,729 INFO [main][MovieQueryTest] query5: * 503: Winnie the Pooh: ABC's (Jimmy Bennett, Peter Cullen, David Ogden Stiers, Kath Soucie, Jim Cummings, John Fiedler) 14:25:22,729 INFO [main][MovieQueryTest] query5: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 14:25:22,729 INFO [main][MovieQueryTest] query5: * 438: Miracle Dogs (Daniel Roebuck, Ted Shackelford, Kate Jackson, Josh Hutcherson, Rue McClanahan, Alana Austin) 14:25:22,730 INFO [main][MovieQueryTest] query5: * 283: Falling (Gabriela Hegedüs, Darina Dujmic, Georg Friedrich, Ursula Strauss, Ina Strnad, Kathrin Resetarits, Nina Proll, Birgit Minichmayr) 14:25:22,730 INFO [main][MovieQueryTest] query5: * 138: The Roommate (Frances Fisher, Minka Kelly, Tomas Arana, Matt Lanter, Billy Zane, Jacqueline Mazarella, Cherilyn Wilson, Carrie Finklea, Leighton Meester, Lauren Storm, Danneel Harris, Kaley Cuoco, Ryan Doom, Alyson Michalka, Katerina Graham, Elena Franklin, Cam Gigandet) 14:25:22,730 INFO [main][MovieQueryTest] query5: * 537: Son of No One (Al Pacino, Katie Holmes, Ray Liotta, Tracy Morgan, Juliette Binoche, Channing Tatum) 14:25:22,731 INFO [main][MovieQueryTest] query5: * 342: Kinsey (Laura Linney, Peter Sarsgaard, William Sadler, John McMartin, Veronica Cartwright, Tim Curry, Dylan Baker, Chris O'Donnell, Arden Myrin, Liam Neeson, Dagmara Dominczyk, John Lithgow, Kathleen Chalfant, Luke MacFarlane, Oliver Platt, Julianne Nicholson, Timothy Hutton, John Krasinski, Heather Goldenhersh) 14:25:22,731 INFO [main][MovieQueryTest] query5: * 368: Bride of Re-Animator (Fabiana Udenio, Jeffrey Combs, Claude Earl Jones, Mel Stewart, Kathleen Kinmont, David Gale, Bruce Abbott) 14:25:22,732 INFO [main][MovieQueryTest] query5: * 483: Gridlock (David Hasselhoff, Kathy Ireland, Alan Scarfe) 14:25:23,300 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:25:23,301 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:25:23,342 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:25:26,961 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:25:26,962 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:25:26,962 INFO [main][Cumulus4jStoreManager] ======================================================= 14:25:26,963 INFO [main][MovieQueryTest] importDataCsv: entered 14:25:26,964 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:25:26,965 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:25:27,010 INFO [main][MinimumCumulus4jVersion] version=10100001 14:25:27,012 INFO [main][MinimumCumulus4jVersion] version=10100001 14:25:27,036 INFO [main][MovieQueryTest] importDataCsv: nothing imported before => importing now. 14:25:27,040 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 14:25:27,089 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Person.personID" not found ! 14:25:27,113 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Language.languageID" not found ! 14:25:31,023 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 14:26:11,359 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:27:49,316 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=71 minTime=71 maxTime=71 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=2 minTime=2 maxTime=2 50.importMovies invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=142280 minTime=142280 maxTime=142280 55.finalFlush invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 14:27:50,288 INFO [main][MovieQueryTest] query0: entered 14:27:50,290 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:27:50,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:27:50,297 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:27:50,327 INFO [main][MovieQueryTest] query0: found 39 movies with rating "R (USA)": 14:27:50,328 INFO [main][MovieQueryTest] query0: * 381: Performance 14:27:50,328 INFO [main][MovieQueryTest] query0: * 489: Rollerball 14:27:50,328 INFO [main][MovieQueryTest] query0: * 45: Bloody Sunday 14:27:50,328 INFO [main][MovieQueryTest] query0: * 500: Death Race 2000 14:27:50,328 INFO [main][MovieQueryTest] query0: * 328: Bloodline: Sibling Rivalry 14:27:50,328 INFO [main][MovieQueryTest] query0: * 32: Dirty Deeds 14:27:50,329 INFO [main][MovieQueryTest] query0: * 59: The Monster 14:27:50,329 INFO [main][MovieQueryTest] query0: * 475: Killing Machine 14:27:50,329 INFO [main][MovieQueryTest] query0: * 492: The Healer 14:27:50,329 INFO [main][MovieQueryTest] query0: * 340: No Code of Conduct 14:27:50,329 INFO [main][MovieQueryTest] query0: * 331: The Drop 14:27:50,329 INFO [main][MovieQueryTest] query0: * 303: Heist 14:27:50,329 INFO [main][MovieQueryTest] query0: * 66: Carrington 14:27:50,330 INFO [main][MovieQueryTest] query0: * 416: Lovers and Other Strangers 14:27:50,330 INFO [main][MovieQueryTest] query0: * 149: Savage Dawn 14:27:50,330 INFO [main][MovieQueryTest] query0: * 433: Posers 14:27:50,330 INFO [main][MovieQueryTest] query0: * 316: Jack Brooks: Monster Slayer 14:27:50,330 INFO [main][MovieQueryTest] query0: * 342: Kinsey 14:27:50,330 INFO [main][MovieQueryTest] query0: * 543: Wilbur Wants to Kill Himself 14:27:50,331 INFO [main][MovieQueryTest] query0: * 237: Street Dreams 14:27:50,331 INFO [main][MovieQueryTest] query0: * 419: RoboCop: Resurrection 14:27:50,331 INFO [main][MovieQueryTest] query0: * 268: Dead In The Water 14:27:50,331 INFO [main][MovieQueryTest] query0: * 362: Riot 14:27:50,331 INFO [main][MovieQueryTest] query0: * 290: Rock Star 14:27:50,331 INFO [main][MovieQueryTest] query0: * 122: Mary Reilly 14:27:50,331 INFO [main][MovieQueryTest] query0: * 408: Strip n Run 14:27:50,331 INFO [main][MovieQueryTest] query0: * 431: The Three Amigos 14:27:50,331 INFO [main][MovieQueryTest] query0: * 407: The Young Unknowns 14:27:50,331 INFO [main][MovieQueryTest] query0: * 12: The Big Lebowski 14:27:50,331 INFO [main][MovieQueryTest] query0: * 326: The Killing Kind 14:27:50,332 INFO [main][MovieQueryTest] query0: * 344: Late Last Night 14:27:50,332 INFO [main][MovieQueryTest] query0: * 356: The King of the Mountain 14:27:50,332 INFO [main][MovieQueryTest] query0: * 428: Wonderful World 14:27:50,332 INFO [main][MovieQueryTest] query0: * 538: Then She Found Me 14:27:50,332 INFO [main][MovieQueryTest] query0: * 29: All about the Benjamins 14:27:50,332 INFO [main][MovieQueryTest] query0: * 155: Never Die Alone 14:27:50,332 INFO [main][MovieQueryTest] query0: * 297: Just the Two of Us 14:27:50,332 INFO [main][MovieQueryTest] query0: * 368: Bride of Re-Animator 14:27:50,332 INFO [main][MovieQueryTest] query0: * 40: Greenfingers 14:27:50,335 INFO [main][MovieQueryTest] importDataCsv: entered 14:27:50,337 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:27:50,359 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:27:50,359 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=24 minTime=24 maxTime=24 14:27:50,367 INFO [main][MovieQueryTest] query1: entered 14:27:50,370 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:27:50,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,406 INFO [main][MovieQueryTest] query1: found 34 movies with rating.name containing "G": 14:27:50,406 INFO [main][MovieQueryTest] query1: * 352: August Evening (PG-13 (USA)) 14:27:50,407 INFO [main][MovieQueryTest] query1: * 427: A Christmas Story (PG (USA)) 14:27:50,407 INFO [main][MovieQueryTest] query1: * 434: Alice in Wonderland (PG (USA)) 14:27:50,407 INFO [main][MovieQueryTest] query1: * 393: Hell in the Pacific (G (USA)) 14:27:50,408 INFO [main][MovieQueryTest] query1: * 459: MegaMind (PG (USA)) 14:27:50,408 INFO [main][MovieQueryTest] query1: * 24: That's Entertainment, Part II (G (USA)) 14:27:50,408 INFO [main][MovieQueryTest] query1: * 404: The Wizard (PG (USA)) 14:27:50,408 INFO [main][MovieQueryTest] query1: * 231: Walt & El Grupo (PG (USA)) 14:27:50,409 INFO [main][MovieQueryTest] query1: * 394: Follow the River (PG (USA)) 14:27:50,409 INFO [main][MovieQueryTest] query1: * 424: Windrunner (PG (USA)) 14:27:50,409 INFO [main][MovieQueryTest] query1: * 131: Black Beauty (G (USA)) 14:27:50,409 INFO [main][MovieQueryTest] query1: * 58: School of Life (PG (USA)) 14:27:50,410 INFO [main][MovieQueryTest] query1: * 47: Burlesque (PG-13 (USA)) 14:27:50,410 INFO [main][MovieQueryTest] query1: * 405: Repossessed (PG-13 (USA)) 14:27:50,410 INFO [main][MovieQueryTest] query1: * 375: Plein Soleil (PG-13 (USA)) 14:27:50,410 INFO [main][MovieQueryTest] query1: * 493: Dirty Laundry (PG-13 (USA)) 14:27:50,411 INFO [main][MovieQueryTest] query1: * 28: Red Sonja (PG-13 (USA)) 14:27:50,411 INFO [main][MovieQueryTest] query1: * 65: The Hunchback of Notre Dame (PG (USA)) 14:27:50,411 INFO [main][MovieQueryTest] query1: * 51: Dude, Where's the Party? (PG-13 (USA)) 14:27:50,411 INFO [main][MovieQueryTest] query1: * 37: Hoodwinked (PG (USA)) 14:27:50,412 INFO [main][MovieQueryTest] query1: * 338: Swarmed (PG-13 (USA)) 14:27:50,412 INFO [main][MovieQueryTest] query1: * 305: Be My Baby (PG-13 (USA)) 14:27:50,412 INFO [main][MovieQueryTest] query1: * 507: Funland (PG-13 (USA)) 14:27:50,412 INFO [main][MovieQueryTest] query1: * 418: Sparks: The Price of Passion (PG-13 (USA)) 14:27:50,413 INFO [main][MovieQueryTest] query1: * 525: Love Field (PG-13 (USA)) 14:27:50,413 INFO [main][MovieQueryTest] query1: * 81: Rookie of the Year (PG (USA)) 14:27:50,413 INFO [main][MovieQueryTest] query1: * 138: The Roommate (PG-13 (USA)) 14:27:50,413 INFO [main][MovieQueryTest] query1: * 485: Cover (PG-13 (USA)) 14:27:50,414 INFO [main][MovieQueryTest] query1: * 400: Waterproof (PG-13 (USA)) 14:27:50,414 INFO [main][MovieQueryTest] query1: * 497: That's Dancing! (G (USA)) 14:27:50,414 INFO [main][MovieQueryTest] query1: * 271: Behind the Sun (PG-13 (USA)) 14:27:50,414 INFO [main][MovieQueryTest] query1: * 50: Goodbye, Columbus (PG (USA)) 14:27:50,415 INFO [main][MovieQueryTest] query1: * 60: Faraway, So Close! (PG-13 (USA)) 14:27:50,415 INFO [main][MovieQueryTest] query1: * 522: Anzio (PG-13 (USA)) 14:27:50,417 INFO [main][MovieQueryTest] importDataCsv: entered 14:27:50,419 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:27:50,441 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:27:50,442 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=24 minTime=24 maxTime=24 14:27:50,450 INFO [main][MovieQueryTest] query2: entered 14:27:50,452 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:27:50,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,476 INFO [main][MovieQueryTest] query2: found 18 movies with rating.name == "PG-13 (USA)": 14:27:50,477 INFO [main][MovieQueryTest] query2: * 352: August Evening (PG-13 (USA)) 14:27:50,477 INFO [main][MovieQueryTest] query2: * 375: Plein Soleil (PG-13 (USA)) 14:27:50,478 INFO [main][MovieQueryTest] query2: * 493: Dirty Laundry (PG-13 (USA)) 14:27:50,478 INFO [main][MovieQueryTest] query2: * 28: Red Sonja (PG-13 (USA)) 14:27:50,478 INFO [main][MovieQueryTest] query2: * 51: Dude, Where's the Party? (PG-13 (USA)) 14:27:50,478 INFO [main][MovieQueryTest] query2: * 338: Swarmed (PG-13 (USA)) 14:27:50,479 INFO [main][MovieQueryTest] query2: * 305: Be My Baby (PG-13 (USA)) 14:27:50,479 INFO [main][MovieQueryTest] query2: * 507: Funland (PG-13 (USA)) 14:27:50,479 INFO [main][MovieQueryTest] query2: * 418: Sparks: The Price of Passion (PG-13 (USA)) 14:27:50,479 INFO [main][MovieQueryTest] query2: * 525: Love Field (PG-13 (USA)) 14:27:50,479 INFO [main][MovieQueryTest] query2: * 138: The Roommate (PG-13 (USA)) 14:27:50,480 INFO [main][MovieQueryTest] query2: * 485: Cover (PG-13 (USA)) 14:27:50,480 INFO [main][MovieQueryTest] query2: * 400: Waterproof (PG-13 (USA)) 14:27:50,480 INFO [main][MovieQueryTest] query2: * 47: Burlesque (PG-13 (USA)) 14:27:50,480 INFO [main][MovieQueryTest] query2: * 271: Behind the Sun (PG-13 (USA)) 14:27:50,481 INFO [main][MovieQueryTest] query2: * 60: Faraway, So Close! (PG-13 (USA)) 14:27:50,481 INFO [main][MovieQueryTest] query2: * 522: Anzio (PG-13 (USA)) 14:27:50,481 INFO [main][MovieQueryTest] query2: * 405: Repossessed (PG-13 (USA)) 14:27:50,483 INFO [main][MovieQueryTest] importDataCsv: entered 14:27:50,485 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:27:50,507 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:27:50,508 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=24 minTime=24 maxTime=24 14:27:50,517 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:27:50,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:27:50,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,526 INFO [main][MovieQueryTest] query3: found 2 movies with starring.contains("Katharine Hepburn"): 14:27:50,526 INFO [main][MovieQueryTest] query3: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 14:27:50,527 INFO [main][MovieQueryTest] query3: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 14:27:50,530 INFO [main][MovieQueryTest] importDataCsv: entered 14:27:50,532 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:27:50,556 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:27:50,556 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=26 minTime=26 maxTime=26 14:27:50,566 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:27:50,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,577 INFO [main][MovieQueryTest] query4: found 2 movies query="SELECT FROM org.cumulus4j.store.test.movie.Movie WHERE this.starring.contains(personVariable) && personVariable.name == :personName VARIABLES org.cumulus4j.store.test.movie.Person personVariable" and personName="Katharine Hepburn"): 14:27:50,578 INFO [main][MovieQueryTest] query4: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 14:27:50,578 INFO [main][MovieQueryTest] query4: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 14:27:50,581 INFO [main][MovieQueryTest] importDataCsv: entered 14:27:50,583 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:27:50,604 INFO [main][MovieQueryTest] importDataCsv: already imported before => skipping. 14:27:50,605 INFO [main][MovieQueryTest] importDataCsv: 00.getMovieExtent invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=0 minTime=0 maxTime=0 01.movieExtent.iterator().hasNext() invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=24 minTime=24 maxTime=24 14:27:50,627 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:27:50,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,663 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:27:50,705 INFO [main][MovieQueryTest] query5: found 16 movies query="SELECT FROM org.cumulus4j.store.test.movie.Movie WHERE this.starring.contains(personVariable) && personVariable.name.indexOf(:personNamePart) >= 0 VARIABLES org.cumulus4j.store.test.movie.Person personVariable" and personNamePart="Kat"): 14:27:50,705 INFO [main][MovieQueryTest] query5: * 222: Meat Pushin in the Seat Cushion 4 (Katie Gold) 14:27:50,706 INFO [main][MovieQueryTest] query5: * 1: The Misfortunates (Kenneth Vanbaeden, Johan Heldenbergh, Koen De Graeve, Sten Van Gestel, Pauline Grossen, Bert Haelvoet, Ehsan Hemat, Sara Debosschere, Katrien Deklerq, Natali Broods, Sofie Palmers, Valentijn Dhaenens, Sachli Gholamalizad, Gilda De Bal, Lynn Van Royen, Yves Degryse, Charlotte Vandermeersch, Robbie Cleiren, Jos Geens, Wouter Hendrickx, Wout Kelchtermans) 14:27:50,707 INFO [main][MovieQueryTest] query5: * 283: Falling (Gabriela Hegedüs, Darina Dujmic, Georg Friedrich, Ursula Strauss, Ina Strnad, Kathrin Resetarits, Nina Proll, Birgit Minichmayr) 14:27:50,708 INFO [main][MovieQueryTest] query5: * 24: That's Entertainment, Part II (Fred Astaire, Ginger Rogers, John Barrymore, Cyd Charisse, Greta Garbo, Judy Holliday, Clark Gable, Elizabeth Taylor, Gene Kelly, Frank Sinatra, Bing Crosby, W. C. Fields, Spencer Tracy, Debbie Reynolds, Katharine Hepburn, Judy Garland) 14:27:50,708 INFO [main][MovieQueryTest] query5: * 461: Boogie Town (Corbin Bernsen, Brenda Song, Mykal Anthony Bean, Vanessa Simmons, Katerina Graham, Khleo Thomas, Marques Houston) 14:27:50,709 INFO [main][MovieQueryTest] query5: * 122: Mary Reilly (Kathy Staff, Linda Bassett, Julia Roberts, George Cole, Glenn Close, John Malkovich, Michael Gambon) 14:27:50,710 INFO [main][MovieQueryTest] query5: * 138: The Roommate (Frances Fisher, Minka Kelly, Tomas Arana, Matt Lanter, Billy Zane, Jacqueline Mazarella, Cherilyn Wilson, Carrie Finklea, Leighton Meester, Lauren Storm, Danneel Harris, Kaley Cuoco, Ryan Doom, Alyson Michalka, Katerina Graham, Elena Franklin, Cam Gigandet) 14:27:50,710 INFO [main][MovieQueryTest] query5: * 58: School of Life (Alexander Pollock, Kate Vernon, David Paymer, Ryan Reynolds, John Astin) 14:27:50,711 INFO [main][MovieQueryTest] query5: * 503: Winnie the Pooh: ABC's (Jimmy Bennett, Peter Cullen, David Ogden Stiers, Kath Soucie, Jim Cummings, John Fiedler) 14:27:50,711 INFO [main][MovieQueryTest] query5: * 84: A Woman Rebels (Van Heflin, David Manners, Donald Crisp, Herbert Marshall, Katharine Hepburn) 14:27:50,712 INFO [main][MovieQueryTest] query5: * 47: Burlesque (Cher, Dianna Agron, Stephen Lee, Baldeep Singh, Terrence Jenkins, Alan Cumming, Christina Aguilera, Stanley Tucci, David Walton, Peter Gallagher, Tanee McCall, Chelsea Traille, Katelynn Tilley, Julianne Hough, Eric Dane, Glynn Turman, Kristen Bell, Cam Gigandet) 14:27:50,713 INFO [main][MovieQueryTest] query5: * 438: Miracle Dogs (Daniel Roebuck, Ted Shackelford, Kate Jackson, Josh Hutcherson, Rue McClanahan, Alana Austin) 14:27:50,714 INFO [main][MovieQueryTest] query5: * 342: Kinsey (Laura Linney, Peter Sarsgaard, William Sadler, John McMartin, Veronica Cartwright, Tim Curry, Dylan Baker, Chris O'Donnell, Arden Myrin, Liam Neeson, Dagmara Dominczyk, John Lithgow, Kathleen Chalfant, Luke MacFarlane, Oliver Platt, Julianne Nicholson, Timothy Hutton, John Krasinski, Heather Goldenhersh) 14:27:50,714 INFO [main][MovieQueryTest] query5: * 483: Gridlock (David Hasselhoff, Kathy Ireland, Alan Scarfe) 14:27:50,715 INFO [main][MovieQueryTest] query5: * 537: Son of No One (Al Pacino, Katie Holmes, Ray Liotta, Tracy Morgan, Juliette Binoche, Channing Tatum) 14:27:50,715 INFO [main][MovieQueryTest] query5: * 368: Bride of Re-Animator (Fabiana Udenio, Jeffrey Combs, Claude Earl Jones, Mel Stewart, Kathleen Kinmont, David Gale, Bruce Abbott) 14:27:50,718 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 334.024 sec Running org.cumulus4j.store.test.movie.MovieInsertTest 14:27:51,236 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:27:51,346 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:27:51,347 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:27:51,382 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:27:51,383 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:27:51,384 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:27:51,385 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:27:51,424 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:28:13,870 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:28:13,870 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:28:13,870 INFO [main][Cumulus4jStoreManager] ======================================================= 14:28:13,874 INFO [main][MovieInsertTest] createOneMovieWithRating: entered 14:28:13,876 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:28:13,876 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:28:14,377 INFO [main][MinimumCumulus4jVersion] version=10100001 14:28:14,857 INFO [main][MinimumCumulus4jVersion] version=10100001 14:28:15,101 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 14:28:15,176 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 14:28:15,267 INFO [main][MovieInsertTest] createOneMovieWithOneStarring: entered 14:28:15,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:15,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:15,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:15,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:15,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:15,418 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.movie.Person.personID" not found ! 14:28:15,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:15,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:15,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:16,463 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:28:16,470 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:28:16,511 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:28:20,185 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:28:20,185 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:28:20,185 INFO [main][Cumulus4jStoreManager] ======================================================= 14:28:20,186 INFO [main][MovieInsertTest] createOneMovieWithRating: entered 14:28:20,187 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:28:20,187 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:28:20,230 INFO [main][MinimumCumulus4jVersion] version=10100001 14:28:20,231 INFO [main][MinimumCumulus4jVersion] version=10100001 14:28:20,258 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Movie.movieID" not found ! 14:28:20,299 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Rating.ratingID" not found ! 14:28:20,367 INFO [main][MovieInsertTest] createOneMovieWithOneStarring: entered 14:28:20,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:20,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:20,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:20,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:20,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:20,458 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.movie.Person.personID" not found ! 14:28:20,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:28:20,482 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:20,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:20,528 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:20,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:20,580 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.931 sec Running org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedOneToOneNestedTest 14:28:21,179 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:28:24,863 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:28:24,865 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:28:24,889 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:28:24,889 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:28:24,893 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:28:24,895 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:28:24,960 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:28:27,179 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:28:40,671 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:28:47,461 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:28:47,462 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:28:47,462 INFO [main][Cumulus4jStoreManager] ======================================================= 14:28:47,557 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:28:47,558 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:28:48,040 INFO [main][MinimumCumulus4jVersion] version=10100001 14:28:48,462 INFO [main][MinimumCumulus4jVersion] version=10100001 14:28:49,522 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedContainer" not found ! 14:28:49,630 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedB" not found ! 14:28:49,653 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA" not found ! 14:28:49,675 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA1" not found ! 14:28:49,698 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA0" not found ! 14:28:49,749 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:49,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:28:49,756 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:49,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:28:49,763 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:49,834 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:49,856 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:49,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:28:49,863 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:49,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:28:49,869 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:49,912 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:49,934 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:50,412 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:28:50,449 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:28:50,470 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:28:50,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:50,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:50,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:50,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:50,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:50,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:50,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,635 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:28:51,669 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:28:51,687 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:28:51,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:51,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,801 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:51,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:51,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:51,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:52,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:52,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:52,416 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:28:53,245 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:28:53,246 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:28:53,283 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:28:56,785 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:28:56,785 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:28:56,785 INFO [main][Cumulus4jStoreManager] ======================================================= 14:28:56,787 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:28:56,787 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:28:56,830 INFO [main][MinimumCumulus4jVersion] version=10100001 14:28:56,832 INFO [main][MinimumCumulus4jVersion] version=10100001 14:28:56,963 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedContainer" not found ! 14:28:56,983 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedB" not found ! 14:28:57,005 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA" not found ! 14:28:57,027 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA1" not found ! 14:28:57,050 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedA0" not found ! 14:28:57,101 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:57,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:28:57,111 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:57,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:28:57,121 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:57,188 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:57,211 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:57,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:28:57,220 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:57,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:28:57,230 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:57,278 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:57,300 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:28:57,765 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:28:57,773 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:28:57,792 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:28:57,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:57,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,852 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:57,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,927 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:57,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:58,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:58,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:58,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:58,977 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:28:58,984 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:28:59,003 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:28:59,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:59,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:59,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:59,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,342 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:59,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:28:59,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:28:59,923 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:28:59,933 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.488 sec Running org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedWithPKOneToOneNestedTest 14:29:00,682 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:29:03,313 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:29:03,315 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:29:03,340 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:29:03,340 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:29:03,342 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:29:03,344 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:29:03,408 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:29:13,877 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:29:20,187 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:29:25,731 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:29:25,732 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:29:25,732 INFO [main][Cumulus4jStoreManager] ======================================================= 14:29:25,762 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:29:25,762 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:29:26,235 INFO [main][MinimumCumulus4jVersion] version=10100001 14:29:26,646 INFO [main][MinimumCumulus4jVersion] version=10100001 14:29:27,492 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedWithPKContainer.id0" not found ! 14:29:27,637 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:29:27,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:29:27,644 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:29:27,826 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:29:28,568 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:29:28,574 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:29:28,606 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:29:32,783 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:29:32,783 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:29:32,783 INFO [main][Cumulus4jStoreManager] ======================================================= 14:29:32,785 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:29:32,786 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:29:32,834 INFO [main][MinimumCumulus4jVersion] version=10100001 14:29:32,835 INFO [main][MinimumCumulus4jVersion] version=10100001 14:29:32,963 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetoone.nested.EmbeddedWithPKContainer.id0" not found ! 14:29:33,007 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:29:33,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.EmbeddedClassMeta EXCLUDE SUBCLASSES WHERE this.embeddingFieldMeta_fieldID == :embeddingFieldMeta_fieldID" since the connection used is closing 14:29:33,012 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:29:33,118 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:29:33,122 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.131 sec Running org.cumulus4j.store.test.embedded.EmbeddedTest 14:29:33,818 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:29:36,937 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:29:36,939 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:29:36,963 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:29:36,963 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:29:36,969 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:29:36,970 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:29:37,024 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:29:47,559 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:29:56,787 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:29:59,332 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:29:59,332 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:29:59,332 INFO [main][Cumulus4jStoreManager] ======================================================= 14:29:59,409 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:29:59,410 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:29:59,877 INFO [main][MinimumCumulus4jVersion] version=10100001 14:30:00,378 INFO [main][MinimumCumulus4jVersion] version=10100001 14:30:01,488 INFO [main][EmbeddedTest] start: insertObjectWithEmbeddedSubobject 14:30:01,823 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.A.id" not found ! 14:30:02,138 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:30:02,249 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:02,263 INFO [main][EmbeddedTest] Found the object, its ID is: ClassB_TestDBO 14:30:02,266 INFO [main][EmbeddedTest] Found the embedded object, its ID is: ClassC_TestDBO 14:30:02,271 INFO [main][EmbeddedTest] end: insertObjectWithEmbeddedSubobject 14:30:02,277 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:02,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:02,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,442 INFO [main][EmbeddedTest] start: insertObjectWithEmbeddedOnlySubobject 14:30:02,595 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.D.id" not found ! 14:30:02,650 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:30:02,681 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:02,684 INFO [main][EmbeddedTest] Found the object, its ID is: ClassD_TestDBO 14:30:02,685 INFO [main][EmbeddedTest] Found the embedded object, its information is is: some information in the Class E DBO 14:30:02,685 INFO [main][EmbeddedTest] end: insertObjectWithEmbeddedOnlySubobject 14:30:02,691 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:02,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:02,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,761 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.C.c_id" not found ! 14:30:02,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:02,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:02,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:02,993 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:02,997 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:03,003 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:03,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:03,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,091 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:03,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:03,095 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:03,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:03,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,404 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:03,414 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:03,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:03,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:03,497 INFO [main][EmbeddedTest] start: insertObjectWithNoEmbeddedSubobjects 14:30:03,772 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.F.id" not found ! 14:30:03,814 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.G.id" not found ! 14:30:03,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:03,961 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:03,963 INFO [main][EmbeddedTest] Found the object, its ID is: SimpleTestDBO 14:30:03,964 INFO [main][EmbeddedTest] end: insertObjectWithNoEmbeddedSubobjects 14:30:04,807 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:30:04,809 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:30:04,840 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:30:08,423 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:30:08,423 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:30:08,423 INFO [main][Cumulus4jStoreManager] ======================================================= 14:30:08,425 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:30:08,425 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:30:08,468 INFO [main][MinimumCumulus4jVersion] version=10100001 14:30:08,470 INFO [main][MinimumCumulus4jVersion] version=10100001 14:30:08,597 INFO [main][EmbeddedTest] start: insertObjectWithEmbeddedSubobject 14:30:08,599 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.A.id" not found ! 14:30:08,676 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:30:08,732 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:08,736 INFO [main][EmbeddedTest] Found the object, its ID is: ClassB_TestDBO 14:30:08,736 INFO [main][EmbeddedTest] Found the embedded object, its ID is: ClassC_TestDBO 14:30:08,736 INFO [main][EmbeddedTest] end: insertObjectWithEmbeddedSubobject 14:30:08,739 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:08,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:08,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:08,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:08,763 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:08,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:08,786 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:08,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:08,824 INFO [main][EmbeddedTest] start: insertObjectWithEmbeddedOnlySubobject 14:30:08,825 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.D.id" not found ! 14:30:08,891 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:30:08,934 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:08,938 INFO [main][EmbeddedTest] Found the object, its ID is: ClassD_TestDBO 14:30:08,938 INFO [main][EmbeddedTest] Found the embedded object, its information is is: some information in the Class E DBO 14:30:08,938 INFO [main][EmbeddedTest] end: insertObjectWithEmbeddedOnlySubobject 14:30:08,947 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:08,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:08,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:08,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:08,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:08,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,015 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.C.c_id" not found ! 14:30:09,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:09,158 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:09,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,223 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:09,230 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:09,237 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:09,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:09,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,309 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:09,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:09,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:09,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:09,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,681 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:09,690 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:09,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:09,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:09,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:10,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:10,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:10,195 INFO [main][EmbeddedTest] start: insertObjectWithNoEmbeddedSubobjects 14:30:10,198 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.F.id" not found ! 14:30:10,232 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.G.id" not found ! 14:30:10,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:10,402 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:30:10,406 INFO [main][EmbeddedTest] Found the object, its ID is: SimpleTestDBO 14:30:10,407 INFO [main][EmbeddedTest] end: insertObjectWithNoEmbeddedSubobjects 14:30:10,409 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.321 sec Running org.cumulus4j.store.test.embedded.onetomany.EmbeddedOneToManyMapTest 14:30:11,155 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:30:14,291 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:30:14,293 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:30:14,307 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:30:14,307 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:30:14,309 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 3.166 sec Running org.cumulus4j.store.test.embedded.onetomany.EmbeddedOneToManyListTest 14:30:14,316 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:30:14,320 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:30:14,322 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:30:14,322 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:30:14,323 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:30:14,325 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:30:14,327 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:30:14,360 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:30:25,762 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:30:32,786 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:30:38,412 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:30:38,412 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:30:38,412 INFO [main][Cumulus4jStoreManager] ======================================================= 14:30:38,439 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:30:38,439 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:30:38,883 INFO [main][MinimumCumulus4jVersion] version=10100001 14:30:39,361 INFO [main][MinimumCumulus4jVersion] version=10100001 14:30:40,352 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetomany.Embedded1ToNListContainer" not found ! 14:30:40,551 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.embedded.onetomany.Embedded1ToNElement" not found ! 14:30:40,842 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:30:41,218 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:41,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:41,252 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:41,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:41,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:41,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:41,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:41,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:41,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:41,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:41,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,342 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing * container.name=AAA.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 * container.name=CCC.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 14:30:42,359 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:42,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,807 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:42,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:42,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:43,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:43,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,000 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing * container.name=AAA.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 * container.name=CCC.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 14:30:44,013 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:44,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,135 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,354 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,504 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:44,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:44,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:45,719 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing * container.name=BBB.container3 * element.name=Emil.element30 * element.name=Emil.element31 * element.name=Emil.element32 * container.name=DDD.container3 * element.name=Emil.element30 * element.name=Emil.element31 * element.name=Emil.element32 14:30:46,593 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:30:46,595 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:30:46,625 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:30:50,381 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:30:50,381 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:30:50,382 INFO [main][Cumulus4jStoreManager] ======================================================= 14:30:50,383 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:30:50,383 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:30:50,425 INFO [main][MinimumCumulus4jVersion] version=10100001 14:30:50,426 INFO [main][MinimumCumulus4jVersion] version=10100001 14:30:50,495 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetomany.Embedded1ToNListContainer" not found ! 14:30:50,515 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.embedded.onetomany.Embedded1ToNElement" not found ! 14:30:50,552 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:30:50,605 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:50,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:50,615 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:50,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:50,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:50,627 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:50,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:50,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,773 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,798 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing * container.name=CCC.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 * container.name=AAA.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 14:30:51,813 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:51,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:51,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:51,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:51,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:51,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:51,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:52,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:52,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:52,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:52,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:52,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:52,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:52,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:52,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:52,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:52,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,577 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing * container.name=AAA.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 * container.name=CCC.container1 * element.name=Otto.element10 * element.name=Otto.element11 * element.name=Otto.element12 14:30:53,590 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:30:53,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:53,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:53,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,709 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:53,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:53,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:53,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:53,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:53,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:53,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:54,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:54,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:54,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:54,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:54,224 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:30:54,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:54,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,135 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:30:55,227 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing * container.name=DDD.container3 * element.name=Emil.element30 * element.name=Emil.element31 * element.name=Emil.element32 * container.name=BBB.container3 * element.name=Emil.element30 * element.name=Emil.element31 * element.name=Emil.element32 14:30:55,235 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 41.495 sec Running org.cumulus4j.store.test.account.JDOPersistenceTest 14:30:55,826 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:30:58,373 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:30:58,375 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:30:58,400 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:30:58,400 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:30:58,405 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:30:58,407 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:30:58,460 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:30:59,410 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:31:08,425 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:31:21,253 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:31:21,253 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:31:21,253 INFO [main][Cumulus4jStoreManager] ======================================================= 14:31:22,843 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:31:22,844 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:31:23,377 INFO [main][MinimumCumulus4jVersion] version=10100001 14:31:23,834 INFO [main][MinimumCumulus4jVersion] version=10100001 14:31:24,435 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:24,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:24,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,627 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:24,805 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:24,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:24,883 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,892 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:24,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:25,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:25,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,158 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:25,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,213 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:25,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:25,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:25,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:25,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:25,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,781 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:25,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:25,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,403 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,538 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,627 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,738 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:26,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:26,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:27,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:27,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:27,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:27,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:27,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,539 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,561 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:27,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:27,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:27,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,850 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,895 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:27,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:27,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:28,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:28,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:28,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:28,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:28,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:28,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:28,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:28,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,819 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:28,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,852 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:28,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:29,044 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:29,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:29,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:29,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:29,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:29,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:29,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:29,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:29,945 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:29,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:30,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:30,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:30,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:30,468 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:30,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:30,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:30,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:30,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:30,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:30,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,422 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,789 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,970 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:31,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:31,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:32,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:32,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:32,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:32,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:32,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:32,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:32,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:32,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:32,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:32,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,714 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:33,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:33,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:34,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:34,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:34,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:34,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:34,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:34,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,783 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,794 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,805 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,828 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:34,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:34,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,095 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,128 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:35,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:35,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:36,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:36,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:36,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:36,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:36,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:36,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:36,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:36,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,830 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,864 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:36,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:36,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:37,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:37,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:37,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:37,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:37,426 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:37,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:37,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:37,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:37,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:37,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:38,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:38,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,430 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:38,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:38,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:38,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,753 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:38,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:38,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,354 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:39,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:39,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:40,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:40,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:40,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:40,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:40,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:40,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:40,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:40,807 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:40,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,912 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:40,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:41,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:41,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,134 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,145 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:41,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:41,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:41,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,435 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,479 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:41,482 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:41,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:41,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,746 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:41,783 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:41,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,403 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,970 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:42,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:42,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:43,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:43,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:43,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,449 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:43,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:43,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:43,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,738 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,850 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:43,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:43,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:43,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:44,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:44,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:44,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:44,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:44,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:44,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:44,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,864 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:45,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:45,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:46,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:46,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:46,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:46,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:46,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:46,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:46,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:46,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:46,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:46,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,778 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,789 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,958 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:47,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:47,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:48,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:48,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:48,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:48,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:48,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:48,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:48,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:48,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:48,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:48,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:49,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:49,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:49,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:49,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:49,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:49,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,714 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:49,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,781 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:49,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:49,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:49,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:50,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:50,449 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:50,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:50,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:50,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:50,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:50,819 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,827 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:50,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,044 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,449 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:51,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:51,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:52,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:52,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:52,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:52,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:52,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:52,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:52,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:52,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:52,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:52,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:53,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:53,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:53,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,430 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:53,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:53,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:53,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,753 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:53,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,786 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:53,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:53,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:53,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:54,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:54,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:54,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,342 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:54,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:54,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:54,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:54,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:54,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:55,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:55,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:56,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:56,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:56,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:56,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:56,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:56,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:56,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:31:56,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:31:57,620 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:31:57,622 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:31:57,652 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:32:01,475 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:32:01,475 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:32:01,475 INFO [main][Cumulus4jStoreManager] ======================================================= 14:32:01,483 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:32:01,484 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:32:01,533 INFO [main][MinimumCumulus4jVersion] version=10100001 14:32:01,534 INFO [main][MinimumCumulus4jVersion] version=10100001 14:32:01,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:01,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:01,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:01,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:01,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:01,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:01,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:01,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:02,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:02,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:02,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,430 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:02,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:02,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,692 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:02,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,753 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:02,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:02,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:02,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:03,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:03,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:03,354 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,426 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:03,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:03,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:03,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,760 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:03,763 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:03,927 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:04,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:04,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:04,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:04,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:04,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:04,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:04,830 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:04,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,850 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,883 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,905 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:04,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:04,967 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:05,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:05,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:05,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:05,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:05,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,562 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:05,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:05,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:05,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,895 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:05,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:05,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:06,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:06,213 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:06,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:06,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:06,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:06,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:06,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:06,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:06,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:07,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:07,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:07,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:07,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:07,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:07,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,709 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:07,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,781 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:07,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:08,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:08,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:08,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:08,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:08,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:08,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:08,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:08,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:08,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,794 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:08,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:09,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:09,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:09,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:09,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:09,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:09,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:09,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:09,807 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,878 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:09,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,895 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:09,945 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:10,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:10,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:10,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:10,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:10,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:10,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:10,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:10,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:10,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:11,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:11,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:11,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:11,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:11,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:11,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:11,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:11,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:12,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:12,032 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:12,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:12,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:12,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:12,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:12,795 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:12,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:12,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:12,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:13,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:13,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:13,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,260 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:13,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:13,572 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:13,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:13,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:13,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:13,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:13,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:14,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:14,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:14,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:14,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:14,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:14,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,746 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:14,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:14,819 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,912 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:14,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,945 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:14,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:15,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:15,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,213 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:15,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:15,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:15,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:15,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:15,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:15,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:15,894 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:15,958 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:16,128 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:16,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,158 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:16,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:16,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:16,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:16,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:16,773 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:16,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:16,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,892 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:16,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:17,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:17,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:17,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:17,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:17,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,449 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:17,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:17,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:17,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:17,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:17,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:18,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:18,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:18,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:18,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:18,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:18,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:18,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:18,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:18,916 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:18,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:19,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:19,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:19,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,781 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:19,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:19,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:19,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:19,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:20,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:20,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,254 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:20,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:20,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:20,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:20,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:20,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:20,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:20,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,945 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,967 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:21,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:21,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:22,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:22,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:22,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:22,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:22,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:22,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,668 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:22,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:22,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:22,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,614 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:23,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:23,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:24,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:24,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:24,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:24,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:24,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:24,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:25,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:25,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:25,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,342 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:25,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:25,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:25,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:25,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,738 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:25,927 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:25,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,127 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,661 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,861 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:26,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:26,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,073 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,384 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:27,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:27,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:28,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:28,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:28,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:28,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:28,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:28,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,753 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:28,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:28,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,842 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,853 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,864 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:28,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:28,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:29,134 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:29,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:29,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:29,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:29,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,598 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:29,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:29,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:29,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:29,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:29,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:30,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:30,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:30,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:30,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:30,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:30,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:30,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:30,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:30,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:31,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,467 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:31,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:31,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:31,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:31,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:32,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:32,403 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:32,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:32,775 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:33,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:33,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:33,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:33,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:33,875 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:33,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:34,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:34,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:34,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:34,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:34,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:35,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:35,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:35,692 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:35,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:36,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:36,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:36,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,494 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:36,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:36,567 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:36,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:36,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:36,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,928 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:36,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:36,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:37,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:37,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:37,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:37,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:38,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:38,135 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:38,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:38,439 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:32:38,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:38,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:38,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:38,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:38,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,830 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:38,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,886 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:38,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:39,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:39,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:39,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:39,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:39,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,482 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:39,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,538 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,587 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,687 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:39,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:39,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,783 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:39,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,898 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:39,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:40,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:40,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,094 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:40,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:32:40,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:32:40,389 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 105.183 sec Running org.cumulus4j.store.test.account.JDOQLTest 14:32:41,013 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:32:42,708 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:32:42,709 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:32:42,735 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:32:42,735 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:32:42,751 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:32:42,753 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:32:42,806 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:32:50,384 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:33:06,015 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:33:06,015 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:33:06,015 INFO [main][Cumulus4jStoreManager] ======================================================= 14:33:06,019 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:33:06,019 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:33:06,485 INFO [main][MinimumCumulus4jVersion] version=10100001 14:33:06,975 INFO [main][MinimumCumulus4jVersion] version=10100001 14:33:07,730 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:33:07,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:07,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:07,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:07,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,342 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,519 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,697 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,820 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,957 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.startsWith(:invokeArg)" since the connection used is closing 14:33:08,963 INFO [main][Query] Query filter is not totally evaluatable in-datastore using Cumulus4j currently, so evaluating in-memory : NYI 14:33:08,976 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:33:08,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:08,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:08,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:09,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:09,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:09,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:09,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,483 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:09,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:09,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:09,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:09,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:09,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,093 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.endsWith(:invokeArg)" since the connection used is closing 14:33:10,102 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,344 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,422 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,656 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,777 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,878 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:10,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:10,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,127 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.endsWith(:invokeArg)" since the connection used is closing 14:33:11,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,468 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,479 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,527 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,679 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:11,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:11,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:12,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:12,199 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.matches(:invokeArg)" since the connection used is closing 14:33:12,227 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.matches(:invokeArg)" since the connection used is closing 14:33:12,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:12,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,269 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,280 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:12,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:12,439 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:12,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:12,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,714 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:12,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,970 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:12,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,439 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.toUpperCase() == :compareToArgument" since the connection used is closing 14:33:13,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:13,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:13,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,561 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,628 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.toLowerCase() == :compareToArgument" since the connection used is closing 14:33:14,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,738 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,783 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,794 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,805 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,839 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,849 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,860 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,872 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,883 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,894 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,916 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:14,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,927 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,938 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,950 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:14,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,528 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,666 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.substring(5) == :compareToArgument" since the connection used is closing 14:33:15,689 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.substring(5,10) == :compareToArgument" since the connection used is closing 14:33:15,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,773 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,795 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,842 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,906 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:15,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:15,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,006 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,117 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,736 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.getYear() == :compareToArgument" since the connection used is closing 14:33:16,746 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,750 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,763 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:16,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:16,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:17,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,108 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,141 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:17,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:17,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:17,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,520 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:17,567 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:17,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,597 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:17,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:17,951 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 14:33:17,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:17,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:17,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,053 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,142 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,209 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,287 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,354 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,387 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:18,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:18,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:33:18,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:33:18,990 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:33:18,997 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:33:19,000 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.ownerFieldMeta_fieldID == :ownerFieldMeta_fieldID" since the connection used is closing 14:33:19,077 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1) && this.indexKey == :value" since the connection used is closing 14:33:19,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:19,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:19,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:19,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,344 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:19,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:19,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:19,778 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,800 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,845 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:19,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,878 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,889 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:19,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:19,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:19,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:20,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:20,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:20,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:20,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,256 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,289 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,300 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:20,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:20,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,468 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,479 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:20,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,567 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,645 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,667 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:20,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,868 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:20,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:20,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,102 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,235 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,349 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:33:21,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,380 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,435 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,483 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,502 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,561 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,739 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:21,892 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:21,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,385 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:33:22,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,692 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:22,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:22,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:23,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:23,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,454 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:23,490 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:23,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:23,676 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:23,736 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:33:23,739 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:33:23,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:23,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,832 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:23,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:23,958 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,977 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:23,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:24,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:24,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:24,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:24,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:24,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:24,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:24,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:24,746 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:24,790 WARN [main][JDOQLTest] queryAndWithTwoStringEquals_1clob: CLOB indexing is disabled (due to property 'cumulus4j.index.clob.enabled') => Skipping this test! 14:33:25,736 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:33:25,737 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:33:25,767 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:33:29,881 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:33:29,881 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:33:29,881 INFO [main][Cumulus4jStoreManager] ======================================================= 14:33:29,883 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:33:29,883 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:33:29,941 INFO [main][MinimumCumulus4jVersion] version=10100001 14:33:29,942 INFO [main][MinimumCumulus4jVersion] version=10100001 14:33:30,157 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:33:30,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:30,189 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:30,320 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:30,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,417 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,439 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:30,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,506 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,528 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,539 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:30,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,595 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,628 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:30,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:30,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:30,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:30,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:30,984 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:31,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:31,211 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.startsWith(:invokeArg)" since the connection used is closing 14:33:31,216 INFO [main][Query] Query filter is not totally evaluatable in-datastore using Cumulus4j currently, so evaluating in-memory : NYI 14:33:31,218 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:33:31,224 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:31,228 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:31,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,430 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:31,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:31,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:31,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:31,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:31,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:31,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,313 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.endsWith(:invokeArg)" since the connection used is closing 14:33:32,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,341 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,509 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,642 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,653 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,664 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,675 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,709 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,731 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,753 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:32,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:32,987 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,009 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,098 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,120 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,446 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.endsWith(:invokeArg)" since the connection used is closing 14:33:33,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,554 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,610 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,632 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,699 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:33,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:33,932 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,033 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,211 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,627 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.matches(:invokeArg)" since the connection used is closing 14:33:34,633 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.matches(:invokeArg)" since the connection used is closing 14:33:34,639 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,666 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,700 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,770 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,778 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,789 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,811 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,878 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,934 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:34,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,956 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,967 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:34,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,267 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,290 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,334 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,368 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,661 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.toUpperCase() == :compareToArgument" since the connection used is closing 14:33:35,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,673 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,746 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,805 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,857 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,879 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,890 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,901 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,913 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:35,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,968 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,979 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:35,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,001 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,213 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,447 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,636 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,751 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.toLowerCase() == :compareToArgument" since the connection used is closing 14:33:36,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,884 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,958 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:36,961 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:36,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,014 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:37,039 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,092 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:37,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,158 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,292 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:37,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,392 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,403 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:37,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,515 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:37,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:37,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:37,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:37,897 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.substring(5) == :compareToArgument" since the connection used is closing 14:33:37,904 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.substring(5,10) == :compareToArgument" since the connection used is closing 14:33:37,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:37,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:37,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,260 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,527 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,627 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,672 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,694 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,705 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,827 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,883 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,895 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,943 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.getYear() == :compareToArgument" since the connection used is closing 14:33:38,951 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:38,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,983 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:38,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,005 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,038 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:39,075 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,097 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,128 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,161 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:39,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,217 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:39,242 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,339 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:39,342 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,361 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:39,684 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,706 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,717 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,729 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,751 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:39,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,795 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,829 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:39,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:39,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:39,962 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,078 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 14:33:40,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,462 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,719 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,763 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,819 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,830 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:40,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:40,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,052 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:33:41,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:33:41,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:33:41,115 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:33:41,120 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:33:41,123 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.ownerFieldMeta_fieldID == :ownerFieldMeta_fieldID" since the connection used is closing 14:33:41,132 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:33:41,133 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.ownerFieldMeta_fieldID == :ownerFieldMeta_fieldID" since the connection used is closing 14:33:41,141 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1) && this.indexKey == :value" since the connection used is closing 14:33:41,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,219 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,275 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,278 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,286 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,353 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,408 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,464 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,497 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,531 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,575 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,586 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,686 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,764 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,787 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,798 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,809 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,831 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,842 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,864 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,876 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,887 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,909 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,911 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:41,920 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,931 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:41,942 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:42,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,122 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:42,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:42,187 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:42,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,344 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:42,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,422 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:42,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,433 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,444 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:42,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:42,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:42,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:42,978 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,022 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,056 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,078 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,089 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,100 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,144 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,370 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:33:43,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,389 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,445 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,456 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,467 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,504 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,534 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,545 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,556 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,689 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,701 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,723 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,734 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,745 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,756 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:43,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,790 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,801 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,812 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,823 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,834 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:43,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,012 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,035 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,046 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,057 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,079 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,113 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,124 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,135 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,358 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,406 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:33:44,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,419 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,435 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,605 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,635 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,683 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,702 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,761 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,769 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,835 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:44,865 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,902 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:44,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,137 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,449 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,496 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:33:45,499 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:33:45,506 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,693 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,826 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:45,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:45,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryCurrency WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,049 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:46,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,205 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:46,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:46,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:46,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,305 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:46,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:33:46,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:33:46,528 WARN [main][JDOQLTest] queryAndWithTwoStringEquals_1clob: CLOB indexing is disabled (due to property 'cumulus4j.index.clob.enabled') => Skipping this test! 14:33:46,529 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 66.318 sec Running org.cumulus4j.store.test.valuestrategy.ValueStrategyTest 14:33:47,335 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:33:49,258 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:33:49,259 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:33:49,285 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:33:49,285 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:33:49,289 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:33:49,291 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:33:49,344 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:34:01,485 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:34:12,560 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:34:12,560 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:34:12,560 INFO [main][Cumulus4jStoreManager] ======================================================= >>> identity - begin 14:34:12,818 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:34:12,819 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:34:13,246 INFO [main][MinimumCumulus4jVersion] version=10100001 14:34:13,613 INFO [main][MinimumCumulus4jVersion] version=10100001 14:34:13,750 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.valuestrategy.EntityIdentity.id" not found ! 14:34:14,161 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityIdentity[id=1,name="Anton"] * EntityIdentity[id=2,name="Emil"] * EntityIdentitySub[id=3,name="Otto"] <<< identity - end >>> native_ - begin 14:34:14,445 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.valuestrategy.EntityNative.id" not found ! 14:34:14,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:14,808 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:14,886 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityNative[id=1,name="Anton"] * EntityNative[id=2,name="Emil"] * EntityNativeSub[id=3,name="Otto"] <<< native_ - end >>> sequence - begin 14:34:15,101 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.valuestrategy.EntitySequence.id" not found ! 14:34:15,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:15,453 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:15,520 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntitySequence[id=1,name="Anton"] * EntitySequence[id=2,name="Emil"] * EntitySequenceSub[id=3,name="Otto"] <<< sequence - end >>> increment - begin 14:34:15,750 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.valuestrategy.EntityIncrement.id" not found ! 14:34:16,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:16,087 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:16,154 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityIncrement[id=1,name="Anton"] * EntityIncrement[id=2,name="Emil"] * EntityIncrementSub[id=3,name="Otto"] <<< increment - end 14:34:17,002 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:34:17,003 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:34:17,034 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:34:21,502 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:34:21,502 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:34:21,502 INFO [main][Cumulus4jStoreManager] ======================================================= >>> identity - begin 14:34:21,504 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:34:21,504 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:34:21,546 INFO [main][MinimumCumulus4jVersion] version=10100001 14:34:21,547 INFO [main][MinimumCumulus4jVersion] version=10100001 14:34:21,548 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.valuestrategy.EntityIdentity.id" not found ! 14:34:21,638 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityIdentity[id=1,name="Anton"] * EntityIdentity[id=2,name="Emil"] * EntityIdentitySub[id=3,name="Otto"] <<< identity - end >>> native_ - begin 14:34:21,641 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.valuestrategy.EntityNative.id" not found ! 14:34:21,658 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:21,660 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:21,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:21,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:21,737 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:21,741 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:21,794 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityNative[id=1,name="Anton"] * EntityNative[id=2,name="Emil"] * EntityNativeSub[id=3,name="Otto"] <<< native_ - end >>> sequence - begin 14:34:21,800 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.valuestrategy.EntitySequence.id" not found ! 14:34:21,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:21,827 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:21,903 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:21,905 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:21,906 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:21,914 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:21,961 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntitySequence[id=1,name="Anton"] * EntitySequence[id=2,name="Emil"] * EntitySequenceSub[id=3,name="Otto"] <<< sequence - end >>> increment - begin 14:34:21,967 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.valuestrategy.EntityIncrement.id" not found ! 14:34:21,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:21,993 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:22,070 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:22,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:34:22,073 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:22,080 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:34:22,128 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing * EntityIncrement[id=1,name="Anton"] * EntityIncrement[id=2,name="Emil"] * EntityIncrementSub[id=3,name="Otto"] <<< increment - end 14:34:22,131 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. 14:34:23,292 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.958 sec Running org.cumulus4j.store.test.metadata.MetaDataTest 14:34:23,303 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:34:26,011 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:34:26,013 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:34:26,038 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:34:26,038 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:34:26,042 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:34:26,043 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:34:26,096 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:34:29,883 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:34:49,384 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:34:49,385 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:34:49,385 INFO [main][Cumulus4jStoreManager] ======================================================= 14:34:49,667 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:34:49,667 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:34:50,142 INFO [main][MinimumCumulus4jVersion] version=10100001 14:34:50,721 INFO [main][MinimumCumulus4jVersion] version=10100001 14:34:50,909 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.metadata.Entity1" not found ! 14:34:51,100 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:34:51,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,271 INFO [main][JDO] Exception thrown Field/property org.cumulus4j.store.test.metadata.Entity1.field2 is not queryable! org.cumulus4j.store.query.MemberNotQueryableException: Field/property org.cumulus4j.store.test.metadata.Entity1.field2 is not queryable! at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.queryMiddle(PrimaryExpressionResolver.java:126) at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.query(PrimaryExpressionResolver.java:110) at org.cumulus4j.store.query.eval.ComparisonExpressionEvaluator._queryResultDataEntryIDs(ComparisonExpressionEvaluator.java:82) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultDataEntryIDs(AbstractExpressionEvaluator.java:272) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator._queryResultObjects(AbstractExpressionEvaluator.java:389) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultObjects(AbstractExpressionEvaluator.java:354) at org.cumulus4j.store.query.QueryEvaluator.execute(QueryEvaluator.java:383) at org.cumulus4j.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:126) at org.datanucleus.store.query.Query.executeQuery(Query.java:1786) at org.datanucleus.store.query.Query.executeWithArray(Query.java:1672) at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:243) at org.cumulus4j.store.test.metadata.MetaDataTest.queryFieldAnnotatedWithNotQueryable(MetaDataTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.cumulus4j.store.test.framework.FrameworkMethodWrapper.invokeExplosively(FrameworkMethodWrapper.java:28) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.runInTransaction(JDOTransactionalRunner.java:221) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.access$100(JDOTransactionalRunner.java:41) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TransactionalInvokeMethod.evaluate(JDOTransactionalRunner.java:256) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TxRunBefores.evaluate(JDOTransactionalRunner.java:108) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.run(JDOTransactionalRunner.java:58) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:34:51,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,344 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:51,389 INFO [main][JDO] Exception thrown Field/property org.cumulus4j.store.test.metadata.Entity1.field3 is not queryable! org.cumulus4j.store.query.MemberNotQueryableException: Field/property org.cumulus4j.store.test.metadata.Entity1.field3 is not queryable! at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.queryMiddle(PrimaryExpressionResolver.java:126) at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.query(PrimaryExpressionResolver.java:110) at org.cumulus4j.store.query.eval.ComparisonExpressionEvaluator._queryResultDataEntryIDs(ComparisonExpressionEvaluator.java:82) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultDataEntryIDs(AbstractExpressionEvaluator.java:272) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator._queryResultObjects(AbstractExpressionEvaluator.java:389) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultObjects(AbstractExpressionEvaluator.java:354) at org.cumulus4j.store.query.QueryEvaluator.execute(QueryEvaluator.java:383) at org.cumulus4j.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:126) at org.datanucleus.store.query.Query.executeQuery(Query.java:1786) at org.datanucleus.store.query.Query.executeWithArray(Query.java:1672) at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:243) at org.cumulus4j.store.test.metadata.MetaDataTest.queryFieldAnnotatedWithVendorExtensionNotQueryable(MetaDataTest.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.cumulus4j.store.test.framework.FrameworkMethodWrapper.invokeExplosively(FrameworkMethodWrapper.java:28) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.runInTransaction(JDOTransactionalRunner.java:221) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.access$100(JDOTransactionalRunner.java:41) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TransactionalInvokeMethod.evaluate(JDOTransactionalRunner.java:256) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TxRunBefores.evaluate(JDOTransactionalRunner.java:108) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.run(JDOTransactionalRunner.java:58) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:34:52,618 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:34:52,625 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:34:52,655 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:34:56,661 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:34:56,661 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:34:56,661 INFO [main][Cumulus4jStoreManager] ======================================================= 14:34:56,663 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:34:56,663 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:34:56,704 INFO [main][MinimumCumulus4jVersion] version=10100001 14:34:56,705 INFO [main][MinimumCumulus4jVersion] version=10100001 14:34:56,706 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.metadata.Entity1" not found ! 14:34:56,784 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:34:56,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,904 INFO [main][JDO] Exception thrown Field/property org.cumulus4j.store.test.metadata.Entity1.field2 is not queryable! org.cumulus4j.store.query.MemberNotQueryableException: Field/property org.cumulus4j.store.test.metadata.Entity1.field2 is not queryable! at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.queryMiddle(PrimaryExpressionResolver.java:126) at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.query(PrimaryExpressionResolver.java:110) at org.cumulus4j.store.query.eval.ComparisonExpressionEvaluator._queryResultDataEntryIDs(ComparisonExpressionEvaluator.java:82) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultDataEntryIDs(AbstractExpressionEvaluator.java:272) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator._queryResultObjects(AbstractExpressionEvaluator.java:389) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultObjects(AbstractExpressionEvaluator.java:354) at org.cumulus4j.store.query.QueryEvaluator.execute(QueryEvaluator.java:383) at org.cumulus4j.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:126) at org.datanucleus.store.query.Query.executeQuery(Query.java:1786) at org.datanucleus.store.query.Query.executeWithArray(Query.java:1672) at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:243) at org.cumulus4j.store.test.metadata.MetaDataTest.queryFieldAnnotatedWithNotQueryable(MetaDataTest.java:67) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.cumulus4j.store.test.framework.FrameworkMethodWrapper.invokeExplosively(FrameworkMethodWrapper.java:28) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.runInTransaction(JDOTransactionalRunner.java:221) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.access$100(JDOTransactionalRunner.java:41) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TransactionalInvokeMethod.evaluate(JDOTransactionalRunner.java:256) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TxRunBefores.evaluate(JDOTransactionalRunner.java:108) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.run(JDOTransactionalRunner.java:58) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:34:56,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,927 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:56,994 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:34:57,006 INFO [main][JDO] Exception thrown Field/property org.cumulus4j.store.test.metadata.Entity1.field3 is not queryable! org.cumulus4j.store.query.MemberNotQueryableException: Field/property org.cumulus4j.store.test.metadata.Entity1.field3 is not queryable! at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.queryMiddle(PrimaryExpressionResolver.java:126) at org.cumulus4j.store.query.eval.PrimaryExpressionResolver.query(PrimaryExpressionResolver.java:110) at org.cumulus4j.store.query.eval.ComparisonExpressionEvaluator._queryResultDataEntryIDs(ComparisonExpressionEvaluator.java:82) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultDataEntryIDs(AbstractExpressionEvaluator.java:272) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator._queryResultObjects(AbstractExpressionEvaluator.java:389) at org.cumulus4j.store.query.eval.AbstractExpressionEvaluator.queryResultObjects(AbstractExpressionEvaluator.java:354) at org.cumulus4j.store.query.QueryEvaluator.execute(QueryEvaluator.java:383) at org.cumulus4j.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:126) at org.datanucleus.store.query.Query.executeQuery(Query.java:1786) at org.datanucleus.store.query.Query.executeWithArray(Query.java:1672) at org.datanucleus.api.jdo.JDOQuery.execute(JDOQuery.java:243) at org.cumulus4j.store.test.metadata.MetaDataTest.queryFieldAnnotatedWithVendorExtensionNotQueryable(MetaDataTest.java:83) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.cumulus4j.store.test.framework.FrameworkMethodWrapper.invokeExplosively(FrameworkMethodWrapper.java:28) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.runInTransaction(JDOTransactionalRunner.java:221) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.access$100(JDOTransactionalRunner.java:41) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TransactionalInvokeMethod.evaluate(JDOTransactionalRunner.java:256) at org.cumulus4j.store.test.framework.JDOTransactionalRunner$TxRunBefores.evaluate(JDOTransactionalRunner.java:108) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.cumulus4j.store.test.framework.JDOTransactionalRunner.run(JDOTransactionalRunner.java:58) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:34:57,010 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.785 sec Running org.cumulus4j.store.test.collection.mappedby.Element1SetQueryTest 14:34:58,098 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:35:01,389 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:35:01,391 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:35:01,415 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:35:01,415 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:35:01,425 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:35:01,427 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:35:01,479 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:35:06,019 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:35:12,819 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:35:21,504 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:35:27,321 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:35:27,322 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:35:27,322 INFO [main][Cumulus4jStoreManager] ======================================================= 14:35:27,324 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:35:27,324 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:35:27,801 INFO [main][MinimumCumulus4jVersion] version=10100001 14:35:28,280 INFO [main][MinimumCumulus4jVersion] version=10100001 14:35:28,590 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element1SetOwner" not found ! 14:35:28,596 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element1" not found ! 14:35:28,853 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:28,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:35:28,896 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:35:28,896 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.3, Element 3.1, Element 3.2 14:35:28,901 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:28,902 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:28,933 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:35:28,942 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:35:28,943 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.4, Element 1.2, Element 1.3, Element 1.1 14:35:28,943 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.4, Element 2.2, Element 2.1, Element 2.3 14:35:28,944 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 14:35:28,948 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:28,949 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:28,951 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:28,957 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:35:28,959 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:35:28,959 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.3, Element 3.1, Element 3.2 14:35:28,962 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:28,963 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:28,965 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:28,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:35:28,977 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:28,981 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:35:28,982 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 14:35:28,982 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 14:35:28,982 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.1, Element 1.2, Element 1.4, Element 1.3 14:35:28,982 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.2, Element 2.3, Element 2.4, Element 2.1 14:35:28,985 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:28,986 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:29,003 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:35:29,013 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:35:29,013 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.4, Element 1.1, Element 1.2, Element 1.3 14:35:29,014 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.3, Element 2.4, Element 2.2, Element 2.1 14:35:29,014 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:35:29,017 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:29,017 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:29,026 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:35:29,036 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:35:29,037 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.3, Element 1.2, Element 1.1, Element 1.4 14:35:29,037 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.1, Element 2.4, Element 2.3, Element 2.2 14:35:29,037 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.3, Element 3.1, Element 3.2 14:35:29,040 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:29,041 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:29,043 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:29,057 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:35:29,067 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 14:35:29,067 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.2, Element 1.4, Element 1.3, Element 1.1 14:35:29,068 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.2, Element 2.1, Element 2.4, Element 2.3 14:35:29,068 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.2, Element 3.3, Element 3.1 14:35:29,068 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 14:35:29,071 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:29,071 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:29,074 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:29,077 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:35:29,086 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 14:35:29,087 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:35:29,087 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.3, Element 2.1, Element 2.4, Element 2.2 14:35:29,087 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.2, Element 3.1, Element 3.3 14:35:29,090 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:29,091 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:29,093 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:29,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:35:29,101 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:29,104 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:35:29,104 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 14:35:29,104 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 14:35:29,104 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.4, Element 1.1, Element 1.3, Element 1.2 14:35:29,105 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.2, Element 2.1, Element 2.3, Element 2.4 14:35:29,107 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:29,108 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:29,116 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:35:29,120 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:29,122 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:35:29,122 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 14:35:29,123 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.2, Element 3.3, Element 3.1 14:35:30,184 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:35:30,190 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:35:30,225 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:35:34,540 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:35:34,540 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:35:34,540 INFO [main][Cumulus4jStoreManager] ======================================================= 14:35:34,541 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:35:34,541 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:35:34,582 INFO [main][MinimumCumulus4jVersion] version=10100001 14:35:34,583 INFO [main][MinimumCumulus4jVersion] version=10100001 14:35:34,595 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element1SetOwner" not found ! 14:35:34,597 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element1" not found ! 14:35:34,755 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:34,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:35:34,760 INFO [main][Element1SetQueryTest] queryContainsParameter: found 1 Element1SetOwners for query-filter "this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:35:34,761 INFO [main][Element1SetQueryTest] queryContainsParameter: * Owner 3: Element 3.1, Element 3.2, Element 3.3 14:35:34,763 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,764 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:34,773 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:35:34,778 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:35:34,778 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 1: Element 1.2, Element 1.3, Element 1.4, Element 1.1 14:35:34,779 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 2: Element 2.1, Element 2.4, Element 2.2, Element 2.3 14:35:34,779 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableIndexOf: * Owner 4: Element 4.3 14:35:34,782 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,782 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:34,785 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:34,792 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:35:34,794 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: found 1 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:35:34,794 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableEquals: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:35:34,797 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,797 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:34,800 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:34,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:35:34,806 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,809 INFO [main][Element1SetQueryTest] queryNotContainsParameter: found 4 Element1SetOwners for query-filter "!this.set.contains(:element)" and param "Element1[name="Element 3.2"]": 14:35:34,809 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 4: Element 4.3 14:35:34,809 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 5: 14:35:34,809 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 1: Element 1.2, Element 1.4, Element 1.3, Element 1.1 14:35:34,810 INFO [main][Element1SetQueryTest] queryNotContainsParameter: * Owner 2: Element 2.4, Element 2.3, Element 2.2, Element 2.1 14:35:34,813 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,813 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:34,822 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:35:34,837 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:35:34,838 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:35:34,838 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 2: Element 2.3, Element 2.4, Element 2.2, Element 2.1 14:35:34,838 INFO [main][Element1SetQueryTest] queryContainsVariableAndVariableNotIndexOf: * Owner 3: Element 3.2, Element 3.1, Element 3.3 14:35:34,843 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,844 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:34,852 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:35:34,862 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:35:34,863 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 1: Element 1.1, Element 1.3, Element 1.2, Element 1.4 14:35:34,863 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 2: Element 2.1, Element 2.3, Element 2.2, Element 2.4 14:35:34,863 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableIndexOf: * Owner 3: Element 3.1, Element 3.3, Element 3.2 14:35:34,866 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,867 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:34,869 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:34,875 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:35:34,885 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: found 4 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 3.2"]": 14:35:34,885 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 1: Element 1.3, Element 1.1, Element 1.4, Element 1.2 14:35:34,886 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 2: Element 2.2, Element 2.1, Element 2.3, Element 2.4 14:35:34,886 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 4: Element 4.3 14:35:34,886 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals1: * Owner 3: Element 3.3, Element 3.2, Element 3.1 14:35:34,889 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,889 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:34,892 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:34,895 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:35:34,904 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: found 3 Element1SetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Element1[name="Element 4.3"]": 14:35:34,905 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 1: Element 1.1, Element 1.4, Element 1.3, Element 1.2 14:35:34,905 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 2: Element 2.1, Element 2.4, Element 2.2, Element 2.3 14:35:34,905 INFO [main][Element1SetQueryTest] queryContainsVariableAndNotVariableEquals2: * Owner 3: Element 3.3, Element 3.1, Element 3.2 14:35:34,908 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,909 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:34,911 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:35:34,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:35:34,918 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,922 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: found 4 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Element1[name="Element 3.2"]": 14:35:34,922 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 4: Element 4.3 14:35:34,922 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 5: 14:35:34,922 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 1: Element 1.4, Element 1.1, Element 1.3, Element 1.2 14:35:34,923 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableEquals: * Owner 2: Element 2.2, Element 2.4, Element 2.3, Element 2.1 14:35:34,925 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,926 INFO [main][Element1SetQueryTest] createTestData: There is already test data. Skipping creation. 14:35:34,934 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:35:34,938 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:35:34,940 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: found 2 Element1SetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:35:34,940 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 3: Element 3.2, Element 3.3, Element 3.1 14:35:34,941 INFO [main][Element1SetQueryTest] queryNotContainsVariableAndVariableIndexOf: * Owner 5: 14:35:34,941 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.745 sec Running org.cumulus4j.store.test.collection.mappedby.Element3MapQueryTest 14:35:35,857 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:35:38,986 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:35:38,988 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:35:39,012 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:35:39,012 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:35:39,018 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:35:39,020 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:35:39,072 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:35:49,667 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:35:56,663 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:36:03,635 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:36:03,635 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:36:03,635 INFO [main][Cumulus4jStoreManager] ======================================================= 14:36:03,637 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:36:03,638 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:36:04,114 INFO [main][MinimumCumulus4jVersion] version=10100001 14:36:04,627 INFO [main][MinimumCumulus4jVersion] version=10100001 14:36:04,891 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element3MapOwner" not found ! 14:36:04,897 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element3" not found ! 14:36:05,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:36:05,196 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:36:05,197 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:36:05,197 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="bbb", name="Element 1.2"]=bbb 14:36:05,200 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:05,200 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:05,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:36:05,213 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:05,217 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:36:05,217 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:36:05,217 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:36:05,217 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd 14:36:05,218 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="b", name="Element 3.2"]=b, Element3[value="a", name="Element 3.1"]=a, Element3[value="c", name="Element 3.3"]=c 14:36:05,221 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:05,221 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:05,236 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:36:05,242 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:36:05,243 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa 14:36:05,243 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 14:36:05,243 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:36:05,246 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:05,247 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:05,250 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:36:05,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:36:05,271 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:36:05,272 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="b", name="Element 3.2"]=b, Element3[value="c", name="Element 3.3"]=c, Element3[value="a", name="Element 3.1"]=a 14:36:05,275 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:05,276 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:05,278 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:36:05,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:36:05,284 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:05,289 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:36:05,290 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:36:05,290 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:36:05,291 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa 14:36:05,291 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:36:05,292 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="cc", name="Element 2.3"]=cc, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="aa", name="Element 2.1"]=aa 14:36:05,295 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:05,296 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:05,304 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:36:05,310 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:36:05,311 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="ddd", name="Element 1.4"]=ddd 14:36:05,311 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc 14:36:05,311 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:36:06,283 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:36:06,289 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:36:06,319 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:36:10,337 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:36:10,337 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:36:10,337 INFO [main][Cumulus4jStoreManager] ======================================================= 14:36:10,339 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:36:10,339 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:36:10,381 INFO [main][MinimumCumulus4jVersion] version=10100001 14:36:10,383 INFO [main][MinimumCumulus4jVersion] version=10100001 14:36:10,396 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element3MapOwner" not found ! 14:36:10,399 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element3" not found ! 14:36:10,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:36:10,629 INFO [main][Element3MapQueryTest] queryContainsValueParameter: found 2 Element3MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:36:10,629 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:36:10,630 INFO [main][Element3MapQueryTest] queryContainsValueParameter: * Owner 1: Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 14:36:10,633 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:10,634 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:10,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:36:10,642 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:10,645 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: found 4 Element3MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:36:10,646 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:36:10,646 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 2: Element3[value="dd", name="Element 2.4"]=dd, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="bb", name="Element 2.2"]=bb 14:36:10,647 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:36:10,647 INFO [main][Element3MapQueryTest] queryNotContainsValueParameter: * Owner 3: Element3[value="c", name="Element 3.3"]=c, Element3[value="b", name="Element 3.2"]=b, Element3[value="a", name="Element 3.1"]=a 14:36:10,650 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:10,651 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:10,658 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:36:10,664 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:36:10,665 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd 14:36:10,665 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: Element3[value="cc", name="Element 2.3"]=cc, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb 14:36:10,666 INFO [main][Element3MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:36:10,669 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:10,670 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:10,674 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:36:10,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:36:10,680 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: found 1 Element3MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:36:10,681 INFO [main][Element3MapQueryTest] queryContainsKeyParameter: * Owner 3: Element3[value="b", name="Element 3.2"]=b, Element3[value="c", name="Element 3.3"]=c, Element3[value="a", name="Element 3.1"]=a 14:36:10,684 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:10,685 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:10,687 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:36:10,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:36:10,693 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:10,697 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: found 5 Element3MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "Element3[value="b", name="Element 3.2"]": 14:36:10,698 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 2: Element3[value="cc", name="Element 2.3"]=cc, Element3[value="aa", name="Element 2.1"]=aa, Element3[value="bb", name="Element 2.2"]=bb, Element3[value="dd", name="Element 2.4"]=dd 14:36:10,699 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:36:10,699 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 6: Element3[value="bb", name="Element 6.2"]=bb 14:36:10,699 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:36:10,700 INFO [main][Element3MapQueryTest] queryNotContainsKeyParameter: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="ccc", name="Element 1.3"]=ccc, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="aaa", name="Element 1.1"]=aaa 14:36:10,703 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:10,704 INFO [main][Element3MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:10,713 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:36:10,719 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element3MapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:36:10,720 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: Element3[value="bbb", name="Element 1.2"]=bbb, Element3[value="aaa", name="Element 1.1"]=aaa, Element3[value="ddd", name="Element 1.4"]=ddd, Element3[value="ccc", name="Element 1.3"]=ccc 14:36:10,720 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: Element3[value="aa", name="Element 2.1"]=aa, Element3[value="dd", name="Element 2.4"]=dd, Element3[value="cc", name="Element 2.3"]=cc, Element3[value="bb", name="Element 2.2"]=bb 14:36:10,721 INFO [main][Element3MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: Element3[value="ccc", name="Element 4.3"]=ccc 14:36:10,722 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.822 sec Running org.cumulus4j.store.test.collection.mappedby.Element2MapQueryTest 14:36:11,684 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:36:14,586 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:36:14,587 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:36:14,601 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:36:14,602 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:36:14,606 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:36:14,607 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:36:14,640 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:36:27,324 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:36:34,542 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:36:37,291 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:36:37,291 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:36:37,291 INFO [main][Cumulus4jStoreManager] ======================================================= 14:36:37,294 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:36:37,294 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:36:37,759 INFO [main][MinimumCumulus4jVersion] version=10100001 14:36:38,182 INFO [main][MinimumCumulus4jVersion] version=10100001 14:36:38,408 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element2MapOwner" not found ! 14:36:38,413 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.mappedby.Element2" not found ! 14:36:38,799 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:36:38,823 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:36:38,824 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:38,825 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:38,825 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:38,826 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:38,829 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:38,830 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:38,836 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:36:38,850 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:36:38,850 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:38,851 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:38,852 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:38,852 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:38,855 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:38,856 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:38,865 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:36:38,877 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:36:38,878 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:38,879 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:38,879 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:38,880 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:38,883 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:38,884 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:38,893 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:36:38,906 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:36:38,907 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:38,907 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:38,908 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:38,908 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:38,911 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:38,912 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:38,923 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:36:38,935 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:36:38,937 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:36:38,938 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:38,941 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:38,942 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:38,944 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:36:38,949 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:36:38,958 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:38,962 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:36:38,963 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:38,963 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:36:38,964 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:38,964 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:38,965 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:38,968 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:38,969 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:38,987 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:36:38,993 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:36:38,994 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:38,995 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:38,995 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:38,999 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:39,000 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:39,003 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:36:39,007 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:36:39,008 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:39,009 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:39,012 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:39,013 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:39,016 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:36:39,020 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:39,023 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:36:39,024 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:36:39,024 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:39,024 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:39,024 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:39,027 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:39,028 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:39,033 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:36:39,038 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:36:39,039 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:39,039 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:39,039 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:40,093 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:36:40,099 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:36:40,134 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:36:44,250 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:36:44,251 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:36:44,251 INFO [main][Cumulus4jStoreManager] ======================================================= 14:36:44,252 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:36:44,253 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:36:44,295 INFO [main][MinimumCumulus4jVersion] version=10100001 14:36:44,297 INFO [main][MinimumCumulus4jVersion] version=10100001 14:36:44,312 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element2MapOwner" not found ! 14:36:44,314 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.mappedby.Element2" not found ! 14:36:44,540 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:36:44,552 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:36:44,553 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:44,554 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:44,554 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:44,555 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:44,558 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,559 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:44,565 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:36:44,584 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:36:44,584 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:44,585 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:44,586 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:44,586 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:44,589 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,590 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:44,599 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:36:44,613 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:36:44,614 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:44,614 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:44,615 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:44,615 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:44,619 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,620 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:44,629 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:36:44,640 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:36:44,641 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:44,642 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:44,642 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:44,643 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:44,646 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,647 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:44,651 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:36:44,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:36:44,657 INFO [main][Element2MapQueryTest] queryContainsValueParameter: found 1 Element2MapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:36:44,658 INFO [main][Element2MapQueryTest] queryContainsValueParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:44,663 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,664 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:44,666 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:36:44,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:36:44,672 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,677 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: found 5 Element2MapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Element2[key="b", name="Element 3.2"]": 14:36:44,677 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:44,678 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:44,679 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:44,679 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 5: 14:36:44,680 INFO [main][Element2MapQueryTest] queryNotContainsValueParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:44,683 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,684 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:44,693 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:36:44,699 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:36:44,700 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:44,700 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:44,701 INFO [main][Element2MapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:44,704 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,705 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:44,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:36:44,712 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: found 2 Element2MapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:36:44,713 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 4: ccc=Element2[key="ccc", name="Element 4.3"] 14:36:44,713 INFO [main][Element2MapQueryTest] queryContainsKeyParameter: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:44,716 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,717 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:44,721 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:36:44,724 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,727 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: found 4 Element2MapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:36:44,728 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:44,729 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:44,729 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 5: 14:36:44,729 INFO [main][Element2MapQueryTest] queryNotContainsKeyParameter: * Owner 3: b=Element2[key="b", name="Element 3.2"], c=Element2[key="c", name="Element 3.3"], a=Element2[key="a", name="Element 3.1"] 14:36:44,732 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:36:44,733 INFO [main][Element2MapQueryTest] createTestData: There is already test data. Skipping creation. 14:36:44,739 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:36:44,745 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 Element2MapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:36:44,745 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=Element2[key="aaa", name="Element 1.1"], ddd=Element2[key="ddd", name="Element 1.4"], ccc=Element2[key="ccc", name="Element 1.3"], bbb=Element2[key="bbb", name="Element 1.2"] 14:36:44,746 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=Element2[key="dd", name="Element 2.4"], aa=Element2[key="aa", name="Element 2.1"], bb=Element2[key="bb", name="Element 2.2"], cc=Element2[key="cc", name="Element 2.3"] 14:36:44,746 INFO [main][Element2MapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=Element2[key="bb", name="Element 6.2"] 14:36:44,747 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.231 sec Running org.cumulus4j.store.test.collection.join.StringStringMapQueryTest 14:36:45,922 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:36:48,726 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:36:48,727 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:36:48,741 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:36:48,742 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:36:48,750 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:36:48,751 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:36:48,783 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:37:03,638 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:37:10,339 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:37:12,604 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:37:12,604 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:37:12,604 INFO [main][Cumulus4jStoreManager] ======================================================= 14:37:12,606 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:37:12,607 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:37:13,071 INFO [main][MinimumCumulus4jVersion] version=10100001 14:37:13,540 INFO [main][MinimumCumulus4jVersion] version=10100001 14:37:13,778 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.StringStringMapOwner.id" not found ! 14:37:13,997 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:14,012 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:37:14,012 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,012 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,012 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 14:37:14,015 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,016 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,021 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:14,030 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,033 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:37:14,034 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:37:14,034 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 14:37:14,034 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 14:37:14,034 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 14:37:14,037 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,037 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,051 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:14,056 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 14:37:14,056 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,056 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:37:14,056 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,056 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 14:37:14,056 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 14:37:14,059 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,060 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,065 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:14,072 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 14:37:14,072 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,072 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:37:14,072 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,072 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 14:37:14,072 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 14:37:14,075 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,076 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,081 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:14,084 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:37:14,084 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,085 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 14:37:14,085 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 14:37:14,087 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,088 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,093 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:14,095 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,098 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:37:14,098 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,099 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 14:37:14,099 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:37:14,099 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 14:37:14,101 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,102 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,107 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:14,111 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 14:37:14,112 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,112 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:37:14,112 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,112 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 14:37:14,115 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,115 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,121 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:14,125 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 14:37:14,125 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,125 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:37:14,125 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,125 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 14:37:14,128 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,129 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,141 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:37:14,153 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 14:37:14,154 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,154 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 14:37:14,154 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,156 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,157 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,188 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:14,205 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 14:37:14,206 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,206 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:37:14,206 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,206 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 14:37:14,206 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 14:37:14,206 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 14:37:14,209 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,209 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,215 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:14,220 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 14:37:14,220 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,220 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:37:14,220 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,221 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 14:37:14,221 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 14:37:14,221 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 14:37:14,223 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,224 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,229 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:37:14,232 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 14:37:14,232 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,232 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 14:37:14,235 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,236 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,241 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:14,248 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 14:37:14,249 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,249 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:37:14,249 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,250 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 14:37:14,250 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 14:37:14,253 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,254 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,259 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:14,264 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 14:37:14,264 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,264 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:37:14,264 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,264 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 14:37:14,265 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 14:37:14,267 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,268 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:14,273 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 14:37:14,273 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 14:37:14,273 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,278 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,278 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:14,283 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,286 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 14:37:14,287 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,287 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 14:37:14,287 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 14:37:14,287 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 14:37:14,287 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 14:37:14,290 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,290 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:14,296 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 14:37:14,297 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, third=Claudia, first=Adam 14:37:14,297 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 14:37:14,297 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:14,299 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,300 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:14,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:14,304 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:14,308 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 14:37:14,308 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 14:37:14,308 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 14:37:14,308 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 14:37:14,308 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 14:37:15,456 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:37:15,463 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:37:15,493 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:37:19,264 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:37:19,264 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:37:19,264 INFO [main][Cumulus4jStoreManager] ======================================================= 14:37:19,266 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:37:19,266 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:37:19,306 INFO [main][MinimumCumulus4jVersion] version=10100001 14:37:19,308 INFO [main][MinimumCumulus4jVersion] version=10100001 14:37:19,322 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.StringStringMapOwner.id" not found ! 14:37:19,506 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:19,509 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:37:19,509 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,509 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,510 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableIndexOf: * 7: fourth=Khaled 14:37:19,512 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,513 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,518 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:19,520 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,524 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "h": 14:37:19,524 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:37:19,524 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 4: first=Marc 14:37:19,524 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 5: first=Marco 14:37:19,524 INFO [main][StringStringMapQueryTest] queryNotContainsKeyVariableAndVariableIndexOf: * 6: 14:37:19,527 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,528 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,534 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:19,538 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "h": 14:37:19,538 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,538 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:37:19,538 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,539 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 4: first=Marc 14:37:19,539 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotIndexOf: * 5: first=Marco 14:37:19,541 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,542 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,547 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:19,551 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: found 5 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "h": 14:37:19,552 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,552 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:37:19,552 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,552 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 4: first=Marc 14:37:19,552 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableIndexOf: * 5: first=Marco 14:37:19,554 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,555 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,561 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:19,564 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: found 3 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:37:19,564 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,564 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 4: first=Marc 14:37:19,564 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableIndexOf: * 5: first=Marco 14:37:19,567 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,567 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,573 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:19,575 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,578 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: found 4 StringStringMapOwners for query-filter "!this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "Marc": 14:37:19,578 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,578 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 6: 14:37:19,578 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 2: second=Michael, first=Adam 14:37:19,578 INFO [main][StringStringMapQueryTest] queryNotContainsValueVariableAndVariableIndexOf: * 7: fourth=Khaled 14:37:19,581 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,581 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,587 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:19,596 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) < 0" and param "Marc": 14:37:19,597 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,597 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 2: second=Michael, first=Adam 14:37:19,597 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,597 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotIndexOf: * 7: fourth=Khaled 14:37:19,599 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,600 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,605 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:19,610 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: found 4 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "Marc": 14:37:19,610 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,610 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 2: second=Michael, first=Adam 14:37:19,610 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,610 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableIndexOf: * 7: fourth=Khaled 14:37:19,613 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,613 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,619 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:37:19,622 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: found 3 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable == :queryParam" and param "second": 14:37:19,622 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,622 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 2: second=Michael, first=Adam 14:37:19,622 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,625 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,625 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,631 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:19,636 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && variable != :queryParam" and param "second": 14:37:19,637 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,637 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:37:19,637 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,637 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 4: first=Marc 14:37:19,637 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 5: first=Marco 14:37:19,638 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndVariableNotEquals: * 7: fourth=Khaled 14:37:19,649 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,658 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,664 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:19,669 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: found 6 StringStringMapOwners for query-filter "this.map.containsKey(variable) && !(variable == :queryParam)" and param "second": 14:37:19,670 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,670 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:37:19,670 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,671 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 4: first=Marc 14:37:19,671 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 5: first=Marco 14:37:19,671 INFO [main][StringStringMapQueryTest] queryContainsKeyVariableAndNotVariableEquals: * 7: fourth=Khaled 14:37:19,674 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,675 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,680 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:37:19,683 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: found 2 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable == :queryParam" and param "Marc": 14:37:19,684 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,684 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableEquals: * 4: first=Marc 14:37:19,686 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,687 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,693 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:19,698 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && variable != :queryParam" and param "Marc": 14:37:19,698 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,699 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 2: second=Michael, first=Adam 14:37:19,699 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,699 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 5: first=Marco 14:37:19,699 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndVariableNotEquals: * 7: fourth=Khaled 14:37:19,702 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,703 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,708 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:19,713 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: found 5 StringStringMapOwners for query-filter "this.map.containsValue(variable) && !(variable == :queryParam)" and param "Marc": 14:37:19,713 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,713 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 2: second=Michael, first=Adam 14:37:19,713 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,714 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 5: first=Marco 14:37:19,714 INFO [main][StringStringMapQueryTest] queryContainsValueVariableAndNotVariableEquals: * 7: fourth=Khaled 14:37:19,716 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,717 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,720 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:19,722 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: found 2 StringStringMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "Marc": 14:37:19,722 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,722 INFO [main][StringStringMapQueryTest] queryContainsValueParameter: * 4: first=Marc 14:37:19,725 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,725 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:19,730 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,733 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: found 5 StringStringMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "Marc": 14:37:19,734 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,734 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 2: second=Michael, first=Adam 14:37:19,734 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 5: first=Marco 14:37:19,734 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 6: 14:37:19,734 INFO [main][StringStringMapQueryTest] queryNotContainsValueParameter: * 7: fourth=Khaled 14:37:19,736 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,737 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,740 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:19,743 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: found 3 StringStringMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "second": 14:37:19,743 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 3: fourth=Khaled, second=Marco, third=Marc, first=Daniel 14:37:19,743 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 1: second=Bert, third=Claudia, first=Adam 14:37:19,743 INFO [main][StringStringMapQueryTest] queryContainsKeyParameter: * 2: second=Michael, first=Adam 14:37:19,746 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,746 INFO [main][StringStringMapQueryTest] createTestData: There is already test data. Skipping creation. 14:37:19,749 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:19,751 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:19,754 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: found 4 StringStringMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "second": 14:37:19,754 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 5: first=Marco 14:37:19,754 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 6: 14:37:19,754 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 7: fourth=Khaled 14:37:19,754 INFO [main][StringStringMapQueryTest] queryNotContainsKeyParameter: * 4: first=Marc 14:37:19,755 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.542 sec Running org.cumulus4j.store.test.collection.join.StringSetQueryTest 14:37:20,476 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:37:23,362 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:37:23,364 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:37:23,388 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:37:23,389 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:37:23,396 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:37:23,398 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:37:23,450 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:37:37,294 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:37:44,253 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:37:45,904 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:37:45,904 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:37:45,904 INFO [main][Cumulus4jStoreManager] ======================================================= 14:37:45,906 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:37:45,907 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:37:46,360 INFO [main][MinimumCumulus4jVersion] version=10100001 14:37:46,807 INFO [main][MinimumCumulus4jVersion] version=10100001 14:37:47,044 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.StringSetOwner.id" not found ! 14:37:47,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:47,262 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 14:37:47,263 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 14:37:47,263 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 14:37:47,265 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,266 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:47,280 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:47,284 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 14:37:47,284 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:37:47,284 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 14:37:47,284 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 14:37:47,287 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,287 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:47,293 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:37:47,295 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:37:47,296 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:37:47,296 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 14:37:47,298 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,299 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:47,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:47,310 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,314 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 14:37:47,314 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 14:37:47,315 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 14:37:47,315 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 14:37:47,315 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 14:37:47,315 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 14:37:47,317 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,318 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:47,332 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:47,338 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 14:37:47,338 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 14:37:47,339 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 14:37:47,339 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:37:47,339 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 14:37:47,341 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,342 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:47,347 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:47,352 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 14:37:47,352 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 14:37:47,352 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 14:37:47,352 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:37:47,352 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 14:37:47,355 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,356 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:47,361 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:37:47,363 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,367 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:37:47,367 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 14:37:47,367 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 14:37:47,367 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 14:37:47,367 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 14:37:47,367 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 14:37:47,370 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,370 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:47,384 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:47,389 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 14:37:47,389 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 14:37:47,389 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 14:37:47,389 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 14:37:47,390 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 14:37:47,390 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 14:37:47,392 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,393 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:47,398 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:47,403 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 14:37:47,403 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 14:37:47,403 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 14:37:47,404 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:37:47,404 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 14:37:47,404 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 14:37:47,406 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:47,407 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:47,418 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 14:37:48,118 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:37:48,126 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:37:48,166 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:37:54,935 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:37:54,935 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:37:54,935 INFO [main][Cumulus4jStoreManager] ======================================================= 14:37:54,937 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:37:54,937 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:37:54,976 INFO [main][MinimumCumulus4jVersion] version=10100001 14:37:54,977 INFO [main][MinimumCumulus4jVersion] version=10100001 14:37:54,989 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.StringSetOwner.id" not found ! 14:37:55,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:55,129 INFO [main][StringSetQueryTest] queryContainsParameter: found 2 StringSetOwners for query-filter "this.set.contains(:element)" and param "Marc": 14:37:55,129 INFO [main][StringSetQueryTest] queryContainsParameter: * 3: Khaled, Marco, Marc, Daniel 14:37:55,129 INFO [main][StringSetQueryTest] queryContainsParameter: * 4: Marc 14:37:55,132 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,133 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:55,139 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:37:55,142 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: found 3 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) >= 0" and param "Marc": 14:37:55,142 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:37:55,142 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 4: Marc 14:37:55,142 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableIndexOf: * 5: Marco 14:37:55,145 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,145 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:55,151 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:37:55,154 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: found 2 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:37:55,154 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:37:55,154 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableEquals: * 4: Marc 14:37:55,156 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,157 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:55,160 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:37:55,162 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,165 INFO [main][StringSetQueryTest] queryNotContainsParameter: found 5 StringSetOwners for query-filter "!this.set.contains(:element)" and param "Marc": 14:37:55,166 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 1: Claudia, Adam, Bert 14:37:55,166 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 2: Adam, Michael 14:37:55,166 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 5: Marco 14:37:55,166 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 6: 14:37:55,166 INFO [main][StringSetQueryTest] queryNotContainsParameter: * 7: David 14:37:55,169 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,169 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:55,175 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:55,179 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.indexOf(:elementPart) < 0" and param "Marc": 14:37:55,180 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 1: Claudia, Adam, Bert 14:37:55,180 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 2: Adam, Michael 14:37:55,180 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:37:55,180 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotIndexOf: * 7: David 14:37:55,185 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,185 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:55,191 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:37:55,195 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: found 4 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.indexOf(:elementPart) >= 0)" and param "Marc": 14:37:55,195 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 1: Claudia, Adam, Bert 14:37:55,195 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 2: Adam, Michael 14:37:55,196 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 3: Khaled, Marco, Marc, Daniel 14:37:55,196 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableIndexOf: * 7: David 14:37:55,198 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,199 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:55,204 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:37:55,206 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,209 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: found 5 StringSetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "Marc": 14:37:55,210 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 1: Claudia, Adam, Bert 14:37:55,210 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 2: Adam, Michael 14:37:55,210 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 5: Marco 14:37:55,210 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 6: 14:37:55,210 INFO [main][StringSetQueryTest] queryNotContainsVariableAndVariableEquals: * 7: David 14:37:55,212 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,213 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:55,219 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:55,224 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && elementVariable != :element" and param "Marc": 14:37:55,224 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 1: Claudia, Adam, Bert 14:37:55,224 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 2: Adam, Michael 14:37:55,224 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 3: Khaled, Marco, Marc, Daniel 14:37:55,224 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 5: Marco 14:37:55,224 INFO [main][StringSetQueryTest] queryContainsVariableAndVariableNotEquals: * 7: David 14:37:55,227 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,227 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:55,233 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey != :value" since the connection used is closing 14:37:55,237 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: found 5 StringSetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "Marc": 14:37:55,238 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 1: Claudia, Adam, Bert 14:37:55,238 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 2: Adam, Michael 14:37:55,238 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 3: Khaled, Marco, Marc, Daniel 14:37:55,238 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 5: Marco 14:37:55,238 INFO [main][StringSetQueryTest] queryContainsVariableAndNotVariableEquals: * 7: David 14:37:55,241 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:37:55,241 INFO [main][StringSetQueryTest] createTestData: There is already test data. Skipping creation. 14:37:55,244 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 14:37:55,246 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.498 sec Running org.cumulus4j.store.test.collection.join.ElementAMap1QueryTest 14:37:55,989 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:37:58,930 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:37:58,931 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:37:58,956 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:37:58,956 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:37:58,965 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:37:58,966 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:37:59,018 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:38:12,607 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:38:19,266 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:38:20,939 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:38:20,939 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:38:20,939 INFO [main][Cumulus4jStoreManager] ======================================================= 14:38:20,941 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:38:20,942 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:38:21,394 INFO [main][MinimumCumulus4jVersion] version=10100001 14:38:21,864 INFO [main][MinimumCumulus4jVersion] version=10100001 14:38:22,100 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner1" not found ! 14:38:22,106 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:38:22,422 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:22,438 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:38:22,439 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:22,439 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:22,439 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:22,439 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:22,442 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,443 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,448 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:22,453 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:38:22,453 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:22,454 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:22,454 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:22,454 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:22,457 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,457 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,465 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:22,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,482 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,490 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:38:22,490 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:22,491 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:22,491 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:22,491 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:22,494 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,495 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,503 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:22,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,515 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,517 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,522 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:38:22,523 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:22,523 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:22,523 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:22,524 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:22,526 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,527 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,537 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:22,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:22,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,551 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,554 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:38:22,555 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:22,555 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:38:22,555 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:22,555 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:22,555 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:22,558 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,559 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,561 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:22,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:22,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,567 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:38:22,568 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:22,570 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,571 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,573 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:22,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:22,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,580 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:38:22,581 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:22,581 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:22,583 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,584 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,586 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:22,590 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:22,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,592 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,595 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:38:22,596 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:22,596 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:38:22,596 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:22,596 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:22,599 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,600 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,616 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:38:22,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,620 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,624 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:38:22,625 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:22,625 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:22,625 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:22,628 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,629 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,634 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:38:22,634 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:22,635 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:22,637 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,638 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:22,642 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,645 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:38:22,645 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 14:38:22,646 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:22,646 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:22,646 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:22,649 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:22,650 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:22,655 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:38:22,658 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:38:22,659 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:22,659 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:22,659 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:23,373 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:38:23,376 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:38:23,409 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:38:27,066 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:38:27,067 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:38:27,067 INFO [main][Cumulus4jStoreManager] ======================================================= 14:38:27,068 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:38:27,068 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:38:27,107 INFO [main][MinimumCumulus4jVersion] version=10100001 14:38:27,108 INFO [main][MinimumCumulus4jVersion] version=10100001 14:38:27,122 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementAMapOwner1" not found ! 14:38:27,124 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:38:27,353 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:27,357 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) < 0" and param "bb": 14:38:27,358 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:27,358 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:27,358 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:27,358 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:27,361 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,362 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,367 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:27,372 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && !(variable.indexOf(:queryParam) >= 0)" and param "bb": 14:38:27,373 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:27,373 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:27,373 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:27,374 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:27,376 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,377 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,385 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:27,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,391 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,394 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,403 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:38:27,403 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:27,404 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:27,404 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:27,404 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:27,409 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,410 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,418 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:27,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,422 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,425 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,426 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,435 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:38:27,436 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:27,436 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:27,436 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:27,436 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:27,439 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,440 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,443 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:27,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:27,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,449 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,453 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:38:27,453 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:27,454 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:38:27,454 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:27,454 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:27,454 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter1: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:27,457 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,458 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,460 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:27,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:27,465 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,466 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 3.2"]": 14:38:27,466 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter1: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:27,469 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,470 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,472 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:27,475 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:27,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,478 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner1s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:38:27,479 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:27,479 INFO [main][ElementAMap1QueryTest] queryContainsValueParameter2: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:27,481 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,482 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,484 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:27,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:27,489 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,490 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,493 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner1s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="M.Element 1.1"]": 14:38:27,494 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:27,494 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:38:27,494 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:27,494 INFO [main][ElementAMap1QueryTest] queryNotContainsValueParameter2: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:27,497 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,497 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,506 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:38:27,508 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,514 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:38:27,514 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:27,514 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:27,515 INFO [main][ElementAMap1QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:27,517 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,518 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,523 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: found 2 ElementAMapOwner1s for query-filter "this.map.containsKey(:queryParam)" and param "ccc": 14:38:27,524 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:27,524 INFO [main][ElementAMap1QueryTest] queryContainsKeyParameter: * Owner 4: ccc=ElementA[name="M.Element 4.3"] 14:38:27,526 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,527 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:27,531 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,534 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: found 4 ElementAMapOwner1s for query-filter "!this.map.containsKey(:queryParam)" and param "ccc": 14:38:27,535 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 3: b=ElementA[name="M.Element 3.2"], c=ElementA[name="M.Element 3.3"], a=ElementA[name="M.Element 1.1"] 14:38:27,535 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:27,535 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 5: 14:38:27,535 INFO [main][ElementAMap1QueryTest] queryNotContainsKeyParameter: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:27,538 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:27,539 INFO [main][ElementAMap1QueryTest] createTestData: There is already test data. Skipping creation. 14:38:27,544 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:38:27,547 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner1s for query-filter "this.map.containsKey(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:38:27,548 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: aaa=ElementA[name="M.Element 1.1"], ddd=ElementA[name="M.Element 1.4"], ccc=ElementA[name="M.Element 1.3"], bbb=ElementA[name="M.Element 1.2"] 14:38:27,548 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: dd=ElementA[name="M.Element 2.4"], aa=ElementA[name="M.Element 2.1"], bb=ElementA[name="M.Element 2.2"], cc=ElementA[name="M.Element 2.3"] 14:38:27,548 INFO [main][ElementAMap1QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 6: bb=ElementA[name="M.Element 6.2"] 14:38:27,549 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.44 sec Running org.cumulus4j.store.test.collection.join.ElementASetQueryTest 14:38:28,444 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:38:31,497 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:38:31,499 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:38:31,524 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:38:31,524 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:38:31,534 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:38:31,535 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:38:31,587 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:38:45,907 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:38:54,417 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:38:54,417 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:38:54,417 INFO [main][Cumulus4jStoreManager] ======================================================= 14:38:54,419 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:38:54,420 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:38:54,937 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:38:54,964 INFO [main][MinimumCumulus4jVersion] version=10100001 14:38:55,375 INFO [main][MinimumCumulus4jVersion] version=10100001 14:38:55,601 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementASetOwner" not found ! 14:38:55,607 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:38:55,874 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:55,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:55,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,898 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:38:55,899 INFO [main][General] >> result=Owner 3 14:38:55,899 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:38:55,901 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:55,902 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:55,919 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:38:55,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,923 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,924 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,927 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:38:55,927 INFO [main][General] >> result=Owner 1 14:38:55,928 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.2, S.Element 1.1, S.Element 1.4, S.Element 1.3 14:38:55,928 INFO [main][General] >> result=Owner 2 14:38:55,928 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.2, S.Element 2.1, S.Element 2.4 14:38:55,928 INFO [main][General] >> result=Owner 4 14:38:55,928 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 14:38:55,931 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:55,931 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:55,934 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:55,939 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:55,941 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,942 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:38:55,943 INFO [main][General] >> result=Owner 3 14:38:55,943 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:38:55,945 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:55,946 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:55,948 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:55,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:55,953 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,961 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:55,964 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:38:55,965 INFO [main][General] >> result=Owner 4 14:38:55,965 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 14:38:55,965 INFO [main][General] >> result=Owner 5 14:38:55,965 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 14:38:55,965 INFO [main][General] >> result=Owner 1 14:38:55,965 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.4, S.Element 1.3, S.Element 1.2, S.Element 1.1 14:38:55,966 INFO [main][General] >> result=Owner 2 14:38:55,966 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.3, S.Element 2.1 14:38:55,968 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:55,969 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:55,986 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:55,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,992 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,995 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,996 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,997 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:55,999 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,003 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:38:56,003 INFO [main][General] >> result=Owner 1 14:38:56,004 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.2, S.Element 1.4, S.Element 1.3 14:38:56,004 INFO [main][General] >> result=Owner 2 14:38:56,004 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.2, S.Element 2.1, S.Element 2.4 14:38:56,004 INFO [main][General] >> result=Owner 3 14:38:56,004 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.1, S.Element 3.2 14:38:56,007 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,007 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:56,016 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:38:56,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,024 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,027 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,036 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:38:56,036 INFO [main][General] >> result=Owner 1 14:38:56,036 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.2, S.Element 1.1, S.Element 1.3, S.Element 1.4 14:38:56,037 INFO [main][General] >> result=Owner 2 14:38:56,037 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.1, S.Element 2.4, S.Element 2.3, S.Element 2.2 14:38:56,037 INFO [main][General] >> result=Owner 3 14:38:56,037 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.2, S.Element 3.3 14:38:56,040 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,041 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:56,043 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:56,056 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:38:56,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,059 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,061 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,064 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,075 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 14:38:56,075 INFO [main][General] >> result=Owner 1 14:38:56,076 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.4, S.Element 1.2, S.Element 1.3 14:38:56,076 INFO [main][General] >> result=Owner 2 14:38:56,076 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.1, S.Element 2.3, S.Element 2.2, S.Element 2.4 14:38:56,076 INFO [main][General] >> result=Owner 3 14:38:56,076 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:38:56,079 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,079 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:56,082 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:56,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:38:56,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,091 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,094 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:38:56,094 INFO [main][General] >> result=Owner 4 14:38:56,094 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 14:38:56,094 INFO [main][General] >> result=Owner 5 14:38:56,095 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 14:38:56,095 INFO [main][General] >> result=Owner 1 14:38:56,095 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.4, S.Element 1.2 14:38:56,095 INFO [main][General] >> result=Owner 2 14:38:56,095 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.2, S.Element 2.3, S.Element 2.4, S.Element 2.1 14:38:56,098 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,099 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:56,107 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:38:56,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,113 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,115 INFO [main][ElementASetQueryTest] invoke: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:38:56,116 INFO [main][General] >> result=Owner 5 14:38:56,116 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 14:38:56,116 INFO [main][General] >> result=Owner 3 14:38:56,116 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.1, S.Element 3.2 14:38:56,119 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,119 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:56,121 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:56,133 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 14:38:56,135 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 14:38:56,135 INFO [main][General] >> result=Owner 5 14:38:56,135 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 14:38:56,137 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,138 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:56,140 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:56,152 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == :compareToArgument" since the connection used is closing 14:38:56,153 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 14:38:56,154 INFO [main][General] >> result=Owner 3 14:38:56,154 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:38:56,156 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,157 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:56,159 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:38:56,162 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:38:56,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,167 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,168 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,171 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,172 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,175 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,178 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:38:56,181 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 14:38:56,182 INFO [main][General] >> result=Owner 1 14:38:56,182 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.4, S.Element 1.3, S.Element 1.2 14:38:56,182 INFO [main][General] >> result=Owner 2 14:38:56,182 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.4, S.Element 2.2, S.Element 2.3, S.Element 2.1 14:38:56,182 INFO [main][General] >> result=Owner 3 14:38:56,182 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.2, S.Element 3.1, S.Element 3.3 14:38:56,183 INFO [main][General] >> result=Owner 4 14:38:56,183 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 14:38:56,185 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:38:56,186 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:38:56,197 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 14:38:57,184 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:38:57,191 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:38:57,226 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:39:01,647 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:39:01,648 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:39:01,648 INFO [main][Cumulus4jStoreManager] ======================================================= 14:39:01,649 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:39:01,650 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:39:01,690 INFO [main][MinimumCumulus4jVersion] version=10100001 14:39:01,691 INFO [main][MinimumCumulus4jVersion] version=10100001 14:39:01,704 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementASetOwner" not found ! 14:39:01,706 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:39:01,992 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:01,998 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:02,000 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,003 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:39:02,003 INFO [main][General] >> result=Owner 3 14:39:02,004 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.2, S.Element 3.3, S.Element 3.1 14:39:02,008 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,009 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,024 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:39:02,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,031 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,039 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:39:02,040 INFO [main][General] >> result=Owner 2 14:39:02,040 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.2, S.Element 2.4, S.Element 2.1 14:39:02,041 INFO [main][General] >> result=Owner 1 14:39:02,042 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.2, S.Element 1.4, S.Element 1.3, S.Element 1.1 14:39:02,042 INFO [main][General] >> result=Owner 4 14:39:02,043 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 14:39:02,051 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,052 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,056 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:02,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:02,069 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,072 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:39:02,073 INFO [main][General] >> result=Owner 3 14:39:02,073 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.2, S.Element 3.3 14:39:02,078 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,079 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,083 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:02,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:02,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,093 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,099 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "!this.set.contains(:element)" and param "ElementA[name="S.Element 3.2"]": 14:39:02,099 INFO [main][General] >> result=Owner 4 14:39:02,099 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 14:39:02,100 INFO [main][General] >> result=Owner 5 14:39:02,100 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 14:39:02,100 INFO [main][General] >> result=Owner 2 14:39:02,101 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.1, S.Element 2.4, S.Element 2.2 14:39:02,101 INFO [main][General] >> result=Owner 1 14:39:02,101 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.3, S.Element 1.2, S.Element 1.4 14:39:02,106 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,107 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,121 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:02,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,133 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,138 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,143 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,145 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,149 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) < 0" and param "4": 14:39:02,150 INFO [main][General] >> result=Owner 2 14:39:02,150 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.3, S.Element 2.2, S.Element 2.4, S.Element 2.1 14:39:02,151 INFO [main][General] >> result=Owner 1 14:39:02,151 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.2, S.Element 1.1, S.Element 1.4, S.Element 1.3 14:39:02,151 INFO [main][General] >> result=Owner 3 14:39:02,152 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:39:02,156 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,157 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,172 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:02,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,180 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,183 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,198 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,200 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,204 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable.name.indexOf(:elementPart) >= 0)" and param "4": 14:39:02,204 INFO [main][General] >> result=Owner 2 14:39:02,204 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.4, S.Element 2.3, S.Element 2.2, S.Element 2.1 14:39:02,207 INFO [main][General] >> result=Owner 1 14:39:02,207 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.3, S.Element 1.4, S.Element 1.2, S.Element 1.1 14:39:02,207 INFO [main][General] >> result=Owner 3 14:39:02,207 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 14:39:02,210 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,211 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,214 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:02,220 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:39:02,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,224 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,233 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,238 INFO [main][ElementASetQueryTest] invoke: found 3 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 4.3"]": 14:39:02,239 INFO [main][General] >> result=Owner 2 14:39:02,239 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.4, S.Element 2.2, S.Element 2.1, S.Element 2.3 14:39:02,239 INFO [main][General] >> result=Owner 1 14:39:02,239 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.2, S.Element 1.3, S.Element 1.4 14:39:02,239 INFO [main][General] >> result=Owner 3 14:39:02,239 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.3, S.Element 3.2 14:39:02,242 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,243 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,245 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:02,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:02,253 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,254 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,257 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable == :element" and param "ElementA[name="S.Element 3.2"]": 14:39:02,258 INFO [main][General] >> result=Owner 4 14:39:02,258 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 14:39:02,258 INFO [main][General] >> result=Owner 5 14:39:02,259 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 14:39:02,259 INFO [main][General] >> result=Owner 2 14:39:02,259 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.4, S.Element 2.2, S.Element 2.3, S.Element 2.1 14:39:02,260 INFO [main][General] >> result=Owner 1 14:39:02,260 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.4, S.Element 1.1, S.Element 1.2, S.Element 1.3 14:39:02,263 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,264 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,272 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:39:02,276 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,277 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,280 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,282 INFO [main][ElementASetQueryTest] invoke: found 2 ElementASetOwners for query-filter "!this.set.contains(elementVariable) && elementVariable.name.indexOf(:elementPart) >= 0" and param "4": 14:39:02,283 INFO [main][General] >> result=Owner 3 14:39:02,283 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 14:39:02,283 INFO [main][General] >> result=Owner 5 14:39:02,283 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 14:39:02,285 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,286 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,288 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:02,292 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == 0" since the connection used is closing 14:39:02,293 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.isEmpty()" and param "ElementA[name="S.Element 3.2"]": 14:39:02,294 INFO [main][General] >> result=Owner 5 14:39:02,294 INFO [main][ElementASetQueryTest] invoke: * Owner 5: 14:39:02,296 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,297 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,300 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:02,304 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryContainerSize WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey == :compareToArgument" since the connection used is closing 14:39:02,305 INFO [main][ElementASetQueryTest] invoke: found 1 ElementASetOwners for query-filter "this.set.size() == 3" and param "ElementA[name="S.Element 3.2"]": 14:39:02,305 INFO [main][General] >> result=Owner 3 14:39:02,305 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.1, S.Element 3.2, S.Element 3.3 14:39:02,308 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,309 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,312 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:02,315 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID != :notThisObjectID" since the connection used is closing 14:39:02,316 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,328 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,331 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:02,334 INFO [main][ElementASetQueryTest] invoke: found 4 ElementASetOwners for query-filter "this.set.contains(elementVariable) && !(elementVariable == :element)" and param "ElementA[name="S.Element 3.2"]": 14:39:02,334 INFO [main][General] >> result=Owner 2 14:39:02,334 INFO [main][ElementASetQueryTest] invoke: * Owner 2: S.Element 2.2, S.Element 2.4, S.Element 2.1, S.Element 2.3 14:39:02,334 INFO [main][General] >> result=Owner 1 14:39:02,334 INFO [main][ElementASetQueryTest] invoke: * Owner 1: S.Element 1.1, S.Element 1.2, S.Element 1.4, S.Element 1.3 14:39:02,335 INFO [main][General] >> result=Owner 4 14:39:02,335 INFO [main][ElementASetQueryTest] invoke: * Owner 4: S.Element 4.3 14:39:02,335 INFO [main][General] >> result=Owner 3 14:39:02,335 INFO [main][ElementASetQueryTest] invoke: * Owner 3: S.Element 3.3, S.Element 3.2, S.Element 3.1 14:39:02,338 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:02,338 INFO [main][ElementASetQueryTest] createTestData: There is already test data. Skipping creation. 14:39:02,342 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && :paramColl.contains(this.indexKey)" since the connection used is closing 14:39:02,344 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.765 sec Running org.cumulus4j.store.test.collection.join.ElementAMap3QueryTest 14:39:03,217 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:39:06,268 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:39:06,270 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:39:06,294 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:39:06,295 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:39:06,305 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:39:06,306 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:39:06,358 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:39:20,941 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:39:27,068 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:39:29,526 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:39:29,526 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:39:29,527 INFO [main][Cumulus4jStoreManager] ======================================================= 14:39:29,529 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:39:29,529 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:39:30,030 INFO [main][MinimumCumulus4jVersion] version=10100001 14:39:30,465 INFO [main][MinimumCumulus4jVersion] version=10100001 14:39:30,723 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner3" not found ! 14:39:30,729 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:39:31,094 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:31,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,107 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,135 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:39:31,136 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 14:39:31,136 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:39:31,136 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:31,139 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,140 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,148 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:31,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,157 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,161 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,163 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,171 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:39:31,171 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:39:31,172 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"] 14:39:31,172 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:31,175 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,175 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,184 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:31,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,201 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,208 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,211 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:39:31,212 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 14:39:31,212 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:39:31,213 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:39:31,213 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:31,216 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,216 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,224 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:31,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,234 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,236 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,241 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,243 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,252 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:39:31,252 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:39:31,253 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:39:31,253 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:39:31,253 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:31,256 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,257 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,267 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:31,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:31,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,281 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,286 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:39:31,287 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:39:31,287 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:39:31,287 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:31,287 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:39:31,288 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:31,291 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,291 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,294 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:31,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:31,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,300 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:39:31,300 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:39:31,303 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,304 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,306 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:31,309 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:31,311 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,313 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:39:31,313 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:39:31,313 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:39:31,316 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,317 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,319 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:31,322 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:31,324 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,325 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,328 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:39:31,328 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 14:39:31,329 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:31,329 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:39:31,329 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:31,332 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,332 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,349 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:39:31,354 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,359 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:39:31,360 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:39:31,360 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:39:31,360 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:31,363 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,364 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,372 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:39:31,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,378 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,388 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:39:31,388 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:39:31,389 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:39:31,389 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:39:31,389 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:31,392 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,393 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,395 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:31,398 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:31,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,401 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:39:31,402 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:39:31,404 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,405 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,407 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:31,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:31,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,414 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:39:31,414 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:31,415 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:39:31,415 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:39:31,418 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,419 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,421 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:31,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:31,426 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,427 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,431 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:39:31,431 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 14:39:31,432 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 14:39:31,432 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:31,432 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:39:31,432 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:31,435 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,436 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:31,438 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:31,441 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:31,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:31,444 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:31,446 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:39:31,447 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:39:31,447 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:31,447 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:39:32,295 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:39:32,300 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:39:32,331 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:39:38,713 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:39:38,714 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:39:38,714 INFO [main][Cumulus4jStoreManager] ======================================================= 14:39:38,715 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:39:38,715 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:39:38,754 INFO [main][MinimumCumulus4jVersion] version=10100001 14:39:38,755 INFO [main][MinimumCumulus4jVersion] version=10100001 14:39:38,767 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementAMapOwner3" not found ! 14:39:38,769 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:39:39,061 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:39,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,077 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,083 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:39:39,084 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"] 14:39:39,084 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"] 14:39:39,084 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:39,089 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,090 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,098 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:39,109 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,111 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,119 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,125 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,127 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:39:39,128 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 14:39:39,128 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:39:39,128 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:39,131 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,132 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,140 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:39,145 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,156 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,161 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,165 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,168 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:39:39,169 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:39:39,169 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"] 14:39:39,169 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:39,170 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:39:39,173 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,173 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,181 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:39:39,186 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,197 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,202 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,206 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,209 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:39:39,209 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 14:39:39,210 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 14:39:39,210 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:39,210 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:39:39,213 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,214 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,217 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:39,220 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:39,222 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,223 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,227 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:39:39,227 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 5: 14:39:39,227 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:39,228 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:39,228 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 14:39:39,228 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 14:39:39,231 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,232 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,234 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:39,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:39,239 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,240 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V3.2"]": 14:39:39,241 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"] 14:39:39,243 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,244 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,246 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:39,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:39,251 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,253 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: found 2 ElementAMapOwner3s for query-filter "this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:39:39,253 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 14:39:39,254 INFO [main][ElementAMap3QueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:39:39,256 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,257 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,259 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:39,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:39,264 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,265 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,268 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: found 4 ElementAMapOwner3s for query-filter "!this.map.containsValue(:queryParam)" and param "ElementA[name="MMM.Element V1.1"]": 14:39:39,268 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 5: 14:39:39,269 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:39,269 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:39:39,269 INFO [main][ElementAMap3QueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:39,272 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,273 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,281 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:39:39,284 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,291 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner3s for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:39:39,292 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 14:39:39,292 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:39:39,293 INFO [main][ElementAMap3QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:39,295 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,296 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,304 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:39:39,308 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,315 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,320 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementAMapOwner3s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:39:39,320 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"] 14:39:39,321 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"] 14:39:39,321 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"] 14:39:39,321 INFO [main][ElementAMap3QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:39,324 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,324 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,327 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:39,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:39,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,333 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:39:39,333 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:39:39,336 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,337 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,339 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:39,342 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:39,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,346 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:39:39,346 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"] 14:39:39,347 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"] 14:39:39,347 INFO [main][ElementAMap3QueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:39,350 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,350 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,353 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:39,356 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:39,357 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,359 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,368 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K3.2"]": 14:39:39,369 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:39:39,369 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:39,370 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V4.3"] 14:39:39,370 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MMM.Element K1.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K1.2"]=ElementA[name="MMM.Element V1.2"], ElementA[name="MMM.Element K1.4"]=ElementA[name="MMM.Element V1.4"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V1.3"] 14:39:39,371 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MMM.Element K2.2"]=ElementA[name="MMM.Element V2.2"], ElementA[name="MMM.Element K2.4"]=ElementA[name="MMM.Element V2.4"], ElementA[name="MMM.Element K2.1"]=ElementA[name="MMM.Element V2.1"], ElementA[name="MMM.Element K1.3"]=ElementA[name="MMM.Element V2.3"] 14:39:39,374 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,375 INFO [main][ElementAMap3QueryTest] createTestData: There is already test data. Skipping creation. 14:39:39,378 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:39:39,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:39:39,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:39:39,385 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:39:39,388 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: found 3 ElementAMapOwner3s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MMM.Element K1.3"]": 14:39:39,389 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:39:39,389 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MMM.Element K6.2"]=ElementA[name="MMM.Element V6.2"] 14:39:39,390 INFO [main][ElementAMap3QueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="MMM.Element K3.3"]=ElementA[name="MMM.Element V3.3"], ElementA[name="MMM.Element K3.1"]=ElementA[name="MMM.Element V1.1"], ElementA[name="MMM.Element K3.2"]=ElementA[name="MMM.Element V3.2"] 14:39:39,390 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.111 sec Running org.cumulus4j.store.test.collection.join.ElementABMapQueryTest 14:39:40,345 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:39:43,403 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:39:43,405 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:39:43,429 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:39:43,429 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:39:43,440 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:39:43,441 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:39:43,493 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:39:54,420 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:40:01,650 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:40:06,717 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:40:06,718 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:40:06,718 INFO [main][Cumulus4jStoreManager] ======================================================= 14:40:06,720 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:40:06,721 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:40:07,210 INFO [main][MinimumCumulus4jVersion] version=10100001 14:40:07,679 INFO [main][MinimumCumulus4jVersion] version=10100001 14:40:07,925 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementABMapOwner" not found ! 14:40:07,930 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:40:07,978 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementB" not found ! 14:40:08,319 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:40:08,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,333 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,352 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:40:08,352 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:40:08,353 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 14:40:08,353 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:08,356 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,357 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,365 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:40:08,367 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,372 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,373 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,375 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,376 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,379 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:40:08,379 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:40:08,380 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 14:40:08,380 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:08,383 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,384 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,393 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:40:08,395 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,397 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,400 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,403 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,405 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,407 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,411 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:40:08,411 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:40:08,412 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 14:40:08,412 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:40:08,412 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:08,415 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,416 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,424 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:40:08,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,428 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,430 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,435 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,438 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,441 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:40:08,442 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:40:08,442 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:40:08,442 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 14:40:08,443 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:08,446 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,446 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,457 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:08,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:08,461 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,470 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,475 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:40:08,476 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 14:40:08,476 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:40:08,477 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:08,477 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 14:40:08,477 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:08,480 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,480 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,483 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:08,486 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:08,487 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,489 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:40:08,489 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:40:08,492 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,492 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,495 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:08,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:08,499 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,501 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:40:08,502 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:40:08,502 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:40:08,505 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,506 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,508 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:08,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:08,512 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,514 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,517 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:40:08,517 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 14:40:08,517 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:08,518 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 14:40:08,518 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:08,521 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,521 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,538 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:40:08,540 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,542 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,543 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,546 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:40:08,547 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 14:40:08,547 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:40:08,547 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:08,550 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,550 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,559 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:40:08,561 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,565 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,569 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:40:08,570 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 14:40:08,570 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 14:40:08,571 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:40:08,571 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:08,574 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,574 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,577 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:08,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:08,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,583 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:40:08,584 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:40:08,586 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,587 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,589 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:08,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:08,594 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,596 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:40:08,596 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:08,597 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:40:08,597 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 14:40:08,600 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,601 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,603 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:08,606 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:08,608 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,609 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,613 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:40:08,613 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 14:40:08,614 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 14:40:08,614 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:08,614 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:40:08,614 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:08,617 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,618 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:08,620 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:08,623 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:08,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:08,626 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:08,628 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:40:08,628 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:40:08,629 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:08,629 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"] 14:40:09,617 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:40:09,618 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:40:09,673 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:40:13,962 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:40:13,963 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:40:13,963 INFO [main][Cumulus4jStoreManager] ======================================================= 14:40:13,964 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:40:13,965 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:40:14,005 INFO [main][MinimumCumulus4jVersion] version=10100001 14:40:14,007 INFO [main][MinimumCumulus4jVersion] version=10100001 14:40:14,020 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementABMapOwner" not found ! 14:40:14,022 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:40:14,045 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementB" not found ! 14:40:14,340 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:40:14,343 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,345 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,354 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,357 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) < 0" and param "3": 14:40:14,358 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:40:14,359 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"] 14:40:14,359 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:14,365 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,365 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,374 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:40:14,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,383 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,386 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,388 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,391 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsKey(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "3": 14:40:14,392 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"] 14:40:14,393 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 14:40:14,393 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:14,396 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,397 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,406 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:40:14,409 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,411 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,414 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,416 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,420 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,427 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && !(variable.name.indexOf(:queryParam) >= 0)" and param "4": 14:40:14,428 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 14:40:14,429 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 14:40:14,429 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:14,430 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndNotIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:40:14,433 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,434 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,443 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) < :compareToArgument" since the connection used is closing 14:40:14,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,450 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,453 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,464 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: found 4 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) < 0" and param "4": 14:40:14,465 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:40:14,466 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 2: ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"] 14:40:14,466 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:14,467 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfNotMatches: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:40:14,470 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,471 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,474 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:14,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:14,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,482 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,486 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:40:14,487 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 5: 14:40:14,487 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:14,488 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:14,488 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"] 14:40:14,489 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter1: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 14:40:14,492 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,493 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,496 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:14,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:14,501 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,503 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V3.2"]": 14:40:14,504 INFO [main][ElementABMapQueryTest] queryContainsValueParameter1: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:40:14,507 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,508 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,510 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:14,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:14,516 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,518 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: found 2 ElementABMapOwners for query-filter "this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:40:14,519 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 1: ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 14:40:14,519 INFO [main][ElementABMapQueryTest] queryContainsValueParameter2: * Owner 3: ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"] 14:40:14,522 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,523 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,526 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:14,530 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:14,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,533 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,537 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: found 4 ElementABMapOwners for query-filter "!this.map.containsValue(:queryParam)" and param "ElementB[name="ABMap.Element V1.1"]": 14:40:14,538 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 5: 14:40:14,538 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:14,539 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 14:40:14,539 INFO [main][ElementABMapQueryTest] queryNotContainsValueParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:14,542 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,543 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,552 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:40:14,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,561 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementABMapOwners for query-filter "this.map.containsValue(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:40:14,562 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 14:40:14,563 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 14:40:14,563 INFO [main][ElementABMapQueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:14,566 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,567 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,576 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:40:14,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,588 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: found 4 ElementABMapOwners for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "3": 14:40:14,589 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 14:40:14,589 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 14:40:14,590 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:40:14,590 INFO [main][ElementABMapQueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:14,594 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,594 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,597 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:14,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:14,603 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,605 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: found 1 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:40:14,605 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:40:14,608 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,609 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,612 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:14,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:14,617 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,620 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:40:14,621 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"] 14:40:14,622 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 2: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"] 14:40:14,622 INFO [main][ElementABMapQueryTest] queryContainsKeyParameter2: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:14,625 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,626 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,629 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:14,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:14,634 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,636 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,646 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: found 5 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K3.2"]": 14:40:14,647 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:40:14,647 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:14,648 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V4.3"] 14:40:14,648 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="ABMap.Element K1.4"]=ElementB[name="ABMap.Element V1.4"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V1.3"], ElementA[name="ABMap.Element K1.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K1.2"]=ElementB[name="ABMap.Element V1.2"] 14:40:14,649 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="ABMap.Element K2.4"]=ElementB[name="ABMap.Element V2.4"], ElementA[name="ABMap.Element K2.2"]=ElementB[name="ABMap.Element V2.2"], ElementA[name="ABMap.Element K1.3"]=ElementB[name="ABMap.Element V2.3"], ElementA[name="ABMap.Element K2.1"]=ElementB[name="ABMap.Element V2.1"] 14:40:14,652 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,653 INFO [main][ElementABMapQueryTest] createTestData: There is already test data. Skipping creation. 14:40:14,657 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:14,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:14,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:14,664 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:14,667 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: found 3 ElementABMapOwners for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="ABMap.Element K1.3"]": 14:40:14,667 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:40:14,668 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="ABMap.Element K6.2"]=ElementB[name="ABMap.Element V6.2"] 14:40:14,668 INFO [main][ElementABMapQueryTest] queryNotContainsKeyParameter2: * Owner 3: ElementA[name="ABMap.Element K3.1"]=ElementB[name="ABMap.Element V1.1"], ElementA[name="ABMap.Element K3.2"]=ElementB[name="ABMap.Element V3.2"], ElementA[name="ABMap.Element K3.3"]=ElementB[name="ABMap.Element V3.3"] 14:40:14,669 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.431 sec Running org.cumulus4j.store.test.collection.join.ElementAMap2QueryTest 14:40:15,790 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:40:19,132 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:40:19,134 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:40:19,158 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:40:19,159 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:40:19,165 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:40:19,166 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:40:19,218 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:40:29,530 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:40:38,715 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:40:43,846 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:40:43,846 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:40:43,847 INFO [main][Cumulus4jStoreManager] ======================================================= 14:40:43,849 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:40:43,849 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:40:44,358 INFO [main][MinimumCumulus4jVersion] version=10100001 14:40:44,793 INFO [main][MinimumCumulus4jVersion] version=10100001 14:40:45,083 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementAMapOwner2" not found ! 14:40:45,089 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:40:45,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:45,430 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:40:45,431 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:40:45,432 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.3"]=ccc 14:40:45,435 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,435 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:45,439 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:45,449 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,453 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:40:45,453 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 14:40:45,454 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:40:45,455 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd 14:40:45,455 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 14:40:45,458 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,459 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:45,474 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:40:45,479 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:40:45,479 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd 14:40:45,480 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa 14:40:45,480 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:40:45,483 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,484 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:45,493 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:40:45,504 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:45,505 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:45,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:45,510 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:40:45,511 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc 14:40:45,512 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.3"]=cc 14:40:45,512 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:40:45,515 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,516 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:45,520 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:45,523 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:45,525 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:45,526 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:40:45,527 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b 14:40:45,529 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,530 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:45,532 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:45,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:45,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:45,541 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:40:45,541 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc 14:40:45,541 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.2"]=b, ElementA[name="MM.Element 3.3"]=c 14:40:45,544 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,545 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:45,547 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:45,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:45,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:45,555 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,558 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:40:45,559 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:40:45,559 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:40:45,559 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:40:45,559 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd 14:40:45,559 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa 14:40:45,562 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,563 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:45,565 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:45,568 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:45,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:45,571 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:45,574 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:40:45,574 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:40:45,574 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:40:45,575 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:40:45,575 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb 14:40:46,364 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:40:46,369 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:40:46,399 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:40:50,433 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:40:50,434 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:40:50,434 INFO [main][Cumulus4jStoreManager] ======================================================= 14:40:50,435 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:40:50,435 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:40:50,474 INFO [main][MinimumCumulus4jVersion] version=10100001 14:40:50,475 INFO [main][MinimumCumulus4jVersion] version=10100001 14:40:50,490 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementAMapOwner2" not found ! 14:40:50,492 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.collection.join.ElementA" not found ! 14:40:50,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:50,715 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: found 2 ElementAMapOwner2s for query-filter "this.map.containsValue(:queryParam)" and param "ccc": 14:40:50,716 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa 14:40:50,716 INFO [main][ElementAMap2QueryTest] queryContainsValueParameter: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:40:50,719 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,719 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:50,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:50,724 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,727 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: found 4 ElementAMapOwner2s for query-filter "!this.map.containsValue(:queryParam)" and param "ccc": 14:40:50,728 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 14:40:50,728 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa 14:40:50,728 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 5: 14:40:50,728 INFO [main][ElementAMap2QueryTest] queryNotContainsValueParameter: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:40:50,731 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,731 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:50,737 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:40:50,741 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsValue(variable) && variable.indexOf(:queryParam) >= 0" and param "bb": 14:40:50,741 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb 14:40:50,741 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa 14:40:50,742 INFO [main][ElementAMap2QueryTest] queryContainsValueVariableAndIndexOfMatches: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:40:50,744 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,745 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:50,753 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.indexKey.indexOf(:invokeArg) >= :compareToArgument" since the connection used is closing 14:40:50,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:50,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:50,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:50,761 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: found 3 ElementAMapOwner2s for query-filter "this.map.containsKey(variable) && variable.name.indexOf(:queryParam) >= 0" and param "4": 14:40:50,761 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 1: ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc 14:40:50,761 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.1"]=aa, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.2"]=bb 14:40:50,762 INFO [main][ElementAMap2QueryTest] queryContainsKeyVariableAndIndexOfMatches: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:40:50,764 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,765 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:50,768 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:50,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:50,772 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:50,774 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: found 1 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:40:50,774 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter1: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 14:40:50,777 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,777 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:50,780 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:50,783 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:50,784 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:50,786 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: found 2 ElementAMapOwner2s for query-filter "this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:40:50,787 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.2"]=bbb, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.3"]=ccc 14:40:50,787 INFO [main][ElementAMap2QueryTest] queryContainsKeyParameter2: * Owner 3: ElementA[name="MM.Element 1.1"]=a, ElementA[name="MM.Element 3.3"]=c, ElementA[name="MM.Element 3.2"]=b 14:40:50,790 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,790 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:50,792 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:50,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:50,797 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:50,799 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,802 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: found 5 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 3.2"]": 14:40:50,803 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 2: ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.1"]=aa 14:40:50,803 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 5: 14:40:50,803 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:40:50,803 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:40:50,803 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter1: * Owner 1: ElementA[name="MM.Element 1.1"]=aaa, ElementA[name="MM.Element 1.3"]=ccc, ElementA[name="MM.Element 1.4"]=ddd, ElementA[name="MM.Element 1.2"]=bbb 14:40:50,808 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,809 INFO [main][ElementAMap2QueryTest] createTestData: There is already test data. Skipping creation. 14:40:50,811 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:40:50,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:40:50,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:40:50,817 INFO [main][Query] Reading in results for query "SELECT this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:40:50,820 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: found 4 ElementAMapOwner2s for query-filter "!this.map.containsKey(:queryParam)" and param "ElementA[name="MM.Element 1.1"]": 14:40:50,820 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 2: ElementA[name="MM.Element 2.4"]=dd, ElementA[name="MM.Element 2.3"]=cc, ElementA[name="MM.Element 2.2"]=bb, ElementA[name="MM.Element 2.1"]=aa 14:40:50,820 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 5: 14:40:50,821 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 4: ElementA[name="MM.Element 4.3"]=ccc 14:40:50,821 INFO [main][ElementAMap2QueryTest] queryNotContainsKeyParameter2: * Owner 6: ElementA[name="MM.Element 6.2"]=bb 14:40:50,821 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.917 sec Running org.cumulus4j.store.test.datatype.StandardOneToOneTypesTest 14:40:51,721 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:40:54,605 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:40:54,607 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:40:54,632 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:40:54,632 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:40:54,634 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:40:54,636 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:40:54,687 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:41:06,721 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:41:13,965 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:41:17,146 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:41:17,147 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:41:17,147 INFO [main][Cumulus4jStoreManager] ======================================================= 14:41:17,200 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:41:17,200 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:41:17,700 INFO [main][MinimumCumulus4jVersion] version=10100001 14:41:18,117 INFO [main][MinimumCumulus4jVersion] version=10100001 14:41:21,199 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:41:21,205 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 00ee4e34-6833-45e5-a049-8a3c178fc45b 14:41:21,205 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 06c2574f-c917-450d-9fe3-6859026de216 14:41:21,205 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 0ecaedaa-3179-45d6-b224-d8ca6a08fd85 14:41:21,205 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 0ef1bf8a-765a-4c6e-90e7-3f4343492eeb 14:41:21,205 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 118a8e22-832b-4af4-8feb-274d8cd442bb 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 1adf16b2-597d-42da-bf6c-1040d705be32 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 1b2547e8-9b69-4504-8ed8-d41c8109831a 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 1d7a858b-8d44-4730-9faa-fc92b3dd324e 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 233765dc-bb53-4cb0-95e5-fbd7cb735277 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 294ab561-d72c-45e5-8a29-f8ba6fcf4445 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 40adfa79-7d8f-47b0-8d62-0ff9384af058 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 456f452c-b32a-4dfa-a133-1cc4137fe119 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 45e249be-f276-43b9-b5e3-264acdf6136d 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 4e7b8a88-bc5b-4cca-9977-5b535584c6eb 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 4fa14d26-7196-4943-8fdf-2cc5de9e4f63 14:41:21,206 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 534e150c-9aeb-4681-850b-a9cfe809a23f 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 552143a3-da6a-448d-94b1-fc72e082f6f9 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 6134d143-719e-4618-8748-9f2517edc387 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 689dc8c4-b308-43d2-b2cd-4e475e6a6cea 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 718b3b18-1014-4cd6-a5bc-6b79ed25fbd8 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 73e9b02c-ffbf-4a42-b6fa-1dc872f58374 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 781f2fc1-2bd0-4146-9fed-0a6473dd6b31 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 7c789537-805e-45d9-9770-d63836f3ea6e 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 7f68dc48-8543-466f-a2c2-5c330b0d3dc0 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 9aea8a8b-6c08-4f3f-acab-f49e0d162e3c 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = a41948ea-9d7f-4749-a69f-af32e6a0d35c 14:41:21,207 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = b121a41e-c8e3-4528-aba1-2617f8ff7065 14:41:21,208 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = c6575df5-6fdc-472f-a6d6-cab78587a4d8 14:41:21,208 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = d8bbb4e0-c725-4ea1-b330-cd5a74c991f2 14:41:21,208 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = f14c59ed-7089-4f7d-ae24-6bf42d0defd9 14:41:22,709 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:41:22,710 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:41:22,740 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:41:26,598 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:41:26,598 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:41:26,598 INFO [main][Cumulus4jStoreManager] ======================================================= 14:41:26,600 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:41:26,600 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:41:26,640 INFO [main][MinimumCumulus4jVersion] version=10100001 14:41:26,641 INFO [main][MinimumCumulus4jVersion] version=10100001 14:41:27,486 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:41:27,492 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 00ee4e34-6833-45e5-a049-8a3c178fc45b 14:41:27,492 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 06c2574f-c917-450d-9fe3-6859026de216 14:41:27,492 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 0ecaedaa-3179-45d6-b224-d8ca6a08fd85 14:41:27,492 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 0ef1bf8a-765a-4c6e-90e7-3f4343492eeb 14:41:27,492 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 118a8e22-832b-4af4-8feb-274d8cd442bb 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 1adf16b2-597d-42da-bf6c-1040d705be32 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 1b2547e8-9b69-4504-8ed8-d41c8109831a 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 1d7a858b-8d44-4730-9faa-fc92b3dd324e 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 233765dc-bb53-4cb0-95e5-fbd7cb735277 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 294ab561-d72c-45e5-8a29-f8ba6fcf4445 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 40adfa79-7d8f-47b0-8d62-0ff9384af058 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 456f452c-b32a-4dfa-a133-1cc4137fe119 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 45e249be-f276-43b9-b5e3-264acdf6136d 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 4e7b8a88-bc5b-4cca-9977-5b535584c6eb 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 4fa14d26-7196-4943-8fdf-2cc5de9e4f63 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 534e150c-9aeb-4681-850b-a9cfe809a23f 14:41:27,493 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 552143a3-da6a-448d-94b1-fc72e082f6f9 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 6134d143-719e-4618-8748-9f2517edc387 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 689dc8c4-b308-43d2-b2cd-4e475e6a6cea 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 718b3b18-1014-4cd6-a5bc-6b79ed25fbd8 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 73e9b02c-ffbf-4a42-b6fa-1dc872f58374 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 781f2fc1-2bd0-4146-9fed-0a6473dd6b31 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 7c789537-805e-45d9-9770-d63836f3ea6e 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 7f68dc48-8543-466f-a2c2-5c330b0d3dc0 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = 9aea8a8b-6c08-4f3f-acab-f49e0d162e3c 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = a41948ea-9d7f-4749-a69f-af32e6a0d35c 14:41:27,494 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = b121a41e-c8e3-4528-aba1-2617f8ff7065 14:41:27,495 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = c6575df5-6fdc-472f-a6d6-cab78587a4d8 14:41:27,495 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = d8bbb4e0-c725-4ea1-b330-cd5a74c991f2 14:41:27,495 INFO [main][StandardOneToOneTypesTest] * foundEntity.uuid = f14c59ed-7089-4f7d-ae24-6bf42d0defd9 14:41:27,537 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 36.916 sec Running org.cumulus4j.store.test.inheritance.InheritanceTest 14:41:28,646 INFO [main][JDOTransactionalRunner] run: Shutting down Derby (in case it was used before). 14:41:31,627 INFO [main][AbstractJDOTransactionalTestClearingDatabase] clearDatabase: Clearing database (dropping all tables). 14:41:31,628 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:41:31,653 INFO [main][CleanupUtil] cleanoutRDBMS: derbyDatabaseDir="/tmp/derby/cumulus4j" was deleted successfully. 14:41:31,653 WARN [main][CleanupUtil] dropAllTables: 'ConnectionURL' property is not set for index datastore! Skipping! 14:41:31,659 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:41:31,660 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:41:31,712 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:41:43,849 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:41:50,435 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:41:54,527 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:41:54,527 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:41:54,527 INFO [main][Cumulus4jStoreManager] ======================================================= 14:41:54,530 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:41:54,530 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:41:55,118 INFO [main][MinimumCumulus4jVersion] version=10100001 14:41:55,597 INFO [main][MinimumCumulus4jVersion] version=10100001 14:41:57,585 INFO [main][InheritanceTest] start: persistAndQueryInheritanceTest 14:41:59,167 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.Class_A.id" not found ! 14:41:59,220 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.TermsDBO" not found ! 14:41:59,301 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:41:59,302 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.PriceDBO" not found ! 14:41:59,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:41:59,436 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:41:59,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:41:59,468 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.Class_C.c_id" not found ! 14:41:59,577 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.InformationDBO" not found ! 14:41:59,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:41:59,822 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:00,372 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:42:00,386 INFO [main][InheritanceTest] The query_id of the query result Class_B object: test_id_abc 14:42:00,387 INFO [main][InheritanceTest] The sender id: Bender. - Should be 'Bender' 14:42:00,387 INFO [main][InheritanceTest] The sender's additional info: Bender is a robot that likes to drink alcoholic beverages. - Should tell you about his favorite drinks. 14:42:00,387 INFO [main][InheritanceTest] The acceptor's id: Fry. - Should be 'Fry' 14:42:00,388 INFO [main][InheritanceTest] The acceptor's additional info: Fry loves Leela. - Fry and Leela sitting in a tree. K-I-S-S-I-N-G. 14:42:00,432 INFO [main][InheritanceTest] The article's price as stored in the article: 1000000.00. - Should be a Million. 14:42:00,433 INFO [main][InheritanceTest] The total price after tax as stored in the price after tax field: 1190000. - Should be a 1190000. 14:42:00,433 INFO [main][InheritanceTest] end: persistenAndQueryInheritanceTest 14:42:00,440 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:00,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:00,474 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:00,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:00,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:00,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:00,578 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:00,589 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:00,600 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:00,611 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:00,644 INFO [main][InheritanceTest] start: persistAnObjectAndQueryWithAnObjectOfAnotherSubclass 14:42:01,667 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.sources.TestSuperClass.id" not found ! 14:42:01,794 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:01,796 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:01,878 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:01,879 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:01,920 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:42:01,943 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 14:42:01,944 INFO [main][InheritanceTest] end: persistAnObjectAndQueryWithAnObjectOfAnotherSubclass 14:42:01,953 INFO [main][InheritanceTest] createOneInheritanceObject: entered 14:42:01,955 INFO [main][Retrieve] Object with id "1.org.cumulus4j.store.test.inheritance.InheritanceHierarchy0.i0" not found ! 14:42:02,060 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:02,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:02,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:02,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:02,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:02,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:02,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,374 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:03,394 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3)" since the connection used is closing 14:42:03,410 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2)" since the connection used is closing 14:42:03,425 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing 14:42:03,428 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:03,434 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:03,439 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,442 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,472 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,492 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,503 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,536 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,539 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,547 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,559 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,612 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,692 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,695 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,703 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,725 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,728 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,759 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,762 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,778 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,803 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,806 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,814 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,825 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,870 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,873 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,881 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,892 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:03,940 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,959 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,970 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:03,981 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,072 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,090 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,181 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,348 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,382 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,459 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,471 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,504 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,515 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,551 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:04,607 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,626 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:04,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:05,966 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:05,969 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:05,971 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:05,974 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:05,977 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:05,984 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:05,989 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:05,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,017 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,020 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,042 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,051 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,062 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,087 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,095 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,106 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,131 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,173 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,176 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,184 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,262 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,265 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,273 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,332 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,340 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,351 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,451 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,476 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,484 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,495 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,541 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,560 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,584 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,618 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,629 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,651 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,662 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,742 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,763 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,765 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,807 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,836 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,918 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,929 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:06,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,964 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,974 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:06,985 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,007 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:07,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,029 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,040 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,063 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:07,066 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,074 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,085 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:07,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,140 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,174 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:07,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,207 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,230 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:07,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,245 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,260 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:07,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,525 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:08,528 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:08,531 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:08,535 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:08,538 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:08,545 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:08,550 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,553 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,576 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,601 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,609 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,621 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,643 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,654 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,665 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,698 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,710 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,732 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,743 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,754 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,776 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,779 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,846 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,854 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,910 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,921 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,943 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:08,946 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,954 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,965 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,976 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:08,988 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,010 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,013 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,021 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,043 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,054 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,065 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,088 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,099 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,110 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,132 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,158 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,166 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,177 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,199 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,224 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,232 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,244 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,255 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,266 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,299 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,310 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,321 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,344 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,347 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,366 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,377 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,410 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,455 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,511 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,514 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,533 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,544 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,569 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,588 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,625 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,633 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:09,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,690 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,712 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:09,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,062 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:11,071 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:11,076 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,081 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,102 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,135 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,155 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,191 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,194 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,210 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,224 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,268 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,291 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,302 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,313 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,335 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,369 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,435 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,458 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,491 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,494 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,522 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,535 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,558 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,580 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,583 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,602 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,624 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,650 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,669 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,691 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,713 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,716 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,724 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,747 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,780 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,783 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,813 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,824 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,847 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,850 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,869 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,880 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,891 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,914 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,936 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,947 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,969 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:11,972 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,980 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:11,991 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,002 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,025 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:12,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,036 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,047 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,058 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,080 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:12,083 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,091 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,103 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,114 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,136 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:12,139 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,147 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,158 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:12,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,214 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,225 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,247 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:12,250 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,258 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,270 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,281 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,303 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:12,306 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,314 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,325 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:12,336 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:13,630 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 14:42:13,639 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 14:42:15,172 INFO [main][JDOTransactionalRunner] run: Setting up PersistenceManagerFactory. 14:42:15,173 INFO [main][TestUtil] loadProperties: File /home/tomcat/cumulus4j-test-datanucleus.properties does not exist. Thus not overriding any settings with user-specific ones. 14:42:15,205 INFO [main][Persistence] Property cumulus4j.index.clob.enabled unknown - will be ignored 14:42:17,200 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:42:19,274 INFO [main][Cumulus4jStoreManager] ====================== Cumulus4j ====================== 14:42:19,274 INFO [main][Cumulus4jStoreManager] Bundle: org.cumulus4j.store - Version: 1.2.1.SNAPSHOT 14:42:19,274 INFO [main][Cumulus4jStoreManager] ======================================================= 14:42:19,276 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:42:19,276 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:42:19,315 INFO [main][MinimumCumulus4jVersion] version=10100001 14:42:19,316 INFO [main][MinimumCumulus4jVersion] version=10100001 14:42:19,669 INFO [main][InheritanceTest] start: persistAndQueryInheritanceTest 14:42:19,672 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.Class_A.id" not found ! 14:42:19,714 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.TermsDBO" not found ! 14:42:19,736 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:19,738 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:19,767 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:19,769 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.PriceDBO" not found ! 14:42:19,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:19,795 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:19,856 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:19,867 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:19,878 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:19,880 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.Class_C.c_id" not found ! 14:42:19,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:19,902 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:19,923 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.InformationDBO" not found ! 14:42:20,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:20,068 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:20,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:20,223 INFO [main][Query] Reading in results for query "SELECT UNIQUE this.dataEntryID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:20,327 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:42:20,332 INFO [main][InheritanceTest] The query_id of the query result Class_B object: test_id_abc 14:42:20,332 INFO [main][InheritanceTest] The sender id: Bender. - Should be 'Bender' 14:42:20,332 INFO [main][InheritanceTest] The sender's additional info: Bender is a robot that likes to drink alcoholic beverages. - Should tell you about his favorite drinks. 14:42:20,333 INFO [main][InheritanceTest] The acceptor's id: Fry. - Should be 'Fry' 14:42:20,333 INFO [main][InheritanceTest] The acceptor's additional info: Fry loves Leela. - Fry and Leela sitting in a tree. K-I-S-S-I-N-G. 14:42:20,333 INFO [main][InheritanceTest] The article's price as stored in the article: 1000000.00. - Should be a Million. 14:42:20,334 INFO [main][InheritanceTest] The total price after tax as stored in the price after tax field: 1190000. - Should be a 1190000. 14:42:20,334 INFO [main][InheritanceTest] end: persistenAndQueryInheritanceTest 14:42:20,341 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:20,344 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:20,350 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,365 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryDate WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,401 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,412 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,423 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryLong WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,434 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,456 INFO [main][InheritanceTest] start: persistAnObjectAndQueryWithAnObjectOfAnotherSubclass 14:42:20,458 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.sources.TestSuperClass.id" not found ! 14:42:20,478 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:20,480 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:20,481 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:20,489 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:20,500 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:20,501 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:20,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:20,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.ClassMeta WHERE this.uniqueScope == :uniqueScope && this.packageName == :packageName && this.simpleClassName == :simpleClassName" since the connection used is closing 14:42:20,584 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:20,592 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.FieldMeta WHERE this.classMeta_classID == :classMeta_classID" since the connection used is closing 14:42:20,603 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID0 && this.indexKey == :value" since the connection used is closing 14:42:20,612 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryStringShort WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 14:42:20,613 INFO [main][InheritanceTest] end: persistAnObjectAndQueryWithAnObjectOfAnotherSubclass 14:42:20,621 INFO [main][InheritanceTest] createOneInheritanceObject: entered 14:42:20,623 INFO [main][Retrieve] Object with id "2.org.cumulus4j.store.test.inheritance.InheritanceHierarchy0.i0" not found ! 14:42:20,715 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:20,718 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:20,722 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,735 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,746 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,757 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:20,768 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,096 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:22,102 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3)" since the connection used is closing 14:42:22,107 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2)" since the connection used is closing 14:42:22,111 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1)" since the connection used is closing 14:42:22,113 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:22,120 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:22,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,130 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,203 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,295 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,298 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,359 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,370 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,381 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,406 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,448 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,470 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,473 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,481 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,504 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,515 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,537 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,548 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,570 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,573 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,581 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,592 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,637 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,640 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,648 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,659 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,670 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,726 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,737 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,748 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,773 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,793 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,804 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,815 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,837 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,848 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,904 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,960 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:22,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:22,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,015 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:23,018 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,050 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:23,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,116 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,150 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:23,153 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,169 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,182 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:23,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,226 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,249 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,271 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:23,274 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:23,330 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:23,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,654 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:24,657 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:24,660 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:24,662 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:24,666 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:24,673 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:24,678 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:24,681 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,771 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:24,774 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:24,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,807 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,818 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,840 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:24,843 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,851 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,885 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:24,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,896 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,907 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:24,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:24,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,067 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,096 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,118 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,121 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,152 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,154 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,162 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,185 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,188 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,218 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,221 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,229 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,252 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,288 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,296 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,307 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,318 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,352 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,355 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,363 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,385 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,418 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,440 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,452 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,463 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,485 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,507 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,518 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,529 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,552 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,563 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,585 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,596 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,622 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,630 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,652 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,674 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,685 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,696 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,708 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,733 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,741 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,752 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,763 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,785 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,796 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,808 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,819 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,841 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,844 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,852 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,863 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,874 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,897 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,900 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,908 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,919 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,930 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,952 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:25,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,963 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,975 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:25,986 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:26,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:26,011 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:26,019 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:26,030 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:26,041 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,347 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:27,349 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:27,353 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:27,356 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:27,359 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID0" since the connection used is closing 14:42:27,365 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:27,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,374 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,399 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,402 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,421 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,424 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,432 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,443 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,466 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,469 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,477 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,488 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,510 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,521 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,532 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,555 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,557 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,566 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,577 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,599 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,619 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,644 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,647 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,655 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,677 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,680 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,688 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,711 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,714 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,730 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,744 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,755 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,766 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,788 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,791 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,799 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,810 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,821 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,833 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,855 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,858 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,866 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,877 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,888 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,899 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,922 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,925 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,933 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,944 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,955 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,966 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:27,990 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:27,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,008 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,023 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,034 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,045 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,068 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:28,071 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,086 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,112 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,123 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,146 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:28,149 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,164 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,179 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,190 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,212 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:28,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,231 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,246 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,257 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,279 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:28,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,297 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,312 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,323 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,346 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:28,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,364 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,379 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,390 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,413 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:28,415 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,431 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,446 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,457 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,479 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:28,482 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,498 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,524 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,546 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:28,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,564 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,579 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,591 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,613 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:28,616 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,631 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,646 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:28,657 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,085 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:30,096 INFO [main][Query] Reading in results for query "SELECT this.classMeta_classID, this.objectID FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2 || this.classMeta_classID == :classMeta_classID3 || this.classMeta_classID == :classMeta_classID4)" since the connection used is closing 14:42:30,101 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,105 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,126 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,129 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,148 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,151 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,159 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,170 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,193 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,196 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,204 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,215 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,237 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,240 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,248 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,259 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,282 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,285 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,293 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,304 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,326 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,329 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,337 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,360 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,362 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,371 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,393 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,396 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,404 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,427 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,429 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,437 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,449 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,460 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,471 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,493 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,496 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,513 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,526 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,538 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,549 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,571 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,574 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,582 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,593 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,604 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,615 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,638 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,641 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,649 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,660 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,671 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,682 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,704 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,707 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,715 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,727 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,738 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,758 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,782 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,786 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,802 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,816 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,827 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,838 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,859 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,862 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,871 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,882 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,893 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,915 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,917 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,926 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,937 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,948 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,971 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:30,973 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,982 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:30,993 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,004 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,026 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:31,028 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,037 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,048 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,060 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,082 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:31,084 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,093 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,104 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,115 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,192 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:31,195 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,216 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,227 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,238 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,261 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:31,263 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,272 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,283 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,294 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,317 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.DataEntry WHERE this.keyStoreRefID == :keyStoreRefID && this.classMeta_classID == :classMeta_classID && this.objectID == :objectID" since the connection used is closing 14:42:31,319 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,327 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,338 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:31,349 INFO [main][Query] Reading in results for query "SELECT UNIQUE FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && this.classMeta_classID == :classMeta_classID && this.indexKey == :indexKey" since the connection used is closing 14:42:32,638 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 14:42:32,647 INFO [main][Query] Reading in results for query "SELECT FROM org.cumulus4j.store.model.IndexEntryInteger WHERE this.keyStoreRefID == :keyStoreRefID && this.fieldMeta_fieldID == :fieldMeta_fieldID && (this.classMeta_classID == :classMeta_classID0 || this.classMeta_classID == :classMeta_classID1 || this.classMeta_classID == :classMeta_classID2) && this.indexKey == :value" since the connection used is closing 14:42:32,650 INFO [main][JDOTransactionalRunner] run: Shutting down PersistenceManagerFactory. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.444 sec Results : Tests run: 361, Failures: 0, Errors: 0, Skipped: 2 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ org.cumulus4j.store.test --- Downloading: http://www.datanucleus.org/downloads/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (10 KB at 225.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (203 KB at 4829.9 KB/sec) [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- maven-jar-plugin:2.3.1:test-jar (test-jar) @ org.cumulus4j.store.test --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.store.test --- [INFO] META-INF already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/test already added, skipping [INFO] org/cumulus4j/store/test/onetoone already added, skipping [INFO] org/cumulus4j/store/test/onetoone/mappedby already added, skipping [INFO] org/cumulus4j/store/test/movie already added, skipping [INFO] org/cumulus4j/store/test/embedded already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetoone already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetoone/nested already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetomany already added, skipping [INFO] org/cumulus4j/store/test/account already added, skipping [INFO] org/cumulus4j/store/test/account/id already added, skipping [INFO] org/cumulus4j/store/test/framework already added, skipping [INFO] org/cumulus4j/store/test/valuestrategy already added, skipping [INFO] org/cumulus4j/store/test/metadata already added, skipping [INFO] org/cumulus4j/store/test/collection already added, skipping [INFO] org/cumulus4j/store/test/collection/mappedby already added, skipping [INFO] org/cumulus4j/store/test/collection/join already added, skipping [INFO] org/cumulus4j/store/test/datatype already added, skipping [INFO] org/cumulus4j/store/test/inheritance already added, skipping [INFO] org/cumulus4j/store/test/inheritance/sources already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar [INFO] META-INF already added, skipping [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/test already added, skipping [INFO] org/cumulus4j/store/test/onetoone already added, skipping [INFO] org/cumulus4j/store/test/onetoone/mappedby already added, skipping [INFO] org/cumulus4j/store/test/movie already added, skipping [INFO] org/cumulus4j/store/test/embedded already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetoone already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetoone/nested already added, skipping [INFO] org/cumulus4j/store/test/embedded/onetomany already added, skipping [INFO] org/cumulus4j/store/test/account already added, skipping [INFO] org/cumulus4j/store/test/account/id already added, skipping [INFO] org/cumulus4j/store/test/framework already added, skipping [INFO] org/cumulus4j/store/test/valuestrategy already added, skipping [INFO] org/cumulus4j/store/test/metadata already added, skipping [INFO] org/cumulus4j/store/test/collection already added, skipping [INFO] org/cumulus4j/store/test/collection/mappedby already added, skipping [INFO] org/cumulus4j/store/test/collection/join already added, skipping [INFO] org/cumulus4j/store/test/datatype already added, skipping [INFO] org/cumulus4j/store/test/inheritance already added, skipping [INFO] org/cumulus4j/store/test/inheritance/sources already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] META-INF/MANIFEST.MF already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.store.test --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.back.shared 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom Downloading: http://download.java.net/maven/2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.pom (157 B at 2.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.pom Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.pom (11 KB at 422.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/jersey/jersey-project/1.9/jersey-project-1.9.pom Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-project/1.9/jersey-project-1.9.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.9/jersey-project-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-project/1.9/jersey-project-1.9.pom (18 KB at 750.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom Downloading: http://download.java.net/maven/2/net/java/jvnet-parent/1/jvnet-parent-1.pom Downloading: http://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom Downloaded: http://repo.maven.apache.org/maven2/net/java/jvnet-parent/1/jvnet-parent-1.pom (5 KB at 209.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.jar Downloading: http://download.java.net/maven/2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.jar Downloading: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.jar Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar (103 KB at 900.4 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-core/1.9/jersey-core-1.9.jar (448 KB at 2986.6 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.back.shared --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.back.shared --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.back.shared --- [INFO] Compiling 15 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.back.shared --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.back.shared --- [INFO] Compiling 3 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.back.shared --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.keymanager.back.shared.test.KeyEncryptionUtilTest log4j:WARN No appenders could be found for logger (org.cumulus4j.crypto.CryptoRegistry). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.14 sec Running org.cumulus4j.keymanager.back.shared.test.IdentifierUtilTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.683 sec Running org.cumulus4j.keymanager.back.shared.test.SystemPropertyUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Results : Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keymanager.back.shared --- [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.keymanager.back.shared:bundle:1.2.1-SNAPSHOT : Instructions in Export-Package that are never used: org\.cumulus4j\.keymanager\.back\.shared\..*|org\.cumulus4j\.keymanager\.back\.shared Classpath: Jar:.,Jar:servlet-api,Jar:jersey-core,Jar:org.cumulus4j.crypto,Jar:bcprov-jdk16,Jar:slf4j-api,Jar:slf4j-log4j12,Jar:log4j [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.keymanager.back.shared:bundle:1.2.1-SNAPSHOT : Superfluous export-package instructions: [org.cumulus4j.keymanager.back.shared.*] [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.back.shared --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/back already added, skipping [INFO] org/cumulus4j/keymanager/back/shared already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/back already added, skipping [INFO] org/cumulus4j/keymanager/back/shared already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.back.shared --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keymanager.back.shared --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keystore 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keystore --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keystore --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keystore --- [INFO] Compiling 27 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keystore --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 19 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keystore --- [INFO] Compiling 12 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keystore --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.keystore.test.KeyStorePropertyTest 14:43:18,520 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:18,523 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:18,526 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:19,540 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 14:43:19,540 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 14:43:19,543 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 14:43:19,543 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 14:43:19,546 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 14:43:19,546 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 14:43:19,548 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:43:19,548 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:43:19,549 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:43:19,549 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:43:19,553 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 14:43:19,553 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 14:43:19,556 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 14:43:19,556 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 14:43:19,558 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 14:43:19,558 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 14:43:19,560 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 14:43:19,561 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 14:43:19,565 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 14:43:19,567 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 14:43:19,569 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:43:19,570 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:43:19,570 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:43:19,572 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:43:19,573 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:43:19,573 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:43:19,574 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:43:19,574 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:43:19,574 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:43:19,576 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:43:19,576 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:43:19,576 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:43:19,577 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:43:19,577 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:43:19,578 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:43:19,579 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:43:19,579 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:43:19,579 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:43:19,580 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:43:19,581 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:43:19,581 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:43:19,582 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:43:19,582 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:43:19,582 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:43:19,583 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:43:19,584 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:43:19,584 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:43:19,585 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:43:19,585 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:43:19,585 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:43:19,587 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:43:19,587 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:43:19,587 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:43:19,594 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 14:43:19,599 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 14:43:19,603 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 14:43:19,606 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 14:43:19,611 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 14:43:19,614 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 14:43:19,617 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 14:43:19,621 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 14:43:19,624 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 14:43:19,629 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 14:43:19,631 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 14:43:19,636 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 14:43:19,636 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 14:43:19,641 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 14:43:19,643 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 14:43:19,645 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 14:43:19,647 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 14:43:19,649 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 14:43:19,651 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 14:43:19,653 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 14:43:19,656 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 14:43:19,659 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 14:43:19,662 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 14:43:19,664 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 14:43:19,666 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 14:43:19,670 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 14:43:19,672 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 14:43:19,675 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 14:43:19,677 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 14:43:19,680 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 14:43:19,681 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 14:43:19,684 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 14:43:19,685 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 14:43:19,689 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 14:43:19,691 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 14:43:19,694 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 14:43:19,696 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,696 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,697 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,697 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,697 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,697 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,697 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,697 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,697 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,697 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,698 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,698 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,698 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,698 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,698 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,698 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,698 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,698 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,698 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,699 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,699 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,699 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,699 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,699 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,699 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,699 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,700 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,700 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,700 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,700 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,700 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,700 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,700 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:43:19,702 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 14:43:19,703 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 14:43:19,705 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 14:43:19,706 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 14:43:19,708 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 14:43:19,710 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,711 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,711 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,711 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,711 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,711 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,711 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,711 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,711 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,712 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,712 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,712 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,712 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,712 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,712 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,712 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,712 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,712 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,713 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,713 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,713 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,713 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,713 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,713 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,713 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,713 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,713 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,714 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,714 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,714 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,714 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,714 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,714 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:43:19,716 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 14:43:19,732 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 14:43:19,733 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 14:43:19,734 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 14:43:19,736 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 14:43:19,736 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 14:43:19,737 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 14:43:19,739 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 14:43:19,741 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 14:43:19,742 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 14:43:19,744 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 14:43:19,744 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 14:43:19,746 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 14:43:19,758 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 14:43:19,759 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 14:43:19,761 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 14:43:19,762 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 14:43:19,763 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 14:43:19,767 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" 14:43:19,783 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:19,890 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:19,890 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:19,890 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:19,910 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:19,990 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:19,995 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:19,995 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:20,006 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:20,019 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:20,019 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:20,019 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:20,027 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:20,039 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:20,040 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:20,040 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:20,051 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.981 sec Running org.cumulus4j.keystore.test.DateDependentKeyStrategyTest 14:43:20,137 DEBUG [main][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=5761 14:43:20,146 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:20,147 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:20,147 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:20,155 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:20,405 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@48dd639c 14:43:20,405 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3eb6bc23 14:43:20,406 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:20,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3eb6bc23 14:43:20,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ef9bdff 14:43:20,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e28d8da 14:43:20,406 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:20,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ef9bdff 14:43:20,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3bb508b6 14:43:20,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6a4f0359 14:43:20,407 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:20,407 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3bb508b6 14:43:20,407 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6964fe95 14:43:20,407 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@65861e41 14:43:20,407 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:20,407 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6964fe95 14:43:20,407 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@482c7179 14:43:20,407 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:20,407 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@482c7179 14:43:20,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5dcde3f3 14:43:20,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@783096a1 14:43:20,408 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:20,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5dcde3f3 14:43:20,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3df161ac 14:43:20,408 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:20,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3df161ac 14:43:20,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@324382f9 14:43:20,415 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e4bc336 14:43:20,416 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:20,416 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@324382f9 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.883 sec Running org.cumulus4j.keystore.test.KeyStoreUserTest 14:43:24,033 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,033 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,034 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:24,044 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:24,059 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,059 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,059 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:24,065 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:24,070 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,070 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,071 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:24,076 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:24,077 WARN [main][KeyStore] getMasterKey: Unknown userName: null 14:43:24,080 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,081 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,081 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:24,087 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:24,093 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 14:43:24,094 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 14:43:24,096 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,097 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,097 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:24,102 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:24,121 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:24,121 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4aaa045f 14:43:24,124 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,124 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,124 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:24,130 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:24,150 DEBUG [main][CachedMasterKey] clear: Clearing for userName='bieber'. 14:43:24,150 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@60051f44 14:43:24,153 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,153 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,153 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:24,159 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:24,178 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:24,178 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7047da9b 14:43:24,181 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,181 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,181 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:24,186 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:24,223 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "bieber"! 14:43:24,223 WARN [main][KeyStore] getMasterKey: Wrong password for user "bieber"! MAC verification failed. 14:43:24,225 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,226 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,226 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:43:24,231 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:43:24,259 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 14:43:24,259 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.243 sec Running org.cumulus4j.keystore.test.KeyStoreKey_AES_CBC_PKCS5Padding_Test 14:43:24,279 WARN [main][KeyStore] getMasterKey: Unknown userName: marco 14:43:24,282 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,283 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,283 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:43:24,292 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:43:24,303 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 14:43:24,303 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 14:43:24,306 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,306 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,306 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:43:24,312 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:43:24,320 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:24,320 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3af89e13 14:43:24,327 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:24,327 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@18520fa4 14:43:24,336 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:24,336 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3380e475 14:43:24,343 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:24,343 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5316d7bd 14:43:24,353 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:24,353 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@ade3e9 14:43:24,367 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,367 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,367 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:43:24,373 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:43:24,382 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:43:24,383 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:43:24,384 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,398 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:24,398 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:24,398 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:43:24,404 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:43:46,139 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:46,140 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@490f163b 14:43:46,140 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7d7ca0f5 14:43:46,140 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@490f163b 14:43:46,141 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@68bd9607 14:43:46,146 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7618d289 14:43:46,147 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1a996ff 14:43:46,147 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='bieber'. 14:43:46,147 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@263ee73b 14:43:46,148 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6bbee61a 14:43:46,148 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4aaa045f 14:43:46,148 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@263ee73b 14:43:46,149 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:46,149 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@36c0b403 14:43:46,149 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@256a4d0a 14:43:46,149 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@36c0b403 14:43:46,149 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@60051f44 14:43:46,150 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='bieber'. 14:43:46,150 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@59ceb2fe 14:43:46,151 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@11496fc2 14:43:46,151 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7047da9b 14:43:46,151 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@59ceb2fe 14:43:46,152 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='bieber'. 14:43:46,152 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2f13f599 14:43:46,152 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:46,152 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@476127f4 14:43:46,152 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3b8628c8 14:43:46,153 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@476127f4 14:43:46,153 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@64df80ff 14:43:46,153 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2f13f599 14:43:46,154 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:46,154 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6c10fa4d 14:43:46,154 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ea10ca8 14:43:46,154 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2f4611ec 14:43:46,155 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6c10fa4d 14:43:46,164 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@19dc2481 14:43:46,164 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:46,165 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4fc063f6 14:43:46,165 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5fe2d461 14:43:46,165 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3af89e13 14:43:46,165 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@18520fa4 14:43:46,166 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3380e475 14:43:46,166 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5316d7bd 14:43:46,166 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@ade3e9 14:43:46,166 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4fc063f6 14:43:46,173 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4e5abf3f 14:43:46,174 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:46,174 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@74a7ef62 14:43:46,174 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@74a7ef62 14:43:46,174 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:46,175 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2998cbaa 14:43:46,175 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2998cbaa 14:43:46,175 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e631b3b 14:43:56,753 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually: firstKeyID=1 lastKeyID=5000 14:43:57,064 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually (5000 keys): 00.generateManyKeysIndividually invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=32345 minTime=32345 maxTime=32345 05.generateOneKey invocationCount=5000 recursionLevel=0 invocationCount=5000 accumulatedTime=32264 minTime=1 maxTime=38 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=121 minTime=121 maxTime=121 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=189 minTime=189 maxTime=189 14:43:57,067 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:43:57,067 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:43:57,067 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:43:57,073 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:43:58,570 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:43:58,575 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@8c30cbb 14:43:58,576 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@8c30cbb 14:43:58,576 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3d78cd7b 14:44:03,870 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysBulk (35000 keys): 00.generateManyKeysBulk invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=5438 minTime=5438 maxTime=5438 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=207 minTime=207 maxTime=207 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=1135 minTime=1135 maxTime=1135 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.605 sec Running org.cumulus4j.keystore.test.KeyStoreKey_Twofish_CFB_NoPadding_Test 14:44:03,889 WARN [main][KeyStore] getMasterKey: Unknown userName: marco 14:44:03,891 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:03,891 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:03,891 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:03,897 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:44:03,904 WARN [main][KeyStore] verifyMAC: MAC verification failed! macAlgorithm=HMACSHA1 expectedMAC=9916db041d3171c1386a1a5b3b044b469f255a44 calculatedMAC=d3cfa4250cf137ebccb8610407cf53077453dfd1 14:44:03,904 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 14:44:03,906 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:03,906 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:03,906 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:03,912 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:44:03,918 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:03,918 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@76d4a117 14:44:03,924 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:03,924 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@19c29f4 14:44:03,931 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:03,931 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@338652ff 14:44:03,936 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:03,936 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@37b2fdc6 14:44:03,943 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:03,943 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4832eebb 14:44:03,950 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:03,951 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:03,951 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:03,956 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:44:03,963 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:44:03,963 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:03,964 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:03,973 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:03,973 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:03,973 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:03,979 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:44:07,319 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4e021bd 14:44:07,320 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:07,321 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6346c21b 14:44:07,321 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6346c21b 14:44:07,321 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5db533b0 14:44:07,322 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:07,322 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@235497e0 14:44:07,322 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6bf053f 14:44:07,322 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@76d4a117 14:44:07,323 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@19c29f4 14:44:07,323 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@338652ff 14:44:07,323 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@37b2fdc6 14:44:07,323 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4832eebb 14:44:07,323 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@235497e0 14:44:07,324 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@66f16e8e 14:44:07,324 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:07,324 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7491616e 14:44:07,324 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7491616e 14:44:07,324 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:07,325 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7493b88b 14:44:07,325 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7493b88b 14:44:18,515 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:19,838 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:19,890 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:19,948 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:19,989 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:20,019 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:20,039 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:20,066 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:20,135 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 14:44:24,033 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,058 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,070 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,080 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,096 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,124 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,153 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,181 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,225 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,279 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,282 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,306 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,367 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,376 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,386 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:24,396 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. 14:44:34,333 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually: firstKeyID=1 lastKeyID=5000 14:44:34,695 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually (5000 keys): 00.generateManyKeysIndividually invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=30353 minTime=30353 maxTime=30353 05.generateOneKey invocationCount=5000 recursionLevel=0 invocationCount=5000 accumulatedTime=30283 minTime=0 maxTime=79 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=16 minTime=16 maxTime=16 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=346 minTime=346 maxTime=346 14:44:34,698 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:34,698 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:34,698 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:34,704 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:44:34,901 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:34,905 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7f571924 14:44:34,906 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7f571924 14:44:34,906 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2f33cbcc 14:44:42,938 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@53f39660 14:44:42,939 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:42,939 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@53f39660 14:44:42,939 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@77ad4513 14:44:42,940 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:42,940 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@77ad4513 14:44:42,940 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@10921fc7 14:44:42,940 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:42,941 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@10921fc7 14:44:42,941 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@374b003e 14:44:42,941 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:42,941 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@374b003e 14:44:46,512 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysBulk (35000 keys): 00.generateManyKeysBulk invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=9265 minTime=9265 maxTime=9265 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=105 minTime=105 maxTime=105 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=2421 minTime=2421 maxTime=2421 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.635 sec Running org.cumulus4j.keystore.test.KeyStoreCompatibilityTest 14:44:46,526 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:46,526 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:46,527 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:44:46,532 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:44:46,908 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:46,908 INFO [main][KeyStore] createUser: Created master-key with a size of 128 bits. This key will not be modified for this key-store anymore. 14:44:46,908 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 14:44:46,911 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:47,079 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:47,079 INFO [main][KeyStore] createUser: Created master-key with a size of 128 bits. This key will not be modified for this key-store anymore. 14:44:47,079 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:47,082 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:47,239 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:47,239 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:47,239 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 14:44:47,245 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:47,427 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5295c398 14:44:47,427 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@665c5a83 14:44:47,427 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@393a82f5 14:44:47,428 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:47,428 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@665c5a83 14:44:47,428 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7215e330 14:44:47,428 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7af69ed3 14:44:47,430 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:47,431 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7215e330 14:44:47,431 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@26b5f36e 14:44:47,431 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7380ce9c 14:44:47,439 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:47,439 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@26b5f36e 14:44:47,510 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:47,510 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:47,515 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:47,521 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:47,696 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:47,696 INFO [main][KeyStore] createUser: Created master-key with a size of 128 bits. This key will not be modified for this key-store anymore. 14:44:47,696 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:47,699 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:47,941 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:47,941 INFO [main][KeyStore] createUser: Created master-key with a size of 128 bits. This key will not be modified for this key-store anymore. 14:44:47,942 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:47,945 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:48,291 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:48,292 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:48,292 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:48,297 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:48,581 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:48,581 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:48,581 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:48,587 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:48,948 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:48,948 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:44:48,948 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:44:48,948 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:48,951 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:48,958 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:48,959 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:48,959 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 14:44:48,959 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:48,961 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:48,969 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:48,969 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:48,970 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:48,970 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:48,972 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:48,982 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:48,983 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:48,983 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 14:44:48,983 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:48,985 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:48,996 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:48,996 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:48,996 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:48,996 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:48,999 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,006 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,006 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,007 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:49,007 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:49,009 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,017 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,017 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,017 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:49,018 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:49,020 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,030 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,030 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,032 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:49,032 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:49,034 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,045 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,045 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,045 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:49,046 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:49,048 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,059 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,059 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:44:49,059 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:44:49,059 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:49,062 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,069 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,069 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,069 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 14:44:49,070 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:49,072 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,079 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,080 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,080 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:49,080 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:49,082 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,092 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,093 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,093 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CFB/NoPadding'. Using this encryption algorithm. 14:44:49,093 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:49,095 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,106 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,106 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,106 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'AES/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:49,106 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:49,109 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,116 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,116 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,117 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:49,117 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:49,119 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,127 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,127 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,127 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:49,127 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 128 bit. Using this key size. 14:44:49,130 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,140 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,140 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,140 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:44:49,140 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:49,143 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. 14:44:49,154 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: Reference-KeyStore was successfully opened. 14:44:49,154 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMAC/SHA1'. Using this MAC algorithm. 14:44:49,154 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:44:49,155 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is set to 256 bit. Using this key size. 14:44:49,157 INFO [main][KeyStoreCompatibilityTest] openReferenceKeystore: New key was successfully generated. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.636 sec Running org.cumulus4j.keystore.test.KeyStoreKeyTest 14:44:49,171 WARN [main][KeyStore] getMasterKey: Unknown userName: marco 14:44:49,174 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:49,175 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:49,175 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:44:49,180 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:44:49,186 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 14:44:49,186 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 14:44:49,188 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:49,188 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:49,189 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:44:49,194 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:44:49,200 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:49,200 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@77ed2fe7 14:44:49,206 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:49,206 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@74e42433 14:44:49,212 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:49,212 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2e04cc39 14:44:49,217 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:49,217 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3cfbc9c9 14:44:49,224 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:49,224 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@367cca66 14:44:49,232 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:49,232 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:49,233 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:44:49,238 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:44:49,244 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:44:49,244 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:44:49,245 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:49,254 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:44:49,254 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:44:49,254 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:44:49,260 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:44:50,406 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@489456cd 14:44:50,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2ced1f5 14:44:50,406 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@489456cd 14:44:50,407 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,407 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5371b6f5 14:44:50,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ea2b99f 14:44:50,408 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5371b6f5 14:44:50,409 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,409 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@a80b827 14:44:50,409 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@8ba0dd4 14:44:50,409 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@a80b827 14:44:50,410 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,410 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2ea6e962 14:44:50,410 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@502438db 14:44:50,411 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2ea6e962 14:44:50,411 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,411 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6897ccbc 14:44:50,412 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@46028049 14:44:50,412 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6897ccbc 14:44:50,412 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,412 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4e345c87 14:44:50,412 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4e345c87 14:44:50,413 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,413 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4f652035 14:44:50,413 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4f652035 14:44:50,414 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,414 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e3ed98c 14:44:50,415 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e3ed98c 14:44:50,415 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,415 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2ffce3d5 14:44:50,416 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2ffce3d5 14:44:50,416 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,416 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@430eaae5 14:44:50,417 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@430eaae5 14:44:50,417 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,417 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@77f5c2c7 14:44:50,417 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@77f5c2c7 14:44:50,417 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,418 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@27c6d458 14:44:50,418 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@27c6d458 14:44:50,418 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,418 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e9ef1ce 14:44:50,418 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e9ef1ce 14:44:50,419 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,419 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@515441f 14:44:50,419 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@515441f 14:44:50,419 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,419 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@372b51d4 14:44:50,420 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@372b51d4 14:44:50,420 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,420 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7d095197 14:44:50,420 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7d095197 14:44:50,420 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,420 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ecbd0a2 14:44:50,421 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ecbd0a2 14:44:50,421 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,421 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ee7482 14:44:50,421 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ee7482 14:44:50,421 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,422 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1123065c 14:44:50,422 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1123065c 14:44:50,422 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,422 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@12768ace 14:44:50,422 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@12768ace 14:44:50,423 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,423 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2492e3da 14:44:50,423 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2492e3da 14:44:50,423 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,423 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@27ad0ff8 14:44:50,424 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@27ad0ff8 14:44:50,424 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,424 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@52f37721 14:44:50,424 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@52f37721 14:44:50,424 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e124212 14:44:50,425 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,425 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@70afe432 14:44:50,425 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2baec86a 14:44:50,425 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@77ed2fe7 14:44:50,425 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@74e42433 14:44:50,426 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2e04cc39 14:44:50,426 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3cfbc9c9 14:44:50,426 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@367cca66 14:44:50,426 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@70afe432 14:44:50,426 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5fe7bd8d 14:44:50,427 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,427 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@674da52b 14:44:50,427 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@674da52b 14:44:50,427 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:44:50,427 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1a96df09 14:44:50,428 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1a96df09 14:44:50,428 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@270cd582 14:44:56,875 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:44:57,067 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:02,735 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:03,889 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:03,891 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:03,906 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:03,950 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:03,957 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:03,965 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:03,973 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:14,742 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually: firstKeyID=1 lastKeyID=5000 14:45:15,317 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually (5000 keys): 00.generateManyKeysIndividually invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=25482 minTime=25482 maxTime=25482 05.generateOneKey invocationCount=5000 recursionLevel=0 invocationCount=5000 accumulatedTime=25462 minTime=0 maxTime=35 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=14 minTime=14 maxTime=14 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=561 minTime=561 maxTime=561 14:45:15,319 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:45:15,319 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:45:15,319 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:45:15,325 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:45:16,400 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@47b8f42 14:45:20,135 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:24,396 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:28,988 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2ad1c003 14:45:28,989 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:28,989 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@2ad1c003 14:45:28,989 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@d1a5338 14:45:28,990 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:28,990 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@d1a5338 14:45:28,990 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5f2c402a 14:45:28,991 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:28,991 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5f2c402a 14:45:28,991 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ed2bd5d 14:45:28,991 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:28,991 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6ed2bd5d 14:45:28,991 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4d8e5d82 14:45:28,992 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:28,992 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4d8e5d82 14:45:28,992 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3d9d2995 14:45:28,992 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:28,992 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3d9d2995 14:45:31,669 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysBulk (35000 keys): 00.generateManyKeysBulk invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=12105 minTime=12105 maxTime=12105 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=127 minTime=127 maxTime=127 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=4093 minTime=4093 maxTime=4093 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 42.507 sec Running org.cumulus4j.keystore.test.KeyStoreKey_Twofish_CBC_PKCS5Padding_Test 14:45:31,684 WARN [main][KeyStore] getMasterKey: Unknown userName: marco 14:45:31,686 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:45:31,687 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:45:31,687 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:45:31,692 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:45:31,698 WARN [main][KeyStore] getMasterKey: Caught CryptoException indicating a wrong password for user "marco"! 14:45:31,699 WARN [main][KeyStore] getMasterKey: Wrong password for user "marco"! MAC verification failed. 14:45:31,700 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:45:31,701 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:45:31,701 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:45:31,707 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:45:31,712 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:31,713 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1a39a462 14:45:31,718 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:31,718 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3e572b61 14:45:31,724 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:31,724 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ce10d40 14:45:31,730 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:31,730 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4b2d0c2e 14:45:31,736 DEBUG [main][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:31,736 DEBUG [main][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7a7ac690 14:45:31,744 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:45:31,744 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:45:31,744 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:45:31,749 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:45:31,756 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:45:31,756 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:45:31,756 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:45:31,764 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:45:31,764 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:45:31,764 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:45:31,770 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:45:34,349 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:34,697 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:37,363 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1cf6e5e9 14:45:37,363 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@157032da 14:45:37,364 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:37,364 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@157032da 14:45:37,364 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3f332b09 14:45:37,365 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:37,365 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3f332b09 14:45:37,365 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@28c1b980 14:45:37,366 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@58c30f56 14:45:37,366 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@7a7ac690 14:45:37,366 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4b2d0c2e 14:45:37,367 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4ce10d40 14:45:37,367 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@3e572b61 14:45:37,367 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@1a39a462 14:45:37,367 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6e2404a0 14:45:37,368 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:45:37,368 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@58c30f56 14:45:37,368 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@45317223 14:45:44,091 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:46,526 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:46,909 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:47,079 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:47,239 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:47,510 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:47,696 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:47,941 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:48,291 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:48,581 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:48,942 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:48,955 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:48,966 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:48,977 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:48,990 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,003 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,014 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,025 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,039 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,053 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,066 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,077 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,087 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,100 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,113 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,124 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,134 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,149 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,172 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,174 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,188 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,232 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,239 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,245 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:45:49,254 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:46:02,128 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually: firstKeyID=1 lastKeyID=5000 14:46:02,547 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysIndividually (5000 keys): 00.generateManyKeysIndividually invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=30358 minTime=30358 maxTime=30358 05.generateOneKey invocationCount=5000 recursionLevel=0 invocationCount=5000 accumulatedTime=30340 minTime=0 maxTime=15 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=15 minTime=15 maxTime=15 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=403 minTime=403 maxTime=403 14:46:02,549 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:46:02,549 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:46:02,549 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:46:02,555 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is set to 'HMACSHA1'. Using this MAC algorithm. 14:46:02,820 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:46:02,821 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@39cb7ee5 14:46:02,821 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@39cb7ee5 14:46:02,821 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5ef80a07 14:46:14,756 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:46:15,319 INFO [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: KeyStore has been garbage-collected. Removing this ExipreCacheEntryTimerTask. 14:46:15,830 INFO [main][KeyStoreKeyTest] generateAndReadManyKeysBulk (35000 keys): 00.generateManyKeysBulk invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=10288 minTime=10288 maxTime=10288 07.readKeyStore invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=107 minTime=107 maxTime=107 10.readManyKeys invocationCount=1 recursionLevel=0 invocationCount=1 accumulatedTime=2863 minTime=2863 maxTime=2863 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 44.158 sec Running org.cumulus4j.keystore.test.LongPropertyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Results : Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keystore --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keystore --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keystore already added, skipping [INFO] org/cumulus4j/keystore/prop already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keystore already added, skipping [INFO] org/cumulus4j/keystore/prop already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keystore --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keystore --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/jersey/jersey-client/1.9/jersey-client-1.9.pom Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.9/jersey-client-1.9.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.9/jersey-client-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.9/jersey-client-1.9.pom (7 KB at 170.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/jersey/jersey-client/1.9/jersey-client-1.9.jar Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-client/1.9/jersey-client-1.9.jar Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.9/jersey-client-1.9.jar Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-client/1.9/jersey-client-1.9.jar (128 KB at 3538.9 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager --- [INFO] Compiling 12 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keymanager --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/channel already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/channel already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keymanager --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.front.shared 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.front.shared --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.front.shared --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.front.shared --- [INFO] Compiling 11 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.front.shared --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.front.shared --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.front.shared --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keymanager.front.shared --- [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.keymanager.front.shared:bundle:1.2.1-SNAPSHOT : Instructions in Export-Package that are never used: org\.cumulus4j\.keymanager\.front\.shared\..*|org\.cumulus4j\.keymanager\.front\.shared Classpath: Jar:.,Jar:slf4j-api,Jar:slf4j-log4j12,Jar:log4j [WARNING] Warning building bundle org.cumulus4j:org.cumulus4j.keymanager.front.shared:bundle:1.2.1-SNAPSHOT : Superfluous export-package instructions: [org.cumulus4j.keymanager.front.shared.*] [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.front.shared --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/front already added, skipping [INFO] org/cumulus4j/keymanager/front/shared already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/front already added, skipping [INFO] org/cumulus4j/keymanager/front/shared already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.front.shared --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keymanager.front.shared --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.api 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.api --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.api --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.api --- [INFO] Compiling 20 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.api --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.api --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.api --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.keymanager.api --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.api --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/api already added, skipping [INFO] org/cumulus4j/keymanager/api/internal already added, skipping [INFO] org/cumulus4j/keymanager/api/internal/remote already added, skipping [INFO] org/cumulus4j/keymanager/api/internal/local already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/api already added, skipping [INFO] org/cumulus4j/keymanager/api/internal already added, skipping [INFO] org/cumulus4j/keymanager/api/internal/remote already added, skipping [INFO] org/cumulus4j/keymanager/api/internal/local already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.api --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.keymanager.api --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store.crypto.keymanager 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/jersey/jersey-server/1.9/jersey-server-1.9.pom Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.9/jersey-server-1.9.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.9/jersey-server-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.9/jersey-server-1.9.pom (12 KB at 434.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/asm/asm/3.1/asm-3.1.pom Downloading: http://download.java.net/maven/2/asm/asm/3.1/asm-3.1.pom Downloading: http://repo.maven.apache.org/maven2/asm/asm/3.1/asm-3.1.pom Downloaded: http://repo.maven.apache.org/maven2/asm/asm/3.1/asm-3.1.pom (278 B at 13.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/asm/asm-parent/3.1/asm-parent-3.1.pom Downloading: http://download.java.net/maven/2/asm/asm-parent/3.1/asm-parent-3.1.pom Downloading: http://repo.maven.apache.org/maven2/asm/asm-parent/3.1/asm-parent-3.1.pom Downloaded: http://repo.maven.apache.org/maven2/asm/asm-parent/3.1/asm-parent-3.1.pom (5 KB at 184.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/jersey/jersey-server/1.9/jersey-server-1.9.jar Downloading: http://www.datanucleus.org/downloads/maven2/asm/asm/3.1/asm-3.1.jar Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-server/1.9/jersey-server-1.9.jar Downloading: http://download.java.net/maven/2/asm/asm/3.1/asm-3.1.jar Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.9/jersey-server-1.9.jar Downloading: http://repo.maven.apache.org/maven2/asm/asm/3.1/asm-3.1.jar Downloaded: http://repo.maven.apache.org/maven2/asm/asm/3.1/asm-3.1.jar (43 KB at 894.1 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-server/1.9/jersey-server-1.9.jar (697 KB at 3764.2 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager (includes = [*.log], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store.crypto.keymanager --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/src/main/resources [INFO] Copying 3 resources [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Compiling 25 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes [INFO] [INFO] --- maven-datanucleus-plugin:3.2.0-m1:enhance (default) @ org.cumulus4j.store.crypto.keymanager --- DataNucleus Enhancer (version 3.2.4) for API "JDO" using JRE "1.7" DataNucleus Enhancer completed with success for 1 classes. [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.store.crypto.keymanager --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Compiling 8 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_Twofish_CBC_PKCS5Padding_HMACSHA1 14:46:37,340 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@4ca6c0c9 14:46:37,615 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:46:37,617 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:46:37,950 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:46:38,062 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:46:38,094 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:46:38,107 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:46:38,134 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:46:38,175 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:46:38,190 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:46:38,219 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:46:38,384 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:46:38,468 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:46:38,530 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:46:38,561 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:46:38,603 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:46:38,678 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 14:46:38,680 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 14:46:38,708 DEBUG [main][Persistence] Java types support initialising ... 14:46:38,849 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:46:38,849 DEBUG [main][Persistence] Type converter support initialising ... 14:46:38,853 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:46:38,855 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:46:38,857 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:46:38,861 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:46:38,863 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:46:38,866 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:46:38,868 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:46:38,870 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:46:38,872 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:46:38,874 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:46:38,877 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:46:38,879 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:46:38,881 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:46:38,883 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:46:38,885 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:46:38,887 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:46:38,890 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:46:38,892 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:46:38,894 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:46:38,896 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:46:38,898 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:46:38,900 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:46:38,903 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:46:38,905 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:46:38,908 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:46:38,911 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:46:38,913 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:46:38,916 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:46:38,916 DEBUG [main][Persistence] Type converter support loaded 14:46:38,918 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:46:38,918 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:46:38,954 DEBUG [main][Datastore] Creating StoreManager for datastore 14:46:40,226 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:46:40,227 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:46:40,228 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:46:40,336 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:46:54,096 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31d5d0fc" opened 14:46:54,201 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:46:54,201 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:46:54,204 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:46:54,215 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:46:54,215 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:46:54,217 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:46:54,217 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:46:54,218 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:46:54,220 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:46:54,222 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:46:54,222 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:46:54,229 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:46:54,229 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:46:54,229 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:46:54,231 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:46:54,231 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:46:54,232 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:46:54,232 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:46:54,233 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:46:54,233 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:46:54,233 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:46:54,234 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:46:54,234 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:46:54,235 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:46:54,235 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:46:54,237 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:46:54,237 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:46:54,238 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:46:54,239 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:46:54,241 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:46:54,245 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:46:54,253 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:46:54,253 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:46:54,254 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:46:54,254 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:46:54,254 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:46:54,256 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:46:54,257 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:46:54,257 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:46:54,258 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:46:54,258 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:46:54,259 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:46:54,260 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:46:54,260 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:46:54,260 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:46:54,260 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:46:54,260 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:46:54,260 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:46:54,261 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:46:54,261 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:46:54,261 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:46:54,261 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:46:54,261 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:46:54,262 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:46:54,262 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:46:54,263 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:46:54,263 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:46:54,264 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:46:54,266 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:46:54,266 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:46:54,266 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:46:54,266 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:46:54,267 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:46:55,265 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:46:55,266 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:46:55,335 DEBUG [main][Datastore] ======================= Datastore ========================= 14:46:55,336 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:46:55,336 DEBUG [main][Datastore] Datastore : read-write 14:46:55,336 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:46:55,336 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:46:55,336 DEBUG [main][Datastore] Queries : Timeout=0 14:46:55,336 DEBUG [main][Datastore] =========================================================== 14:46:55,336 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:46:55,337 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:46:55,337 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:46:55,337 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.vfrhp8q1/derby/cumulus4j;create=true] 14:46:55,337 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.vfrhp8q1/derby/cumulus4j;create=true] 14:46:55,337 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:46:55,337 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:46:55,338 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:46:55,339 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:46:55,339 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:46:55,339 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:46:55,339 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:46:55,339 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:46:55,339 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:46:55,340 DEBUG [main][Datastore] =========================================================== 14:46:55,400 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31d5d0fc" non enlisted to a transaction is being committed. 14:46:55,401 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@31d5d0fc" closed 14:46:55,401 DEBUG [main][Datastore] StoreManager now created 14:46:55,401 DEBUG [main][Persistence] ================= NucleusContext =============== 14:46:55,402 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:46:55,402 DEBUG [main][Persistence] Persistence API : JDO 14:46:55,402 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:46:55,402 DEBUG [main][Persistence] ClassLoading : datanucleus 14:46:55,402 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:46:55,402 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:46:55,402 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:46:55,402 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:46:55,402 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:46:55,403 DEBUG [main][Persistence] ================================================ 14:46:55,408 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:46:55,859 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerEnabled: Property 'cumulus4j.cryptoSessionExpiryTimer.enabled' is not set. Using default value true. 14:46:55,860 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:46:55,866 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=f6bc7814-71c6-4bb1-ad6a-d051617c8d84 14:46:55,867 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:46:55,995 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:46:56,038 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@13a7f4bd" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@77b4ae5f" with txn="org.datanucleus.TransactionImpl@77241c5e" 14:46:56,040 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:46:56,053 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:46:56,053 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'HMAC-SHA1'. Using this MAC algorithm. 14:46:56,062 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:46:56,064 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:46:56,065 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:46:56,066 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:46:56,067 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:46:56,068 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:46:56,069 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:46:56,070 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:46:56,071 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:46:56,099 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:46:56,205 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:46:57,392 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:46:57,395 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:46:57,395 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:46:57,521 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:46:57,561 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:46:57,562 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:46:57,563 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:46:57,564 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:46:57,565 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:46:57,566 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:46:57,567 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:46:57,569 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:46:57,570 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:46:57,570 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:46:57,571 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:46:57,572 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:46:57,573 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:46:57,573 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:46:57,585 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:46:57,595 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:46:57,597 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:46:57,601 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:46:57,633 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:46:57,687 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:46:57,699 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:46:57,703 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:46:57,708 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:46:57,709 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:46:57,711 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:46:57,712 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:46:57,712 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:46:57,713 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:46:57,713 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:46:57,716 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@53f21ba0" opened with isolation level "serializable" and auto-commit=false 14:46:57,716 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@53f21ba0" with isolation "serializable" 14:46:57,959 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:46:57,959 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:46:57,964 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:46:58,137 DEBUG [main][Schema] Execution Time = 172 ms 14:46:58,138 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:46:58,380 DEBUG [main][Schema] Execution Time = 242 ms 14:46:58,478 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@53f21ba0" 14:46:58,504 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@53f21ba0" 14:46:58,504 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@53f21ba0" non enlisted to a transaction is being committed. 14:46:58,505 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@53f21ba0" closed 14:46:58,508 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:46:58,604 DEBUG [main][Query] JDOQL Query : Compile Time = 96 ms 14:46:58,605 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:46:58,610 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:46:58,714 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 103 ms 14:46:58,714 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:46:58,718 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@956ff8a [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@13a7f4bd in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2ea2c1d0] 14:46:58,718 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:46:58,719 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3f62569b" opened with isolation level "read-committed" and auto-commit=false 14:46:58,762 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@4f4dfa6a" 14:46:58,775 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CBC/PKCS5PADDING'> AND A0.MACALGORITHM = <'HMAC-SHA1'> 14:46:58,777 DEBUG [main][Retrieve] Execution Time = 2 ms 14:46:58,787 DEBUG [main][Query] JDOQL Query : Execution Time = 69 ms 14:46:58,787 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3f62569b" non enlisted to a transaction is being committed. 14:46:58,788 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3f62569b" closed 14:46:58,788 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@956ff8a [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3f62569b, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@13a7f4bd in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2ea2c1d0] 14:46:58,792 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:46:58,794 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" 14:46:58,799 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:46:58,855 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" being inserted into table "ENCRYPTIONCOORDINATESET" 14:46:58,856 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4fa2e041 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@13a7f4bd in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2ea2c1d0] 14:46:58,856 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4e30f43f" opened with isolation level "read-committed" and auto-commit=false 14:46:58,901 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@bf614e2" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4e30f43f" 14:46:58,906 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'TWOFISH/CBC/PKCS5PADDING'>,<'HMAC-SHA1'>,<1>) 14:46:58,927 DEBUG [main][Persist] Execution Time = 21 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@bf614e2" 14:46:58,937 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" was inserted in the datastore and was given strategy value of "1" 14:46:58,946 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:46:58,946 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@bf614e2" 14:46:58,970 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4e30f43f" non enlisted to a transaction is being committed. 14:46:58,970 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4e30f43f" closed 14:46:58,970 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4fa2e041 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4e30f43f, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@13a7f4bd in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2ea2c1d0] 14:46:58,971 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:46:58,972 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:46:58,978 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:46:58,980 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:46:58,981 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:46:58,985 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@553ca484" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:46:58,987 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:46:58,990 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:46:59,025 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 14:46:59,026 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 14:46:59,027 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 14:46:59,027 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 14:46:59,029 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 14:46:59,029 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 14:46:59,030 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:46:59,031 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:46:59,031 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:46:59,031 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:46:59,034 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 14:46:59,034 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 14:46:59,035 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 14:46:59,036 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 14:46:59,037 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 14:46:59,037 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 14:46:59,038 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 14:46:59,039 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 14:46:59,041 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 14:46:59,042 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 14:46:59,044 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:46:59,044 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:46:59,044 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:46:59,046 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:46:59,046 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:46:59,046 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:46:59,047 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:46:59,048 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:46:59,048 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:46:59,049 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:46:59,050 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:46:59,050 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:46:59,051 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:46:59,051 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:46:59,052 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:46:59,053 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:46:59,053 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:46:59,053 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:46:59,055 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:46:59,055 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:46:59,055 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:46:59,057 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:46:59,057 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:46:59,057 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:46:59,059 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:46:59,059 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:46:59,059 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:46:59,060 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:46:59,061 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:46:59,061 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:46:59,062 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:46:59,063 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:46:59,063 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:46:59,069 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 14:46:59,074 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 14:46:59,078 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 14:46:59,082 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 14:46:59,089 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 14:46:59,093 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 14:46:59,097 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 14:46:59,102 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 14:46:59,105 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 14:46:59,112 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 14:46:59,119 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 14:46:59,133 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 14:46:59,133 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 14:46:59,138 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 14:46:59,146 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 14:46:59,147 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 14:46:59,157 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 14:46:59,159 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 14:46:59,161 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 14:46:59,172 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 14:46:59,177 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 14:46:59,181 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 14:46:59,190 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 14:46:59,196 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 14:46:59,198 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 14:46:59,207 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 14:46:59,209 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 14:46:59,212 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 14:46:59,215 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 14:46:59,217 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 14:46:59,229 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 14:46:59,231 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 14:46:59,234 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 14:46:59,242 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 14:46:59,244 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 14:46:59,247 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 14:46:59,249 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,250 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,250 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,250 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,251 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,251 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,251 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,251 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,252 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,252 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,252 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,252 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,252 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,253 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,253 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,253 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,253 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,253 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,253 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,254 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,254 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,254 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,254 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,254 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,255 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,255 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,255 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,255 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,256 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,256 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,256 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,256 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,256 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:46:59,258 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 14:46:59,259 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 14:46:59,261 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 14:46:59,263 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 14:46:59,265 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 14:46:59,267 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,268 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,268 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,268 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,268 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,269 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,269 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,269 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,269 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,269 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,269 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,270 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,270 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,270 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,270 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,271 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,271 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,271 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,271 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,271 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,272 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,272 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,272 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,272 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,272 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,273 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,273 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,273 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,273 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,273 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,274 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,274 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,274 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:46:59,275 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 14:46:59,289 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 14:46:59,290 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 14:46:59,291 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 14:46:59,293 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 14:46:59,296 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 14:46:59,298 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 14:46:59,299 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 14:46:59,301 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 14:46:59,303 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 14:46:59,305 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 14:46:59,305 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 14:46:59,307 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 14:46:59,317 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 14:46:59,318 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 14:46:59,319 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 14:46:59,320 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 14:46:59,321 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 14:46:59,325 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" 14:47:07,833 INFO [main][CryptoCache] getCryptoCacheCleanupTimerEnabled: Property 'cumulus4j.CryptoCache.cleanupTimer.enabled' is not set. Using default value true. 14:47:07,833 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:47:08,090 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@867863606 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 14:47:08,096 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@867863606 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 14:47:08,096 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 14:47:08,098 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@359721361 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 14:47:08,100 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=112 actual=104 14:47:08,101 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@359721361 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 14:47:08,105 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@147e33b4, lifecycle=P_NONTRANS] 14:47:08,105 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:47:08,105 DEBUG [main][Cache] Level 1 Cache cleared 14:47:08,105 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@13a7f4bd" closed 14:47:08,326 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:47:08,326 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:47:08,327 DEBUG [main][Cache] Level 2 Cache cleared 14:47:09,391 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:47:09,392 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:47:09,399 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:47:09,413 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:47:09,422 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:47:09,428 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:47:09,430 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:47:09,448 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:47:09,458 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:47:09,468 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:47:09,546 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:47:09,592 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:47:09,632 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:47:09,655 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:47:09,676 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:47:09,689 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 14:47:09,689 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 14:47:09,690 DEBUG [main][Persistence] Java types support initialising ... 14:47:09,696 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:47:09,696 DEBUG [main][Persistence] Type converter support initialising ... 14:47:09,697 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:47:09,697 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:47:09,698 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:47:09,698 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:47:09,699 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:47:09,699 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:47:09,700 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:47:09,700 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:47:09,700 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:47:09,701 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:47:09,701 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:47:09,701 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:47:09,702 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:47:09,702 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:47:09,703 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:47:09,703 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:47:09,703 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:47:09,704 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:47:09,704 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:47:09,705 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:47:09,705 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:47:09,705 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:47:09,706 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:47:09,707 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:47:09,708 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:47:09,709 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:47:09,709 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:47:09,709 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:47:09,709 DEBUG [main][Persistence] Type converter support loaded 14:47:09,710 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:47:09,710 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:47:09,710 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:47:09,711 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:47:09,712 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:47:09,712 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:47:09,713 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:47:09,714 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:47:09,714 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:47:09,715 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:47:09,716 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:47:09,716 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:47:09,717 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:47:09,720 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:47:10,526 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:47:10,528 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:47:10,528 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:47:10,530 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:47:10,534 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:47:10,535 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:47:10,536 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:47:10,537 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:47:10,538 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:47:10,539 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:47:10,539 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:47:10,540 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:47:10,541 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:47:10,542 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:47:10,542 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:47:10,543 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:47:10,544 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:47:10,544 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:47:10,544 DEBUG [main][Datastore] Creating StoreManager for datastore 14:47:10,553 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:47:10,553 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:47:10,553 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:47:10,565 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:47:27,300 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@76e903c1" opened 14:47:27,309 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:47:27,309 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:47:27,309 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:47:27,310 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:47:27,310 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:47:27,311 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:47:27,311 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:47:27,311 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:47:27,312 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:47:27,312 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:47:27,312 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:47:27,313 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:47:27,313 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:47:27,313 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:47:27,314 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:47:27,314 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:47:27,314 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:47:27,315 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:47:27,315 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:47:27,316 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:47:27,316 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:47:27,316 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:47:27,317 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:47:27,317 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:47:27,317 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:47:27,318 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:47:27,318 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:47:27,318 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:47:27,318 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:47:27,318 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:47:27,319 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:47:27,320 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:47:27,320 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:47:27,320 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:47:27,321 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:47:27,321 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:47:27,321 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:47:27,322 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:47:27,322 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:47:27,322 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:47:27,323 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:47:27,323 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:47:27,323 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:47:27,324 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:47:27,324 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:47:27,324 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:47:27,324 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:47:27,325 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:47:27,325 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:47:27,325 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:47:27,326 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:47:27,326 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:47:27,326 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:47:27,327 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:47:27,327 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:47:27,327 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:47:27,327 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:47:27,335 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:47:27,335 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:47:27,336 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:47:27,336 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:47:27,336 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:47:27,336 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:47:27,673 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:47:27,673 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:47:27,688 DEBUG [main][Datastore] ======================= Datastore ========================= 14:47:27,688 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:47:27,688 DEBUG [main][Datastore] Datastore : read-write 14:47:27,688 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:47:27,689 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:47:27,689 DEBUG [main][Datastore] Queries : Timeout=0 14:47:27,689 DEBUG [main][Datastore] =========================================================== 14:47:27,689 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:47:27,689 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:47:27,689 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:47:27,689 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.13tdiw3s/derby/cumulus4j;create=true] 14:47:27,689 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.13tdiw3s/derby/cumulus4j;create=true] 14:47:27,689 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:47:27,689 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:47:27,689 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:47:27,690 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:47:27,690 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:47:27,690 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:47:27,690 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:47:27,690 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:47:27,690 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:47:27,690 DEBUG [main][Datastore] =========================================================== 14:47:27,833 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@76e903c1" non enlisted to a transaction is being committed. 14:47:27,834 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@76e903c1" closed 14:47:27,834 DEBUG [main][Datastore] StoreManager now created 14:47:27,834 DEBUG [main][Persistence] ================= NucleusContext =============== 14:47:27,834 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:47:27,834 DEBUG [main][Persistence] Persistence API : JDO 14:47:27,835 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:47:27,835 DEBUG [main][Persistence] ClassLoading : datanucleus 14:47:27,835 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:47:27,835 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:47:27,836 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:47:27,836 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:47:27,836 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:47:27,836 DEBUG [main][Persistence] ================================================ 14:47:27,837 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:47:27,837 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:47:27,838 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=01630ea3-5c03-42ec-9472-e2f7571ecc19 14:47:27,838 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:47:27,838 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:47:27,840 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@269685fb" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@64363587" with txn="org.datanucleus.TransactionImpl@22f46577" 14:47:27,841 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:47:28,168 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:47:28,169 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'HMAC-SHA1'. Using this MAC algorithm. 14:47:28,169 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:47:28,169 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:47:28,170 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:47:28,170 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:47:28,171 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:47:28,171 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:47:28,172 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:47:28,172 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:47:28,172 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:47:28,173 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:47:28,173 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:47:28,173 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:47:28,174 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:47:28,174 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:47:28,174 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:47:28,175 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@353980e1" opened with isolation level "serializable" and auto-commit=false 14:47:28,175 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@353980e1" with isolation "serializable" 14:47:28,283 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:47:28,283 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:47:28,284 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:47:28,483 DEBUG [main][Schema] Execution Time = 199 ms 14:47:28,484 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:47:28,860 DEBUG [main][Schema] Execution Time = 376 ms 14:47:28,904 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@353980e1" 14:47:28,923 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@353980e1" 14:47:28,924 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@353980e1" non enlisted to a transaction is being committed. 14:47:28,924 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@353980e1" closed 14:47:28,925 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:47:28,926 DEBUG [main][Query] JDOQL Query : Compile Time = 2 ms 14:47:28,927 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:47:28,927 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:47:28,931 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 3 ms 14:47:28,931 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:47:28,931 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@24e32ebe [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@269685fb in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@3f11cedd] 14:47:28,932 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:47:28,932 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2a242f84" opened with isolation level "read-committed" and auto-commit=false 14:47:28,959 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@1afa463f" 14:47:28,959 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CBC/PKCS5PADDING'> AND A0.MACALGORITHM = <'HMAC-SHA1'> 14:47:28,960 DEBUG [main][Retrieve] Execution Time = 1 ms 14:47:28,961 DEBUG [main][Query] JDOQL Query : Execution Time = 29 ms 14:47:28,962 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2a242f84" non enlisted to a transaction is being committed. 14:47:28,962 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2a242f84" closed 14:47:28,962 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@24e32ebe [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2a242f84, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@269685fb in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@3f11cedd] 14:47:28,963 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" 14:47:28,963 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:47:28,964 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" being inserted into table "ENCRYPTIONCOORDINATESET" 14:47:28,965 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@70c34a54 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@269685fb in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@3f11cedd] 14:47:28,965 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@25450aa2" opened with isolation level "read-committed" and auto-commit=false 14:47:28,982 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@68f35bd3" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@25450aa2" 14:47:28,983 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (MACALGORITHM,CIPHERTRANSFORMATION,VERSION) VALUES (<'HMAC-SHA1'>,<'TWOFISH/CBC/PKCS5PADDING'>,<1>) 14:47:28,985 DEBUG [main][Persist] Execution Time = 3 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@68f35bd3" 14:47:28,992 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" was inserted in the datastore and was given strategy value of "1" 14:47:28,993 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:47:28,993 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@68f35bd3" 14:47:29,017 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@25450aa2" non enlisted to a transaction is being committed. 14:47:29,018 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@25450aa2" closed 14:47:29,018 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@70c34a54 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@25450aa2, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@269685fb in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@3f11cedd] 14:47:29,019 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:47:29,019 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:47:29,020 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:47:29,020 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:47:29,020 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:47:29,021 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@7820abab" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:47:29,021 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:47:29,022 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:47:50,876 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:47:51,026 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@808275210 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 14:47:51,186 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@808275210 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 14:47:51,187 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@808275210 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with new IV (without key). 14:47:51,190 ERROR [main][KeyManagerCryptoSession] encrypt: java.lang.NullPointerException java.lang.NullPointerException at org.bouncycastle.crypto.engines.TwofishEngine.init(Unknown Source) at org.bouncycastle.crypto.modes.CBCBlockCipher.init(Unknown Source) at org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher.init(Unknown Source) at org.cumulus4j.crypto.internal.symmetric.BufferedBlockCipherImpl._init(BufferedBlockCipherImpl.java:50) at org.cumulus4j.crypto.AbstractCipher.init(AbstractCipher.java:79) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireCipherEntry(CryptoCache.java:297) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:265) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:237) at org.cumulus4j.store.crypto.keymanager.KeyManagerCryptoSession.encrypt(KeyManagerCryptoSession.java:161) at org.cumulus4j.store.crypto.keymanager.test.DefaultKeyManagerCryptoSessionTest.encryptDecryptWithRandomData(DefaultKeyManagerCryptoSessionTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:47:51,225 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@45bcd6f0, lifecycle=P_NONTRANS] 14:47:51,226 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:47:51,226 DEBUG [main][Cache] Level 1 Cache cleared 14:47:51,226 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@269685fb" closed 14:47:51,389 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:47:51,389 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:47:51,390 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 75.027 sec <<< FAILURE! Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_AES_GCM_NoPadding_NONE 14:47:52,043 WARN [main][MessageBrokerRegistry] setActiveMessageBroker: java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! at org.cumulus4j.store.crypto.keymanager.messagebroker.MessageBrokerRegistry.setActiveMessageBroker(MessageBrokerRegistry.java:117) at org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker.setMockSharedInstance(MockMessageBroker.java:41) at org.cumulus4j.store.crypto.keymanager.test.AbstractKeyManagerCryptoSessionTest.beforeClass(AbstractKeyManagerCryptoSessionTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:47:52,047 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@3e322a4c 14:47:52,052 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:47:52,053 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:47:52,060 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:47:52,071 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:47:52,077 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:47:52,081 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:47:52,083 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:47:52,096 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:47:52,101 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:47:52,108 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:47:52,188 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:47:52,209 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:47:52,234 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:47:52,255 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:47:52,270 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:47:52,281 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 14:47:52,282 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 14:47:52,282 DEBUG [main][Persistence] Java types support initialising ... 14:47:52,288 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:47:52,289 DEBUG [main][Persistence] Type converter support initialising ... 14:47:52,289 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:47:52,289 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:47:52,290 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:47:52,290 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:47:52,291 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:47:52,291 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:47:52,291 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:47:52,292 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:47:52,292 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:47:52,292 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:47:52,293 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:47:52,293 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:47:52,293 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:47:52,294 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:47:52,294 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:47:52,294 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:47:52,295 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:47:52,295 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:47:52,295 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:47:52,296 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:47:52,296 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:47:52,297 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:47:52,297 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:47:52,298 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:47:52,299 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:47:52,300 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:47:52,301 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:47:52,301 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:47:52,302 DEBUG [main][Persistence] Type converter support loaded 14:47:52,302 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:47:52,302 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:47:52,302 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:47:52,304 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:47:52,305 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:47:52,306 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:47:52,307 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:47:52,308 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:47:52,309 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:47:52,310 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:47:52,311 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:47:52,312 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:47:52,313 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:47:52,316 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:47:54,350 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:47:54,352 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:47:54,352 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:47:54,355 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:47:54,362 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:47:54,363 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:47:54,365 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:47:54,366 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:47:54,367 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:47:54,368 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:47:54,370 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:47:54,372 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:47:54,373 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:47:54,375 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:47:54,377 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:47:54,379 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:47:54,380 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:47:54,381 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:47:54,382 DEBUG [main][Datastore] Creating StoreManager for datastore 14:47:54,397 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:47:54,398 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:47:54,399 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:47:54,418 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:47:55,860 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:47:55,861 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:48:05,110 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2011fd15" opened 14:48:05,124 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:05,124 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:48:05,125 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:48:05,125 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:48:05,126 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:48:05,126 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:05,126 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:05,127 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:48:05,127 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:48:05,127 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:48:05,128 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:48:05,128 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:48:05,128 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:48:05,129 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:48:05,129 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:05,129 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:48:05,129 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:48:05,130 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:48:05,130 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:48:05,131 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:05,131 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:48:05,132 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:48:05,132 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:48:05,132 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:05,132 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:05,133 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:48:05,133 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:05,133 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:05,134 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:48:05,134 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:48:05,135 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:48:05,136 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:48:05,136 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:48:05,136 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:48:05,137 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:48:05,137 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:48:05,138 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:48:05,138 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:48:05,138 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:05,138 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:05,139 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:05,139 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:48:05,139 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:48:05,139 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:05,140 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:05,140 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:05,140 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:48:05,141 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:05,141 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:05,141 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:48:05,142 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:48:05,142 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:05,142 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:05,142 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:05,143 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:48:05,143 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:48:05,143 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:48:05,144 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:48:05,144 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:48:05,144 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:05,145 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:48:05,145 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:05,145 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:05,481 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:48:05,482 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:48:05,496 DEBUG [main][Datastore] ======================= Datastore ========================= 14:48:05,496 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:48:05,496 DEBUG [main][Datastore] Datastore : read-write 14:48:05,496 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:48:05,497 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:48:05,497 DEBUG [main][Datastore] Queries : Timeout=0 14:48:05,497 DEBUG [main][Datastore] =========================================================== 14:48:05,497 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:48:05,497 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:48:05,497 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:48:05,498 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.3zqso1zb/derby/cumulus4j;create=true] 14:48:05,498 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.3zqso1zb/derby/cumulus4j;create=true] 14:48:05,498 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:48:05,498 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:48:05,498 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:48:05,498 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:48:05,499 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:48:05,499 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:48:05,499 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:48:05,499 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:48:05,500 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:48:05,500 DEBUG [main][Datastore] =========================================================== 14:48:05,553 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2011fd15" non enlisted to a transaction is being committed. 14:48:05,553 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2011fd15" closed 14:48:05,553 DEBUG [main][Datastore] StoreManager now created 14:48:05,553 DEBUG [main][Persistence] ================= NucleusContext =============== 14:48:05,553 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:48:05,554 DEBUG [main][Persistence] Persistence API : JDO 14:48:05,554 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:48:05,554 DEBUG [main][Persistence] ClassLoading : datanucleus 14:48:05,554 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:48:05,554 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:48:05,554 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:48:05,554 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:48:05,554 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:48:05,554 DEBUG [main][Persistence] ================================================ 14:48:05,555 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:48:05,555 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:48:05,555 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=56945d85-97b2-4670-8842-4b64bab65cc4 14:48:05,555 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:48:05,555 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:48:05,556 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@30a8e814" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@211c9201" with txn="org.datanucleus.TransactionImpl@5ab590a2" 14:48:05,556 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:48:05,557 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'AES/GCM/NoPadding'. Using this encryption algorithm. 14:48:05,557 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'NONE'. Using this MAC algorithm. 14:48:05,557 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:48:05,557 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:48:05,557 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:48:05,558 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:48:05,559 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:48:05,559 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:48:05,560 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:48:05,561 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:48:05,561 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:48:05,562 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:48:05,562 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:48:05,563 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:48:05,563 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:48:05,564 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:48:05,564 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:48:05,565 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7bb55b75" opened with isolation level "serializable" and auto-commit=false 14:48:05,565 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7bb55b75" with isolation "serializable" 14:48:05,656 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:48:05,656 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:48:05,657 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:48:05,768 DEBUG [main][Schema] Execution Time = 111 ms 14:48:05,768 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:48:05,983 DEBUG [main][Schema] Execution Time = 215 ms 14:48:06,075 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7bb55b75" 14:48:06,098 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7bb55b75" 14:48:06,099 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7bb55b75" non enlisted to a transaction is being committed. 14:48:06,099 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7bb55b75" closed 14:48:06,099 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:48:06,101 DEBUG [main][Query] JDOQL Query : Compile Time = 2 ms 14:48:06,101 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:48:06,101 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:48:06,104 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 3 ms 14:48:06,106 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:48:06,107 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4c045aed [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@30a8e814 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@31eda498] 14:48:06,107 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:48:06,109 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@68d110c3" opened with isolation level "read-committed" and auto-commit=false 14:48:06,144 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@f09c3a0" 14:48:06,144 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'AES/GCM/NOPADDING'> AND A0.MACALGORITHM = <'NONE'> 14:48:06,145 DEBUG [main][Retrieve] Execution Time = 1 ms 14:48:06,147 DEBUG [main][Query] JDOQL Query : Execution Time = 40 ms 14:48:06,147 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@68d110c3" non enlisted to a transaction is being committed. 14:48:06,148 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@68d110c3" closed 14:48:06,150 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4c045aed [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@68d110c3, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@30a8e814 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@31eda498] 14:48:06,150 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" 14:48:06,151 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:48:06,152 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" being inserted into table "ENCRYPTIONCOORDINATESET" 14:48:06,157 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3173399c [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@30a8e814 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@31eda498] 14:48:06,157 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3cb4a21" opened with isolation level "read-committed" and auto-commit=false 14:48:06,182 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@6d8cb002" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3cb4a21" 14:48:06,185 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'AES/GCM/NOPADDING'>,<'NONE'>,<1>) 14:48:06,190 DEBUG [main][Persist] Execution Time = 5 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@6d8cb002" 14:48:06,203 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" was inserted in the datastore and was given strategy value of "1" 14:48:06,203 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:48:06,207 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@6d8cb002" 14:48:06,220 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3cb4a21" non enlisted to a transaction is being committed. 14:48:06,221 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3cb4a21" closed 14:48:06,221 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3173399c [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3cb4a21, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@30a8e814 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@31eda498] 14:48:06,221 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:48:06,221 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:48:06,221 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:48:06,222 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:48:06,222 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:48:06,222 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@8731651" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:48:06,223 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:48:06,223 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:48:07,834 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 14:48:07,834 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 14:48:11,114 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:48:11,250 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1123441102 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 14:48:11,255 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1123441102 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 14:48:11,255 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 14:48:11,255 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1347464881 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 14:48:11,258 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1347464881 for opmode=DECRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 14:48:11,258 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@683dcd53, lifecycle=P_NONTRANS] 14:48:11,259 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:48:11,259 DEBUG [main][Cache] Level 1 Cache cleared 14:48:11,259 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@30a8e814" closed 14:48:11,437 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:48:11,437 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:48:11,438 DEBUG [main][Cache] Level 2 Cache cleared 14:48:12,384 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:48:12,384 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:48:12,391 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:48:12,400 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:48:12,404 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:48:12,407 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:48:12,409 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:48:12,418 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:48:12,422 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:48:12,426 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:48:12,483 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:48:12,514 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:48:12,525 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:48:12,549 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:48:12,569 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:48:12,574 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 14:48:12,574 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 14:48:12,575 DEBUG [main][Persistence] Java types support initialising ... 14:48:12,581 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:48:12,581 DEBUG [main][Persistence] Type converter support initialising ... 14:48:12,582 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:48:12,582 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:48:12,582 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:48:12,583 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:48:12,583 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:48:12,583 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:48:12,584 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:48:12,584 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:48:12,584 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:48:12,585 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:48:12,585 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:48:12,585 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:48:12,586 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:48:12,586 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:48:12,586 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:48:12,587 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:48:12,587 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:48:12,587 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:48:12,588 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:48:12,588 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:48:12,588 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:48:12,589 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:48:12,590 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:48:12,591 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:48:12,592 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:48:12,592 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:48:12,593 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:48:12,593 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:48:12,594 DEBUG [main][Persistence] Type converter support loaded 14:48:12,594 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:48:12,594 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:48:12,594 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:48:12,595 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:48:12,596 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:48:12,597 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:48:12,598 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:48:12,599 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:48:12,600 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:48:12,601 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:48:12,602 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:48:12,603 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:48:12,604 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:48:12,607 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:48:13,341 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:48:13,342 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:48:13,343 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:48:13,345 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:48:13,353 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:48:13,354 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:48:13,356 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:48:13,357 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:48:13,358 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:48:13,359 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:48:13,360 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:48:13,361 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:48:13,363 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:48:13,364 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:48:13,365 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:48:13,369 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:48:13,371 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:48:13,372 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:48:13,373 DEBUG [main][Datastore] Creating StoreManager for datastore 14:48:13,389 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:48:13,389 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:48:13,390 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:48:13,409 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:48:24,826 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@32b12780" opened 14:48:24,839 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:24,839 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:48:24,839 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:48:24,840 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:48:24,840 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:48:24,841 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:24,841 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:24,841 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:48:24,842 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:48:24,842 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:48:24,842 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:48:24,843 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:48:24,843 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:48:24,843 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:48:24,844 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:24,844 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:48:24,844 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:48:24,845 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:48:24,845 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:48:24,845 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:24,845 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:48:24,846 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:48:24,846 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:48:24,847 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:24,847 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:24,847 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:48:24,848 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:24,848 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:24,848 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:48:24,849 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:48:24,850 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:48:24,851 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:48:24,851 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:48:24,851 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:48:24,852 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:48:24,852 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:48:24,853 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:48:24,853 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:48:24,853 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:24,854 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:24,854 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:24,854 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:48:24,855 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:48:24,855 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:24,855 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:24,855 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:24,856 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:48:24,856 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:24,856 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:24,857 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:48:24,857 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:48:24,857 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:24,857 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:24,858 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:48:24,858 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:48:24,858 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:48:24,859 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:48:24,859 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:48:24,859 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:48:24,860 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:48:24,860 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:48:24,860 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:48:24,860 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:48:25,165 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:48:25,166 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:48:25,179 DEBUG [main][Datastore] ======================= Datastore ========================= 14:48:25,179 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:48:25,179 DEBUG [main][Datastore] Datastore : read-write 14:48:25,180 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:48:25,180 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:48:25,180 DEBUG [main][Datastore] Queries : Timeout=0 14:48:25,180 DEBUG [main][Datastore] =========================================================== 14:48:25,180 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:48:25,180 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:48:25,181 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:48:25,181 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.6ndp4zh5/derby/cumulus4j;create=true] 14:48:25,181 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.6ndp4zh5/derby/cumulus4j;create=true] 14:48:25,181 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:48:25,181 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:48:25,181 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:48:25,181 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:48:25,182 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:48:25,182 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:48:25,182 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:48:25,182 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:48:25,183 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:48:25,183 DEBUG [main][Datastore] =========================================================== 14:48:25,233 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@32b12780" non enlisted to a transaction is being committed. 14:48:25,233 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@32b12780" closed 14:48:25,233 DEBUG [main][Datastore] StoreManager now created 14:48:25,234 DEBUG [main][Persistence] ================= NucleusContext =============== 14:48:25,234 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:48:25,234 DEBUG [main][Persistence] Persistence API : JDO 14:48:25,234 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:48:25,234 DEBUG [main][Persistence] ClassLoading : datanucleus 14:48:25,235 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:48:25,235 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:48:25,235 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:48:25,235 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:48:25,235 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:48:25,235 DEBUG [main][Persistence] ================================================ 14:48:25,236 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:48:25,236 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:48:25,237 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=64798391-3ce7-4309-b2fc-4aaa23454c79 14:48:25,237 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:48:25,237 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:48:25,238 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@398574c8" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@68b613f8" with txn="org.datanucleus.TransactionImpl@9d9347d" 14:48:25,239 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:48:25,461 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'AES/GCM/NoPadding'. Using this encryption algorithm. 14:48:25,462 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'NONE'. Using this MAC algorithm. 14:48:25,462 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:48:25,463 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:48:25,463 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:48:25,463 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:48:25,464 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:48:25,465 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:48:25,466 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:48:25,466 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:48:25,467 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:48:25,468 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:48:25,469 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:48:25,469 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:48:25,470 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:48:25,470 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:48:25,471 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:48:25,471 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e41210d" opened with isolation level "serializable" and auto-commit=false 14:48:25,472 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e41210d" with isolation "serializable" 14:48:25,548 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:48:25,548 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:48:25,549 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:48:25,641 DEBUG [main][Schema] Execution Time = 92 ms 14:48:25,642 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:48:25,808 DEBUG [main][Schema] Execution Time = 166 ms 14:48:25,851 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e41210d" 14:48:25,873 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e41210d" 14:48:25,874 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e41210d" non enlisted to a transaction is being committed. 14:48:25,874 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@e41210d" closed 14:48:25,875 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:48:25,877 DEBUG [main][Query] JDOQL Query : Compile Time = 2 ms 14:48:25,878 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:48:25,878 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:48:25,885 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 6 ms 14:48:25,885 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:48:25,885 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@42b6a4f3 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@398574c8 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@65076fbc] 14:48:25,886 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:48:25,887 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4b38d375" opened with isolation level "read-committed" and auto-commit=false 14:48:25,934 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@23a8a61e" 14:48:25,934 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'AES/GCM/NOPADDING'> AND A0.MACALGORITHM = <'NONE'> 14:48:25,936 DEBUG [main][Retrieve] Execution Time = 2 ms 14:48:25,937 DEBUG [main][Query] JDOQL Query : Execution Time = 51 ms 14:48:25,937 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4b38d375" non enlisted to a transaction is being committed. 14:48:25,937 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4b38d375" closed 14:48:25,938 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@42b6a4f3 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4b38d375, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@398574c8 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@65076fbc] 14:48:25,938 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" 14:48:25,938 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:48:25,940 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" being inserted into table "ENCRYPTIONCOORDINATESET" 14:48:25,942 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1213f2b [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@398574c8 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@65076fbc] 14:48:25,943 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dba20a1" opened with isolation level "read-committed" and auto-commit=false 14:48:25,964 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4ee1e93a" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dba20a1" 14:48:25,965 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'AES/GCM/NOPADDING'>,<'NONE'>,<1>) 14:48:25,969 DEBUG [main][Persist] Execution Time = 4 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4ee1e93a" 14:48:25,981 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" was inserted in the datastore and was given strategy value of "1" 14:48:25,981 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:48:25,981 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4ee1e93a" 14:48:26,011 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dba20a1" non enlisted to a transaction is being committed. 14:48:26,012 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dba20a1" closed 14:48:26,012 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@1213f2b [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@2dba20a1, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@398574c8 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@65076fbc] 14:48:26,013 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:48:26,013 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:48:26,014 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:48:26,014 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:48:26,014 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:48:26,015 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@3526a89c" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:48:26,016 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:48:26,016 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:48:27,838 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:48:27,838 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:48:50,877 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 14:48:50,877 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 14:49:05,555 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:49:11,115 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 14:49:11,116 INFO [CryptoCache][CryptoCache] getCryptoCacheEntryExpiryAgeMSec: Property 'cumulus4j.CryptoCache.entryExpiryAge' is not set. Using default value 1800000. 14:49:11,117 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEncryptionKeyEntry (1 left). 14:49:11,118 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyDecrypterEntry (1 left). 14:49:11,119 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheKeyEntry (1 left). 14:49:11,120 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of CryptoCacheCipherEntry (2 left). 14:49:11,120 DEBUG [CryptoCache][CryptoCache] removeExpiredEntries: Removed 0 instances of empty List (2 non-empty lists left). 14:49:21,060 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:49:21,194 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@514869690 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 14:49:21,416 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@514869690 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING keyID=123. 14:49:21,416 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@514869690 for opmode=ENCRYPT, encryptionAlgorithm=AES/GCM/NOPADDING and keyID=123. Initialising it with new IV (without key). 14:49:21,416 ERROR [main][KeyManagerCryptoSession] encrypt: java.lang.NullPointerException java.lang.NullPointerException at org.bouncycastle.crypto.engines.AESEngine.init(Unknown Source) at org.bouncycastle.crypto.modes.GCMBlockCipher.init(Unknown Source) at org.cumulus4j.crypto.internal.symmetric.AEADBlockCipherImpl._init(AEADBlockCipherImpl.java:118) at org.cumulus4j.crypto.AbstractCipher.init(AbstractCipher.java:79) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireCipherEntry(CryptoCache.java:297) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:265) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:237) at org.cumulus4j.store.crypto.keymanager.KeyManagerCryptoSession.encrypt(KeyManagerCryptoSession.java:161) at org.cumulus4j.store.crypto.keymanager.test.DefaultKeyManagerCryptoSessionTest.encryptDecryptWithRandomData(DefaultKeyManagerCryptoSessionTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:49:21,420 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@92bf163, lifecycle=P_NONTRANS] 14:49:21,420 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:49:21,421 DEBUG [main][Cache] Level 1 Cache cleared 14:49:21,421 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@398574c8" closed 14:49:21,582 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:49:21,583 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:49:21,583 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 90.262 sec <<< FAILURE! Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_default 14:49:22,322 WARN [main][MessageBrokerRegistry] setActiveMessageBroker: java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! at org.cumulus4j.store.crypto.keymanager.messagebroker.MessageBrokerRegistry.setActiveMessageBroker(MessageBrokerRegistry.java:117) at org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker.setMockSharedInstance(MockMessageBroker.java:41) at org.cumulus4j.store.crypto.keymanager.test.AbstractKeyManagerCryptoSessionTest.beforeClass(AbstractKeyManagerCryptoSessionTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:49:22,326 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@41ba9f4f 14:49:22,331 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:49:22,332 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:49:22,339 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:49:22,345 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:49:22,347 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:49:22,349 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:49:22,351 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:49:22,357 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:49:22,357 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:49:22,360 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:49:22,391 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:49:22,398 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:49:22,407 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:49:22,421 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:49:22,437 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:49:22,446 DEBUG [main][Persistence] Java types support initialising ... 14:49:22,453 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:49:22,454 DEBUG [main][Persistence] Type converter support initialising ... 14:49:22,454 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:49:22,455 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:49:22,455 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:49:22,455 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:49:22,456 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:49:22,456 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:49:22,456 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:49:22,457 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:49:22,457 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:49:22,457 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:49:22,458 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:49:22,458 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:49:22,458 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:49:22,459 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:49:22,459 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:49:22,459 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:49:22,460 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:49:22,460 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:49:22,460 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:49:22,460 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:49:22,461 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:49:22,461 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:49:22,462 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:49:22,463 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:49:22,464 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:49:22,465 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:49:22,465 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:49:22,466 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:49:22,466 DEBUG [main][Persistence] Type converter support loaded 14:49:22,466 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:49:22,467 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:49:22,467 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:49:22,468 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:49:22,469 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:49:22,469 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:49:22,470 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:49:22,471 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:49:22,472 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:49:22,473 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:49:22,474 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:49:22,474 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:49:22,476 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:49:22,479 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:49:23,367 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:49:23,368 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:49:23,368 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:49:23,371 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:49:23,377 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:49:23,379 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:49:23,380 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:49:23,381 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:49:23,381 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:49:23,382 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:49:23,383 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:49:23,384 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:49:23,385 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:49:23,386 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:49:23,387 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:49:23,388 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:49:23,389 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:49:23,390 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:49:23,391 DEBUG [main][Datastore] Creating StoreManager for datastore 14:49:23,403 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:49:23,404 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:49:23,404 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:49:23,423 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:49:25,237 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:49:34,509 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@1fc4b3e7" opened 14:49:34,519 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:34,520 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:49:34,520 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:49:34,521 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:49:34,521 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:49:34,521 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:34,522 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:34,522 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:49:34,522 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:49:34,523 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:49:34,523 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:49:34,523 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:49:34,523 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:49:34,524 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:49:34,524 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:34,524 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:49:34,525 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:49:34,525 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:49:34,525 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:49:34,526 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:34,526 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:49:34,527 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:49:34,527 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:49:34,527 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:34,527 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:34,528 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:49:34,528 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:34,528 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:34,529 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:49:34,529 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:49:34,529 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:49:34,530 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:49:34,531 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:49:34,531 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:49:34,531 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:49:34,531 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:49:34,532 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:49:34,532 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:49:34,532 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:34,533 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:34,533 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:34,533 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:49:34,533 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:49:34,534 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:34,534 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:34,534 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:34,535 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:49:34,535 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:34,535 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:34,535 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:49:34,536 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:49:34,536 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:34,536 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:34,536 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:34,537 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:49:34,537 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:49:34,537 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:49:34,537 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:49:34,538 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:49:34,538 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:34,538 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:49:34,539 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:34,539 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:34,850 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:49:34,850 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:49:34,861 DEBUG [main][Datastore] ======================= Datastore ========================= 14:49:34,862 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:49:34,862 DEBUG [main][Datastore] Datastore : read-write 14:49:34,862 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:49:34,862 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:49:34,862 DEBUG [main][Datastore] Queries : Timeout=0 14:49:34,862 DEBUG [main][Datastore] =========================================================== 14:49:34,862 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:49:34,862 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:49:34,862 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:49:34,862 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.ojig94qb/derby/cumulus4j;create=true] 14:49:34,863 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.ojig94qb/derby/cumulus4j;create=true] 14:49:34,863 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:49:34,863 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:49:34,863 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:49:34,863 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:49:34,863 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:49:34,863 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:49:34,863 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:49:34,863 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:49:34,864 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:49:34,864 DEBUG [main][Datastore] =========================================================== 14:49:34,913 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@1fc4b3e7" non enlisted to a transaction is being committed. 14:49:34,913 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@1fc4b3e7" closed 14:49:34,913 DEBUG [main][Datastore] StoreManager now created 14:49:34,913 DEBUG [main][Persistence] ================= NucleusContext =============== 14:49:34,914 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:49:34,914 DEBUG [main][Persistence] Persistence API : JDO 14:49:34,914 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:49:34,914 DEBUG [main][Persistence] ClassLoading : datanucleus 14:49:34,914 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:49:34,914 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:49:34,914 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:49:34,914 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:49:34,914 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:49:34,914 DEBUG [main][Persistence] ================================================ 14:49:34,915 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:49:34,915 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:49:34,915 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=084b064b-95e7-48b6-8934-ab82a6c8927e 14:49:34,915 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:49:34,916 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:49:34,916 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@69b51fab" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@723249c4" with txn="org.datanucleus.TransactionImpl@43891d6e" 14:49:34,917 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:49:34,917 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:49:34,917 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:49:34,917 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:49:34,917 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:49:34,917 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:49:34,918 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:49:34,919 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:49:34,919 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:49:34,920 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:49:34,920 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:49:34,920 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:49:34,921 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:49:34,921 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:49:34,921 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:49:34,921 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:49:34,922 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:49:34,922 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:49:34,923 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5666fc18" opened with isolation level "serializable" and auto-commit=false 14:49:34,923 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5666fc18" with isolation "serializable" 14:49:34,994 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:49:34,994 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:49:34,995 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:49:35,069 DEBUG [main][Schema] Execution Time = 74 ms 14:49:35,070 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:49:35,215 DEBUG [main][Schema] Execution Time = 145 ms 14:49:35,256 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5666fc18" 14:49:35,281 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5666fc18" 14:49:35,282 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5666fc18" non enlisted to a transaction is being committed. 14:49:35,282 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5666fc18" closed 14:49:35,282 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:49:35,285 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 14:49:35,286 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:49:35,286 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:49:35,291 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 5 ms 14:49:35,291 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:49:35,292 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@2fdb410 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@69b51fab in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@5e3887f8] 14:49:35,292 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:49:35,293 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5166db1b" opened with isolation level "read-committed" and auto-commit=false 14:49:35,317 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@4dbe4157" 14:49:35,317 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/GCM/NOPADDING'> AND A0.MACALGORITHM = <'NONE'> 14:49:35,319 DEBUG [main][Retrieve] Execution Time = 2 ms 14:49:35,320 DEBUG [main][Query] JDOQL Query : Execution Time = 28 ms 14:49:35,320 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5166db1b" non enlisted to a transaction is being committed. 14:49:35,320 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5166db1b" closed 14:49:35,321 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@2fdb410 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@5166db1b, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@69b51fab in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@5e3887f8] 14:49:35,321 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" 14:49:35,321 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:49:35,323 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" being inserted into table "ENCRYPTIONCOORDINATESET" 14:49:35,323 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4a1b16bd [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@69b51fab in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@5e3887f8] 14:49:35,324 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3871f84d" opened with isolation level "read-committed" and auto-commit=false 14:49:35,344 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@70a5824a" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3871f84d" 14:49:35,344 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'TWOFISH/GCM/NOPADDING'>,<'NONE'>,<1>) 14:49:35,348 DEBUG [main][Persist] Execution Time = 4 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@70a5824a" 14:49:35,357 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" was inserted in the datastore and was given strategy value of "1" 14:49:35,357 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:49:35,358 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@70a5824a" 14:49:35,369 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3871f84d" non enlisted to a transaction is being committed. 14:49:35,370 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3871f84d" closed 14:49:35,370 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4a1b16bd [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3871f84d, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@69b51fab in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@5e3887f8] 14:49:35,371 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:49:35,371 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:49:35,371 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:49:35,372 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:49:35,372 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:49:35,373 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@32ffe6b5" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:49:35,373 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:49:35,373 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:49:39,811 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:49:39,947 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1689221220 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 14:49:39,950 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1689221220 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 14:49:39,950 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 14:49:39,952 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1007231200 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 14:49:39,955 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1007231200 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 14:49:39,955 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@63dd1ef3, lifecycle=P_NONTRANS] 14:49:39,956 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:49:39,956 DEBUG [main][Cache] Level 1 Cache cleared 14:49:39,956 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@69b51fab" closed 14:49:40,089 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:49:40,090 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:49:40,090 DEBUG [main][Cache] Level 2 Cache cleared 14:49:41,113 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:49:41,113 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:49:41,120 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:49:41,125 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:49:41,127 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:49:41,129 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:49:41,131 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:49:41,137 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:49:41,137 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:49:41,141 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:49:41,163 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:49:41,170 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:49:41,180 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:49:41,191 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:49:41,206 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:49:41,215 DEBUG [main][Persistence] Java types support initialising ... 14:49:41,224 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:49:41,225 DEBUG [main][Persistence] Type converter support initialising ... 14:49:41,226 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:49:41,227 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:49:41,227 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:49:41,228 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:49:41,228 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:49:41,229 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:49:41,229 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:49:41,230 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:49:41,230 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:49:41,231 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:49:41,232 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:49:41,232 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:49:41,233 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:49:41,234 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:49:41,234 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:49:41,235 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:49:41,235 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:49:41,236 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:49:41,236 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:49:41,237 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:49:41,237 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:49:41,238 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:49:41,239 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:49:41,241 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:49:41,243 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:49:41,244 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:49:41,245 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:49:41,246 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:49:41,246 DEBUG [main][Persistence] Type converter support loaded 14:49:41,247 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:49:41,247 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:49:41,247 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:49:41,249 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:49:41,251 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:49:41,252 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:49:41,253 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:49:41,255 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:49:41,256 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:49:41,258 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:49:41,259 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:49:41,261 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:49:41,263 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:49:41,269 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:49:41,914 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:49:41,915 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:49:41,916 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:49:41,919 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:49:41,952 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:49:41,953 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:49:41,954 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:49:41,955 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:49:41,956 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:49:41,957 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:49:41,958 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:49:41,959 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:49:41,960 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:49:41,961 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:49:41,963 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:49:41,964 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:49:41,965 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:49:41,965 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:49:41,966 DEBUG [main][Datastore] Creating StoreManager for datastore 14:49:41,978 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:49:41,979 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:49:41,979 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:49:41,996 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:49:52,627 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@9c7f429" opened 14:49:52,637 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:52,637 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:49:52,637 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:49:52,638 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:49:52,638 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:49:52,638 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:52,639 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:52,639 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:49:52,639 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:49:52,640 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:49:52,640 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:49:52,640 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:49:52,640 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:49:52,641 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:49:52,641 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:52,641 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:49:52,642 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:49:52,642 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:49:52,643 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:49:52,643 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:52,643 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:49:52,644 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:49:52,644 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:49:52,644 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:52,644 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:52,645 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:49:52,645 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:52,645 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:52,646 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:49:52,646 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:49:52,646 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:49:52,647 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:49:52,648 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:49:52,648 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:49:52,648 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:49:52,649 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:49:52,649 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:49:52,649 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:49:52,649 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:52,650 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:52,650 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:52,650 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:49:52,651 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:49:52,651 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:52,651 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:52,651 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:52,652 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:49:52,652 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:52,652 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:52,652 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:49:52,653 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:49:52,653 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:52,653 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:52,653 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:49:52,654 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:49:52,654 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:49:52,654 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:49:52,654 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:49:52,655 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:49:52,655 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:49:52,655 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:49:52,655 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:49:52,656 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:49:52,882 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:49:52,883 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:49:52,894 DEBUG [main][Datastore] ======================= Datastore ========================= 14:49:52,894 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:49:52,894 DEBUG [main][Datastore] Datastore : read-write 14:49:52,894 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:49:52,895 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:49:52,895 DEBUG [main][Datastore] Queries : Timeout=0 14:49:52,895 DEBUG [main][Datastore] =========================================================== 14:49:52,895 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:49:52,895 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:49:52,895 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:49:52,895 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.airel7cd/derby/cumulus4j;create=true] 14:49:52,896 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.airel7cd/derby/cumulus4j;create=true] 14:49:52,896 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:49:52,896 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:49:52,896 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:49:52,896 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:49:52,896 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:49:52,897 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:49:52,897 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:49:52,897 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:49:52,897 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:49:52,897 DEBUG [main][Datastore] =========================================================== 14:49:52,947 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@9c7f429" non enlisted to a transaction is being committed. 14:49:52,948 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@9c7f429" closed 14:49:52,948 DEBUG [main][Datastore] StoreManager now created 14:49:52,948 DEBUG [main][Persistence] ================= NucleusContext =============== 14:49:52,949 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:49:52,949 DEBUG [main][Persistence] Persistence API : JDO 14:49:52,949 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:49:52,949 DEBUG [main][Persistence] ClassLoading : datanucleus 14:49:52,949 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:49:52,949 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:49:52,950 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:49:52,950 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:49:52,950 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:49:52,950 DEBUG [main][Persistence] ================================================ 14:49:52,950 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:49:52,951 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:49:52,951 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=e1a714de-57ea-4c5b-a8d7-ce59d113503a 14:49:52,952 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:49:52,952 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:49:52,953 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@21007989" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@262b224c" with txn="org.datanucleus.TransactionImpl@59d8bf27" 14:49:52,953 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:49:53,054 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:49:53,054 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:49:53,054 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:49:53,055 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:49:53,055 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:49:53,055 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:49:53,056 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:49:53,056 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:49:53,057 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:49:53,057 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:49:53,057 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:49:53,058 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:49:53,058 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:49:53,058 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:49:53,058 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:49:53,059 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:49:53,059 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:49:53,059 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@78c5fc21" opened with isolation level "serializable" and auto-commit=false 14:49:53,059 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@78c5fc21" with isolation "serializable" 14:49:53,128 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:49:53,129 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:49:53,129 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:49:53,210 DEBUG [main][Schema] Execution Time = 81 ms 14:49:53,210 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:49:53,398 DEBUG [main][Schema] Execution Time = 188 ms 14:49:53,444 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@78c5fc21" 14:49:53,465 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@78c5fc21" 14:49:53,465 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@78c5fc21" non enlisted to a transaction is being committed. 14:49:53,466 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@78c5fc21" closed 14:49:53,466 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:49:53,469 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 14:49:53,469 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:49:53,470 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:49:53,474 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 4 ms 14:49:53,475 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:49:53,479 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@36bc4735 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@21007989 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2e704a6] 14:49:53,480 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:49:53,481 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@ce22fc7" opened with isolation level "read-committed" and auto-commit=false 14:49:53,504 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@114e4582" 14:49:53,505 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/GCM/NOPADDING'> AND A0.MACALGORITHM = <'NONE'> 14:49:53,507 DEBUG [main][Retrieve] Execution Time = 2 ms 14:49:53,508 DEBUG [main][Query] JDOQL Query : Execution Time = 28 ms 14:49:53,508 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@ce22fc7" non enlisted to a transaction is being committed. 14:49:53,508 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@ce22fc7" closed 14:49:53,508 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@36bc4735 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@ce22fc7, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@21007989 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2e704a6] 14:49:53,509 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" 14:49:53,509 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:49:53,511 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" being inserted into table "ENCRYPTIONCOORDINATESET" 14:49:53,511 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3f0dcc99 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@21007989 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2e704a6] 14:49:53,512 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@22f37126" opened with isolation level "read-committed" and auto-commit=false 14:49:53,530 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@7315e196" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@22f37126" 14:49:53,531 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'TWOFISH/GCM/NOPADDING'>,<'NONE'>,<1>) 14:49:53,534 DEBUG [main][Persist] Execution Time = 4 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@7315e196" 14:49:53,543 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" was inserted in the datastore and was given strategy value of "1" 14:49:53,543 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:49:53,543 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@7315e196" 14:49:53,553 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@22f37126" non enlisted to a transaction is being committed. 14:49:53,553 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@22f37126" closed 14:49:53,554 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3f0dcc99 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@22f37126, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@21007989 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2e704a6] 14:49:53,554 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:49:53,554 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:49:53,555 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:49:53,555 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:49:53,556 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:49:53,556 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@76b3eddb" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:49:53,557 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:49:53,557 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:50:05,555 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:50:05,556 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:50:06,875 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:50:07,011 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1166107882 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with key and IV. 14:50:07,039 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1166107882 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING keyID=123. 14:50:07,040 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@1166107882 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/GCM/NOPADDING and keyID=123. Initialising it with new IV (without key). 14:50:07,040 ERROR [main][KeyManagerCryptoSession] encrypt: java.lang.NullPointerException java.lang.NullPointerException at org.bouncycastle.crypto.engines.TwofishEngine.init(Unknown Source) at org.bouncycastle.crypto.modes.GCMBlockCipher.init(Unknown Source) at org.cumulus4j.crypto.internal.symmetric.AEADBlockCipherImpl._init(AEADBlockCipherImpl.java:118) at org.cumulus4j.crypto.AbstractCipher.init(AbstractCipher.java:79) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireCipherEntry(CryptoCache.java:297) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:265) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:237) at org.cumulus4j.store.crypto.keymanager.KeyManagerCryptoSession.encrypt(KeyManagerCryptoSession.java:161) at org.cumulus4j.store.crypto.keymanager.test.DefaultKeyManagerCryptoSessionTest.encryptDecryptWithRandomData(DefaultKeyManagerCryptoSessionTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:50:07,042 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@4361a2e6, lifecycle=P_NONTRANS] 14:50:07,042 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:50:07,042 DEBUG [main][Cache] Level 1 Cache cleared 14:50:07,042 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@21007989" closed 14:50:07,197 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:50:07,198 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:50:07,198 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 45.797 sec <<< FAILURE! Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_Twofish_CBC_PKCS5Padding_RC2 14:50:08,129 WARN [main][MessageBrokerRegistry] setActiveMessageBroker: java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! at org.cumulus4j.store.crypto.keymanager.messagebroker.MessageBrokerRegistry.setActiveMessageBroker(MessageBrokerRegistry.java:117) at org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker.setMockSharedInstance(MockMessageBroker.java:41) at org.cumulus4j.store.crypto.keymanager.test.AbstractKeyManagerCryptoSessionTest.beforeClass(AbstractKeyManagerCryptoSessionTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:50:08,131 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@3848110b 14:50:08,136 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:50:08,136 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:50:08,143 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:50:08,147 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:50:08,150 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:50:08,151 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:50:08,153 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:50:08,157 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:50:08,158 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:50:08,161 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:50:08,177 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:50:08,183 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:50:08,189 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:50:08,197 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:50:08,212 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:50:08,219 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 14:50:08,219 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 14:50:08,220 DEBUG [main][Persistence] Java types support initialising ... 14:50:08,228 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:50:08,229 DEBUG [main][Persistence] Type converter support initialising ... 14:50:08,229 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:50:08,230 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:50:08,230 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:50:08,230 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:50:08,231 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:50:08,231 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:50:08,231 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:50:08,231 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:50:08,232 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:50:08,232 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:50:08,232 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:50:08,232 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:50:08,233 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:50:08,233 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:50:08,233 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:50:08,233 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:50:08,234 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:50:08,234 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:50:08,234 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:50:08,235 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:50:08,235 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:50:08,235 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:50:08,236 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:50:08,237 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:50:08,238 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:50:08,239 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:50:08,240 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:50:08,240 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:50:08,240 DEBUG [main][Persistence] Type converter support loaded 14:50:08,241 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:50:08,241 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:50:08,241 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:50:08,243 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:50:08,244 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:50:08,245 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:50:08,246 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:50:08,247 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:50:08,248 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:50:08,249 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:50:08,249 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:50:08,250 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:50:08,252 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:50:08,257 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:50:09,111 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:50:09,112 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:50:09,113 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:50:09,116 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:50:09,122 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:50:09,124 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:50:09,125 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:50:09,127 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:50:09,128 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:50:09,129 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:50:09,130 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:50:09,131 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:50:09,132 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:50:09,133 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:50:09,135 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:50:09,136 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:50:09,137 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:50:09,137 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:50:09,138 DEBUG [main][Datastore] Creating StoreManager for datastore 14:50:09,150 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:50:09,151 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:50:09,151 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:50:09,168 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:50:11,115 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 14:50:11,116 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 14:50:19,612 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4652a2dd" opened 14:50:19,621 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:19,622 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:50:19,622 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:50:19,623 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:50:19,624 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:50:19,624 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:19,625 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:19,625 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:50:19,626 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:50:19,626 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:50:19,627 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:50:19,627 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:50:19,628 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:50:19,628 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:50:19,629 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:19,629 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:50:19,630 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:50:19,630 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:50:19,630 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:50:19,631 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:19,631 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:50:19,631 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:50:19,632 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:50:19,632 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:19,632 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:19,633 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:50:19,633 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:19,633 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:19,633 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:50:19,634 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:50:19,634 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:50:19,635 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:50:19,635 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:50:19,636 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:50:19,636 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:50:19,636 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:50:19,637 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:50:19,637 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:50:19,637 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:19,637 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:19,638 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:19,638 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:50:19,638 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:50:19,638 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:19,639 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:19,639 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:19,639 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:50:19,639 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:19,640 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:19,640 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:50:19,640 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:50:19,640 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:19,641 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:19,641 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:19,641 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:50:19,641 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:50:19,642 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:50:19,642 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:50:19,642 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:50:19,643 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:19,643 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:50:19,643 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:19,643 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:19,846 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:50:19,846 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:50:19,856 DEBUG [main][Datastore] ======================= Datastore ========================= 14:50:19,856 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:50:19,856 DEBUG [main][Datastore] Datastore : read-write 14:50:19,857 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:50:19,857 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:50:19,857 DEBUG [main][Datastore] Queries : Timeout=0 14:50:19,857 DEBUG [main][Datastore] =========================================================== 14:50:19,857 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:50:19,857 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:50:19,857 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:50:19,857 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.g71mw2ng/derby/cumulus4j;create=true] 14:50:19,857 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.g71mw2ng/derby/cumulus4j;create=true] 14:50:19,857 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:50:19,858 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:50:19,858 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:50:19,858 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:50:19,858 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:50:19,858 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:50:19,858 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:50:19,858 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:50:19,858 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:50:19,858 DEBUG [main][Datastore] =========================================================== 14:50:19,910 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4652a2dd" non enlisted to a transaction is being committed. 14:50:19,910 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4652a2dd" closed 14:50:19,910 DEBUG [main][Datastore] StoreManager now created 14:50:19,911 DEBUG [main][Persistence] ================= NucleusContext =============== 14:50:19,911 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:50:19,911 DEBUG [main][Persistence] Persistence API : JDO 14:50:19,911 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:50:19,911 DEBUG [main][Persistence] ClassLoading : datanucleus 14:50:19,911 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:50:19,911 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:50:19,911 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:50:19,911 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:50:19,911 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:50:19,912 DEBUG [main][Persistence] ================================================ 14:50:19,912 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:50:19,912 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:50:19,912 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=7ddc3e14-1580-4f22-886f-fc763a3e4f12 14:50:19,912 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:50:19,913 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:50:19,913 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@3d921f18" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@4437803c" with txn="org.datanucleus.TransactionImpl@17c40621" 14:50:19,914 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:50:19,914 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:50:19,914 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'RC2'. Using this MAC algorithm. 14:50:19,914 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:50:19,914 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:50:19,915 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:50:19,915 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:50:19,916 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:50:19,916 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:50:19,917 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:50:19,917 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:50:19,917 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:50:19,917 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:50:19,918 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:50:19,918 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:50:19,919 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:50:19,919 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:50:19,919 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:50:19,919 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@c422f73" opened with isolation level "serializable" and auto-commit=false 14:50:19,920 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@c422f73" with isolation "serializable" 14:50:19,986 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:50:19,986 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:50:19,987 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:50:20,077 DEBUG [main][Schema] Execution Time = 90 ms 14:50:20,077 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:50:20,251 DEBUG [main][Schema] Execution Time = 174 ms 14:50:20,288 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@c422f73" 14:50:20,312 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@c422f73" 14:50:20,312 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@c422f73" non enlisted to a transaction is being committed. 14:50:20,313 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@c422f73" closed 14:50:20,313 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:50:20,316 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 14:50:20,316 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:50:20,317 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:50:20,321 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 5 ms 14:50:20,321 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:50:20,322 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@54ab1e31 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3d921f18 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2e4b4e64] 14:50:20,322 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:50:20,323 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@52079efa" opened with isolation level "read-committed" and auto-commit=false 14:50:20,345 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@259aeb84" 14:50:20,346 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CBC/PKCS5PADDING'> AND A0.MACALGORITHM = <'RC2'> 14:50:20,347 DEBUG [main][Retrieve] Execution Time = 1 ms 14:50:20,348 DEBUG [main][Query] JDOQL Query : Execution Time = 26 ms 14:50:20,348 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@52079efa" non enlisted to a transaction is being committed. 14:50:20,349 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@52079efa" closed 14:50:20,349 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@54ab1e31 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@52079efa, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3d921f18 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2e4b4e64] 14:50:20,349 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" 14:50:20,349 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:50:20,351 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" being inserted into table "ENCRYPTIONCOORDINATESET" 14:50:20,351 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@6e5479cb [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3d921f18 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2e4b4e64] 14:50:20,352 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6c083703" opened with isolation level "read-committed" and auto-commit=false 14:50:20,369 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@1afd1d6a" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6c083703" 14:50:20,370 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'TWOFISH/CBC/PKCS5PADDING'>,<'RC2'>,<1>) 14:50:20,373 DEBUG [main][Persist] Execution Time = 3 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@1afd1d6a" 14:50:20,382 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" was inserted in the datastore and was given strategy value of "1" 14:50:20,382 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:50:20,383 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@1afd1d6a" 14:50:20,393 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6c083703" non enlisted to a transaction is being committed. 14:50:20,394 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6c083703" closed 14:50:20,394 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@6e5479cb [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6c083703, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3d921f18 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@2e4b4e64] 14:50:20,394 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:50:20,395 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:50:20,395 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:50:20,396 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:50:20,396 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:50:20,397 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@22987efe" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:50:20,397 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:50:20,397 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:50:21,060 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 14:50:21,060 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 14:50:25,237 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:50:25,237 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:50:28,373 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:50:28,508 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1952419521 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 14:50:28,514 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1952419521 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 14:50:28,514 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 14:50:28,516 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1480131429 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 14:50:28,518 DEBUG [main][KeyManagerCryptoSession] decrypt: precalculated output-size does not match actually written output: expected=96 actual=84 14:50:28,518 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1480131429 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 14:50:28,519 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@257ded07, lifecycle=P_NONTRANS] 14:50:28,519 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:50:28,519 DEBUG [main][Cache] Level 1 Cache cleared 14:50:28,519 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@3d921f18" closed 14:50:28,668 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:50:28,668 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:50:28,668 DEBUG [main][Cache] Level 2 Cache cleared 14:50:29,463 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:50:29,463 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:50:29,470 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:50:29,475 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:50:29,478 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:50:29,479 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:50:29,481 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:50:29,486 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:50:29,486 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:50:29,489 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:50:29,504 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:50:29,511 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:50:29,517 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:50:29,525 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:50:29,539 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:50:29,546 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 14:50:29,547 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 14:50:29,548 DEBUG [main][Persistence] Java types support initialising ... 14:50:29,557 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:50:29,557 DEBUG [main][Persistence] Type converter support initialising ... 14:50:29,557 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:50:29,558 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:50:29,558 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:50:29,558 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:50:29,558 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:50:29,559 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:50:29,559 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:50:29,559 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:50:29,560 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:50:29,560 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:50:29,560 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:50:29,560 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:50:29,561 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:50:29,561 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:50:29,561 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:50:29,561 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:50:29,562 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:50:29,562 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:50:29,562 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:50:29,563 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:50:29,563 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:50:29,563 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:50:29,564 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:50:29,565 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:50:29,566 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:50:29,568 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:50:29,568 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:50:29,568 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:50:29,568 DEBUG [main][Persistence] Type converter support loaded 14:50:29,569 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:50:29,569 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:50:29,569 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:50:29,572 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:50:29,573 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:50:29,574 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:50:29,575 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:50:29,576 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:50:29,577 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:50:29,578 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:50:29,579 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:50:29,580 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:50:29,581 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:50:29,587 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:50:30,475 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:50:30,477 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:50:30,477 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:50:30,504 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:50:30,510 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:50:30,512 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:50:30,513 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:50:30,513 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:50:30,515 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:50:30,516 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:50:30,517 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:50:30,518 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:50:30,519 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:50:30,520 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:50:30,521 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:50:30,522 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:50:30,523 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:50:30,523 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:50:30,524 DEBUG [main][Datastore] Creating StoreManager for datastore 14:50:30,536 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:50:30,537 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:50:30,538 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:50:30,553 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:50:34,916 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:50:34,917 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:50:39,811 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 14:50:39,811 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 14:50:41,994 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3e6bb568" opened 14:50:42,003 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:42,004 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:50:42,004 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:50:42,005 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:50:42,005 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:50:42,005 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:42,006 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:42,006 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:50:42,006 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:50:42,007 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:50:42,007 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:50:42,007 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:50:42,008 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:50:42,008 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:50:42,008 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:42,008 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:50:42,009 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:50:42,009 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:50:42,010 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:50:42,010 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:42,010 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:50:42,011 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:50:42,011 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:50:42,011 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:42,012 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:42,012 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:50:42,012 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:42,013 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:42,013 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:50:42,013 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:50:42,013 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:50:42,014 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:50:42,015 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:50:42,015 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:50:42,015 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:50:42,016 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:50:42,016 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:50:42,016 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:50:42,017 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:42,017 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:42,017 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:42,018 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:50:42,018 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:50:42,018 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:42,018 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:42,019 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:42,019 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:50:42,019 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:42,019 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:42,020 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:50:42,020 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:50:42,020 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:42,020 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:42,021 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:50:42,021 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:50:42,022 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:50:42,022 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:50:42,022 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:50:42,023 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:50:42,023 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:50:42,023 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:50:42,024 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:50:42,024 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:50:42,355 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:50:42,355 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:50:42,376 DEBUG [main][Datastore] ======================= Datastore ========================= 14:50:42,376 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:50:42,377 DEBUG [main][Datastore] Datastore : read-write 14:50:42,377 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:50:42,377 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:50:42,377 DEBUG [main][Datastore] Queries : Timeout=0 14:50:42,377 DEBUG [main][Datastore] =========================================================== 14:50:42,377 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:50:42,377 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:50:42,378 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:50:42,378 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.ohwj8hzt/derby/cumulus4j;create=true] 14:50:42,378 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.ohwj8hzt/derby/cumulus4j;create=true] 14:50:42,378 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:50:42,378 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:50:42,379 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:50:42,379 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:50:42,379 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:50:42,379 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:50:42,379 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:50:42,379 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:50:42,380 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:50:42,380 DEBUG [main][Datastore] =========================================================== 14:50:42,436 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3e6bb568" non enlisted to a transaction is being committed. 14:50:42,437 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@3e6bb568" closed 14:50:42,437 DEBUG [main][Datastore] StoreManager now created 14:50:42,437 DEBUG [main][Persistence] ================= NucleusContext =============== 14:50:42,437 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:50:42,437 DEBUG [main][Persistence] Persistence API : JDO 14:50:42,437 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:50:42,437 DEBUG [main][Persistence] ClassLoading : datanucleus 14:50:42,437 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:50:42,437 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:50:42,437 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:50:42,438 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:50:42,438 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:50:42,438 DEBUG [main][Persistence] ================================================ 14:50:42,438 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:50:42,438 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:50:42,438 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=7f85c043-c5a7-4fc5-b7c6-15146d351e95 14:50:42,438 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:50:42,439 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:50:42,439 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@3982b57d" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@34593f0a" with txn="org.datanucleus.TransactionImpl@4f39c45f" 14:50:42,440 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:50:42,533 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CBC/PKCS5Padding'. Using this encryption algorithm. 14:50:42,542 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'RC2'. Using this MAC algorithm. 14:50:42,543 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:50:42,543 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:50:42,544 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:50:42,544 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:50:42,545 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:50:42,546 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:50:42,547 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:50:42,547 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:50:42,548 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:50:42,548 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:50:42,549 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:50:42,549 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:50:42,549 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:50:42,551 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:50:42,554 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:50:42,555 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6772a6b0" opened with isolation level "serializable" and auto-commit=false 14:50:42,555 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6772a6b0" with isolation "serializable" 14:50:42,622 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:50:42,622 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:50:42,623 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:50:42,709 DEBUG [main][Schema] Execution Time = 86 ms 14:50:42,709 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:50:42,854 DEBUG [main][Schema] Execution Time = 145 ms 14:50:42,891 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6772a6b0" 14:50:42,916 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6772a6b0" 14:50:42,916 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6772a6b0" non enlisted to a transaction is being committed. 14:50:42,917 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6772a6b0" closed 14:50:42,917 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:50:42,920 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 14:50:42,920 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:50:42,921 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:50:42,927 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 7 ms 14:50:42,927 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:50:42,928 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@41e598aa [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3982b57d in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4889e2b2] 14:50:42,928 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:50:42,929 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@54823952" opened with isolation level "read-committed" and auto-commit=false 14:50:42,950 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@1995e0a5" 14:50:42,950 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CBC/PKCS5PADDING'> AND A0.MACALGORITHM = <'RC2'> 14:50:42,952 DEBUG [main][Retrieve] Execution Time = 2 ms 14:50:42,953 DEBUG [main][Query] JDOQL Query : Execution Time = 25 ms 14:50:42,953 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@54823952" non enlisted to a transaction is being committed. 14:50:42,953 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@54823952" closed 14:50:42,954 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@41e598aa [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@54823952, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3982b57d in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4889e2b2] 14:50:42,954 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" 14:50:42,954 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:50:42,956 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" being inserted into table "ENCRYPTIONCOORDINATESET" 14:50:42,956 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@6c42672c [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3982b57d in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4889e2b2] 14:50:42,957 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7b83b13a" opened with isolation level "read-committed" and auto-commit=false 14:50:42,973 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@3e35455e" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7b83b13a" 14:50:42,974 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (MACALGORITHM,CIPHERTRANSFORMATION,VERSION) VALUES (<'RC2'>,<'TWOFISH/CBC/PKCS5PADDING'>,<1>) 14:50:42,978 DEBUG [main][Persist] Execution Time = 4 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@3e35455e" 14:50:42,987 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" was inserted in the datastore and was given strategy value of "1" 14:50:42,987 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:50:42,987 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@3e35455e" 14:50:42,997 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7b83b13a" non enlisted to a transaction is being committed. 14:50:42,998 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7b83b13a" closed 14:50:42,998 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@6c42672c [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7b83b13a, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@3982b57d in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4889e2b2] 14:50:42,998 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:50:42,999 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:50:42,999 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:50:43,000 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:50:43,000 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:50:43,001 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@6778921b" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:50:43,001 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:50:43,001 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:50:52,951 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:50:52,952 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:50:57,274 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:50:57,409 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@2083497729 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with key and IV. 14:50:57,500 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@2083497729 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING keyID=123. 14:50:57,501 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@2083497729 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CBC/PKCS5PADDING and keyID=123. Initialising it with new IV (without key). 14:50:57,503 ERROR [main][KeyManagerCryptoSession] encrypt: java.lang.NullPointerException java.lang.NullPointerException at org.bouncycastle.crypto.engines.TwofishEngine.init(Unknown Source) at org.bouncycastle.crypto.modes.CBCBlockCipher.init(Unknown Source) at org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher.init(Unknown Source) at org.cumulus4j.crypto.internal.symmetric.BufferedBlockCipherImpl._init(BufferedBlockCipherImpl.java:50) at org.cumulus4j.crypto.AbstractCipher.init(AbstractCipher.java:79) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireCipherEntry(CryptoCache.java:297) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:265) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:237) at org.cumulus4j.store.crypto.keymanager.KeyManagerCryptoSession.encrypt(KeyManagerCryptoSession.java:161) at org.cumulus4j.store.crypto.keymanager.test.DefaultKeyManagerCryptoSessionTest.encryptDecryptWithRandomData(DefaultKeyManagerCryptoSessionTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:50:57,505 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@28496bc5, lifecycle=P_NONTRANS] 14:50:57,505 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:50:57,506 DEBUG [main][Cache] Level 1 Cache cleared 14:50:57,506 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@3982b57d" closed 14:50:57,676 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:50:57,677 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:50:57,678 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 50.428 sec <<< FAILURE! Running org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_Twofish_CFB_NoPadding_HMACSHA256 14:50:58,566 WARN [main][MessageBrokerRegistry] setActiveMessageBroker: java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! java.lang.IllegalStateException: An active MessageBroker already exists! Changing the active MessageBroker now is highly discouraged as it may cause errors! at org.cumulus4j.store.crypto.keymanager.messagebroker.MessageBrokerRegistry.setActiveMessageBroker(MessageBrokerRegistry.java:117) at org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker.setMockSharedInstance(MockMessageBroker.java:41) at org.cumulus4j.store.crypto.keymanager.test.AbstractKeyManagerCryptoSessionTest.beforeClass(AbstractKeyManagerCryptoSessionTest.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:27) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:50:58,568 INFO [main][MessageBrokerRegistry] setActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.test.MockMessageBroker@91d1bc6 14:50:58,573 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:50:58,573 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:50:58,580 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:50:58,584 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:50:58,586 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:50:58,587 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:50:58,589 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:50:58,593 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:50:58,594 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:50:58,596 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:50:58,611 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:50:58,617 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:50:58,623 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:50:58,631 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:50:58,645 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:50:58,651 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 14:50:58,652 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 14:50:58,652 DEBUG [main][Persistence] Java types support initialising ... 14:50:58,661 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:50:58,661 DEBUG [main][Persistence] Type converter support initialising ... 14:50:58,661 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:50:58,662 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:50:58,662 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:50:58,662 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:50:58,662 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:50:58,662 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:50:58,662 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:50:58,662 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:50:58,663 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:50:58,663 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:50:58,663 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:50:58,663 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:50:58,663 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:50:58,663 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:50:58,663 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:50:58,664 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:50:58,664 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:50:58,664 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:50:58,664 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:50:58,664 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:50:58,665 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:50:58,665 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:50:58,665 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:50:58,666 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:50:58,667 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:50:58,667 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:50:58,668 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:50:58,668 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:50:58,668 DEBUG [main][Persistence] Type converter support loaded 14:50:58,668 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:50:58,668 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:50:58,668 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:50:58,669 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:50:58,670 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:50:58,670 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:50:58,671 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:50:58,671 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:50:58,672 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:50:58,672 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:50:58,673 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:50:58,673 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:50:58,674 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:50:58,677 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:50:59,523 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:50:59,525 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:50:59,525 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:50:59,528 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:50:59,534 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:50:59,536 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:50:59,537 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:50:59,538 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:50:59,539 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:50:59,540 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:50:59,541 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:50:59,542 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:50:59,543 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:50:59,543 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:50:59,544 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:50:59,545 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:50:59,546 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:50:59,547 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:50:59,548 DEBUG [main][Datastore] Creating StoreManager for datastore 14:50:59,559 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:50:59,559 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:50:59,560 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:50:59,569 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:51:06,875 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 14:51:06,876 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 14:51:09,822 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@aa713a5" opened 14:51:09,831 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:09,831 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:51:09,831 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:51:09,832 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:51:09,832 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:51:09,833 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:09,833 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:09,833 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:51:09,834 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:51:09,834 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:51:09,834 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:51:09,835 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:51:09,835 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:51:09,835 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:51:09,835 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:09,836 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:51:09,836 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:51:09,836 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:51:09,837 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:51:09,837 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:09,837 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:51:09,838 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:51:09,838 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:51:09,838 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:09,839 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:09,839 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:51:09,839 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:09,840 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:09,840 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:51:09,840 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:51:09,841 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:51:09,841 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:51:09,842 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:51:09,842 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:51:09,842 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:51:09,843 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:51:09,843 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:51:09,843 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:51:09,844 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:09,844 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:09,844 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:09,844 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:51:09,845 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:51:09,845 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:09,845 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:09,845 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:09,846 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:51:09,846 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:09,846 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:09,846 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:51:09,847 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:51:09,847 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:09,847 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:09,847 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:09,848 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:51:09,848 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:51:09,848 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:51:09,848 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:51:09,849 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:51:09,849 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:09,849 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:51:09,849 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:09,850 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:10,053 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:51:10,053 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:51:10,062 DEBUG [main][Datastore] ======================= Datastore ========================= 14:51:10,063 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:51:10,063 DEBUG [main][Datastore] Datastore : read-write 14:51:10,063 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:51:10,063 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:51:10,063 DEBUG [main][Datastore] Queries : Timeout=0 14:51:10,063 DEBUG [main][Datastore] =========================================================== 14:51:10,063 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:51:10,063 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:51:10,063 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:51:10,064 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.7t91pz98/derby/cumulus4j;create=true] 14:51:10,064 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.7t91pz98/derby/cumulus4j;create=true] 14:51:10,064 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:51:10,064 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:51:10,064 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:51:10,064 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:51:10,064 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:51:10,064 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:51:10,064 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:51:10,064 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:51:10,064 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:51:10,064 DEBUG [main][Datastore] =========================================================== 14:51:10,122 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@aa713a5" non enlisted to a transaction is being committed. 14:51:10,122 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@aa713a5" closed 14:51:10,122 DEBUG [main][Datastore] StoreManager now created 14:51:10,122 DEBUG [main][Persistence] ================= NucleusContext =============== 14:51:10,122 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:51:10,122 DEBUG [main][Persistence] Persistence API : JDO 14:51:10,122 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:51:10,123 DEBUG [main][Persistence] ClassLoading : datanucleus 14:51:10,123 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:51:10,123 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:51:10,123 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:51:10,123 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:51:10,123 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:51:10,123 DEBUG [main][Persistence] ================================================ 14:51:10,123 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:51:10,124 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:51:10,124 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=1bd85af8-fc67-40be-abdf-59cdbe9bb3a1 14:51:10,124 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:51:10,124 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:51:10,125 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@619130e2" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@3207779" with txn="org.datanucleus.TransactionImpl@4883aa89" 14:51:10,125 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:51:10,125 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:51:10,125 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'HMAC-SHA256'. Using this MAC algorithm. 14:51:10,126 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:51:10,126 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:51:10,126 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:51:10,126 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:51:10,127 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:51:10,128 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:51:10,128 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:51:10,129 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:51:10,129 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:51:10,129 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:51:10,130 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:51:10,130 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:51:10,130 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:51:10,131 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:51:10,131 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:51:10,132 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d9d54e9" opened with isolation level "serializable" and auto-commit=false 14:51:10,132 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d9d54e9" with isolation "serializable" 14:51:10,192 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:51:10,192 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:51:10,192 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:51:10,283 DEBUG [main][Schema] Execution Time = 90 ms 14:51:10,283 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:51:10,459 DEBUG [main][Schema] Execution Time = 176 ms 14:51:10,494 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d9d54e9" 14:51:10,516 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d9d54e9" 14:51:10,517 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d9d54e9" non enlisted to a transaction is being committed. 14:51:10,518 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@6d9d54e9" closed 14:51:10,518 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:51:10,521 DEBUG [main][Query] JDOQL Query : Compile Time = 3 ms 14:51:10,522 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:51:10,522 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:51:10,526 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 4 ms 14:51:10,527 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:51:10,527 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@63431b29 [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@619130e2 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4aac53a8] 14:51:10,528 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:51:10,528 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@77a860e4" opened with isolation level "read-committed" and auto-commit=false 14:51:10,549 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@1d10926a" 14:51:10,549 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CFB/NOPADDING'> AND A0.MACALGORITHM = <'HMAC-SHA256'> 14:51:10,551 DEBUG [main][Retrieve] Execution Time = 2 ms 14:51:10,552 DEBUG [main][Query] JDOQL Query : Execution Time = 25 ms 14:51:10,552 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@77a860e4" non enlisted to a transaction is being committed. 14:51:10,552 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@77a860e4" closed 14:51:10,552 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@63431b29 [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@77a860e4, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@619130e2 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4aac53a8] 14:51:10,553 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" 14:51:10,553 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:51:10,555 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" being inserted into table "ENCRYPTIONCOORDINATESET" 14:51:10,555 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4527769a [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@619130e2 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4aac53a8] 14:51:10,556 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@21db9bee" opened with isolation level "read-committed" and auto-commit=false 14:51:10,572 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2d585836" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@21db9bee" 14:51:10,573 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (MACALGORITHM,CIPHERTRANSFORMATION,VERSION) VALUES (<'HMAC-SHA256'>,<'TWOFISH/CFB/NOPADDING'>,<1>) 14:51:10,576 DEBUG [main][Persist] Execution Time = 3 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2d585836" 14:51:10,584 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" was inserted in the datastore and was given strategy value of "1" 14:51:10,585 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:51:10,585 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@2d585836" 14:51:10,593 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@21db9bee" non enlisted to a transaction is being committed. 14:51:10,594 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@21db9bee" closed 14:51:10,594 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@4527769a [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@21db9bee, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@619130e2 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@4aac53a8] 14:51:10,595 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:51:10,595 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:51:10,595 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:51:10,596 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:51:10,596 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:51:10,597 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@146081dc" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:51:10,597 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:51:10,597 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:51:18,404 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:51:18,539 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1341824576 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with key and IV. 14:51:18,545 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1341824576 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 14:51:18,545 TRACE [main][CryptoCache] getKeyData: Found cached key with keyID=123. 14:51:18,546 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@1180978763 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with key and IV. 14:51:18,549 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@1180978763 for opmode=DECRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 14:51:18,550 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@2634912e, lifecycle=P_NONTRANS] 14:51:18,550 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:51:18,550 DEBUG [main][Cache] Level 1 Cache cleared 14:51:18,550 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@619130e2" closed 14:51:18,687 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:51:18,687 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:51:18,687 DEBUG [main][Cache] Level 2 Cache cleared 14:51:19,537 DEBUG [main][General] Plugin Registry "org.datanucleus.plugin.EclipsePluginRegistry" not found. Falling back to DataNucleus registry. Reason : Class "org.eclipse.core.runtime.RegistryFactory" was not found in the CLASSPATH. Please check your specification and your CLASSPATH.. 14:51:19,537 DEBUG [main][General] Using PluginRegistry org.datanucleus.plugin.NonManagedPluginRegistry 14:51:19,544 DEBUG [main][General] Registering bundle org.cumulus4j.store version 1.2.1.SNAPSHOT at URL file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar. 14:51:19,548 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:51:19,550 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/plugin.xml. 14:51:19,551 WARN [main][General] Could not find MANIFEST.MF file for plugin file "file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/classes/plugin.xml" so ignoring it 14:51:19,553 DEBUG [main][General] Registering bundle org.datanucleus.api.jdo version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar. 14:51:19,557 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:51:19,557 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-api-jdo/3.2.3/datanucleus-api-jdo-3.2.3.jar!/plugin.xml. 14:51:19,560 DEBUG [main][General] Registering bundle org.datanucleus.store.rdbms version 3.2.3 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar. 14:51:19,575 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:51:19,581 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-rdbms/3.2.3/datanucleus-rdbms-3.2.3.jar!/plugin.xml. 14:51:19,587 DEBUG [main][General] Registering bundle org.datanucleus version 3.2.4 at URL file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar. 14:51:19,595 DEBUG [main][General] Loading extension points from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:51:19,609 DEBUG [main][General] Loading extensions from plug-in file jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/3.2.4/datanucleus-core-3.2.4.jar!/plugin.xml. 14:51:19,615 INFO [main][Persistence] Property cumulus4j.macAlgorithm unknown - will be ignored 14:51:19,615 INFO [main][Persistence] Property cumulus4j.encryptionAlgorithm unknown - will be ignored 14:51:19,616 DEBUG [main][Persistence] Java types support initialising ... 14:51:19,624 DEBUG [main][Persistence] Java types support loaded : supported java types=java.util.TimeZone, [Ljava.lang.Byte;, [Ljava.lang.Integer;, java.util.SortedMap, char, java.lang.Boolean, [Ljava.lang.Boolean;, java.lang.Long, java.sql.Timestamp, [Ljava.lang.Double;, java.lang.Float, long, float, java.util.BitSet, java.util.Stack, java.math.BigInteger, java.lang.Double, java.util.Vector, byte, java.util.Locale, java.lang.Class, [Ljava.lang.Long;, java.sql.Time, boolean, [Ljava.lang.Short;, java.util.LinkedList, java.util.PriorityQueue, [Ljava.lang.Enum;, int, java.util.List, java.util.TreeMap, java.lang.Integer, java.lang.Short, double, java.lang.Number, java.util.LinkedHashMap, java.sql.Date, [Ljava.util.Locale;, java.util.Arrays$ArrayList, java.lang.Byte, java.util.UUID, [Ljava.lang.String;, [Ljava.util.Date;, java.util.Currency, java.util.Properties, java.util.Calendar, java.util.Map, java.awt.Color, java.util.HashMap, [Ljava.lang.Character;, short, java.util.GregorianCalendar, java.util.TreeSet, java.lang.Character, java.util.SortedSet, java.util.Set, java.util.Collection, java.util.ArrayList, java.lang.StringBuffer, [Ljava.math.BigDecimal;, [B, java.util.Hashtable, [F, java.lang.String, java.net.URI, [C, java.awt.image.BufferedImage, [D, java.util.Date, [I, [J, [Ljava.lang.Number;, [Ljava.lang.Float;, [Ljava.math.BigInteger;, java.net.URL, java.util.HashSet, java.math.BigDecimal, [S, [Z, java.util.Queue, java.lang.Enum, java.util.LinkedHashSet 14:51:19,625 DEBUG [main][Persistence] Type converter support initialising ... 14:51:19,625 DEBUG [main][Persistence] Added converter for java.math.BigDecimal<->java.lang.String using org.datanucleus.store.types.converters.BigDecimalStringConverter 14:51:19,626 DEBUG [main][Persistence] Added converter for java.math.BigInteger<->java.lang.String using org.datanucleus.store.types.converters.BigIntegerStringConverter 14:51:19,626 DEBUG [main][Persistence] Added converter for java.util.BitSet<->java.lang.String using org.datanucleus.store.types.converters.BitSetStringConverter 14:51:19,626 DEBUG [main][Persistence] Added converter for java.util.Calendar<->java.lang.String using org.datanucleus.store.types.converters.CalendarStringConverter 14:51:19,627 DEBUG [main][Persistence] Added converter for java.lang.Class<->java.lang.String using org.datanucleus.store.types.converters.ClassStringConverter 14:51:19,627 DEBUG [main][Persistence] Added converter for java.awt.Color<->java.lang.String using org.datanucleus.store.types.converters.ColorStringConverter 14:51:19,627 DEBUG [main][Persistence] Added converter for java.lang.Integer<->java.lang.String using org.datanucleus.store.types.converters.IntegerStringConverter 14:51:19,627 DEBUG [main][Persistence] Added converter for java.lang.Long<->java.lang.String using org.datanucleus.store.types.converters.LongStringConverter 14:51:19,628 DEBUG [main][Persistence] Added converter for java.util.Currency<->java.lang.String using org.datanucleus.store.types.converters.CurrencyStringConverter 14:51:19,628 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.Long using org.datanucleus.store.types.converters.DateLongConverter 14:51:19,628 DEBUG [main][Persistence] Added converter for java.util.Date<->java.lang.String using org.datanucleus.store.types.converters.DateStringConverter 14:51:19,628 DEBUG [main][Persistence] Added converter for java.util.Locale<->java.lang.String using org.datanucleus.store.types.converters.LocaleStringConverter 14:51:19,629 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.Long using org.datanucleus.store.types.converters.SqlDateLongConverter 14:51:19,629 DEBUG [main][Persistence] Added converter for java.sql.Date<->java.lang.String using org.datanucleus.store.types.converters.SqlDateStringConverter 14:51:19,629 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimeLongConverter 14:51:19,629 DEBUG [main][Persistence] Added converter for java.sql.Time<->java.lang.String using org.datanucleus.store.types.converters.SqlTimeStringConverter 14:51:19,630 DEBUG [main][Persistence] Added converter for java.sql.Timestamp<->java.lang.Long using org.datanucleus.store.types.converters.SqlTimestampLongConverter 14:51:19,630 DEBUG [main][Persistence] Added converter for java.lang.StringBuffer<->java.lang.String using org.datanucleus.store.types.converters.StringBufferStringConverter 14:51:19,630 DEBUG [main][Persistence] Added converter for java.util.TimeZone<->java.lang.String using org.datanucleus.store.types.converters.TimeZoneStringConverter 14:51:19,631 DEBUG [main][Persistence] Added converter for java.net.URI<->java.lang.String using org.datanucleus.store.types.converters.URIStringConverter 14:51:19,631 DEBUG [main][Persistence] Added converter for java.net.URL<->java.lang.String using org.datanucleus.store.types.converters.URLStringConverter 14:51:19,631 DEBUG [main][Persistence] Added converter for java.util.UUID<->java.lang.String using org.datanucleus.store.types.converters.UUIDStringConverter 14:51:19,632 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDate<->java.lang.String ignored since java type not present in CLASSPATH 14:51:19,633 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.String ignored since java type not present in CLASSPATH 14:51:19,634 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalTime<->java.lang.Long ignored since java type not present in CLASSPATH 14:51:19,635 DEBUG [main][Persistence] TypeConverter for javax.time.calendar.LocalDateTime<->java.lang.String ignored since java type not present in CLASSPATH 14:51:19,636 DEBUG [main][Persistence] Added converter for java.io.Serializable<->java.lang.String using org.datanucleus.store.types.converters.SerializableStringConverter 14:51:19,636 DEBUG [main][Persistence] Added converter for java.io.Serializable<->[B using org.datanucleus.store.types.converters.SerializableByteArrayConverter 14:51:19,636 DEBUG [main][Persistence] Type converter support loaded 14:51:19,637 DEBUG [main][MetaData] MetaDataManager : Input=(XML,Annotations), XML-Validation=false, XML-Suffices=(persistence=*.jdo, orm=orm, query=*.jdoquery), JDO-listener=true 14:51:19,637 DEBUG [main][MetaData] Registering listener for metadata initialisation 14:51:19,637 DEBUG [main][MetaData] Listener found initialisation for persistable class org.cumulus4j.store.model.EncryptionCoordinateSet 14:51:19,638 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.jdo 14:51:19,639 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.jdo 14:51:19,640 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.jdo 14:51:19,641 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.jdo 14:51:19,642 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.jdo 14:51:19,643 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.jdo 14:51:19,644 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.jdo 14:51:19,645 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.jdo 14:51:19,646 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.jdo 14:51:19,648 DEBUG [main][MetaData] Parsing MetaData file "jar:file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar!/org/cumulus4j/store/model/package.jdo" using handler "jdo" (validation="false") 14:51:19,653 DEBUG [main][MetaData] XML Entity Public="" System="http://java.sun.com/dtd/jdo_3_0.dtd 14:51:19,912 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:51:19,913 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:51:20,502 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.jdo 14:51:20,507 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.jdo 14:51:20,508 DEBUG [main][MetaData] MetaData of type "jdo" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:51:20,510 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" has been specified with JDO annotations so using those. 14:51:20,517 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Populating Meta-Data 14:51:20,519 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /META-INF/package.orm 14:51:20,520 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /WEB-INF/package.orm 14:51:20,522 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /package.orm 14:51:20,523 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/package.orm 14:51:20,525 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org.orm 14:51:20,527 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/package.orm 14:51:20,528 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j.orm 14:51:20,529 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/package.orm 14:51:20,530 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store.orm 14:51:20,531 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/package.orm 14:51:20,533 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model.orm 14:51:20,534 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" NOT found at /org/cumulus4j/store/model/EncryptionCoordinateSet.orm 14:51:20,534 DEBUG [main][MetaData] MetaData of type "orm" for class "org.cumulus4j.store.model.EncryptionCoordinateSet" not found 14:51:20,535 DEBUG [main][Datastore] Creating StoreManager for datastore 14:51:20,547 DEBUG [main][Connection] Created tx data source using pooling type of dbcp-builtin 14:51:20,548 DEBUG [main][Connection] Registered transactional connection factory under name "rdbms/tx" 14:51:20,548 DEBUG [main][Connection] Registered nontransactional connection factory under name "rdbms/nontx" 14:51:20,565 DEBUG [main][Connection] Created nontx data source using pooling type of dbcp-builtin 14:51:28,373 DEBUG [CryptoCache][CryptoCache$CleanupTask] run: entered 14:51:28,374 INFO [CryptoCache][CryptoCache$CleanupTask] run: CryptoCache was garbage-collected. Cancelling this TimerTask. 14:51:30,753 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4bdc8c55" opened 14:51:30,763 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:30,763 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=BOOLEAN, sql-type=BOOLEAN, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BooleanRDBMSMapping, default=false) 14:51:30,764 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Boolean (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:51:30,765 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Byte (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:51:30,765 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=true) 14:51:30,766 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:30,766 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Character (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:30,767 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=true) 14:51:30,768 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Double (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:51:30,768 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=FLOAT, sql-type=FLOAT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.FloatRDBMSMapping, default=true) 14:51:30,769 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DOUBLE, sql-type=DOUBLE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DoubleRDBMSMapping, default=false) 14:51:30,769 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=REAL, sql-type=REAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.RealRDBMSMapping, default=false) 14:51:30,770 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Float (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=false) 14:51:30,770 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:51:30,771 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:30,771 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:51:30,772 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=true) 14:51:30,772 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Integer (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:51:30,773 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:51:30,773 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:30,774 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:51:30,775 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Long (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=false) 14:51:30,775 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=SMALLINT, sql-type=SMALLINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.SmallIntRDBMSMapping, default=true) 14:51:30,776 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:30,776 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.Short (jdbc-type=INTEGER, sql-type=INT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:30,777 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=true) 14:51:30,777 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:30,778 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:30,778 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=LONGVARCHAR, sql-type=LONGVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarcharRDBMSMapping, default=false) 14:51:30,779 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=CLOB, sql-type=CLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.ClobRDBMSMapping, default=false) 14:51:30,780 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:51:30,781 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NVarcharRDBMSMapping, default=false) 14:51:30,781 DEBUG [main][Datastore] Adding RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NCharRDBMSMapping, default=false) 14:51:30,782 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=DECIMAL, sql-type=DECIMAL, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DecimalRDBMSMapping, default=true) 14:51:30,782 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigDecimal (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:51:30,783 DEBUG [main][Datastore] Adding RDBMS support for Java type java.math.BigInteger (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=true) 14:51:30,783 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=true) 14:51:30,784 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:51:30,784 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:30,785 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:30,785 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:30,786 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=true) 14:51:30,787 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=false) 14:51:30,787 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:30,788 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:30,788 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Time (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:30,789 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:51:30,789 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:30,790 DEBUG [main][Datastore] Adding RDBMS support for Java type java.sql.Timestamp (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:30,790 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIMESTAMP, sql-type=TIMESTAMP, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimestampRDBMSMapping, default=true) 14:51:30,790 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=DATE, sql-type=DATE, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.DateRDBMSMapping, default=false) 14:51:30,791 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:30,791 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:30,792 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=false) 14:51:30,792 DEBUG [main][Datastore] Adding RDBMS support for Java type java.util.Date (jdbc-type=TIME, sql-type=TIME, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.TimeRDBMSMapping, default=false) 14:51:30,793 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=LONGVARBINARY, sql-type=LONGVARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.LongVarBinaryRDBMSMapping, default=true) 14:51:30,793 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=BLOB, sql-type=BLOB, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BlobRDBMSMapping, default=false) 14:51:30,794 DEBUG [main][Datastore] Adding RDBMS support for Java type java.io.Serializable (jdbc-type=VARBINARY, sql-type=VARBINARY, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarBinaryRDBMSMapping, default=false) 14:51:30,795 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=BIGINT, sql-type=BIGINT, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping, default=true) 14:51:30,795 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=INTEGER, sql-type=INTEGER, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.IntegerRDBMSMapping, default=false) 14:51:30,796 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=NUMERIC, sql-type=NUMERIC, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.NumericRDBMSMapping, default=false) 14:51:30,796 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=CHAR, sql-type=CHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.CharRDBMSMapping, default=false) 14:51:30,797 DEBUG [main][Datastore] Adding RDBMS support for Java type org.datanucleus.identity.OID (jdbc-type=VARCHAR, sql-type=VARCHAR, datastore-mapping-type=org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping, default=false) 14:51:31,018 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NCHAR, sql-type=NCHAR) 14:51:31,019 DEBUG [main][Datastore] Removing RDBMS support for Java type java.lang.String (jdbc-type=NVARCHAR, sql-type=NVARCHAR) 14:51:31,028 DEBUG [main][Datastore] ======================= Datastore ========================= 14:51:31,028 DEBUG [main][Datastore] StoreManager : "rdbms" (org.datanucleus.store.rdbms.RDBMSStoreManager) 14:51:31,028 DEBUG [main][Datastore] Datastore : read-write 14:51:31,028 DEBUG [main][Datastore] Schema Control : AutoCreate(Tables), Validate(None) 14:51:31,028 DEBUG [main][Datastore] Query Languages : [JDOQL, JPQL, SQL, STOREDPROC] 14:51:31,028 DEBUG [main][Datastore] Queries : Timeout=0 14:51:31,028 DEBUG [main][Datastore] =========================================================== 14:51:31,028 DEBUG [main][Datastore] Datastore Adapter : org.datanucleus.store.rdbms.adapter.DerbyAdapter 14:51:31,028 DEBUG [main][Datastore] Datastore : name="Apache Derby" version="10.7.1.1 - (1040133)" 14:51:31,029 DEBUG [main][Datastore] Datastore Driver : name="Apache Derby Embedded JDBC Driver" version="10.7.1.1 - (1040133)" 14:51:31,029 DEBUG [main][Datastore] Primary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.0s2bslyf/derby/cumulus4j;create=true] 14:51:31,029 DEBUG [main][Datastore] Secondary Connection Factory : URL[jdbc:derby:/tmp/cumulus4j-test.0s2bslyf/derby/cumulus4j;create=true] 14:51:31,029 DEBUG [main][Datastore] Datastore Identifiers : factory="datanucleus2" case=UPPERCASE catalog= schema=ROOT 14:51:31,029 DEBUG [main][Datastore] Supported Identifier Cases : "MixedCase" UPPERCASE "MixedCase-Sensitive" 14:51:31,029 DEBUG [main][Datastore] Supported Identifier Lengths (max) : Table=128 Column=128 Constraint=128 Index=128 Delimiter=" 14:51:31,029 DEBUG [main][Datastore] Support for Identifiers in DDL : catalog=false schema=true 14:51:31,029 DEBUG [main][Datastore] Datastore : checkTableViewExistence, rdbmsConstraintCreateMode=DataNucleus, initialiseColumnInfo=ALL 14:51:31,029 DEBUG [main][Datastore] Support Statement Batching : yes (max-batch-size=50) 14:51:31,029 DEBUG [main][Datastore] Queries : Results direction=forward, type=forward-only, concurrency=read-only 14:51:31,029 DEBUG [main][Datastore] Java-Types : string-default-length=255 14:51:31,030 DEBUG [main][Datastore] JDBC-Types : [id=2009], BLOB, CLOB, TIMESTAMP, TIME, DATE, BOOLEAN, VARCHAR, DECIMAL, NUMERIC, CHAR, BINARY, REAL, LONGVARCHAR, FLOAT, LONGVARBINARY, SMALLINT, VARBINARY, INTEGER, BIGINT, DOUBLE, JAVA_OBJECT 14:51:31,030 DEBUG [main][Datastore] =========================================================== 14:51:31,169 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4bdc8c55" non enlisted to a transaction is being committed. 14:51:31,169 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@4bdc8c55" closed 14:51:31,169 DEBUG [main][Datastore] StoreManager now created 14:51:31,169 DEBUG [main][Persistence] ================= NucleusContext =============== 14:51:31,170 DEBUG [main][Persistence] DataNucleus Context : Version "3.2.4" with JRE "1.7.0_67" on "Linux" 14:51:31,170 DEBUG [main][Persistence] Persistence API : JDO 14:51:31,170 DEBUG [main][Persistence] Plugin Registry : org.datanucleus.plugin.NonManagedPluginRegistry 14:51:31,170 DEBUG [main][Persistence] ClassLoading : datanucleus 14:51:31,170 DEBUG [main][Persistence] Persistence : pm-singlethreaded, nontransactional-read, nontransactional-write, reachability-at-commit, copy-on-attach, managed-relations(checked), deletion-policy=JDO2, serverTimeZone=Europe/Berlin 14:51:31,170 DEBUG [main][Persistence] AutoStart : mechanism=None, mode=Quiet 14:51:31,170 DEBUG [main][Persistence] Transactions : type=RESOURCE_LOCAL, mode=datastore, isolation=read-committed 14:51:31,171 DEBUG [main][Persistence] ValueGeneration : txn-isolation=read-committed connection=New 14:51:31,171 DEBUG [main][Persistence] Cache : Level1 (soft), Level2 (soft, mode=UNSPECIFIED), QueryResults (soft), Collections/Maps 14:51:31,171 DEBUG [main][Persistence] ================================================ 14:51:31,171 DEBUG [main][Cache] Level 2 Cache of type "soft" initialised 14:51:31,172 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryTimerPeriod: Property 'cumulus4j.cryptoSessionExpiryTimer.period' is not set. Using default value 60000. 14:51:31,172 TRACE [main][AbstractCryptoSession] setCryptoSessionID: cryptoSessionID=e7a1ef39-f07e-4ced-a8ed-7e361b209927 14:51:31,172 INFO [main][AbstractCryptoManager] getCryptoSessionExpiryAgeMSec: Property 'cumulus4j.cryptoSessionExpiryAge' is not set. Using default value 1800000. 14:51:31,173 DEBUG [main][Persistence] Started pool of ExecutionContext (maxPool=20, reaperThread=false) 14:51:31,174 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@48b32426" opened for datastore "org.datanucleus.store.rdbms.RDBMSStoreManager@690a6013" with txn="org.datanucleus.TransactionImpl@2829b545" 14:51:31,174 DEBUG [main][Cache] Level 1 Cache of type "soft" initialised 14:51:31,237 INFO [main][AbstractCryptoManager] getEncryptionAlgorithm: Property 'cumulus4j.encryptionAlgorithm' is set to 'Twofish/CFB/NoPadding'. Using this encryption algorithm. 14:51:31,238 INFO [main][AbstractCryptoManager] getMACAlgorithm: Property 'cumulus4j.macAlgorithm' is set to 'HMAC-SHA256'. Using this MAC algorithm. 14:51:31,238 DEBUG [main][Cache] Query Cache of type "org.datanucleus.query.cache.SoftQueryCompilationCache" initialised 14:51:31,239 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryDatastoreCompilationCache" initialised 14:51:31,239 DEBUG [main][Cache] Query Cache of type "org.datanucleus.store.query.cache.SoftQueryResultsCache" initialised 14:51:31,239 DEBUG [main][Query] JDOQL Single-String with "SELECT UNIQUE WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:51:31,240 DEBUG [main][MetaData] Class "org.cumulus4j.store.model.EncryptionCoordinateSet" : Initialising Meta-Data 14:51:31,241 DEBUG [main][Persistence] Managing Persistence of Class : org.cumulus4j.store.model.EncryptionCoordinateSet [Table : ENCRYPTIONCOORDINATESET, InheritanceStrategy : new-table] 14:51:31,243 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID" added to internal representation of table. 14:51:31,243 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.encryptionCoordinateSetID] -> Column(s) [ENCRYPTIONCOORDINATESET.ENCRYPTIONCOORDINATESETID] using mapping of type "org.datanucleus.store.rdbms.mapping.java.LongMapping" (org.datanucleus.store.rdbms.mapping.datastore.BigIntRDBMSMapping) 14:51:31,245 DEBUG [main][Schema] Table ENCRYPTIONCOORDINATESET will manage the persistence of the fields for class org.cumulus4j.store.model.EncryptionCoordinateSet (inheritance strategy="new-table") 14:51:31,245 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION" added to internal representation of table. 14:51:31,246 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.cipherTransformation] -> Column(s) [ENCRYPTIONCOORDINATESET.CIPHERTRANSFORMATION] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:51:31,246 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.MACALGORITHM" added to internal representation of table. 14:51:31,247 DEBUG [main][Schema] Field [org.cumulus4j.store.model.EncryptionCoordinateSet.macAlgorithm] -> Column(s) [ENCRYPTIONCOORDINATESET.MACALGORITHM] using mapping of type "org.datanucleus.store.rdbms.mapping.java.StringMapping" (org.datanucleus.store.rdbms.mapping.datastore.VarCharRDBMSMapping) 14:51:31,247 DEBUG [main][Schema] Column "ENCRYPTIONCOORDINATESET.VERSION" added to internal representation of table. 14:51:31,247 DEBUG [main][Schema] Table/View ENCRYPTIONCOORDINATESET has been initialised 14:51:31,248 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7699bdde" opened with isolation level "serializable" and auto-commit=false 14:51:31,249 DEBUG [main][Schema] Schema Transaction started with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7699bdde" with isolation "serializable" 14:51:31,309 DEBUG [main][Schema] Check of existence of ENCRYPTIONCOORDINATESET returned no table 14:51:31,310 DEBUG [main][Schema] Creating table ENCRYPTIONCOORDINATESET 14:51:31,310 DEBUG [main][Schema] CREATE TABLE ENCRYPTIONCOORDINATESET ( ENCRYPTIONCOORDINATESETID BIGINT NOT NULL generated always as identity (start with 1), CIPHERTRANSFORMATION VARCHAR(255) NOT NULL, MACALGORITHM VARCHAR(255) NOT NULL, VERSION BIGINT NOT NULL ) 14:51:31,424 DEBUG [main][Schema] Execution Time = 114 ms 14:51:31,424 DEBUG [main][Schema] ALTER TABLE ENCRYPTIONCOORDINATESET ADD CONSTRAINT ENCRYPTIONCOORDINATESET_PK PRIMARY KEY (ENCRYPTIONCOORDINATESETID) 14:51:31,591 DEBUG [main][Schema] Execution Time = 166 ms 14:51:31,626 DEBUG [main][Schema] Schema Transaction committing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7699bdde" 14:51:31,649 DEBUG [main][Schema] Schema Transaction closing with connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7699bdde" 14:51:31,649 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7699bdde" non enlisted to a transaction is being committed. 14:51:31,649 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@7699bdde" closed 14:51:31,650 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" 14:51:31,653 DEBUG [main][Query] JDOQL Query : Compile Time = 2 ms 14:51:31,653 DEBUG [main][Query] QueryCompilation: [filter:DyadicExpression{DyadicExpression{PrimaryExpression{this.cipherTransformation} = ParameterExpression{cipherTransformation}} AND DyadicExpression{PrimaryExpression{this.macAlgorithm} = ParameterExpression{macAlgorithm}}}] [symbols: cipherTransformation type=java.lang.String, this type=org.cumulus4j.store.model.EncryptionCoordinateSet, macAlgorithm type=java.lang.String] 14:51:31,653 DEBUG [main][Query] JDOQL Query : Compiling "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" for datastore 14:51:31,657 DEBUG [main][Query] JDOQL Query : Compile Time for datastore = 4 ms 14:51:31,658 DEBUG [main][Query] SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm Query compiled to datastore query "SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = ? AND A0.MACALGORITHM = ?" 14:51:31,658 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@30d5370b [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@48b32426 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@7e10cc38] 14:51:31,659 DEBUG [main][Query] JDOQL Query : Executing "SELECT UNIQUE FROM org.cumulus4j.store.model.EncryptionCoordinateSet WHERE this.cipherTransformation == :cipherTransformation && this.macAlgorithm == :macAlgorithm" ... 14:51:31,659 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@cfb131" opened with isolation level "read-committed" and auto-commit=false 14:51:31,679 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.datasource.dbcp.DelegatingPreparedStatement@4863309a" 14:51:31,680 DEBUG [main][Native] SELECT 'org.cumulus4j.store.model.EncryptionCoordinateSet' AS NUCLEUS_TYPE,A0.CIPHERTRANSFORMATION,A0.ENCRYPTIONCOORDINATESETID,A0.MACALGORITHM,A0.VERSION FROM ENCRYPTIONCOORDINATESET A0 WHERE A0.CIPHERTRANSFORMATION = <'TWOFISH/CFB/NOPADDING'> AND A0.MACALGORITHM = <'HMAC-SHA256'> 14:51:31,681 DEBUG [main][Retrieve] Execution Time = 1 ms 14:51:31,682 DEBUG [main][Query] JDOQL Query : Execution Time = 24 ms 14:51:31,682 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@cfb131" non enlisted to a transaction is being committed. 14:51:31,682 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@cfb131" closed 14:51:31,683 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@30d5370b [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@cfb131, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@48b32426 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@7e10cc38] 14:51:31,683 DEBUG [main][Persistence] Making object persistent : "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" 14:51:31,683 DEBUG [main][Persistence] Started pool of ObjectProviders (maxPool=0, reaperThread=false) 14:51:31,685 DEBUG [main][Persistence] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" being inserted into table "ENCRYPTIONCOORDINATESET" 14:51:31,685 DEBUG [main][Connection] Connection added to the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3583ee8d [conn=null, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@48b32426 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@7e10cc38] 14:51:31,686 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@68a2866d" opened with isolation level "read-committed" and auto-commit=false 14:51:31,702 DEBUG [main][Datastore] Using PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4ee8ff06" for connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@68a2866d" 14:51:31,703 DEBUG [main][Native] INSERT INTO ENCRYPTIONCOORDINATESET (CIPHERTRANSFORMATION,MACALGORITHM,VERSION) VALUES (<'TWOFISH/CFB/NOPADDING'>,<'HMAC-SHA256'>,<1>) 14:51:31,706 DEBUG [main][Persist] Execution Time = 3 ms (number of rows = 1) on PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4ee8ff06" 14:51:31,714 DEBUG [main][Persist] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" was inserted in the datastore and was given strategy value of "1" 14:51:31,715 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") added to Level 1 cache (loadedFlags="[YYY]") 14:51:31,715 DEBUG [main][Datastore] Closing PreparedStatement "org.datanucleus.store.rdbms.ParamLoggingPreparedStatement@4ee8ff06" 14:51:31,726 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@68a2866d" non enlisted to a transaction is being committed. 14:51:31,726 DEBUG [main][Connection] Connection "org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@68a2866d" closed 14:51:31,726 DEBUG [main][Connection] Connection removed from the pool : org.datanucleus.store.rdbms.ConnectionFactoryImpl$ManagedConnectionImpl@3583ee8d [conn=org.datanucleus.store.rdbms.datasource.dbcp.PoolingDataSource$PoolGuardConnectionWrapper@68a2866d, commitOnRelease=true, closeOnRelease=true, closeOnTxnEnd=true] for key=org.datanucleus.ExecutionContextImpl@48b32426 in factory=ConnectionFactory:nontx[org.datanucleus.store.rdbms.ConnectionFactoryImpl@7e10cc38] 14:51:31,727 DEBUG [main][Persistence] ExecutionContext.internalFlush() process started using ordered flush - 1 enlisted objects 14:51:31,727 DEBUG [main][Persistence] ExecutionContext.internalFlush() process finished 14:51:31,728 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" (id="1") added to Level 2 cache (fields="[0, 1, 2]", version="1") 14:51:31,728 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "P_NEW"->"HOLLOW" 14:51:31,728 DEBUG [main][Transaction] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") being evicted from transactional cache 14:51:31,729 DEBUG [main][Persistence] Detaching copy of object "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" (depth=0) as "org.cumulus4j.store.model.EncryptionCoordinateSet@3a194f61" with detached-fields [0, 1, 2] and fields-to-load=[0, 2] 14:51:31,729 DEBUG [main][Cache] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" (id="1") is loading the following fields from the Level 2 cache object : [0, 2] 14:51:31,730 DEBUG [main][Lifecycle] Object "org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237" (id="org.cumulus4j.store.model.EncryptionCoordinateSet:1") has a lifecycle change : "HOLLOW"->"P_NONTRANS" 14:51:42,438 DEBUG [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: entered 14:51:42,438 INFO [AbstractCryptoManager][AbstractCryptoManager$CloseExpiredSessionsTask] run: AbstractCryptoManager was garbage-collected. Cancelling this TimerTask. 14:51:53,687 INFO [main][CryptoCache] Persistence property 'cumulus4j.CryptoCache.cleanupTimer.period' is not set. Using default value 60000. 14:51:53,823 TRACE [main][CryptoCache] acquireCipherEntry: Created new Cipher@115126038 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with key and IV. 14:51:53,929 TRACE [main][CryptoCache] releaseCipherEntry: Releasing Cipher@115126038 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING keyID=123. 14:51:53,929 TRACE [main][CryptoCache] acquireCipherEntry: Found cached Cipher@115126038 for opmode=ENCRYPT, encryptionAlgorithm=TWOFISH/CFB/NOPADDING and keyID=123. Initialising it with new IV (without key). 14:51:53,930 ERROR [main][KeyManagerCryptoSession] encrypt: java.lang.NullPointerException java.lang.NullPointerException at org.bouncycastle.crypto.engines.TwofishEngine.init(Unknown Source) at org.bouncycastle.crypto.modes.CFBBlockCipher.init(Unknown Source) at org.bouncycastle.crypto.BufferedBlockCipher.init(Unknown Source) at org.cumulus4j.crypto.internal.symmetric.BufferedBlockCipherImpl._init(BufferedBlockCipherImpl.java:50) at org.cumulus4j.crypto.AbstractCipher.init(AbstractCipher.java:79) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireCipherEntry(CryptoCache.java:297) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:265) at org.cumulus4j.store.crypto.keymanager.CryptoCache.acquireEncrypter(CryptoCache.java:237) at org.cumulus4j.store.crypto.keymanager.KeyManagerCryptoSession.encrypt(KeyManagerCryptoSession.java:161) at org.cumulus4j.store.crypto.keymanager.test.DefaultKeyManagerCryptoSessionTest.encryptDecryptWithRandomData(DefaultKeyManagerCryptoSessionTest.java:44) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28) at org.junit.runners.ParentRunner.run(ParentRunner.java:236) at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:119) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:101) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.apache.maven.surefire.booter.ProviderFactory$ClassLoaderProxy.invoke(ProviderFactory.java:103) at com.sun.proxy.$Proxy0.invoke(Unknown Source) at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:150) at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcess(SurefireStarter.java:91) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:69) 14:51:53,932 DEBUG [main][Persistence] Disconnecting org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237 from StateManager[pc=org.cumulus4j.store.model.EncryptionCoordinateSet@68a53237, lifecycle=P_NONTRANS] 14:51:53,932 DEBUG [main][Cache] Object with id="org.cumulus4j.store.model.EncryptionCoordinateSet:1" being removed from Level 1 cache [current cache size = 1] 14:51:53,933 DEBUG [main][Cache] Level 1 Cache cleared 14:51:53,933 DEBUG [main][Persistence] ExecutionContext "org.datanucleus.ExecutionContextImpl@48b32426" closed 14:51:54,069 DEBUG [main][Persistence] Unmanaging Persistence of all classes 14:51:54,070 DEBUG [main][MetaData] Deregistering listener for metadata initialisation 14:51:54,070 DEBUG [main][Cache] Level 2 Cache cleared Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 56.258 sec <<< FAILURE! Results : Tests in error: encryptDecryptWithRandomData(org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_Twofish_CBC_PKCS5Padding_HMACSHA1) encryptDecryptWithRandomData(org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_AES_GCM_NoPadding_NONE) encryptDecryptWithRandomData(org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_default) encryptDecryptWithRandomData(org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_Twofish_CBC_PKCS5Padding_RC2) encryptDecryptWithRandomData(org.cumulus4j.store.crypto.keymanager.test.TestKeyManagerCryptoSession_Twofish_CFB_NoPadding_HMACSHA256) Tests run: 10, Failures: 0, Errors: 5, Skipped: 0 [ERROR] There are test failures. Please refer to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/surefire-reports for the individual test results. [JENKINS] Recording test results [INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.store.crypto.keymanager --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.store.crypto.keymanager --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/crypto already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/httppmf already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/pmf already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/inmemory already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/rest already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/httppmf/messagebroker-datanucleus.properties already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/pmf/messagebroker-datanucleus.properties already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/crypto already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/httppmf already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/pmf already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/inmemory already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/rest already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/httppmf/messagebroker-datanucleus.properties already added, skipping [INFO] org/cumulus4j/store/crypto/keymanager/messagebroker/pmf/messagebroker-datanucleus.properties already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.store.crypto.keymanager --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.store.crypto.keymanager --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.integrationtest.gwt 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.pom (20 KB at 538.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 KB at 1032.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (5 KB at 182.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/mojo/gwt-maven-plugin/2.3.0/gwt-maven-plugin-2.3.0.jar (170 KB at 1297.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.pom (7 KB at 292.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1.1/maven-war-plugin-2.1.1.jar (76 KB at 2701.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0.pom Downloading: http://download.java.net/maven/2/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0.pom (577 B at 26.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/google/gwt/gwt/2.3.0/gwt-2.3.0.pom Downloading: http://download.java.net/maven/2/com/google/gwt/gwt/2.3.0/gwt-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/com/google/gwt/gwt/2.3.0/gwt-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/com/google/gwt/gwt/2.3.0/gwt-2.3.0.pom (825 B at 36.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom Downloading: http://download.java.net/maven/2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom Downloading: http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/oss/oss-parent/4/oss-parent-4.pom (4 KB at 186.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.pom Downloading: http://download.java.net/maven/2/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.pom (574 B at 26.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar Downloading: http://download.java.net/maven/2/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0.jar Downloading: http://download.java.net/maven/2/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar Downloading: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0.jar Downloading: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar Downloaded: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-user/2.3.0/gwt-user-2.3.0.jar (11683 KB at 8386.7 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-servlet/2.3.0/gwt-servlet-2.3.0.jar (4888 KB at 3184.2 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.integrationtest.gwt --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.integrationtest.gwt --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3 resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.integrationtest.gwt --- [INFO] Compiling 7 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT/WEB-INF/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.integrationtest.gwt --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.integrationtest.gwt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.integrationtest.gwt --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- gwt-maven-plugin:2.3.0:compile (default) @ org.cumulus4j.integrationtest.gwt --- Downloading: http://www.datanucleus.org/downloads/maven2/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.pom Downloading: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.pom Downloaded: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.pom (573 B at 26.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (3 KB at 110.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (2 KB at 67.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (10 KB at 448.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/10/maven-parent-10.pom (31 KB at 1404.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (5 KB at 200.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.10/maven-project-2.0.10.pom (3 KB at 132.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.10/maven-2.0.10.pom (24 KB at 1031.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 KB at 1394.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.10/maven-settings-2.0.10.pom (3 KB at 104.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.10/maven-model-2.0.10.pom (4 KB at 162.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.pom (2 KB at 66.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.10/maven-profile-2.0.10.pom (3 KB at 97.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.10/maven-artifact-manager-2.0.10.pom (3 KB at 119.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.10/maven-repository-metadata-2.0.10.pom (3 KB at 102.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.10/maven-artifact-2.0.10.pom (2 KB at 75.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.10/maven-plugin-registry-2.0.10.pom (2 KB at 93.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 27.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (2 KB at 73.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 KB at 805.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 KB at 1065.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (2 KB at 73.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (4 KB at 161.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (2 KB at 88.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (4 KB at 143.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (9 KB at 366.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (4 KB at 173.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (6 KB at 262.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (3 KB at 102.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 34.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/apache/1/apache-1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/apache/1/apache-1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/apache/1/apache-1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (4 KB at 158.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 KB at 620.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 KB at 931.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloading: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom Downloaded: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (8 KB at 361.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom Downloaded: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (6 KB at 244.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (4 KB at 177.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6 KB at 284.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 KB at 678.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3 KB at 170.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (2 KB at 71.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (3 KB at 113.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (6 KB at 255.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (2 KB at 51.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3 KB at 139.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2 KB at 91.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3 KB at 139.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (2 KB at 92.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (2 KB at 50.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (3 KB at 110.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (8 KB at 375.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.pom (8 KB at 379.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom Downloaded: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6 KB at 282.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/oro/oro/2.0.8/oro-2.0.8.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/oro/oro/2.0.8/oro-2.0.8.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/oro/oro/2.0.8/oro-2.0.8.pom Downloading: http://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom Downloaded: http://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 6.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom Downloaded: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 KB at 513.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloading: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom Downloaded: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.pom (9 KB at 422.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 16.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom Downloaded: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 42.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloading: http://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 47.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (3 KB at 112.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 8.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom Downloaded: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 8.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom Downloaded: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (4 KB at 162.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (3 KB at 104.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/2.0.2/xml-apis-2.0.2.pom (346 B at 16.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom (6 KB at 284.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom (16 KB at 745.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom (4 KB at 173.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom (19 KB at 837.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom (2 KB at 69.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom (2 KB at 73.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (2 KB at 66.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (2 KB at 89.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (8 KB at 366.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9 KB at 416.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/httpcomponents/project/4.1/project-4.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/httpcomponents/project/4.1/project-4.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 KB at 800.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (5 KB at 238.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (10 KB at 456.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/httpcomponents/project/4.0/project-4.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/httpcomponents/project/4.0/project-4.0.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 KB at 556.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom Downloaded: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 KB at 854.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 KB at 746.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6 KB at 298.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom (3 KB at 132.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom (2 KB at 78.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom (3 KB at 113.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom (6 KB at 255.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.pom Downloading: http://repo.maven.apache.org/maven2/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.pom Downloaded: http://repo.maven.apache.org/maven2/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.pom (3 KB at 101.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/springframework/spring-parent/3.0.5.RELEASE/spring-parent-3.0.5.RELEASE.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/springframework/spring-parent/3.0.5.RELEASE/spring-parent-3.0.5.RELEASE.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/springframework/spring-parent/3.0.5.RELEASE/spring-parent-3.0.5.RELEASE.pom Downloading: http://repo.maven.apache.org/maven2/org/springframework/spring-parent/3.0.5.RELEASE/spring-parent-3.0.5.RELEASE.pom Downloaded: http://repo.maven.apache.org/maven2/org/springframework/spring-parent/3.0.5.RELEASE/spring-parent-3.0.5.RELEASE.pom (9 KB at 409.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.pom Downloading: http://repo.maven.apache.org/maven2/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.pom Downloaded: http://repo.maven.apache.org/maven2/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.pom (2 KB at 95.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.pom (19 KB at 823.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/freemarker/freemarker/2.3.6/freemarker-2.3.6.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/freemarker/freemarker/2.3.6/freemarker-2.3.6.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/freemarker/freemarker/2.3.6/freemarker-2.3.6.pom Downloading: http://repo.maven.apache.org/maven2/freemarker/freemarker/2.3.6/freemarker-2.3.6.pom Downloaded: http://repo.maven.apache.org/maven2/freemarker/freemarker/2.3.6/freemarker-2.3.6.pom (670 B at 32.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom Downloading: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom Downloaded: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.pom (5 KB at 204.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.pom (2 KB at 83.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (3 KB at 112.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.pom (2 KB at 59.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.pom (2 KB at 94.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire/2.4.3/surefire-2.4.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/surefire/surefire/2.4.3/surefire-2.4.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/surefire/surefire/2.4.3/surefire-2.4.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.4.3/surefire-2.4.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.4.3/surefire-2.4.3.pom (8 KB at 341.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/7/maven-parent-7.pom (21 KB at 987.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.pom (3 KB at 103.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-lang/commons-lang/2.5/commons-lang-2.5.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-lang/commons-lang/2.5/commons-lang-2.5.pom Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.pom (17 KB at 796.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/commons/commons-parent/12/commons-parent-12.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/commons/commons-parent/12/commons-parent-12.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/12/commons-parent-12.pom (27 KB at 938.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/jdom/jdom/1.1/jdom-1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/jdom/jdom/1.1/jdom-1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/jdom/jdom/1.1/jdom-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.pom (3 KB at 106.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom Downloaded: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom (8 KB at 346.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom Downloading: http://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom Downloaded: http://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (7 KB at 330.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/jdom/jdom/1.0/jdom-1.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/jdom/jdom/1.0/jdom-1.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/jdom/jdom/1.0/jdom-1.0.pom Downloading: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom (2 KB at 57.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.pom (357 B at 16.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.6.2/xercesImpl-2.6.2.pom (150 B at 7.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xom/xom/1.0/xom-1.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xom/xom/1.0/xom-1.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xom/xom/1.0/xom-1.0.pom Downloading: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom Downloaded: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom (2 KB at 73.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom Downloading: http://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom Downloaded: http://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.pom (153 B at 7.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xalan/xalan/2.6.0/xalan-2.6.0.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xalan/xalan/2.6.0/xalan-2.6.0.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xalan/xalan/2.6.0/xalan-2.6.0.pom Downloading: http://repo.maven.apache.org/maven2/xalan/xalan/2.6.0/xalan-2.6.0.pom Downloaded: http://repo.maven.apache.org/maven2/xalan/xalan/2.6.0/xalan-2.6.0.pom (491 B at 24.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.pom Downloading: http://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.pom Downloaded: http://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.pom (150 B at 7.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/bcel/bcel/5.2/bcel-5.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/bcel/bcel/5.2/bcel-5.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.pom (619 B at 30.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom Downloading: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.pom (160 B at 7.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.pom (624 B at 30.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-compiler/1.5.3/plexus-compiler-1.5.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-compiler/1.5.3/plexus-compiler-1.5.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-compiler/1.5.3/plexus-compiler-1.5.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.5.3/plexus-compiler-1.5.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler/1.5.3/plexus-compiler-1.5.3.pom (2 KB at 71.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.pom (797 B at 38.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-compilers/1.5.3/plexus-compilers-1.5.3.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-compilers/1.5.3/plexus-compilers-1.5.3.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-compilers/1.5.3/plexus-compilers-1.5.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.5.3/plexus-compilers-1.5.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compilers/1.5.3/plexus-compilers-1.5.3.pom (8 KB at 355.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.0.5/plexus-utils-1.0.5.pom (918 B at 44.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading: http://www.datanucleus.org/downloads/maven2/oro/oro/2.0.8/oro-2.0.8.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading: http://www.datanucleus.org/downloads/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar Downloading: http://www.datanucleus.org/downloads/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar Downloading: http://www.datanucleus.org/downloads/maven2/freemarker/freemarker/2.3.6/freemarker-2.3.6.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.jar Downloading: http://www.datanucleus.org/downloads/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/jdom/jdom/1.1/jdom-1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar Downloading: http://www.datanucleus.org/downloads/maven2/jdom/jdom/1.0/jdom-1.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/xom/xom/1.0/xom-1.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar Downloading: http://www.datanucleus.org/downloads/maven2/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar Downloading: http://www.datanucleus.org/downloads/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/oro/oro/2.0.8/oro-2.0.8.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/freemarker/freemarker/2.3.6/freemarker-2.3.6.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-lang/commons-lang/2.5/commons-lang-2.5.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/jdom/jdom/1.1/jdom-1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/jdom/jdom/1.0/jdom-1.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xom/xom/1.0/xom-1.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xalan/xalan/2.6.0/xalan-2.6.0.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/bcel/bcel/5.2/bcel-5.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/oro/oro/2.0.8/oro-2.0.8.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/freemarker/freemarker/2.3.6/freemarker-2.3.6.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-lang/commons-lang/2.5/commons-lang-2.5.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/jdom/jdom/1.1/jdom-1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/jdom/jdom/1.0/jdom-1.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xom/xom/1.0/xom-1.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xalan/xalan/2.6.0/xalan-2.6.0.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/bcel/bcel/5.2/bcel-5.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.jar Downloading: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar Downloading: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 KB at 166.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 KB at 249.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.jar (155 KB at 2007.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 KB at 890.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar Downloaded: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (298 KB at 2949.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar Downloaded: http://repo.maven.apache.org/maven2/commons-validator/commons-validator/1.2.0/commons-validator-1.2.0.jar (89 KB at 1711.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar Downloaded: http://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (185 KB at 3685.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar Downloaded: http://repo.maven.apache.org/maven2/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (165 KB at 2990.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar Downloaded: http://repo.maven.apache.org/maven2/oro/oro/2.0.8/oro-2.0.8.jar (64 KB at 1770.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 KB at 265.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar (50 KB at 2066.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.jar (12 KB at 481.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar (52 KB at 1703.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar (15 KB at 458.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar (37 KB at 1074.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 KB at 410.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (8 KB at 182.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar Downloaded: http://repo.maven.apache.org/maven2/org/springframework/spring-asm/3.0.5.RELEASE/spring-asm-3.0.5.RELEASE.jar (52 KB at 347.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar Downloaded: http://repo.maven.apache.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (558 KB at 2213.8 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar Downloaded: http://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (60 KB at 740.8 KB/sec) Downloading: http://repo.maven.apache.org/maven2/freemarker/freemarker/2.3.6/freemarker-2.3.6.jar Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/qdox/qdox/1.12/qdox-1.12.jar (176 KB at 1887.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar Downloaded: http://repo.maven.apache.org/maven2/org/springframework/spring-core/3.0.5.RELEASE/spring-core-3.0.5.RELEASE.jar (374 KB at 1108.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/velocity/velocity/1.5/velocity-1.5.jar (383 KB at 1049.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar Downloaded: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA.jar (47 KB at 926.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar Downloaded: http://repo.maven.apache.org/maven2/javax/validation/validation-api/1.0.0.GA/validation-api-1.0.0.GA-sources.jar (64 KB at 749.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0-alpha-1/plexus-io-1.0-alpha-1.jar (12 KB at 306.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.0-alpha-9/plexus-archiver-1.0-alpha-9.jar (154 KB at 1119.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.4.3/surefire-booter-2.4.3.jar (262 KB at 2076.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar Downloaded: http://repo.maven.apache.org/maven2/freemarker/freemarker/2.3.6/freemarker-2.3.6.jar (773 KB at 2053.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/jdom/jdom/1.1/jdom-1.1.jar (150 KB at 1759.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar Downloaded: http://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.5/commons-lang-2.5.jar (273 KB at 1280.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.jar Downloaded: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.jar (222 KB at 1787.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar Downloaded: http://repo.maven.apache.org/maven2/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (307 KB at 2114.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.jar Downloaded: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.jar (150 KB at 1257.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.02/xml-apis-1.3.02.jar (190 KB at 1877.8 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.4.3/surefire-api-2.4.3.jar (504 KB at 1179.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar Downloaded: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.jar (107 KB at 1417.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar Downloaded: http://repo.maven.apache.org/maven2/xerces/xmlParserAPIs/2.6.2/xmlParserAPIs-2.6.2.jar (122 KB at 1433.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar Downloaded: http://repo.maven.apache.org/maven2/jakarta-regexp/jakarta-regexp/1.4/jakarta-regexp-1.4.jar (28 KB at 664.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/bcel/bcel/5.2/bcel-5.2.jar (521 KB at 2188.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-api/1.5.3/plexus-compiler-api-1.5.3.jar (20 KB at 473.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-compiler-javac/1.5.3/plexus-compiler-javac-1.5.3.jar (14 KB at 335.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1201 KB at 2158.8 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/xalan/xalan/2.6.0/xalan-2.6.0.jar (3076 KB at 3543.6 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/com/ibm/icu/icu4j/2.6.1/icu4j-2.6.1.jar (2394 KB at 2379.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/com/google/gwt/gwt-dev/2.3.0/gwt-dev-2.3.0.jar (27390 KB at 7059.2 KB/sec) [INFO] auto discovered modules [org.cumulus4j.integrationtest.gwt.Integrationtest] [ERROR] Oct 09, 2014 2:54:07 PM java.util.prefs.FileSystemPreferences$1 run [ERROR] INFO: Created user preferences directory. [INFO] Compiling module org.cumulus4j.integrationtest.gwt.Integrationtest [INFO] Compiling 6 permutations [INFO] Compiling permutation 0... [INFO] Process output [INFO] Compiling [INFO] Compiling permutation 1... [INFO] Compiling permutation 2... [INFO] Compiling permutation 3... [INFO] Compiling permutation 4... [INFO] Compiling permutation 5... [INFO] Compile of permutations succeeded [INFO] Linking into /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT/sample [INFO] Link succeeded [INFO] Compilation succeeded -- 83.924s [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ org.cumulus4j.integrationtest.gwt --- Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.pom (2 KB at 64.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.pom (2 KB at 63.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.pom (12 KB at 558.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream-parent/1.3.1/xstream-parent-1.3.1.pom (14 KB at 650.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Downloading: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (2 KB at 82.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.pom (4 KB at 207.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/10/maven-shared-components-10.pom (9 KB at 411.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 272.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 503.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.6/plexus-interpolation-1.6.pom (3 KB at 149.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar Downloading: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar Downloading: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/1.0.1/plexus-io-1.0.1.jar (50 KB at 1182.7 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/1.2/plexus-archiver-1.2.jar (178 KB at 3228.7 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.0-beta-2/maven-filtering-1.0-beta-2.jar (33 KB at 771.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 KB at 420.2 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar (422 KB at 4434.7 KB/sec) [INFO] Packaging webapp [INFO] Assembling webapp [org.cumulus4j.integrationtest.gwt] in [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/src/main/webapp] [INFO] Webapp assembled in [371 msecs] [INFO] Building war: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- gwt-maven-plugin:2.3.0:test (default) @ org.cumulus4j.integrationtest.gwt --- [JENKINS] Recording test results [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.integrationtest.gwt --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.integrationtest.gwt --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.integrationtest.webapp 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.pom (12 KB at 530.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-failsafe-plugin/2.8.1/maven-failsafe-plugin-2.8.1.jar (46 KB at 2090.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.pom (6 KB at 263.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/mortbay/jetty/jetty-integration-project/8.0.0.M2/jetty-integration-project-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/mortbay/jetty/jetty-integration-project/8.0.0.M2/jetty-integration-project-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/mortbay/jetty/jetty-integration-project/8.0.0.M2/jetty-integration-project-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-integration-project/8.0.0.M2/jetty-integration-project-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-integration-project/8.0.0.M2/jetty-integration-project-8.0.0.M2.pom (6 KB at 47.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/10/jetty-parent-10.pom (4 KB at 169.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/14/jetty-parent-14.pom (17 KB at 766.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.jar Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-maven-plugin/8.0.0.M2/jetty-maven-plugin-8.0.0.M2.jar (57 KB at 2354.5 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.integrationtest.webapp --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.integrationtest.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/resources [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.integrationtest.webapp --- [INFO] Compiling 2 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.integrationtest.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.integrationtest.webapp --- [INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.integrationtest.webapp --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ org.cumulus4j.integrationtest.webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [org.cumulus4j.integrationtest.webapp] in [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp] [INFO] Webapp assembled in [217 msecs] [INFO] Building war: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.integrationtest.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/resources [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.integrationtest.webapp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.integrationtest.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.integrationtest.webapp --- [INFO] Nothing to compile - all classes are up to date [WARNING] Failed to getClass for org.mortbay.jetty.plugin.JettyRunMojo [INFO] [INFO] --- jetty-maven-plugin:8.0.0.M2:run (start-jetty) @ org.cumulus4j.integrationtest.webapp --- Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.pom (4 KB at 153.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-project/8.0.0.M2/jetty-project-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-project/8.0.0.M2/jetty-project-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-project/8.0.0.M2/jetty-project-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/8.0.0.M2/jetty-project-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-project/8.0.0.M2/jetty-project-8.0.0.M2.pom (15 KB at 688.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-parent/16/jetty-parent-16.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-parent/16/jetty-parent-16.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-parent/16/jetty-parent-16.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/16/jetty-parent-16.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/16/jetty-parent-16.pom (16 KB at 721.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.pom (3 KB at 124.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.pom (3 KB at 26.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.pom (3 KB at 111.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.pom (3 KB at 116.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.pom (4 KB at 162.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.pom (3 KB at 125.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/mortbay/jetty/jetty-parent/9/jetty-parent-9.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/mortbay/jetty/jetty-parent/9/jetty-parent-9.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/mortbay/jetty/jetty-parent/9/jetty-parent-9.pom Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/9/jetty-parent-9.pom Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-parent/9/jetty-parent-9.pom (3 KB at 140.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-parent/12/jetty-parent-12.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-parent/12/jetty-parent-12.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-parent/12/jetty-parent-12.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/12/jetty-parent-12.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-parent/12/jetty-parent-12.pom (16 KB at 755.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.pom (3 KB at 134.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.pom (3 KB at 22.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.pom (3 KB at 134.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.8/maven-plugin-api-2.0.8.pom (2 KB at 76.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.pom (5 KB at 238.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/2.5.1/maven-plugin-tools-2.5.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugin-tools/maven-plugin-tools/2.5.1/maven-plugin-tools-2.5.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugin-tools/maven-plugin-tools/2.5.1/maven-plugin-tools-2.5.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/2.5.1/maven-plugin-tools-2.5.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools/2.5.1/maven-plugin-tools-2.5.1.pom (10 KB at 201.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom Downloading: http://repo.maven.apache.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom Downloaded: http://repo.maven.apache.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.pom (2 KB at 67.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.pom (4 KB at 169.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.pom (3 KB at 103.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/specs/1.4/specs-1.4.pom (12 KB at 558.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/project-config/1.2/project-config-1.2.pom (22 KB at 967.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/config/config/1.2/config-1.2.pom (2 KB at 86.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/genesis/genesis/1.2/genesis-1.2.pom (11 KB at 516.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.pom (3 KB at 142.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/mail/mail/1.4.1/mail-1.4.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/mail/mail/1.4.1/mail-1.4.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/mail/mail/1.4.1/mail-1.4.1.pom Downloading: http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.pom Downloaded: http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.pom (995 B at 48.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/activation/activation/1.1/activation-1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/activation/activation/1.1/activation-1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/activation/activation/1.1/activation-1.1.pom Downloading: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.pom (2 KB at 51.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.pom (3 KB at 133.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.pom Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.pom (7 KB at 329.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/glassfish/web/jsp/2.2/jsp-2.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/glassfish/web/jsp/2.2/jsp-2.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/glassfish/web/jsp/2.2/jsp-2.2.pom Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/jsp/2.2/jsp-2.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/jsp/2.2/jsp-2.2.pom (7 KB at 337.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom Downloading: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.pom (6 KB at 260.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.pom Downloading: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.pom (5 KB at 205.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/glassfish/web/jstl/1.2/jstl-1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/glassfish/web/jstl/1.2/jstl-1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/glassfish/web/jstl/1.2/jstl-1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/jstl/1.2/jstl-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/jstl/1.2/jstl-1.2.pom (5 KB at 197.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.pom Downloading: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.pom Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.pom (157 B at 7.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.pom Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.pom (8 KB at 333.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/el/el-api/2.2/el-api-2.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/el/el-api/2.2/el-api-2.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/el/el-api/2.2/el-api-2.2.pom Downloading: http://repo.maven.apache.org/maven2/javax/el/el-api/2.2/el-api-2.2.pom Downloaded: http://repo.maven.apache.org/maven2/javax/el/el-api/2.2/el-api-2.2.pom (5 KB at 205.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/glassfish/web/el/2.2/el-2.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/glassfish/web/el/2.2/el-2.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/glassfish/web/el/2.2/el-2.2.pom Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/el/2.2/el-2.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/el/2.2/el-2.2.pom (4 KB at 173.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/glassfish/web/el-impl/2.2/el-impl-2.2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/glassfish/web/el-impl/2.2/el-impl-2.2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/glassfish/web/el-impl/2.2/el-impl-2.2.pom Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/el-impl/2.2/el-impl-2.2.pom Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/el-impl/2.2/el-impl-2.2.pom (6 KB at 278.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.pom (3 KB at 141.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.pom (3 KB at 110.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/asm/asm-commons/3.1/asm-commons-3.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/asm/asm-commons/3.1/asm-commons-3.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/asm/asm-commons/3.1/asm-commons-3.1.pom Downloading: http://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.pom Downloaded: http://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.pom (436 B at 21.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/asm/asm-tree/3.1/asm-tree-3.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/asm/asm-tree/3.1/asm-tree-3.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/asm/asm-tree/3.1/asm-tree-3.1.pom Downloading: http://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.pom Downloaded: http://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.pom (425 B at 23.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.pom (2 KB at 67.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.pom Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.pom Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.pom (3 KB at 124.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/mail/mail/1.4.1/mail-1.4.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/activation/activation/1.1/activation-1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/el/el-api/2.2/el-api-2.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/glassfish/web/el-impl/2.2/el-impl-2.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/asm/asm-commons/3.1/asm-commons-3.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/asm/asm-tree/3.1/asm-tree-3.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/mail/mail/1.4.1/mail-1.4.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/activation/activation/1.1/activation-1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/javax/el/el-api/2.2/el-api-2.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/glassfish/web/el-impl/2.2/el-impl-2.2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/asm/asm-commons/3.1/asm-commons-3.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/asm/asm-tree/3.1/asm-tree-3.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/mail/mail/1.4.1/mail-1.4.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/activation/activation/1.1/activation-1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/javax/el/el-api/2.2/el-api-2.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/glassfish/web/el-impl/2.2/el-impl-2.2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/asm/asm-commons/3.1/asm-commons-3.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/asm/asm-tree/3.1/asm-tree-3.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.jar Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-webapp/8.0.0.M2/jetty-webapp-8.0.0.M2.jar (97 KB at 2850.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.jar (200 KB at 5246.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-xml/8.0.0.M2/jetty-xml-8.0.0.M2.jar (31 KB at 325.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/2.5.1/maven-plugin-tools-api-2.5.1.jar (55 KB at 2456.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-servlet/8.0.0.M2/jetty-servlet-8.0.0.M2.jar (80 KB at 734.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar Downloaded: http://repo.maven.apache.org/maven2/jtidy/jtidy/4aug2000r7-dev/jtidy-4aug2000r7-dev.jar (135 KB at 3638.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-util/8.0.0.M2/jetty-util-8.0.0.M2.jar (211 KB at 1460.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-jta_1.1_spec/1.1.1/geronimo-jta_1.1_spec-1.1.1.jar (16 KB at 474.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jndi/8.0.0.M2/jetty-jndi-8.0.0.M2.jar (30 KB at 1271.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-plus/8.0.0.M2/jetty-plus-8.0.0.M2.jar (77 KB at 1140.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.jar Downloaded: http://repo.maven.apache.org/maven2/javax/activation/activation/1.1/activation-1.1.jar (62 KB at 2050.2 KB/sec) Downloading: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.jar Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jsp-api/2.2/jsp-api-2.2.jar (49 KB at 1799.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar Downloaded: http://repo.maven.apache.org/maven2/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar (30 KB at 828.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar Downloaded: http://repo.maven.apache.org/maven2/javax/mail/mail/1.4.1/mail-1.4.1.jar (438 KB at 4048.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/javax/el/el-api/2.2/el-api-2.2.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-security/8.0.0.M2/jetty-security-8.0.0.M2.jar (77 KB at 245.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/glassfish/web/el-impl/2.2/el-impl-2.2.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-jmx/8.0.0.M2/jetty-jmx-8.0.0.M2.jar (37 KB at 185.6 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/javax/el/el-api/2.2/el-api-2.2.jar (34 KB at 331.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/jsp-impl/2.2/jsp-impl-2.2.jar (518 KB at 2694.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar (383 KB at 3013.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-annotations/8.0.0.M2/jetty-annotations-8.0.0.M2.jar (71 KB at 2837.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/glassfish/web/el-impl/2.2/el-impl-2.2.jar (107 KB at 2052.1 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/geronimo/specs/geronimo-annotation_1.0_spec/1.1.1/geronimo-annotation_1.0_spec-1.1.1.jar (13 KB at 380.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/asm/asm-commons/3.1/asm-commons-3.1.jar (32 KB at 886.9 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.jar Downloaded: http://repo.maven.apache.org/maven2/asm/asm-tree/3.1/asm-tree-3.1.jar (22 KB at 577.5 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-continuation/8.0.0.M2/jetty-continuation-8.0.0.M2.jar (21 KB at 607.8 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-server/8.0.0.M2/jetty-server-8.0.0.M2.jar (293 KB at 3572.7 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.jar Downloaded: http://repo.maven.apache.org/maven2/org/mortbay/jetty/servlet-api/3.0.20100224/servlet-api-3.0.20100224.jar (206 KB at 2702.9 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-io/8.0.0.M2/jetty-io-8.0.0.M2.jar (80 KB at 2210.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-http/8.0.0.M2/jetty-http-8.0.0.M2.jar (101 KB at 1731.9 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-start/8.0.0.M2/jetty-start-8.0.0.M2.jar (45 KB at 222.7 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/eclipse/jetty/jetty-websocket/8.0.0.M2/jetty-websocket-8.0.0.M2.jar (32 KB at 160.1 KB/sec) [INFO] Configuring Jetty for project: org.cumulus4j.integrationtest.webapp [INFO] webAppSourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp does not exist. Defaulting to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp [INFO] Reload Mechanic: automatic [INFO] Classes = /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/classes [INFO] Context path = /org.cumulus4j.integrationtest.webapp [INFO] Tmp directory = /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] web.xml file = file:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp/WEB-INF/web.xml [INFO] Webapp directory = /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/src/main/webapp [INFO] Starting jetty 8.0.0.M2 ... 2014-10-09 14:56:55.612:INFO::jetty-8.0.0.M2 2014-10-09 14:56:56.954:INFO::No Transaction manager found - if your webapp requires one, please configure one. 2014-10-09 14:56:57.175:INFO::Started SelectChannelConnector@0.0.0.0:8585 [INFO] Started Jetty Server [INFO] [INFO] --- maven-failsafe-plugin:2.8.1:integration-test (default) @ org.cumulus4j.integrationtest.webapp --- [INFO] Failsafe report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/failsafe-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest 14:56:59,306 DEBUG [main][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 14:56:59,307 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:56:59,309 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:56:59,312 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:56:59,686 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 14:56:59,686 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 14:56:59,688 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 14:56:59,688 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 14:56:59,689 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 14:56:59,689 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 14:56:59,691 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:56:59,691 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:56:59,691 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:56:59,691 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:56:59,694 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 14:56:59,694 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 14:56:59,696 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 14:56:59,696 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 14:56:59,697 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 14:56:59,697 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 14:56:59,699 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 14:56:59,699 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 14:56:59,702 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 14:56:59,703 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 14:56:59,705 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:56:59,705 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:56:59,705 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:56:59,706 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:56:59,707 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:56:59,707 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:56:59,708 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:56:59,708 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:56:59,708 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:56:59,710 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:56:59,710 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:56:59,710 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:56:59,711 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:56:59,712 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:56:59,712 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:56:59,713 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:56:59,713 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:56:59,713 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:56:59,715 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:56:59,715 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:56:59,715 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:56:59,716 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:56:59,716 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:56:59,717 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:56:59,718 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:56:59,718 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:56:59,718 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:56:59,720 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:56:59,720 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:56:59,720 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:56:59,722 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:56:59,722 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:56:59,722 TRACE [main][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:56:59,729 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 14:56:59,734 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 14:56:59,738 TRACE [main][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 14:56:59,742 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 14:56:59,747 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 14:56:59,750 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 14:56:59,753 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 14:56:59,757 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 14:56:59,761 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 14:56:59,766 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 14:56:59,768 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 14:56:59,773 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 14:56:59,773 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 14:56:59,778 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 14:56:59,780 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 14:56:59,782 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 14:56:59,784 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 14:56:59,786 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 14:56:59,788 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 14:56:59,790 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 14:56:59,794 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 14:56:59,797 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 14:56:59,800 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 14:56:59,802 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 14:56:59,804 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 14:56:59,809 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 14:56:59,811 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 14:56:59,814 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 14:56:59,816 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 14:56:59,818 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 14:56:59,821 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 14:56:59,823 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 14:56:59,825 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 14:56:59,829 TRACE [main][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 14:56:59,832 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 14:56:59,835 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 14:56:59,838 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,838 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,839 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,839 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,839 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,839 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,839 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,840 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,840 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,840 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,840 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,841 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,842 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,843 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:56:59,845 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 14:56:59,846 TRACE [main][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 14:56:59,848 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 14:56:59,850 TRACE [main][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 14:56:59,852 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 14:56:59,855 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,855 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,856 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,856 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,856 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,856 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,856 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,857 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,857 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,857 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,857 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,857 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,858 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,858 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,858 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,858 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,859 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,859 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,859 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,859 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,859 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,860 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,861 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,862 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,862 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,862 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:56:59,864 TRACE [main][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 14:56:59,881 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 14:56:59,882 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 14:56:59,883 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 14:56:59,885 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 14:56:59,886 TRACE [main][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 14:56:59,888 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 14:56:59,890 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 14:56:59,892 DEBUG [main][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 14:56:59,894 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 14:56:59,896 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 14:56:59,897 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 14:56:59,899 TRACE [main][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 14:56:59,913 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 14:56:59,914 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 14:56:59,916 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 14:56:59,918 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 14:56:59,919 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 14:56:59,924 TRACE [main][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" 14:56:59,943 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:57:00,326 INFO [main][SessionManager] Creating instance of SessionManager. 14:57:00,393 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@cde55ec 14:57:00,687 DEBUG [Thread-3][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:00,689 DEBUG [Thread-4][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:00,688 DEBUG [Thread-6][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:00,688 DEBUG [Thread-2][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:00,688 DEBUG [Thread-5][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:02,960 DEBUG [Thread-3][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:02,960 DEBUG [Thread-6][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:02,960 DEBUG [Thread-2][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:02,960 DEBUG [Thread-5][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:02,960 DEBUG [Thread-4][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true [INFO] Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' [INFO] Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' [INFO] Instantiated the Application class org.cumulus4j.integrationtest.webapp.App [INFO] Instantiated the Application class org.cumulus4j.store.crypto.keymanager.rest.KeyManagerBackWebApp 14:57:08,299 DEBUG [qtp952113121-1628][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:09,468 INFO [qtp952113121-1625][MessageBrokerRegistry] getActiveMessageBroker: System property 'cumulus4j.MessageBrokerRegistry.activeMessageBroker' was not specified. Auto-detecting appropriate MessageBroker-implementation. [ERROR] The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassNotFoundException: org.cumulus4j.testutil.IOUtil at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:417) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:370) ... 53 more 14:57:09,473 INFO [qtp952113121-1625][MessageBrokerPMF] [wwetg7] Instantiating MessageBrokerPMF. 14:57:09,479 INFO [qtp952113121-1625][MessageBrokerPMF] [wwetg7] javax.jdo.option.ConnectionDriverName=org.apache.derby.jdbc.EmbeddedDriver 14:57:09,480 INFO [qtp952113121-1625][MessageBrokerPMF] [wwetg7] javax.jdo.option.ConnectionURL=jdbc:derby:/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/derby/messagebroker;create=true 2014-10-09 14:57:09.480:WARN::/org.cumulus4j.integrationtest.webapp/App/Test java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.ClassNotFoundException: org.cumulus4j.testutil.IOUtil at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:417) at org.eclipse.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:370) at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 14:57:09,657 DEBUG [main][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 14:57:09,661 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:57:09,661 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:57:09,661 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:57:09,736 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:57:09,909 INFO [main][SessionManager] Creating instance of SessionManager. 14:57:09,950 DEBUG [Thread-10][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:09,954 DEBUG [Thread-9][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:09,952 DEBUG [Thread-8][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:09,985 DEBUG [Thread-11][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:09,993 DEBUG [Thread-12][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:10,833 DEBUG [Thread-8][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true [ERROR] The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 2014-10-09 14:57:10.852:WARN::/org.cumulus4j.integrationtest.webapp/App/Test java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 14:57:10,837 DEBUG [Thread-10][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:10,918 DEBUG [main][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 14:57:10,919 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:57:10,920 INFO [main][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:57:10,920 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:57:10,928 DEBUG [Thread-12][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:10,941 DEBUG [Thread-9][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:10,948 DEBUG [Thread-11][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:10,952 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:57:11,182 INFO [main][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:57:11,182 INFO [main][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:57:11,196 INFO [main][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:57:11,212 INFO [main][SessionManager] Creating instance of SessionManager. 14:57:11,241 DEBUG [Thread-14][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:11,238 DEBUG [Thread-13][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:11,270 DEBUG [Thread-16][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:11,279 DEBUG [Thread-15][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:11,294 DEBUG [Thread-17][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:11,734 DEBUG [Finalizer][CachedMasterKey] clear: Clearing for userName='marco'. 14:57:11,735 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6148e8c 14:57:11,735 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4b7aa8c8 [ERROR] The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 2014-10-09 14:57:11.738:WARN::/org.cumulus4j.integrationtest.webapp/App/Test java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 14:57:11,741 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@6148e8c Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 13.605 sec <<< FAILURE! 14:57:11,845 DEBUG [Thread-14][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:11,865 DEBUG [Thread-13][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:11,875 DEBUG [Thread-15][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:11,913 DEBUG [Thread-17][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:11,919 DEBUG [Thread-16][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true Results : Tests in error: testTwoComputerScenarioLowLevel(org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest): Error-code=500 error-message= testTwoComputerScenarioWithUnifiedAPI(org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest): Error-code=500 error-message= testUnifiedAPIWithLocalKeyStoreThoroughly(org.cumulus4j.integrationtest.webapp.test.IntegrationWithAppServerOnlyTest): Error-code=500 error-message= Tests run: 3, Failures: 0, Errors: 3, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.integrationtest.webapp --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/integrationtest already added, skipping [INFO] org/cumulus4j/integrationtest/webapp already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] cumulus4j-test-datanucleus.properties already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/integrationtest already added, skipping [INFO] org/cumulus4j/integrationtest/webapp already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] cumulus4j-test-datanucleus.properties already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.integrationtest.webapp --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.front.webapp 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/jersey/jersey-json/1.9/jersey-json-1.9.pom Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-json/1.9/jersey-json-1.9.pom Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-json/1.9/jersey-json-1.9.pom Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-json/1.9/jersey-json-1.9.pom (11 KB at 240.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom Downloading: http://download.java.net/maven/2/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jettison/jettison/1.1/jettison-1.1.pom (4 KB at 99.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom Downloading: http://download.java.net/maven/2/stax/stax-api/1.0.1/stax-api-1.0.1.pom Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom Downloaded: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.pom (2 KB at 45.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom Downloading: http://download.java.net/maven/2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom Downloaded: http://download.java.net/maven/2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom (6 KB at 9.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom Downloading: http://download.java.net/maven/2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom Downloaded: http://download.java.net/maven/2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.pom (6 KB at 13.7 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom Downloading: http://download.java.net/maven/2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom Downloading: http://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom Downloaded: http://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.pom (962 B at 28.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jackson/jackson-core-asl/1.8.3/jackson-core-asl-1.8.3.pom Downloading: http://download.java.net/maven/2/org/codehaus/jackson/jackson-core-asl/1.8.3/jackson-core-asl-1.8.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.3/jackson-core-asl-1.8.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.3/jackson-core-asl-1.8.3.pom (1016 B at 30.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.3/jackson-mapper-asl-1.8.3.pom Downloading: http://download.java.net/maven/2/org/codehaus/jackson/jackson-mapper-asl/1.8.3/jackson-mapper-asl-1.8.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.3/jackson-mapper-asl-1.8.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.3/jackson-mapper-asl-1.8.3.pom (2 KB at 31.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jackson/jackson-jaxrs/1.8.3/jackson-jaxrs-1.8.3.pom Downloading: http://download.java.net/maven/2/org/codehaus/jackson/jackson-jaxrs/1.8.3/jackson-jaxrs-1.8.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.8.3/jackson-jaxrs-1.8.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.8.3/jackson-jaxrs-1.8.3.pom (2 KB at 48.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jackson/jackson-xc/1.8.3/jackson-xc-1.8.3.pom Downloading: http://download.java.net/maven/2/org/codehaus/jackson/jackson-xc/1.8.3/jackson-xc-1.8.3.pom Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.8.3/jackson-xc-1.8.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.8.3/jackson-xc-1.8.3.pom (2 KB at 50.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/jersey/jersey-json/1.9/jersey-json-1.9.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar Downloading: http://www.datanucleus.org/downloads/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar Downloading: http://www.datanucleus.org/downloads/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jackson/jackson-core-asl/1.8.3/jackson-core-asl-1.8.3.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.3/jackson-mapper-asl-1.8.3.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jackson/jackson-jaxrs/1.8.3/jackson-jaxrs-1.8.3.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/jackson/jackson-xc/1.8.3/jackson-xc-1.8.3.jar Downloading: http://download.java.net/maven/2/com/sun/jersey/jersey-json/1.9/jersey-json-1.9.jar Downloading: http://download.java.net/maven/2/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar Downloading: http://download.java.net/maven/2/stax/stax-api/1.0.1/stax-api-1.0.1.jar Downloading: http://download.java.net/maven/2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar Downloading: http://download.java.net/maven/2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar Downloading: http://download.java.net/maven/2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar Downloading: http://download.java.net/maven/2/org/codehaus/jackson/jackson-core-asl/1.8.3/jackson-core-asl-1.8.3.jar Downloading: http://download.java.net/maven/2/org/codehaus/jackson/jackson-mapper-asl/1.8.3/jackson-mapper-asl-1.8.3.jar Downloading: http://download.java.net/maven/2/org/codehaus/jackson/jackson-jaxrs/1.8.3/jackson-jaxrs-1.8.3.jar Downloading: http://download.java.net/maven/2/org/codehaus/jackson/jackson-xc/1.8.3/jackson-xc-1.8.3.jar Downloaded: http://download.java.net/maven/2/javax/xml/bind/jaxb-api/2.2.2/jaxb-api-2.2.2.jar (103 KB at 90.9 KB/sec) Downloaded: http://download.java.net/maven/2/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar (870 KB at 284.0 KB/sec) Downloading: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-json/1.9/jersey-json-1.9.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.3/jackson-core-asl-1.8.3.jar Downloading: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar Downloading: http://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar Downloaded: http://repo.maven.apache.org/maven2/stax/stax-api/1.0.1/stax-api-1.0.1.jar (26 KB at 380.8 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.3/jackson-mapper-asl-1.8.3.jar Downloaded: http://repo.maven.apache.org/maven2/com/sun/jersey/jersey-json/1.9/jersey-json-1.9.jar (145 KB at 1876.4 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.8.3/jackson-jaxrs-1.8.3.jar Downloaded: http://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2.jar (23 KB at 340.3 KB/sec) Downloading: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.8.3/jackson-xc-1.8.3.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jettison/jettison/1.1/jettison-1.1.jar (67 KB at 743.5 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-jaxrs/1.8.3/jackson-jaxrs-1.8.3.jar (18 KB at 582.1 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-core-asl/1.8.3/jackson-core-asl-1.8.3.jar (222 KB at 2153.4 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.8.3/jackson-xc-1.8.3.jar (32 KB at 769.8 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-mapper-asl/1.8.3/jackson-mapper-asl-1.8.3.jar (652 KB at 5428.8 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.front.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Compiling 10 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.front.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [org.cumulus4j.keymanager.front.webapp] in [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/src/main/webapp] [INFO] Webapp assembled in [363 msecs] [INFO] Building war: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.front.webapp --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/front already added, skipping [INFO] org/cumulus4j/keymanager/front/webapp already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/front already added, skipping [INFO] org/cumulus4j/keymanager/front/webapp already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.front.webapp --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.integrationtest.withkeyserver 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.integrationtest.withkeyserver --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/src/main/resources [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/src/main/java [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.integrationtest.withkeyserver --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar [WARNING] Failed to getClass for org.mortbay.jetty.plugin.JettyDeployWar [INFO] [INFO] --- jetty-maven-plugin:8.0.0.M2:deploy-war (start-jetty) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Configuring Jetty for project: org.cumulus4j.integrationtest.withkeyserver [INFO] Context path = /org.cumulus4j.keymanager.front.webapp [INFO] Tmp directory = /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/tmp [INFO] Web defaults = org/eclipse/jetty/webapp/webdefault.xml [INFO] Web overrides = none [INFO] Starting jetty 8.0.0.M2 ... 2014-10-09 14:57:30.025:INFO::jetty-8.0.0.M2 2014-10-09 14:57:30.030:INFO::Extract jar:file:/home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war!/ to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/tmp/webapp 2014-10-09 14:57:30.904:INFO::No Transaction manager found - if your webapp requires one, please configure one. 2014-10-09 14:57:30.981:INFO::Started SelectChannelConnector@0.0.0.0:8686 [INFO] Started Jetty Server [INFO] [INFO] --- maven-failsafe-plugin:2.8.1:integration-test (default) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Failsafe report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/failsafe-reports 14:57:31,259 INFO [qtp952113121-1625][MessageBrokerPMF] [wwetg7] Successfully instantiated and tested MessageBrokerPMF. 14:57:31,261 INFO [qtp952113121-1625][MessageBrokerRegistry] getActiveMessageBroker: New activeMessageBroker=org.cumulus4j.store.crypto.keymanager.messagebroker.pmf.MessageBrokerPMF@76932c97 14:57:31,264 DEBUG [qtp952113121-1642][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,265 DEBUG [qtp952113121-1639][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,265 DEBUG [qtp952113121-1638][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,266 DEBUG [qtp952113121-1637][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,266 DEBUG [qtp952113121-1636][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,266 DEBUG [qtp952113121-1626][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,267 DEBUG [qtp952113121-1635][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,267 DEBUG [qtp952113121-1628][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,267 DEBUG [qtp952113121-1627][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,268 DEBUG [qtp952113121-1623][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,263 DEBUG [qtp952113121-1643][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,268 DEBUG [qtp952113121-1644][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,263 DEBUG [qtp952113121-1625][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,263 DEBUG [qtp952113121-1641][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,268 DEBUG [qtp952113121-1624][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:31,312 DEBUG [qtp952113121-1641][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Entered. 14:57:31,322 INFO [qtp952113121-1641][MessageBrokerPMF] System property 'cumulus4j.MessageBrokerPMF.cleanupTimer.enabled' is not set. Using default value 'true'. 14:57:31,324 DEBUG [qtp952113121-1628][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Entered. 14:57:31,343 DEBUG [qtp952113121-1638][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Entered. 14:57:31,343 DEBUG [qtp952113121-1627][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Entered. 14:57:31,349 INFO [qtp952113121-1641][MessageBrokerPMF] System property 'cumulus4j.MessageBrokerPMF.cleanupTimer.period' is not specified; using default value 3600000. 14:57:31,340 DEBUG [qtp952113121-1623][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Entered. 14:57:31,336 DEBUG [qtp952113121-1639][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Entered. 14:57:31,334 DEBUG [qtp952113121-1643][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Entered. 14:57:31,385 DEBUG [qtp952113121-1636][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Entered. 14:57:31,327 DEBUG [qtp952113121-1625][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Entered. 14:57:31,327 DEBUG [qtp952113121-1635][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Entered. 14:57:31,324 DEBUG [qtp952113121-1626][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Entered. 14:57:31,403 DEBUG [qtp952113121-1637][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Entered. 14:57:31,404 DEBUG [qtp952113121-1624][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Entered. 14:57:31,425 DEBUG [qtp952113121-1642][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Entered. 14:57:31,426 INFO [qtp952113121-1625][AbstractMessageBroker] System property 'cumulus4j.MessageBroker.pollRequestTimeout' is not specified; using default value 60000. 14:57:31,434 DEBUG [qtp952113121-1644][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Entered. ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.cumulus4j.integrationtest.withkeyserver.IntegrationWithAppServerAndKeyServerTest [INFO] Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 AM' 14:57:35,625 DEBUG [qtp508256990-1775][KeyManagerFrontWebApp] : Service classes: 14:57:35,629 DEBUG [qtp508256990-1775][KeyManagerFrontWebApp] : org.cumulus4j.keymanager.front.webapp.AppServerService 14:57:35,629 DEBUG [qtp508256990-1775][KeyManagerFrontWebApp] : org.cumulus4j.keymanager.front.webapp.DateDependentKeyStrategyService 14:57:35,629 DEBUG [qtp508256990-1775][KeyManagerFrontWebApp] : org.cumulus4j.keymanager.front.webapp.CryptoSessionService 14:57:35,629 DEBUG [qtp508256990-1775][KeyManagerFrontWebApp] : org.cumulus4j.keymanager.front.webapp.UserService [INFO] Instantiated the Application class org.cumulus4j.keymanager.front.webapp.KeyManagerFrontWebApp 14:57:38,063 DEBUG [qtp508256990-1775][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:38,068 INFO [qtp508256990-1775][KeyStoreManager] getSingletons: System property 'cumulus4j.keyStoreDir' was set to '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. Using keyStoreDir '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. 14:57:38,127 DEBUG [qtp508256990-1775][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 14:57:38,128 INFO [qtp508256990-1775][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:57:38,129 INFO [qtp508256990-1775][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:57:38,131 INFO [qtp508256990-1775][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:57:38,464 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 14:57:38,464 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES" 14:57:38,465 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 14:57:38,465 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES64MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES64" 14:57:38,466 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DES/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 14:57:38,466 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESMAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DESCFB8" 14:57:38,482 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:57:38,482 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="DESWITHISO9797MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:57:38,482 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:57:38,483 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3" 14:57:38,493 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3WITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 14:57:38,493 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="ISO9797ALG3MACWITHISO7816-4PADDING" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$DES9797Alg3with7816d4" 14:57:38,494 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 14:57:38,494 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2" 14:57:38,495 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 14:57:38,496 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="RC2MAC/CFB8" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RC2CFB8" 14:57:38,497 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 14:57:38,500 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="GOST28147MAC" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$GOST28147" 14:57:38,502 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA384" 14:57:38,504 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="OLDHMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$OldSHA512" 14:57:38,505 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:57:38,506 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:57:38,506 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD2" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD2" 14:57:38,507 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:57:38,507 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:57:38,507 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD4" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD4" 14:57:38,509 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACMD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:57:38,509 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:57:38,509 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/MD5" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$MD5" 14:57:38,510 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:57:38,511 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:57:38,511 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA1" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA1" 14:57:38,512 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:57:38,512 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:57:38,512 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA224" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA224" 14:57:38,513 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:57:38,513 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:57:38,513 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA256" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA256" 14:57:38,514 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:57:38,515 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:57:38,515 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA384" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA384" 14:57:38,516 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACSHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:57:38,516 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:57:38,516 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/SHA512" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$SHA512" 14:57:38,517 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:57:38,517 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:57:38,517 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD128" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD128" 14:57:38,518 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACRIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:57:38,519 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:57:38,519 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/RIPEMD160" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$RIPEMD160" 14:57:38,520 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMACTIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:57:38,520 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC-TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:57:38,520 TRACE [qtp508256990-1775][CryptoRegistry] registerMACCalculatorFactory: algorithmName="HMAC/TIGER" factoryClass="org.cumulus4j.crypto.internal.mac.MACCalculatorFactoryImpl$Tiger" 14:57:38,525 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="ElGamal" engineClass="org.bouncycastle.crypto.engines.ElGamalEngine" 14:57:38,528 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="NaccacheStern" engineClass="org.bouncycastle.crypto.engines.NaccacheSternEngine" 14:57:38,531 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricEngineClass: algorithmName="RSA" engineClass="org.bouncycastle.crypto.engines.RSABlindedEngine" 14:57:38,534 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES" engineClass="org.bouncycastle.crypto.engines.AESEngine" 14:57:38,539 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.fast" engineClass="org.bouncycastle.crypto.engines.AESFastEngine" 14:57:38,545 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="AES.light" engineClass="org.bouncycastle.crypto.engines.AESLightEngine" 14:57:38,548 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Blowfish" engineClass="org.bouncycastle.crypto.engines.BlowfishEngine" 14:57:38,551 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia" engineClass="org.bouncycastle.crypto.engines.CamelliaEngine" 14:57:38,554 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Camellia.light" engineClass="org.bouncycastle.crypto.engines.CamelliaLightEngine" 14:57:38,558 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST5" engineClass="org.bouncycastle.crypto.engines.CAST5Engine" 14:57:38,559 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="CAST6" engineClass="org.bouncycastle.crypto.engines.CAST6Engine" 14:57:38,563 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DESede" engineClass="org.bouncycastle.crypto.engines.DESedeEngine" 14:57:38,563 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="DES" engineClass="org.bouncycastle.crypto.engines.DESEngine" 14:57:38,566 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GOST28147" engineClass="org.bouncycastle.crypto.engines.GOST28147Engine" 14:57:38,568 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Noekeon" engineClass="org.bouncycastle.crypto.engines.NoekeonEngine" 14:57:38,569 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Null" engineClass="org.bouncycastle.crypto.engines.NullEngine" 14:57:38,571 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC2" engineClass="org.bouncycastle.crypto.engines.RC2Engine" 14:57:38,573 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-32" engineClass="org.bouncycastle.crypto.engines.RC532Engine" 14:57:38,575 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC5-64" engineClass="org.bouncycastle.crypto.engines.RC564Engine" 14:57:38,576 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC6" engineClass="org.bouncycastle.crypto.engines.RC6Engine" 14:57:38,580 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Rijndael" engineClass="org.bouncycastle.crypto.engines.RijndaelEngine" 14:57:38,582 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SEED" engineClass="org.bouncycastle.crypto.engines.SEEDEngine" 14:57:38,585 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Serpent" engineClass="org.bouncycastle.crypto.engines.SerpentEngine" 14:57:38,590 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="SKIPJACK" engineClass="org.bouncycastle.crypto.engines.SkipjackEngine" 14:57:38,592 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="TEA" engineClass="org.bouncycastle.crypto.engines.TEAEngine" 14:57:38,595 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Twofish" engineClass="org.bouncycastle.crypto.engines.TwofishEngine" 14:57:38,597 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="XTEA" engineClass="org.bouncycastle.crypto.engines.XTEAEngine" 14:57:38,600 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Grain-128" engineClass="org.bouncycastle.crypto.engines.Grain128Engine" 14:57:38,601 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="GRAIN-V1" engineClass="org.bouncycastle.crypto.engines.Grainv1Engine" 14:57:38,603 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-128" engineClass="org.bouncycastle.crypto.engines.HC128Engine" 14:57:38,605 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="HC-256" engineClass="org.bouncycastle.crypto.engines.HC256Engine" 14:57:38,606 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="ISAAC" engineClass="org.bouncycastle.crypto.engines.ISAACEngine" 14:57:38,608 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="RC4" engineClass="org.bouncycastle.crypto.engines.RC4Engine" 14:57:38,611 TRACE [qtp508256990-1775][CryptoRegistry] registerSymmetricEngineClass: algorithmName="Salsa20" engineClass="org.bouncycastle.crypto.engines.Salsa20Engine" 14:57:38,612 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CBC" modeClass="org.bouncycastle.crypto.modes.CBCBlockCipher" 14:57:38,614 TRACE [qtp508256990-1775][CryptoRegistry] registerAEADBlockCipherMode: modeName="CCM" modeClass="org.bouncycastle.crypto.modes.CCMBlockCipher" 14:57:38,615 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,616 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,617 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,617 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,617 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,617 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,617 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,617 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,617 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,617 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,618 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,618 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,618 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,618 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,618 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,618 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,618 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,619 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,619 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="CFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCFBBlockCipher" 14:57:38,620 TRACE [qtp508256990-1775][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CTS" modeClass="org.bouncycastle.crypto.modes.CTSBlockCipher" 14:57:38,620 TRACE [qtp508256990-1775][CryptoRegistry] registerBufferedBlockCipherMode: modeName="CBC-CTS" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jCBCCTSBlockCipher" 14:57:38,622 TRACE [qtp508256990-1775][CryptoRegistry] registerAEADBlockCipherMode: modeName="EAX" modeClass="org.bouncycastle.crypto.modes.EAXBlockCipher" 14:57:38,623 TRACE [qtp508256990-1775][CryptoRegistry] registerAEADBlockCipherMode: modeName="GCM" modeClass="org.bouncycastle.crypto.modes.GCMBlockCipher" 14:57:38,625 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="GOFB" modeClass="org.bouncycastle.crypto.modes.GOFBBlockCipher" 14:57:38,626 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,627 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB8" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,627 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB16" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,627 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB24" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,627 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB32" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,627 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB40" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,627 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB48" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,627 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB56" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,628 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB64" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,628 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB72" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,628 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB80" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,628 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB88" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,628 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB96" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,628 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB104" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,628 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB112" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,629 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB120" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,629 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB128" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,629 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB136" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,629 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB144" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,629 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB152" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,629 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB160" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,629 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB168" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,629 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB176" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,629 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB184" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,630 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB192" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,630 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB200" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,630 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB208" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,630 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB216" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,630 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB224" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,630 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB232" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,630 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB240" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,630 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB248" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,631 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="OFB256" modeClass="org.cumulus4j.crypto.internal.symmetric.mode.C4jOFBBlockCipher" 14:57:38,632 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherMode: modeName="SIC" modeClass="org.bouncycastle.crypto.modes.SICBlockCipher" 14:57:38,646 DEBUG [qtp508256990-1775][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126-2" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 14:57:38,646 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO10126" paddingClass="org.bouncycastle.crypto.paddings.ISO10126d2Padding" 14:57:38,648 DEBUG [qtp508256990-1775][CryptoRegistry] registerBlockCipherPadding: paddingName="ISO7816-4" paddingClass="org.bouncycastle.crypto.paddings.ISO7816d4Padding" 14:57:38,649 DEBUG [qtp508256990-1775][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS7" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 14:57:38,649 TRACE [qtp508256990-1775][CryptoRegistry] registerBlockCipherPadding: paddingName="PKCS5" paddingClass="org.bouncycastle.crypto.paddings.PKCS7Padding" 14:57:38,650 DEBUG [qtp508256990-1775][CryptoRegistry] registerBlockCipherPadding: paddingName="TBC" paddingClass="org.bouncycastle.crypto.paddings.TBCPadding" 14:57:38,652 DEBUG [qtp508256990-1775][CryptoRegistry] registerBlockCipherPadding: paddingName="X9.23" paddingClass="org.bouncycastle.crypto.paddings.X923Padding" 14:57:38,653 DEBUG [qtp508256990-1775][CryptoRegistry] registerBlockCipherPadding: paddingName="ZeroByte" paddingClass="org.bouncycastle.crypto.paddings.ZeroBytePadding" 14:57:38,654 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="ISO9796-1" paddingClass="org.bouncycastle.crypto.encodings.ISO9796d1Encoding" 14:57:38,655 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEP" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 14:57:38,656 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="OAEPWITHSHA1ANDMGF1" paddingClass="org.bouncycastle.crypto.encodings.OAEPEncoding" 14:57:38,659 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricBlockCipherPadding: paddingName="PKCS1" paddingClass="org.bouncycastle.crypto.encodings.PKCS1Encoding" 14:57:38,671 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DH" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DHBasicKeyPairGeneratorFactory" 14:57:38,672 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="DSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.DSAKeyPairGeneratorFactory" 14:57:38,673 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="ElGamal" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.ElGamalKeyPairGeneratorFactory" 14:57:38,674 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="GOST3410" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.GOST3410KeyPairGeneratorFactory" 14:57:38,675 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="NaccacheStern" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.NaccacheSternKeyPairGeneratorFactory" 14:57:38,678 TRACE [qtp508256990-1775][CryptoRegistry] registerAsymmetricCipherKeyPairGeneratorFactory: algorithmName="RSA" factoryClass="org.cumulus4j.crypto.internal.asymmetric.keypairgenerator.RSAKeyPairGeneratorFactory" 14:57:38,691 INFO [qtp508256990-1775][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:57:39,595 DEBUG [qtp508256990-1773][AppServerService] logger: instantiated AppServerService 14:57:39,629 DEBUG [qtp508256990-1773][AppServerService] putAppServer: entered 14:57:39,629 DEBUG [qtp508256990-1773][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:39,652 INFO [qtp508256990-1773][SessionManager] Creating instance of SessionManager. 14:57:39,820 DEBUG [Thread-493][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:39,823 DEBUG [Thread-496][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:39,823 DEBUG [Thread-497][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:39,827 DEBUG [Thread-494][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:39,856 DEBUG [Thread-495][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:40,096 DEBUG [qtp508256990-1774][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:40,122 DEBUG [qtp508256990-1774][CryptoSessionService] open: authUserName='devil' cryptoSessionID='test-i1241ekf-123mi9t2our72_s1blwq91*1*0ypqfl' 14:57:40,568 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@201e5716 14:57:41,804 DEBUG [Thread-497][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:41,805 DEBUG [Thread-493][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:41,818 DEBUG [Thread-496][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:41,804 DEBUG [Thread-495][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:41,804 DEBUG [Thread-494][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:41,888 DEBUG [qtp952113121-1646][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:41,893 DEBUG [qtp952113121-1791][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:41,903 DEBUG [qtp952113121-1792][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:41,917 DEBUG [qtp952113121-1646][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Entered. 14:57:41,925 DEBUG [qtp952113121-1793][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:41,927 DEBUG [qtp952113121-1791][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Entered. 14:57:41,939 DEBUG [qtp952113121-1792][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Entered. 14:57:41,944 DEBUG [qtp952113121-1793][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Entered. 14:57:42,234 DEBUG [qtp952113121-1794][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:42,244 DEBUG [qtp952113121-1794][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Entered. [ERROR] The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 2014-10-09 14:57:42.282:WARN::/org.cumulus4j.integrationtest.webapp/App/Test java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 14:57:43,283 DEBUG [qtp508256990-1777][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:43,283 INFO [qtp508256990-1777][KeyStoreManager] getSingletons: System property 'cumulus4j.keyStoreDir' was set to '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. Using keyStoreDir '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. 14:57:43,285 DEBUG [qtp508256990-1777][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 14:57:43,285 INFO [qtp508256990-1777][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:57:43,285 INFO [qtp508256990-1777][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:57:43,286 INFO [qtp508256990-1777][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:57:43,307 INFO [qtp508256990-1777][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:57:43,458 DEBUG [qtp508256990-1778][AppServerService] logger: instantiated AppServerService 14:57:43,465 DEBUG [qtp508256990-1778][AppServerService] putAppServer: entered 14:57:43,465 DEBUG [qtp508256990-1778][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:43,466 INFO [qtp508256990-1778][SessionManager] Creating instance of SessionManager. 14:57:43,488 DEBUG [Thread-507][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:43,493 DEBUG [Thread-505][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:43,502 DEBUG [Thread-504][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:43,509 DEBUG [Thread-503][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:43,533 DEBUG [qtp508256990-1773][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:43,534 DEBUG [Thread-506][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:43,546 DEBUG [qtp508256990-1773][CryptoSessionService] open: authUserName='devil' cryptoSessionID='test-i1241mb7--1t0qlg3k0ylbx_safjz947*1*0hw9wv' 14:57:44,126 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@5f08513d 14:57:44,602 DEBUG [Thread-505][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:44,624 DEBUG [qtp952113121-1795][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:44,645 DEBUG [qtp952113121-1795][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Entered. 14:57:44,839 DEBUG [Thread-506][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:44,874 DEBUG [Thread-507][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:44,881 DEBUG [qtp952113121-1802][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true [ERROR] The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 2014-10-09 14:57:44.884:WARN::/org.cumulus4j.integrationtest.webapp/App/Test java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 14:57:44,935 DEBUG [qtp952113121-1802][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Entered. 14:57:44,951 DEBUG [qtp952113121-1801][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:44,952 DEBUG [Thread-504][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:44,961 DEBUG [Thread-503][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:44,979 DEBUG [qtp952113121-1801][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Entered. 14:57:45,004 DEBUG [qtp952113121-1803][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:45,007 DEBUG [qtp952113121-1804][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:45,049 DEBUG [qtp952113121-1804][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Entered. 14:57:45,050 DEBUG [qtp952113121-1803][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Entered. 14:57:45,505 DEBUG [qtp508256990-1778][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:45,505 INFO [qtp508256990-1778][KeyStoreManager] getSingletons: System property 'cumulus4j.keyStoreDir' was set to '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. Using keyStoreDir '/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/integration-test-key-stores'. 14:57:45,506 DEBUG [qtp508256990-1778][DateDependentKeyStrategy] init: Calculated numberOfKeysToGenerate=25 14:57:45,507 INFO [qtp508256990-1778][KeyStore] getKeySize: System property 'cumulus4j.KeyStore.keySize' is not set. Using default key size (256 bit). 14:57:45,508 INFO [qtp508256990-1778][KeyStore] createUser: Created master-key with a size of 256 bits. This key will not be modified for this key-store anymore. 14:57:45,513 INFO [qtp508256990-1778][KeyStore] getEncryptionAlgorithm: System property 'cumulus4j.KeyStore.encryptionAlgorithm' is not set. Using default algorithm 'Twofish/GCM/NoPadding'. 14:57:45,550 INFO [qtp508256990-1778][KeyStore] getMACAlgorithm: System property 'cumulus4j.KeyStore.macAlgorithm' is not set. Using default MAC algorithm 'NONE'. 14:57:45,803 INFO [qtp508256990-1776][UserService] logger: instantiated UserService 14:57:45,837 DEBUG [qtp508256990-1776][UserService] putUser: entered 14:57:45,858 DEBUG [qtp508256990-1776][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:45,917 INFO [qtp508256990-1774][UserService] logger: instantiated UserService 14:57:45,925 DEBUG [qtp508256990-1774][UserService] putUser: entered 14:57:45,925 DEBUG [qtp508256990-1774][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:45,992 INFO [qtp508256990-1777][UserService] logger: instantiated UserService 14:57:45,997 DEBUG [qtp508256990-1777][UserService] putUser: entered 14:57:46,000 DEBUG [qtp508256990-1777][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:46,053 DEBUG [qtp508256990-1778][AppServerService] logger: instantiated AppServerService 14:57:46,056 DEBUG [qtp508256990-1778][AppServerService] putAppServer: entered 14:57:46,056 DEBUG [qtp508256990-1778][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:46,056 INFO [qtp508256990-1778][SessionManager] Creating instance of SessionManager. 14:57:46,113 DEBUG [Thread-514][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:46,127 DEBUG [Thread-516][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:46,133 DEBUG [qtp508256990-1773][AbstractService] getAuth: 'Authorization' header: Basic ZGV2aWw6dGVzdHRlc3R0ZXN0 14:57:46,137 DEBUG [qtp508256990-1773][CryptoSessionService] open: authUserName='devil' cryptoSessionID='test-i1241obd--w92ui026zkwl_gwkkued6*1*0yh5mt' 14:57:46,139 DEBUG [Thread-513][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:46,146 DEBUG [Thread-515][JAXBContextResolver] Instantiating JAXBContextResolver. 14:57:46,206 DEBUG [Thread-517][JAXBContextResolver] Instantiating JAXBContextResolver. [ERROR] The exception contained within MappableContainerException could not be mapped to a response, re-throwing to the HTTP container java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 2014-10-09 14:57:47.047:WARN::/org.cumulus4j.integrationtest.webapp/App/Test java.lang.NoClassDefFoundError: org/cumulus4j/testutil/IOUtil at org.cumulus4j.store.test.framework.TestUtil.populateMap(TestUtil.java:47) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:84) at org.cumulus4j.store.test.framework.TestUtil.loadProperties(TestUtil.java:64) at org.cumulus4j.store.test.framework.CleanupUtil.dropAllTables(CleanupUtil.java:88) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManagerFactory(TestService.java:54) at org.cumulus4j.integrationtest.webapp.TestService.getPersistenceManager(TestService.java:72) at org.cumulus4j.integrationtest.webapp.TestService.testPost(TestService.java:93) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at com.sun.jersey.spi.container.JavaMethodInvokerFactory$1.invoke(JavaMethodInvokerFactory.java:60) at com.sun.jersey.server.impl.model.method.dispatch.AbstractResourceMethodDispatchProvider$TypeOutInvoker._dispatch(AbstractResourceMethodDispatchProvider.java:185) at com.sun.jersey.server.impl.model.method.dispatch.ResourceJavaMethodDispatcher.dispatch(ResourceJavaMethodDispatcher.java:75) at com.sun.jersey.server.impl.uri.rules.HttpMethodRule.accept(HttpMethodRule.java:288) at com.sun.jersey.server.impl.uri.rules.ResourceClassRule.accept(ResourceClassRule.java:108) at com.sun.jersey.server.impl.uri.rules.RightHandPathRule.accept(RightHandPathRule.java:147) at com.sun.jersey.server.impl.uri.rules.RootResourceClassesRule.accept(RootResourceClassesRule.java:84) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1469) at com.sun.jersey.server.impl.application.WebApplicationImpl._handleRequest(WebApplicationImpl.java:1400) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1349) at com.sun.jersey.server.impl.application.WebApplicationImpl.handleRequest(WebApplicationImpl.java:1339) at com.sun.jersey.spi.container.servlet.WebComponent.service(WebComponent.java:416) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:537) at com.sun.jersey.spi.container.servlet.ServletContainer.service(ServletContainer.java:699) at javax.servlet.http.HttpServlet.service(HttpServlet.java:847) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:546) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1283) at org.cumulus4j.keymanager.back.shared.AjaxHeadersFilter.doFilter(AjaxHeadersFilter.java:33) at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1254) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:481) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119) at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:516) at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:230) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:956) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:411) at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:188) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:891) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117) at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:247) at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:151) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:114) at org.eclipse.jetty.server.Server.handle(Server.java:353) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:598) at org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:1059) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:590) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:212) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:427) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:510) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.access$000(SelectChannelEndPoint.java:34) at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:40) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:450) at java.lang.Thread.run(Thread.java:745) 14:57:47,062 DEBUG [Finalizer][MasterKey] clear: Clearing org.cumulus4j.keystore.MasterKey@4aa82752 Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 15.184 sec <<< FAILURE! Results : Tests in error: testThreeComputerScenarioLowLevel(org.cumulus4j.integrationtest.withkeyserver.IntegrationWithAppServerAndKeyServerTest): Error-code=500 error-message= testThreeComputerScenarioWithUnifiedAPI(org.cumulus4j.integrationtest.withkeyserver.IntegrationWithAppServerAndKeyServerTest): Error-code=500 error-message= testUnifiedAPIWithRemoteKeyServerThoroughly(org.cumulus4j.integrationtest.withkeyserver.IntegrationWithAppServerAndKeyServerTest): Error-code=500 error-message= Tests run: 3, Failures: 0, Errors: 3, Skipped: 0 [JENKINS] Recording test results14:57:47,713 DEBUG [Thread-517][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:47,716 DEBUG [Thread-514][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:47,744 DEBUG [Thread-513][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:47,750 DEBUG [qtp952113121-1805][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:47,795 DEBUG [qtp952113121-1805][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Entered. 14:57:47,818 DEBUG [qtp952113121-1811][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:47,829 DEBUG [qtp952113121-1811][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Entered. 14:57:47,868 DEBUG [qtp952113121-1812][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:47,880 DEBUG [qtp952113121-1812][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Entered. 14:57:47,896 DEBUG [Thread-516][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:57:47,924 DEBUG [qtp952113121-1813][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:47,962 DEBUG [qtp952113121-1813][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Entered. 14:57:47,967 DEBUG [Thread-515][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.integrationtest.withkeyserver --- 14:57:48,005 DEBUG [qtp952113121-1814][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:57:48,012 DEBUG [qtp952113121-1814][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Entered. [INFO] No sources in project. Archive not created. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.integrationtest.withkeyserver --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.withkeyserver/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.integrationtest.withkeyserver/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.pom [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.back.webapp 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.back.webapp --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.back.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/src/main/resources [INFO] Copying 1 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.back.webapp --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.back.webapp --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.back.webapp --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.back.webapp --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-war-plugin:2.1.1:war (default-war) @ org.cumulus4j.keymanager.back.webapp --- [INFO] Packaging webapp [INFO] Assembling webapp [org.cumulus4j.keymanager.back.webapp] in [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT] [INFO] Processing war project [INFO] Copying webapp resources [/home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/src/main/webapp] [INFO] Webapp assembled in [138 msecs] [INFO] Building war: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war [INFO] WEB-INF/web.xml already added, skipping [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.back.webapp --- [INFO] LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] LICENCE.txt already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.back.webapp --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.keymanager.cli 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/org/dstovall/onejar-maven-plugin/1.4.4/onejar-maven-plugin-1.4.4.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/dstovall/onejar-maven-plugin/1.4.4/onejar-maven-plugin-1.4.4.pom Downloaded: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/dstovall/onejar-maven-plugin/1.4.4/onejar-maven-plugin-1.4.4.pom (7 KB at 5.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/dstovall/onejar-maven-plugin/1.4.4/onejar-maven-plugin-1.4.4.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/dstovall/onejar-maven-plugin/1.4.4/onejar-maven-plugin-1.4.4.jar Downloaded: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/dstovall/onejar-maven-plugin/1.4.4/onejar-maven-plugin-1.4.4.jar (141 KB at 117.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.pom (5 KB at 61.8 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-antrun-plugin/1.6/maven-antrun-plugin-1.6.jar (29 KB at 402.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/args4j/args4j/2.0.16/args4j-2.0.16.pom Downloading: http://download.java.net/maven/2/args4j/args4j/2.0.16/args4j-2.0.16.pom Downloaded: http://download.java.net/maven/2/args4j/args4j/2.0.16/args4j-2.0.16.pom (2 KB at 2.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/args4j/args4j-site/2.0.16/args4j-site-2.0.16.pom Downloading: http://download.java.net/maven/2/args4j/args4j-site/2.0.16/args4j-site-2.0.16.pom Downloaded: http://download.java.net/maven/2/args4j/args4j-site/2.0.16/args4j-site-2.0.16.pom (4 KB at 7.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/args4j/args4j/2.0.16/args4j-2.0.16.jar Downloading: http://download.java.net/maven/2/args4j/args4j/2.0.16/args4j-2.0.16.jar Downloaded: http://download.java.net/maven/2/args4j/args4j/2.0.16/args4j-2.0.16.jar (55 KB at 81.9 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.keymanager.cli --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli (includes = [*.log, $jarplug.work/**], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.keymanager.cli --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/src/main/resources [INFO] Copying 3 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.keymanager.cli --- [INFO] Compiling 18 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.keymanager.cli --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.keymanager.cli --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.keymanager.cli --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ org.cumulus4j.keymanager.cli --- [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar [INFO] [INFO] --- onejar-maven-plugin:1.4.4:one-jar (default) @ org.cumulus4j.keymanager.cli --- Downloading: http://www.datanucleus.org/downloads/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.pom (7 KB at 236.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar Downloading: http://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar Downloaded: http://repo.maven.apache.org/maven2/commons-io/commons-io/1.3.1/commons-io-1.3.1.jar (82 KB at 2634.0 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.jar (206 KB at 2571.8 KB/sec) [INFO] Using One-Jar to create a single-file distribution [INFO] Implementation Version: 1.2.1-SNAPSHOT [INFO] Using One-Jar version: 0.96 [INFO] More info on One-Jar: http://one-jar.sourceforge.net/ [INFO] License for One-Jar: http://one-jar.sourceforge.net/one-jar-license.txt [INFO] One-Jar file: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.one-jar.jar [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.keymanager.cli --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/cli already added, skipping [INFO] org/cumulus4j/keymanager/cli/resource already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] log4j.properties already added, skipping [INFO] org/cumulus4j/keymanager/cli/resource/LICENCE.txt already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/keymanager already added, skipping [INFO] org/cumulus4j/keymanager/cli already added, skipping [INFO] org/cumulus4j/keymanager/cli/resource already added, skipping [INFO] LICENCE.txt already added, skipping [INFO] log4j.properties already added, skipping [INFO] org/cumulus4j/keymanager/cli/resource/LICENCE.txt already added, skipping [INFO] [INFO] --- maven-antrun-plugin:1.6:run (default) @ org.cumulus4j.keymanager.cli --- Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.11/maven-plugin-api-2.0.11.pom (2 KB at 59.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven/2.0.11/maven-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven/2.0.11/maven-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven/2.0.11/maven-2.0.11.pom (22 KB at 888.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-parent/12/maven-parent-12.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-parent/12/maven-parent-12.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/12/maven-parent-12.pom (22 KB at 433.3 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-project/2.0.11/maven-project-2.0.11.pom (3 KB at 135.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/2.0.11/maven-settings-2.0.11.pom (3 KB at 101.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/2.0.11/maven-model-2.0.11.pom (4 KB at 158.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-profile/2.0.11/maven-profile-2.0.11.pom (2 KB at 105.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact-manager/2.0.11/maven-artifact-manager-2.0.11.pom (3 KB at 151.1 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/2.0.11/maven-repository-metadata-2.0.11.pom (3 KB at 100.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0.11/maven-artifact-2.0.11.pom (2 KB at 61.9 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-registry/2.0.11/maven-plugin-registry-2.0.11.pom (2 KB at 82.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.pom (5 KB at 235.2 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-parent/1.8.1/ant-parent-1.8.1.pom (5 KB at 190.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/ant/ant/1.8.1/ant-1.8.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/ant/ant/1.8.1/ant-1.8.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.pom (9 KB at 429.6 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.pom (3 KB at 116.4 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Downloading: http://www.datanucleus.org/downloads/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Downloading: http://onejar-maven-plugin.googlecode.com/svn/mavenrepo/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Downloading: http://mc-repo.googlecode.com/svn/maven2/releases/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-interpolation/1.1/plexus-interpolation-1.1.jar (35 KB at 888.4 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-launcher/1.8.1/ant-launcher-1.8.1.jar (13 KB at 231.2 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-nodeps/1.8.1/ant-nodeps-1.8.1.jar (400 KB at 3444.3 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant/1.8.1/ant-1.8.1.jar (1479 KB at 7143.9 KB/sec) [INFO] Executing tasks main: [delete] Deleting: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar [move] Moving 1 file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target [INFO] Executed tasks [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.keymanager.cli --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store.localkeystoremessagebroker 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker (includes = [*.log], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store.localkeystoremessagebroker --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/src/main/resources [INFO] Copying 0 resource [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] Compiling 1 source file to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/classes [INFO] [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.cumulus4j.store.localkeystoremessagebroker --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/src/test/java [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] No tests to run. [INFO] Surefire report directory: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- There are no tests to run. Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results[INFO] [INFO] --- maven-bundle-plugin:2.3.4:bundle (default-bundle) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] [INFO] --- maven-source-plugin:2.1.2:jar-no-fork (attach-sources) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/localkeystoremessagebroker already added, skipping [INFO] Building jar: /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar [INFO] org already added, skipping [INFO] org/cumulus4j already added, skipping [INFO] org/cumulus4j/store already added, skipping [INFO] org/cumulus4j/store/localkeystoremessagebroker already added, skipping [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.cumulus4j.store.localkeystoremessagebroker --- [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.jar [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/pom.xml to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.pom [INFO] Installing /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar to /home/tomcat/.m2/repository/org/cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar [INFO] [INFO] --- maven-bundle-plugin:2.3.4:install (default-install) @ org.cumulus4j.store.localkeystoremessagebroker --- [WARNING] Ignoring project type bundle - supportedProjectTypes = [] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building org.cumulus4j.store.test.jpa 1.2.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-api-jpa/3.2.3/datanucleus-api-jpa-3.2.3.pom Downloading: http://download.java.net/maven/2/org/datanucleus/datanucleus-api-jpa/3.2.3/datanucleus-api-jpa-3.2.3.pom Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-api-jpa/3.2.3/datanucleus-api-jpa-3.2.3.pom Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-api-jpa/3.2.3/datanucleus-api-jpa-3.2.3.pom (8 KB at 35.5 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.pom Downloading: http://download.java.net/maven/2/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.pom Downloading: http://repo.maven.apache.org/maven2/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.pom Downloaded: http://repo.maven.apache.org/maven2/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.pom (2 KB at 52.0 KB/sec) Downloading: http://www.datanucleus.org/downloads/maven2/org/datanucleus/datanucleus-api-jpa/3.2.3/datanucleus-api-jpa-3.2.3.jar Downloading: http://www.datanucleus.org/downloads/maven2/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.jar Downloading: http://download.java.net/maven/2/org/datanucleus/datanucleus-api-jpa/3.2.3/datanucleus-api-jpa-3.2.3.jar Downloading: http://download.java.net/maven/2/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.jar Downloading: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-api-jpa/3.2.3/datanucleus-api-jpa-3.2.3.jar Downloading: http://repo.maven.apache.org/maven2/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.jar Downloaded: http://repo.maven.apache.org/maven2/postgresql/postgresql/9.1-901-1.jdbc4/postgresql-9.1-901-1.jdbc4.jar (539 KB at 5981.9 KB/sec) Downloaded: http://repo.maven.apache.org/maven2/org/datanucleus/datanucleus-api-jpa/3.2.3/datanucleus-api-jpa-3.2.3.jar (270 KB at 1146.5 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.cumulus4j.store.test.jpa --- [INFO] Deleting /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa (includes = [*.log, *.xls, *.ods, *.odf, *.ooxml, *.xlsx], excludes = []) [INFO] [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.cumulus4j.store.test.jpa --- [debug] execute contextualize [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/src/main/resources [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ org.cumulus4j.store.test.jpa --- [INFO] Compiling 10 source files to /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/target/classes 14:58:32,272 DEBUG [qtp952113121-1643][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Returning request: null 14:58:32,278 DEBUG [qtp952113121-1624][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Returning request: null 14:58:32,280 DEBUG [qtp952113121-1642][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Returning request: null 14:58:32,281 DEBUG [qtp952113121-1628][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Returning request: null 14:58:32,283 DEBUG [qtp952113121-1644][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Returning request: null 14:58:32,284 DEBUG [qtp952113121-1636][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Returning request: null 14:58:32,286 DEBUG [qtp952113121-1637][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Returning request: null 14:58:32,288 DEBUG [qtp952113121-1639][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Returning request: null 14:58:32,291 DEBUG [qtp952113121-1623][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Returning request: null 14:58:32,292 DEBUG [qtp952113121-1635][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Returning request: null 14:58:32,296 DEBUG [qtp952113121-1641][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240xz8-1jkkzx88w4tux_106904ki]: Returning request: null 14:58:32,298 DEBUG [qtp952113121-1626][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Returning request: null 14:58:32,298 DEBUG [qtp952113121-1638][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1240wzk--zm65vb59fysy_oqn16ie6]: Returning request: null 14:58:32,300 DEBUG [qtp952113121-1627][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Returning request: null 14:58:32,301 DEBUG [qtp952113121-1625][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-3238713602956443298_kpgpdbi1]: Returning request: null [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/src/main/java/org/cumulus4j/store/test/jpa/TestUtil.java:[29,29] error: package org.cumulus4j.testutil does not exist [ERROR] /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/src/main/java/org/cumulus4j/store/test/jpa/TestUtil.java:[45,12] error: cannot find symbol [ERROR] class TestUtil /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/src/main/java/org/cumulus4j/store/test/jpa/TestUtil.java:[84,33] error: cannot find symbol [INFO] 3 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] org.cumulus4j.parent .............................. SUCCESS [1.638s] [INFO] org.cumulus4j.annotation .......................... SUCCESS [6.980s] [INFO] org.cumulus4j.testutil ............................ SUCCESS [6.065s] [INFO] org.cumulus4j.crypto .............................. SUCCESS [49.421s] [INFO] org.cumulus4j.store ............................... SUCCESS [43:57.432s] [INFO] org.cumulus4j.store.test .......................... SUCCESS [23:16.338s] [INFO] org.cumulus4j.keymanager.back.shared .............. SUCCESS [24.403s] [INFO] org.cumulus4j.keystore ............................ SUCCESS [3:09.953s] [INFO] org.cumulus4j.keymanager .......................... SUCCESS [4.909s] [INFO] org.cumulus4j.keymanager.front.shared ............. SUCCESS [2.571s] [INFO] org.cumulus4j.keymanager.api ...................... SUCCESS [3.225s] [INFO] org.cumulus4j.store.crypto.keymanager ............. SUCCESS [5:26.920s] [INFO] org.cumulus4j.integrationtest.gwt ................. SUCCESS [3:52.439s] [INFO] org.cumulus4j.integrationtest.webapp .............. SUCCESS [1:24.176s] [INFO] org.cumulus4j.keymanager.front.webapp ............. SUCCESS [12.559s] [INFO] org.cumulus4j.integrationtest.withkeyserver ....... SUCCESS [21.636s] [INFO] org.cumulus4j.keymanager.back.webapp .............. SUCCESS [4.157s] [INFO] org.cumulus4j.keymanager.cli ...................... SUCCESS [31.993s] [INFO] org.cumulus4j.store.localkeystoremessagebroker .... SUCCESS [3.256s] [INFO] org.cumulus4j.store.test.jpa ...................... FAILURE [7.341s] [INFO] org.cumulus4j.aggregator .......................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1:24:20.322s [INFO] Finished at: Thu Oct 09 14:58:36 CEST 2014 [INFO] Final Memory: 39M/394M [INFO] ------------------------------------------------------------------------ 14:58:38,125 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project org.cumulus4j.store.test.jpa: Compilation failure: Compilation failure: [ERROR] /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/src/main/java/org/cumulus4j/store/test/jpa/TestUtil.java:[29,29] error: package org.cumulus4j.testutil does not exist [ERROR] /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/src/main/java/org/cumulus4j/store/test/jpa/TestUtil.java:[45,12] error: cannot find symbol [ERROR] class TestUtil [ERROR] /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/src/main/java/org/cumulus4j/store/test/jpa/TestUtil.java:[84,33] error: cannot find symbol [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/pom.xml to org.cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager/target/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.keymanager-1.2.1-SNAPSHOT-sources.jar [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.cumulus4j.store.test.jpa [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/pom.xml to org.cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.crypto.keymanager/target/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.store.crypto.keymanager/1.2.1-SNAPSHOT/org.cumulus4j.store.crypto.keymanager-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/pom.xml to org.cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war to org.cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT.war [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.gwt/target/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.integrationtest.gwt/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.gwt-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.shared/target/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.back.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.shared-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.api/target/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.api/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.api-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/pom.xml to org.cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar to org.cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT-tests.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test/target/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.store.test/1.2.1-SNAPSHOT/org.cumulus4j.store.test-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/pom.xml to org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/target/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.integrationtest.withkeyserver/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.withkeyserver-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/pom.xml to org.cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.annotation/target/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.annotation/1.2.1-SNAPSHOT/org.cumulus4j.annotation-1.2.1-SNAPSHOT-sources.jar 14:58:39,653 DEBUG [SessionManager][SessionManager$ExpireSessionTimerTask] run: 1 sessions left. [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.cli/target/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.cli/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.cli-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/pom.xml to org.cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keystore/target/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keystore/1.2.1-SNAPSHOT/org.cumulus4j.keystore-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/pom.xml to org.cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store/target/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.store/1.2.1-SNAPSHOT/org.cumulus4j.store-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/pom.xml to org.cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.crypto/target/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.crypto/1.2.1-SNAPSHOT/org.cumulus4j.crypto-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/pom.xml to org.cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.testutil/target/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.testutil/1.2.1-SNAPSHOT/org.cumulus4j.testutil-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war to org.cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT.war [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.back.webapp/target/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.back.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.back.webapp-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/pom.xml to org.cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war to org.cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT.war [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.integrationtest.webapp/target/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.integrationtest.webapp/1.2.1-SNAPSHOT/org.cumulus4j.integrationtest.webapp-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war to org.cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT.war [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.webapp/target/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.front.webapp/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.webapp-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.parent/pom.xml to org.cumulus4j/org.cumulus4j.parent/1.2.1-SNAPSHOT/org.cumulus4j.parent-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.aggregator/pom.xml to org.cumulus4j/org.cumulus4j.aggregator/1.2.1-SNAPSHOT/org.cumulus4j.aggregator-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.test.jpa/pom.xml to org.cumulus4j/org.cumulus4j.store.test.jpa/1.2.1-SNAPSHOT/org.cumulus4j.store.test.jpa-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/pom.xml to org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/target/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.store.localkeystoremessagebroker/1.2.1-SNAPSHOT/org.cumulus4j.store.localkeystoremessagebroker-1.2.1-SNAPSHOT-sources.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/pom.xml to org.cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.pom [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.jar to org.cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT.jar [JENKINS] Archiving /home/tomcat/.jenkins/workspace/org.cumulus4j/org.cumulus4j/org.cumulus4j.keymanager.front.shared/target/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar to org.cumulus4j/org.cumulus4j.keymanager.front.shared/1.2.1-SNAPSHOT/org.cumulus4j.keymanager.front.shared-1.2.1-SNAPSHOT-sources.jar 14:58:41,937 DEBUG [qtp952113121-1646][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Returning request: null 14:58:41,942 DEBUG [qtp952113121-1792][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Returning request: null 14:58:41,956 DEBUG [Thread-497][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:58:41,957 DEBUG [Thread-496][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:58:41,973 DEBUG [qtp952113121-1791][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Returning request: null 14:58:41,976 DEBUG [Thread-495][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:58:41,984 DEBUG [qtp952113121-1636][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:58:41,990 DEBUG [qtp952113121-1643][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:58:41,993 DEBUG [qtp952113121-1636][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Entered. 14:58:41,984 DEBUG [qtp952113121-1628][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:58:41,998 DEBUG [qtp952113121-1628][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Entered. 14:58:42,002 DEBUG [qtp952113121-1643][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Entered. 14:58:42,006 DEBUG [qtp952113121-1793][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Returning request: null 14:58:42,009 DEBUG [Thread-494][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.NullResponse matching=true 14:58:42,015 DEBUG [qtp952113121-1642][JAXBContextResolver] getContext: objectType=org.cumulus4j.keymanager.back.shared.Response matching=true 14:58:42,020 DEBUG [qtp952113121-1642][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Entered. channel stopped 14:58:42,183 ERROR [Thread-505][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,186 ERROR [Thread-506][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,186 ERROR [Thread-496][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,187 ERROR [Thread-495][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,188 ERROR [Thread-504][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,188 ERROR [Thread-516][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,189 ERROR [Thread-493][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,183 ERROR [Thread-503][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,188 ERROR [Thread-517][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,188 ERROR [Thread-515][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,187 ERROR [Thread-494][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,187 ERROR [Thread-497][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,186 ERROR [Thread-513][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,186 ERROR [Thread-514][KeyManagerChannelListenerThread] run: com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset com.sun.jersey.api.client.ClientHandlerException: java.net.SocketException: Connection reset at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:149) at com.sun.jersey.api.client.Client.handle(Client.java:648) at com.sun.jersey.api.client.WebResource.handle(WebResource.java:670) at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:563) at org.cumulus4j.keymanager.channel.KeyManagerChannelListenerThread.run(KeyManagerChannelListenerThread.java:117) Caused by: java.net.SocketException: Connection reset at java.net.SocketInputStream.read(SocketInputStream.java:196) at java.net.SocketInputStream.read(SocketInputStream.java:122) at java.io.BufferedInputStream.fill(BufferedInputStream.java:235) at java.io.BufferedInputStream.read1(BufferedInputStream.java:275) at java.io.BufferedInputStream.read(BufferedInputStream.java:334) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:769) at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:633) at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1323) at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:468) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler._invoke(URLConnectionClientHandler.java:240) at com.sun.jersey.client.urlconnection.URLConnectionClientHandler.handle(URLConnectionClientHandler.java:147) ... 5 more 14:58:42,314 DEBUG [qtp952113121-1794][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Returning request: null 14:58:42,757 WARN [qtp952113121-1628][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,757 DEBUG [qtp952113121-1628][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Returning request: null 14:58:42,757 WARN [qtp952113121-1636][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,757 WARN [qtp952113121-1643][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,758 DEBUG [qtp952113121-1643][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Returning request: null 14:58:42,757 WARN [qtp952113121-1795][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,758 DEBUG [qtp952113121-1795][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Returning request: null 14:58:42,761 WARN [qtp952113121-1801][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,761 DEBUG [qtp952113121-1801][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Returning request: null 14:58:42,757 WARN [qtp952113121-1642][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,762 DEBUG [qtp952113121-1642][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Returning request: null 14:58:42,758 DEBUG [qtp952113121-1636][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241ekf-123mi9t2our72_s1blwq91]: Returning request: null 14:58:42,765 WARN [qtp952113121-1803][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,765 DEBUG [qtp952113121-1803][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Returning request: null 14:58:42,765 WARN [qtp952113121-1805][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,766 DEBUG [qtp952113121-1805][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Returning request: null 14:58:42,768 WARN [qtp952113121-1811][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,768 DEBUG [qtp952113121-1811][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Returning request: null 14:58:42,769 WARN [qtp952113121-1802][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,769 DEBUG [qtp952113121-1802][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Returning request: null 14:58:42,770 WARN [qtp952113121-1804][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,770 DEBUG [qtp952113121-1804][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241mb7--1t0qlg3k0ylbx_safjz947]: Returning request: null 14:58:42,770 WARN [qtp952113121-1812][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,770 DEBUG [qtp952113121-1812][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Returning request: null 14:58:42,773 WARN [qtp952113121-1813][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,773 DEBUG [qtp952113121-1813][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Returning request: null 14:58:42,775 WARN [qtp952113121-1814][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix={}]: Thread.sleep(...) was interrupted with an InterruptedException. 14:58:42,775 DEBUG [qtp952113121-1814][MessageBrokerPMF] [wwetg7] _pollRequest[cryptoSessionIDPrefix=test-i1241obd--w92ui026zkwl_gwkkued6]: Returning request: null 14:58:43,285 DEBUG [KeyStore][KeyStore$ExipreCacheEntryTimerTask] run: 1 users left in cache. Finished: FAILURE